https://bugzilla.novell.com/show_bug.cgi?id=400103
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=400103#c1 --- Comment #1 from Ian Walker <[EMAIL PROTECTED]> 2008-06-13 11:15:32 MDT --- I found the gdb tips on the mono website. I'm posting the managed bt output below. (gdb) mono_backtrace 26 #0 0x400fbaf8 in __pthread_mutex_unlock_usercnt () from /lib/tls/i686/cmov/libpthread.so.0 #1 0x419904f5 in ?? () from /usr/lib/libX11.so.6 #2 0x419a9406 in ?? () from /usr/lib/libX11.so.6 #3 0x419939b3 in XPending () from /usr/lib/libX11.so.6 #4 0x428ba093 in (wrapper managed-to-native) System.Windows.Forms.XplatUIX11:XPending (intptr) + 0x2b (0x428ba068 0x428ba0b7) [0x34f00 - MyApp.exe] #5 0x428b9e11 in System.Windows.Forms.XplatUIX11:PeekMessage (object,System.Windows.Forms.MSG&,intptr,int,int,uint) + 0x61 (0x428b9db0 0x428b9fbd) [0x34f00 - MyApp.exe] #6 0x428b9d0e in System.Windows.Forms.XplatUIX11:WaitForHwndMessage (System.Windows.Forms.Hwnd,System.Windows.Forms.Msg) + 0x66 (0x428b9ca8 0x428b9daa) [0x34f00 - MyApp.exe] #7 0x4240f484 in System.Windows.Forms.XplatUIX11:MapWindow (System.Windows.Forms.Hwnd,System.Windows.Forms.WindowType) + 0x31c (0x4240f168 0x4240f48e) [0x34f00 - MyApp.exe] #8 0x42409788 in System.Windows.Forms.XplatUIX11:CreateWindow (System.Windows.Forms.CreateParams) + 0x1770 (0x42408018 0x4240997d) [0x34f00 - MyApp.exe] #9 0x4240800e in System.Windows.Forms.XplatUI:CreateWindow (System.Windows.Forms.CreateParams) + 0x16 (0x42407ff8 0x42408013) [0x34f00 - MyApp.exe] #10 0x42407ee8 in System.Windows.Forms.NativeWindow:CreateHandle (System.Windows.Forms.CreateParams) + 0x38 (0x42407eb0 0x42407f9a) [0x34f00 - MyApp.exe] #11 0x42407c8f in System.Windows.Forms.Control:CreateHandle () + 0x77 (0x42407c18 0x42407e2e) [0x34f00 - MyApp.exe] #12 0x428b00ba in System.Windows.Forms.Form:CreateHandle () + 0x12 (0x428b00a8 0x428b0722) [0x34f00 - MyApp.exe] #13 0x424079fe in System.Windows.Forms.Control:CreateControl () + 0x5e (0x424079a0 0x42407af0) [0x34f00 - MyApp.exe] #14 0x42416bfc in System.Windows.Forms.Control:SetVisibleCore (bool) + 0x64 (0x42416b98 0x42416ff6) [0x34f00 - MyApp.exe] #15 0x428afe21 in System.Windows.Forms.Form:SetVisibleCore (bool) + 0x149 (0x428afcd8 0x428b005d) [0x34f00 - MyApp.exe] ---Type <return> to continue, or q <return> to quit--- #16 0x42416b64 in System.Windows.Forms.Control:set_Visible (bool) + 0x24 (0x42416b40 0x42416b87) [0x34f00 - MyApp.exe] #17 0x42416b0c in (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Visible (bool) + 0x4c (0x42416ac0 0x42416b16) [0x34f00 - MyApp.exe] #18 0x428aee9d in System.Windows.Forms.Application:RunLoop (bool,System.Windows.Forms.ApplicationContext) + 0x1bd (0x428aece0 0x428af9d2) [0x34f00 - MyApp.exe] #19 0x428aec8d in System.Windows.Forms.Application:Run (System.Windows.Forms.ApplicationContext) + 0x4d (0x428aec40 0x428aecc6) [0x34f00 - MyApp.exe] #20 0x428ae993 in System.Windows.Forms.Application:Run (System.Windows.Forms.Form) + 0x23 (0x428ae970 0x428ae99a) [0x34f00 - MyApp.exe] #21 0x409142e7 in myco.proj.Program:Main () + 0x87 (0x40914260 0x40914362) [0x34f00 - MyApp.exe] #22 0x409141be in (wrapper runtime-invoke) myco.proj.Program:runtime_invoke_void (object,intptr,intptr,intptr) + 0x26 (0x40914198 0x40914222) [0x34f00 - MyApp.exe] #23 0x080f1feb in mono_runtime_exec_main (method=0x8333358, args=0x3be70, exc=0x0) at object.c:3093 3093 mono_runtime_invoke (method, NULL, pa, exc); #24 0x080f33fa in mono_runtime_run_main (method=0x82443b4, argc=1, argv=0xbf8d14dc, exc=0x0) at object.c:2881 2881 result = mono_runtime_exec_main (method, args, exc); #25 0x0805b7d2 in mono_main (argc=1, argv=0xbf8d14d4) at driver.c:888 888 mono_jit_exec (main_args->domain, assembly, main_args->argc, main_args->argv); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
