[Mono-bugs] [Bug 75960][Nor] Changed - Stack traces seem incorrect
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 8 11:50:45 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75960
--- shadow/75960 2005-09-08 10:52:00.000000000 -0400
+++ shadow/75960.tmp.18069 2005-09-08 11:50:45.000000000 -0400
@@ -185,6 +185,58 @@
w.ShowAll ();
Application.Run ();
}
}
+
+------- Additional Comments From martin at ximian.com 2005-09-08 11:50 -------
+After fixing a small issue, I'm getting this:
+
+(mdb) c
+Process @4 received signal 11 at #0: 0x40de61d4.
+0x40de61d4 mov 0x8(%eax),%eax
+(mdb) bt
+(*) #0: 0x40de61d4
+ #1: 0x40de618a
+ #2: 0x40de5310 in
+GLib.Signal.voidObjectCallback(System.IntPtr,System.IntPtr)+0xc0 at
+/home/martin/monocvs/gtk-sharp/glib/Signal.cs:181
+ #3: 0x40de514e in <(wrapper native-to-managed)
+GLib.Signal:voidObjectCallback (intptr,intptr)>+0x36 at 13
+ #4: 0x4188e7b1 in g_cclosure_marshal_VOID__VOID+0xa1
+ #5: 0x4187fd9b in g_closure_invoke+0x10b
+ #6: 0x41891286 in g_signal_chain_from_overridden+0x1506
+ #7: 0x41892371 in g_signal_emit_valist+0x941
+ #8: 0x418926a2 in g_signal_emit+0x32
+ #9: 0x41427101 in gtk_button_clicked+0x51
+ #10: 0x41428185 in gtk_button_new+0xd85
+ #11: 0x4188e7b1 in g_cclosure_marshal_VOID__VOID+0xa1
+ #12: 0x4187fa87 in g_closure_ref+0x137
+ #13: 0x4187fd9b in g_closure_invoke+0x10b
+ #14: 0x41890ae2 in g_signal_chain_from_overridden+0xd62
+ #15: 0x41892371 in g_signal_emit_valist+0x941
+ #16: 0x418926a2 in g_signal_emit+0x32
+ #17: 0x414271b1 in gtk_button_released+0x51
+ #18: 0x4142723f in gtk_button_released+0xdf
+ #19: 0x414e9024 in gtk_marshal_BOOLEAN__VOID+0x38b4
+ #20: 0x4187fa87 in g_closure_ref+0x137
+ #21: 0x4187fd9b in g_closure_invoke+0x10b
+ #22: 0x418910d6 in g_signal_chain_from_overridden+0x1356
+ #23: 0x418920cc in g_signal_emit_valist+0x69c
+ #24: 0x418926a2 in g_signal_emit+0x32
+ #25: 0x415e0e64 in gtk_widget_get_default_style+0x364
+ #26: 0x414e14e9 in gtk_propagate_event+0xc9
+ #27: 0x414e2a11 in gtk_main_do_event+0x371
+ #28: 0x416ebc22 in gdk_add_client_message_filter+0x1b2
+ #29: 0x40294e87 in g_main_context_dispatch+0x1d7
+ #30: 0x402975c7 in g_main_context_acquire+0x5a7
+ #31: 0x402987b7 in g_main_loop_run+0x207
+ #32: 0x414e2ec3 in gtk_main+0xb3
+ #33: 0x40de5231 in <(wrapper managed-to-native)
+Gtk.Application:gtk_main ()>+0x29 at 9
+ #34: 0x40de51f0 in Gtk.Application.Run()+0x8 at
+/home/martin/monocvs/gtk-sharp/gtk/Application.cs:100
+ #35: 0x40ddc89d in D.Main()+0xd5 at
+/home/martin/monocvs/debugger/test/A.cs:19
+(mdb)
+
More information about the mono-bugs
mailing list