GNOME Bugzilla – Bug 350438
Crash with Gnome 2.15 (CVS HEAD)
Last modified: 2006-09-29 12:48:52 UTC
Muine compiles, but crashes when running on my jhbuild HEAD CVS Gnome environment. ================================================================= 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. ================================================================= Stacktrace: in (wrapper managed-to-native) DBus.Connection:dbus_connection_get_data (intptr,int) <0x4> in (wrapper managed-to-native) DBus.Connection:dbus_connection_get_data (intptr,int) <0x1afa443> in DBus.Connection:Wrap (intptr) (at /tmp/buildd/dbus-0.62/mono/Connection.cs:119) in DBus.Bus:GetBus (DBus.Bus/BusType) (at /tmp/buildd/dbus-0.62/mono/Bus.cs:39) in DBus.Bus:GetSessionBus () (at /tmp/buildd/dbus-0.62/mono/Bus.cs:23) in Muine.DBusService:.ctor () <0xc> in Muine.DBusService:get_Instance () <0x1f> in Muine.Global:Main (string[]) <0x12b> in (wrapper runtime-invoke) System.Object:runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0x719ac7> Native stacktrace: /usr/lib/libmono.so.0(mono_handle_native_sigsegv+0xe5) [0xb7e71705] /usr/lib/libmono.so.0 [0xb7e328e2] [0xffffe440] /opt/gnome-2-16/lib/libdbus-glib-1.so.2 [0xb6437a7d] /opt/gnome-2-16/lib/libdbus-1.so.2 [0xb647ae48] /opt/gnome-2-16/lib/libdbus-1.so.2(dbus_connection_get_data+0x72) [0xb6451482] [0xb5c43fc6] [0xb773e3dc] [0xb773e15f] [0xb773e0fa] [0xb5c43f4d] [0xb5c43f18] [0xb773d8f4] [0xb7737823] /usr/lib/libmono.so.0 [0xb7e512c0] /usr/lib/libmono.so.0(mono_runtime_invoke+0x33) [0xb7eb5e83] /usr/lib/libmono.so.0(mono_runtime_exec_main+0x6b) [0xb7eb897b] /usr/lib/libmono.so.0(mono_runtime_run_main+0x169) [0xb7ebb9f9] /usr/lib/libmono.so.0(mono_jit_exec+0x8e) [0xb7e63d5e] /usr/lib/libmono.so.0(mono_main+0x10e0) [0xb7e64e50] /usr/bin/mono [0x8048522] /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7be3eb0] /usr/bin/mono [0x8048471] ** (bug-buddy:7728): WARNING **: Couldn't load icon for Bonobo Component Browser ** (bug-buddy:7728): WARNING **: Couldn't load icon for Gnumeric Spreadsheet ** (bug-buddy:7728): WARNING **: Couldn't load icon for Open Folder glibtop: This machine has 1 CPUs, 1 are being monitored. "/opt/gnome-2-16/bin/muine": not in executable format: File format not recognized
Might be related to bug #347703
Can you please try with current CVS? I've merged in the fix from desrt, so this should hopefully be fixed now. Thanks.
Current CVS HEAD builds just fine, but does'nt startup either. The error is different, though: ================================================================= 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. ================================================================= Stacktrace: in (wrapper managed-to-native) DBus.Connection:dbus_connection_setup_with_g_main (intptr,intptr) <0x4> in (wrapper managed-to-native) DBus.Connection:dbus_connection_setup_with_g_main (intptr,intptr) <0xffffffbe> in DBus.Connection:SetupWithMain () (at /tmp/buildd/dbus-0.62/mono/Connection.cs:106) in DBus.Bus:GetBus (DBus.Bus/BusType) (at /tmp/buildd/dbus-0.62/mono/Bus.cs:40) in DBus.Bus:GetSessionBus () (at /tmp/buildd/dbus-0.62/mono/Bus.cs:23) in Muine.DBusLib.Player:FindInstance () (at /opt/gnome-2-16/src/muine.notifications/DBusLib/Player.cs:35) in Muine.Global:Main (string[]) <0x3e> in (wrapper runtime-invoke) System.Object:runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0x719ac7> Native stacktrace: /usr/lib/libmono.so.0(mono_handle_native_sigsegv+0xe5) [0xb7e08705] /usr/lib/libmono.so.0 [0xb7dc98e2] [0xffffe440] [0xb76d6e3d] [0xb76d6dcf] [0xb76d531a] [0xb76d52aa] [0xb76d5216] [0xb76d4807] [0xb76ce823] /usr/lib/libmono.so.0 [0xb7de82c0] /usr/lib/libmono.so.0(mono_runtime_invoke+0x33) [0xb7e4ce83] /usr/lib/libmono.so.0(mono_runtime_exec_main+0x6b) [0xb7e4f97b] /usr/lib/libmono.so.0(mono_runtime_run_main+0x169) [0xb7e529f9] /usr/lib/libmono.so.0(mono_jit_exec+0x8e) [0xb7dfad5e] /usr/lib/libmono.so.0(mono_main+0x10e0) [0xb7dfbe50] /usr/bin/mono [0x8048522] /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7b7aeb0] /usr/bin/mono [0x8048471] Aborted
Btw, unset DBUS_SESSION_BUS_ADDRESS causes Muine to startup (without dbus, of course)
I can't reproduce this issue with dbus 0.92...
Marking fixed.