mac mono Fiddler.exe启动失败

mono version 5.4

fiddler version 4.6

启动fiddler:mono Fiddler.exe 启动报错

WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all
Stacktrace: at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Windows.Forms.XplatUICarbon.CGDisplayBounds (intptr) [0x00002] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.XplatUICarbon.get_WorkingArea () [0x00005] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.XplatUICarbon.get_VirtualScreen () [0x00000] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.XplatUI.get_VirtualScreen () [0x00000] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.Screen..cctor () [0x00034] in <36fbc38531724d82b10aef6ebafea6e9>:
at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) [0x0001e] in <4fdc5ed61a074cafb49fa42deb20d521>:
at <unknown> <0xffffffff>
at System.Windows.Forms.Form.get_CreateParams () [0x00157] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.Control.CreateHandle () [0x0002a] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.Form.CreateHandle () [0x00000] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.Control.CreateControl () [0x00039] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.Control.SetVisibleCore (bool) [0x0003a] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.Form.SetVisibleCore (bool) [0x00065] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.Control.set_Visible (bool) [0x00009] in <36fbc38531724d82b10aef6ebafea6e9>:
at System.Windows.Forms.Control.Show () [0x00000] in <36fbc38531724d82b10aef6ebafea6e9>:
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.Show () [0x00031] in <36fbc38531724d82b10aef6ebafea6e9>:
at Fiddler.frmViewer.‹• (string[]) [0x00081] in <09623c708fdb40a483cea147bbea7a7f>:
at Fiddler.frmViewer.‡• (string[]) [0x00016] in <09623c708fdb40a483cea147bbea7a7f>:
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x0004e] in <09623c708fdb40a483cea147bbea7a7f>: Native stacktrace: mono 0x000000010a02c3d1 mono_handle_native_crash +
mono 0x000000010a093e86 altstack_handle_and_restore +
SkyLight 0x00007fffaabd4fc2 SLDisplayBounds +
??? 0x00000001117e038e 0x0 +
??? 0x000000010a62d486 0x0 +
mono 0x0000000109f865f4 mono_jit_runtime_invoke +
mono 0x000000010a17e238 do_runtime_invoke +
mono 0x000000010a17a2a4 mono_runtime_class_init_full +
mono 0x0000000109f7fa45 mono_jit_compile_method_inner +
mono 0x0000000109f82903 mono_jit_compile_method_with_opt +
mono 0x000000010a02e871 common_call_trampoline +
mono 0x000000010a02e379 mono_magic_trampoline +
??? 0x000000010a41839e 0x0 +
??? 0x000000011148b81b 0x0 +
??? 0x000000010d8a384f 0x0 +
??? 0x000000010d8a34c7 0x0 +
??? 0x000000010a62d043 0x0 +
mono 0x0000000109f865f4 mono_jit_runtime_invoke +
mono 0x000000010a17e238 do_runtime_invoke +
mono 0x000000010a181849 do_exec_main_checked +
mono 0x0000000109fef32f mono_jit_exec +
mono 0x0000000109ff1b63 mono_main +
mono 0x0000000109f763ad main +
mono 0x0000000109f762a4 start + Debug info from gdb: (lldb) command source -s '/tmp/mono-gdb-commands.Cli6iM'
Executing commands in '/tmp/mono-gdb-commands.Cli6iM'.
(lldb) process attach --pid
warning: (x86_64) /Library/Frameworks/Mono.framework/Versions/5.4./lib/mono/4.5/mscorlib.dll.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (x86_64)
.
.
.
.
.
=================================================================
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 detached
(lldb) quit
[] abort mono Fiddler.exe

解决方案:切换32bit-mono启动fiddler

mono --arch= Fiddler.exe

参考链接:https://www.telerik.com/forums/not-able-to-open-fiddler-on-mac

上一篇:Django自定义上传目录


下一篇:C# 使用AutoResetEvent进行线程同步