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 544406 - Tomboy crashes when creating a new notebook
Tomboy crashes when creating a new notebook
Status: RESOLVED FIXED
Product: tomboy
Classification: Applications
Component: General
0.11.x
Other Linux
: Normal critical
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-23 18:10 UTC by Pedro Fragoso
Modified: 2009-04-23 01:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Pedro Fragoso 2008-07-23 18:10:31 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"
Comment 1 Sandy Armstrong 2008-07-23 22:54:14 UTC
Thanks, this is new in 0.11.x.
Comment 2 Sandy Armstrong 2008-07-23 22:55:44 UTC
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)
Comment 3 Sandy Armstrong 2008-07-23 23:18:26 UTC
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.
Comment 4 Sandy Armstrong 2008-07-23 23:22:18 UTC
Fixed in r2038.