After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 404738 - Tomboy crashes when DBus session restarts
Tomboy crashes when DBus session restarts
Status: RESOLVED FIXED
Product: tomboy
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-05 20:36 UTC by Boyd Timothy
Modified: 2008-02-26 20:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the session restart crash (2.74 KB, patch)
2007-02-05 20:48 UTC, Boyd Timothy
accepted-commit_now Details | Review

Description Boyd Timothy 2007-02-05 20:36:46 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
Comment 1 Boyd Timothy 2007-02-05 20:37:14 UTC
I believe we can take the same fix that was applied here:

http://bugzilla.gnome.org/show_bug.cgi?id=401103
Comment 2 Boyd Timothy 2007-02-05 20:48:29 UTC
Created attachment 81954 [details] [review]
Fixes the session restart crash
Comment 3 Boyd Timothy 2007-02-05 20:57:09 UTC
Committed to SVN.