зеркало из https://github.com/mono/mail-archives.git
209 строки
5.7 KiB
HTML
209 строки
5.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 423853] New: monodoc crashes on search for "()"
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20423853%5D%20New%3A%20monodoc%20crashes%20on%20search%20for%20%22%28%29%22&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="078898.html">
|
|
<LINK REL="Next" HREF="078901.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 423853] New: monodoc crashes on search for "()"</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20423853%5D%20New%3A%20monodoc%20crashes%20on%20search%20for%20%22%28%29%22&In-Reply-To="
|
|
TITLE="[Mono-bugs] [Bug 423853] New: monodoc crashes on search for "()"">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Fri Sep 5 15:45:26 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="078898.html">[Mono-bugs] [Bug 411213] [Regression] Event BeginRequest of HttpApplication didn' t start
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078901.html">[Mono-bugs] [Bug 417955] PropertyGrid: null ITypeDescriptorContext during popullation
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78900">[ date ]</a>
|
|
<a href="thread.html#78900">[ thread ]</a>
|
|
<a href="subject.html#78900">[ subject ]</a>
|
|
<a href="author.html#78900">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=423853">https://bugzilla.novell.com/show_bug.cgi?id=423853</A>
|
|
|
|
|
|
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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mario.sopena at gmail.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">directhex at hotmail.com</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
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: <A HREF="https://bugs.launchpad.net/ubuntu/+source/monodoc/+bug/259346">https://bugs.launchpad.net/ubuntu/+source/monodoc/+bug/259346</A>
|
|
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="078898.html">[Mono-bugs] [Bug 411213] [Regression] Event BeginRequest of HttpApplication didn' t start
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078901.html">[Mono-bugs] [Bug 417955] PropertyGrid: null ITypeDescriptorContext during popullation
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78900">[ date ]</a>
|
|
<a href="thread.html#78900">[ thread ]</a>
|
|
<a href="subject.html#78900">[ subject ]</a>
|
|
<a href="author.html#78900">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|