GNOME Bugzilla – Bug 404738
Tomboy crashes when DBus session restarts
Last modified: 2008-02-26 20:51:07 UTC
Unhandled Exception: System.Exception: Header read length mismatch: 0 of expected 16 at NDesk.DBus.Connection.ReadMessage () [0x001ee] in /home/boyd/projects/tomboy/Tomboy/dbus-sharp/dbus-sharp/src/Connection.cs:290 at NDesk.DBus.Connection.Iterate () [0x00000] in /home/boyd/projects/tomboy/Tomboy/dbus-sharp/dbus-sharp/src/Connection.cs:307 at <>c__CompilerGenerated3.<>c__AnonymousMethod1 (NDesk.GLib.IOChannel,NDesk.GLib.IOCondition,intptr) [0x00000] in /home/boyd/projects/tomboy/Tomboy/dbus-sharp/dbus-sharp-glib/glib/GLib.cs:33 at (wrapper native-to-managed) <>c__CompilerGenerated3.<>c__AnonymousMethod1 (NDesk.GLib.IOChannel,NDesk.GLib.IOCondition,intptr) <0x00036> in (unmanaged) 0xb7ede92c at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00004> at Gtk.Application.Run () <0x00007> at Gnome.Program.Run () <0x00007> at Tomboy.Application.StartMainLoop () [0x00000] in /home/boyd/projects/tomboy/Tomboy/Utils.cs:893 at Tomboy.Tomboy.StartTrayIcon () [0x00046] in /home/boyd/projects/tomboy/Tomboy/Tomboy.cs:106 at Tomboy.Tomboy.Main (string[]) [0x000db] in /home/boyd/projects/tomboy/Tomboy/Tomboy.cs:68
I believe we can take the same fix that was applied here: http://bugzilla.gnome.org/show_bug.cgi?id=401103
Created attachment 81954 [details] [review] Fixes the session restart crash
Committed to SVN.