This is a migrated thread and some comments may be shown as answers.

mono Fiddler Error

3 Answers 133 Views
MacOS
This is a migrated thread and some comments may be shown as answers.
Top achievements
Rank 1
asked on 07 Sep 2017, 10:22 AM

I have installed Mono 5.2.0 for OSX and MonoFiddler 4.4.8.4 Built for Linux, and I also run mozroots —import —sync for HTTPS, however, when I run mono Fiddler.exe , it said "NameError: name 'lldb' is not defined" 
"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."    

and the mono process exited unexpectedly!

and I want to know why.. 

 

 

3 Answers, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 12 Sep 2017, 08:48 AM
Hi,

Why are you trying to run Fiddler built for Linux on OSX? Go grab the Fiddler built for Mac and use it instead. Also, since you are using Mono 5.2.0 you have to pass --arch=32 to the mono command. You can find more information here.

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Lavanya
Top achievements
Rank 1
answered on 30 Sep 2018, 05:50 AM

The same issue still persists.

rror=0x00007000049fae40) at object.c:2942 [opt]
    frame #22: 0x0000000103013bee mono`start_wrapper at threads.c:1106 [opt]
    frame #23: 0x0000000103013b33 mono`start_wrapper(data=0x00007fd0ed493a90) at threads.c:1158 [opt]
    frame #24: 0x00007fff64aa5661 libsystem_pthread.dylib`_pthread_body + 340
    frame #25: 0x00007fff64aa550d libsystem_pthread.dylib`_pthread_start + 377
    frame #26: 0x00007fff64aa4bf9 libsystem_pthread.dylib`thread_start + 13
(lldb) detach


=================================================================
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.
=================================================================


Process 2956 detached
(lldb) quit
Abort trap: 6
BLRC02WP1KBHTD7:fiddler-mac Lavac$ Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'lldb' is not defined

0
G
Top achievements
Rank 1
answered on 28 May 2019, 09:17 AM

[quote]pass --arch=32 to the mono command[/quote]

This helped, however overall user experience is awful, the only real workaround for me is to execute Fiddler in Parallels Coherent mode and use some tricks to redirect HTTP traffic via Parallels network.

Tags
MacOS
Asked by
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Lavanya
Top achievements
Rank 1
G
Top achievements
Rank 1
Share this question
or