Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mac mono fiddler Got a SIGSEGV while executing native code

I tried to run Fiddler ( http://www.telerik.com/fiddler ) on my Mac, but there is no native version, so you need to use windows version with Mono Framework.

I downloaded Fiddler from official site, and after installing mono, I tried to run Fiddler:

Inside downloaded fiddler folder

bash-3.2$ mono Fiddler.exe

But got this stupid error:

Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.

like image 710
Petro Darii Avatar asked Feb 12 '26 08:02

Petro Darii


1 Answers

So I searched a little bit, and found a solution: you need to run Fiddler in 32bit mode like this:

bash-3.2$ mono --arch=32 Fiddler.exe
like image 62
Petro Darii Avatar answered Feb 16 '26 04:02

Petro Darii



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!