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 397700 - [Applet] When ctrl +q on search all notes dialog, tomboy crashes
[Applet] When ctrl +q on search all notes dialog, tomboy crashes
Status: RESOLVED FIXED
Product: tomboy
Classification: Applications
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-17 18:07 UTC by sangu
Modified: 2008-02-26 20:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Working patch to prevent ctrl+q crash (1.05 KB, patch)
2007-01-18 16:04 UTC, Boyd Timothy
committed Details | Review

Description sangu 2007-01-17 18:07:51 UTC
Please describe the problem:
When ctrl +q on search all notes dialog, tomboy crashes

Steps to reproduce:
1. click Searc h All Notes   on tomboy
2.  Ctrl + q on Search All Notes dialog
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
tomboy 0.5.3
OS : Fedora development rawhide  (20070118)
mono-core-1.2.2-1.fc7
gtk-sharp2-2.10.0-3.fc6
Comment 1 Boyd Timothy 2007-01-17 23:36:46 UTC
Do you get any sort of a stack trace?  Start Tomboy from the command-line and watch the output.  Also check the ~/.tomboy.log file.
Comment 2 sangu 2007-01-18 01:15:40 UTC

(In reply to comment #1)
> Do you get any sort of a stack trace?  
I don't know how to get strack trace for mono program. sorry!

>Start Tomboy from the command-line and
> watch the output.  
Search All Notes works well on commmand-line mode, 

$ tomboy 
[DEBUG]: NoteManager created with note path "/home/sangu/.tomboy".
Trying Plugin: Backlinks.dll ... BacklinksPlugin. [DEBUG]: Done.
Trying Plugin: Bugzilla.dll ... BugzillaPlugin. [DEBUG]: Done.
Trying Plugin: Evolution.dll ... EvolutionPlugin. [DEBUG]: Done.
Trying Plugin: ExportToHTML.dll ... ExportToHTMLPlugin. [DEBUG]: Done.
Trying Plugin: FixedWidth.dll ... FixedWidthPlugin. [DEBUG]: Done.
Trying Plugin: NoteOfTheDay.dll ... NoteOfTheDayPlugin. [DEBUG]: Done.
Trying Plugin: PrintNotes.dll ... PrintPlugin. [DEBUG]: Done.
Trying Plugin: StickyNoteImport.dll ... StickyNoteImporter. [DEBUG]: Done.
[DEBUG]: Tomboy remote control active.
[DEBUG]: EnableDisable Called: enabling... True
[DEBUG]: Binding key '<Alt>F12' for '/apps/tomboy/global_keybindings/show_note_menu'
[DEBUG]: Binding key '<Alt>F11' for '/apps/tomboy/global_keybindings/open_start_here'
[DEBUG]: Quitting Tomboy.  Ciao!
[DEBUG]: Saving unsaved notes...

> Also check the ~/.tomboy.log file.

$ cat .tomboy.log 
01/18/2007 10:21:06 [DEBUG]: NoteManager created with note path "/home/sangu/.tomboy".
01/18/2007 10:21:06 [DEBUG]: Done.
01/18/2007 10:21:06 [DEBUG]: Done.
01/18/2007 10:21:06 [DEBUG]: Done.
01/18/2007 10:21:06 [DEBUG]: Done.
01/18/2007 10:21:06 [DEBUG]: Done.
01/18/2007 10:21:06 [DEBUG]: Done.
01/18/2007 10:21:06 [DEBUG]: Done.
01/18/2007 10:21:06 [DEBUG]: Done.
01/18/2007 10:21:07 [DEBUG]: Tomboy remote control active.
01/18/2007 10:21:07 [DEBUG]: Applet Created...
01/18/2007 10:21:07 [DEBUG]: EnableDisable Called: enabling... True
01/18/2007 10:21:07 [DEBUG]: Binding key '<Alt>F12' for '/apps/tomboy/global_keybindings/show_note_menu'
01/18/2007 10:21:07 [DEBUG]: Binding key '<Alt>F11' for '/apps/tomboy/global_keybindings/open_start_here'

And another information 
Starting to applet mode,click peferences on Search All Notes make tomboy crash.
But, $tomboy starting works well. 

Comment 3 Boyd Timothy 2007-01-18 16:04:29 UTC
Created attachment 80607 [details] [review]
Working patch to prevent ctrl+q crash

Great work finding this bug!  I'm glad you mentioned that you're running as a Panel Applet.  That was the problem.  Even though we weren't showing the Quit option, it was still active.  This patch is committed to SVN.