https://bugzilla.novell.com/show_bug.cgi?id=666152
https://bugzilla.novell.com/show_bug.cgi?id=666152#c0 Summary: [XDEBUG] Does not work with gdb 7.2 Classification: Mono Product: Mono: Runtime Version: SVN Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Major Priority: P5 - None Component: debug AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Running moonlight with xdb enabled works perfectly with gdb 7.1, but with 7.2 managed stackframes are not recognised correctly and the resulting stack looks like this: (gdb) xdb (gdb) bt #0 0x00007ffff76c138d in read () from /lib64/libpthread.so.0 #1 0x00007fffd440b9c6 in console_read (handle=0x0, buffer=0x7fffd13cb020, numbytes=1024, bytesread=0x7fffffff71fc, overlapped=<value optimized out>) at io.c:1107 #2 0x00007fffd43b9925 in ves_icall_System_IO_MonoIO_Read (handle=0x0, dest=0x7fffd13cb000, dest_offset=0, count=1024, error=0x7fffffff72a0) at file-io.c:828 #3 0x00000000400a3366 in ?? () #4 0x00000000400a325c in ?? () #5 0x00000000400a3104 in ?? () #6 0x00000000400a2ef8 in ?? () #7 0x00000000400a2cc2 in ?? () #8 0x0000000040119940 in ?? () #9 0x00000000401198a8 in ?? () #10 0x0000000040119851 in ?? () #11 0x000000004011980a in ?? () #12 0x0000000040119674 in ?? () #13 0x00000000400fb45c in ?? () #14 0x00000000400fb314 in ?? () #15 0x00000000400fb010 in ?? () #16 0x00000000400fae70 in ?? () #17 0x00007fffe2809139 in (wrapper native-to-managed) System.Windows.Threading.Dispatcher:dispatcher_callback (param0=0) at xdb.il:31273 #18 0x00007fffd4126cb1 in Moonlight::TimeManager::InvokeTickCalls() () from /opt/mono/lib/moonlight/plugin/libmoonplugin.so #19 0x00007fffd40f1d7f in Moonlight::Surface::HandleUIMotion(Moonlight::MoonMotionEvent*) () from /opt/mono/lib/moonlight/plugin/libmoonplugin.so #20 0x00007fffd4185496 in Moonlight::MoonWindowGtk::motion_notify(_GtkWidget*, _GdkEventMotion*, void*) () from /opt/mono/lib/moonlight/plugin/libmoonplugin.so #21 0x00007ffff17bb1f8 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0 #22 0x00007ffff1ec725e in g_closure_invoke () from /usr/lib64/libgobject-2.0.so.0 #23 0x00007ffff1ed5886 in ?? () from /usr/lib64/libgobject-2.0.so.0 #24 0x00007ffff1edef55 in g_signal_emit_valist () from /usr/lib64/libgobject-2.0.so.0 #25 0x00007ffff1edf383 in g_signal_emit () from /usr/lib64/libgobject-2.0.so.0 #26 0x00007ffff18d4ebf in ?? () from /usr/lib64/libgtk-x11-2.0.so.0 #27 0x00007ffff17b93c3 in gtk_propagate_event () from /usr/lib64/libgtk-x11-2.0.so.0 #28 0x00007ffff17b976b in gtk_main_do_event () from /usr/lib64/libgtk-x11-2.0.so.0 #29 0x00007ffff120544c in ?? () from /usr/lib64/libgdk-x11-2.0.so.0 #30 0x00007ffff2903a93 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #31 0x00007ffff2904270 in ?? () from /usr/lib64/libglib-2.0.so.0 #32 0x00007ffff2904510 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #33 0x00007ffff59808cb in ?? () from /usr/lib64/xulrunner-1.9.2.12/libxul.so #34 0x00007ffff598099f in ?? () from /usr/lib64/xulrunner-1.9.2.12/libxul.so #35 0x00007ffff5a9bc90 in ?? () from /usr/lib64/xulrunner-1.9.2.12/libxul.so #36 0x00007ffff5a708f0 in ?? () from /usr/lib64/xulrunner-1.9.2.12/libxul.so #37 0x00007ffff59fb17c in ?? () from /usr/lib64/xulrunner-1.9.2.12/libxul.so #38 0x00007ffff5a44324 in ?? () from /usr/lib64/xulrunner-1.9.2.12/libxul.so #39 0x00007ffff598070d in ?? () from /usr/lib64/xulrunner-1.9.2.12/libxul.so #40 0x00007ffff586b2be in ?? () from /usr/lib64/xulrunner-1.9.2.12/libxul.so #41 0x00007ffff522abf5 in XRE_main () from /usr/lib64/xulrunner-1.9.2.12/libxul.so #42 0x0000000000402858 in ?? () #43 0x00007ffff7371b7d in __libc_start_main () from /lib64/libc.so.6 #44 0x0000000000401ff9 in ?? () #45 0x00007fffffffdd38 in ?? () #46 0x000000000000001c in ?? () #47 0x0000000000000001 in ?? () #48 0x00007fffffffe1c2 in ?? () #49 0x0000000000000000 in ?? () (gdb) q A debugging session is active. -- 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
