Am Montag, den 20.02.2006, 11:17 +0100 schrieb Tom Parker: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 1078047072 (LWP 27979)] > 0x40ba614b in ?? () > (gdb) bt > #0 0x40ba614b in ?? () > #1 0x00000000 in ?? () > (gdb) p mono_print_method_from_ip(0x40ba614b) > IP 0x40ba614b at offset 0x53 of method DBus.Bus:GetBus (DBus.Bus/BusType) > (0x40ba60f8 0x40ba61a0)[domain 0x808ff00 - banshee.exe] > /tmp/buildd/dbus-0.60/mono/Bus.cs:39 > $1 = 1078032540
This is a dbus bug... which version of dbus do you have? It should be fixed with 0.60-6. But this segfault isn't a showstopper... try continue afterwards. You will get another segfault which can't be continued. Try to get the backtrace of this one and use the mono_print_method_from_ip trick again :) Bye -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

