GNOME Bugzilla – Bug 544406
Tomboy crashes when creating a new notebook
Last modified: 2009-04-23 01:56:41 UTC
This bug was open on: https://edge.launchpad.net/ubuntu/+source/tomboy/+bug/250502 "Tomboy crash when i want create notebook: 1. create notebook 2. set name of notebook 3. crash tomboy and sometimes GNOME and restart to GDM Tomboy: 0.11.0-0ubuntu1"
Thanks, this is new in 0.11.x.
Relevant output when creating a new notebook "testing1" (I did it from the applet menu): [DEBUG]: Creating Buffer for 'testing1 Notebook Template'... [DEBUG]: Tag added to testing1 Notebook Template: system:template [DEBUG]: Tag added to testing1 Notebook Template: system:notebook:testing1 [DEBUG]: Created the notebook: testing1 (testing1) Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception. System.NullReferenceException: Object reference not set to an instance of an object at Tomboy.Notebooks.NotebookManager.PromptCreateNewNotebook (Gtk.Window parent, System.Collections.Generic.List`1 notesToAdd) [0x00000] at Tomboy.Notebooks.NotebookManager.PromptCreateNewNotebook (Gtk.Window parent) [0x00000] at Tomboy.Notebooks.NotebookApplicationAddin.OnNewNotebookMenuItem (System.Object sender, System.EventArgs args) [0x00000] at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data) [0x00000] at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal) at GLib.Signal.voidObjectCallback(IntPtr handle, IntPtr data) at GLib.Signal.voidObjectCallback(IntPtr , IntPtr ) at Gtk.Application.gtk_main() at Gtk.Application.gtk_main() at Gtk.Application.Run() at Gnome.Program.Run() at Tomboy.Application.StartMainLoop() at Tomboy.Tomboy.StartTrayIcon() at Tomboy.Tomboy.Main(System.String[] args)
Oh, this is an easy fix. Will be in in a minute. But to be honest I don't know when we're doing our next unstable release.
Fixed in r2038.