[Mono-bugs] [Bug 423853] New: monodoc crashes on search for "()"
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Sep 5 15:45:26 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=423853
Summary: monodoc crashes on search for "()"
Product: Mono: Doctools
Version: 1.9
Platform: x86-64
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Gui
AssignedTo: mario.sopena at gmail.com
ReportedBy: directhex at hotmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Third Party Developer/Partner
Description of Problem:
Entering "()" in the search box in the monodoc GUI causes a stacktrace.
Steps to reproduce the problem:
1. Click Search, type "()", hit enter
Actual Results:
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle
the exception.
Monodoc.Lucene.Net.QueryParsers.ParseException: Encountered ")" at line 1,
column 1.
Was expecting one of:
<NOT> ...
"+" ...
"-" ...
"(" ...
<QUOTED> ...
<TERM> ...
<PREFIXTERM> ...
<WILDTERM> ...
"[" ...
"{" ...
<NUMBER> ...
at Monodoc.Lucene.Net.QueryParsers.QueryParser.Jj_consume_token (Int32 kind)
[0x00000]
at Monodoc.Lucene.Net.QueryParsers.QueryParser.Clause (System.String field)
[0x00000]
at Monodoc.Lucene.Net.QueryParsers.QueryParser.Query (System.String field)
[0x00000]
at Monodoc.Lucene.Net.QueryParsers.QueryParser.Clause (System.String field)
[0x00000]
at Monodoc.Lucene.Net.QueryParsers.QueryParser.Query (System.String field)
[0x00000]
at Monodoc.Lucene.Net.QueryParsers.QueryParser.Parse (System.String query)
[0x00000]
at Monodoc.Lucene.Net.QueryParsers.QueryParser.Parse (System.String query,
System.String field, Monodoc.Lucene.Net.Analysis.Analyzer analyzer) [0x00000]
at Monodoc.SearchableIndex.Search (System.String term) [0x00000]
at Monodoc.Browser.OnSearchActivated (System.Object sender, System.EventArgs
a) [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 Monodoc.Driver.Main(System.String[] args)
Expected Results:
Not the above
How often does this happen?
Always
Additional Information:
Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/monodoc/+bug/259346
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list