GNOME Bugzilla – Bug 386010
Null String After --search Crashes Tomboy
Last modified: 2008-02-26 20:46:19 UTC
Steps to reproduce: Tim: Based on our IRC conversation, opening this bug. If you specify a null ("") on the command line it crashes Tomboy with an array error. 'tomboy --search ""' should run the same as 'tomboy -search' I'm sure that I am not the only person that passes a null even when I don't want a search criteria with the assumption that all qualifiers must be passed on the command line. Stack trace: Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range. in <0x0019a> Tomboy.TomboyCommandLine:Parse (System.String[] args) in <0x0000d> Tomboy.TomboyCommandLine:.ctor (System.String[] args) in <0x00036> Tomboy.Tomboy:Main (System.String[] args) drichard@oa3:~> Other information:
Fixed and checked-in to CVS.