зеркало из https://github.com/mono/mail-archives.git
81 строка
3.1 KiB
HTML
81 строка
3.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 46640][Wis] Changed - Running this program causes 'invalid IL error'
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="006542.html">
|
|
<LINK REL="Next" HREF="006544.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 46640][Wis] Changed - Running this program causes 'invalid IL error'
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 46640][Wis] Changed - Running this program causes 'invalid IL error'">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>Mon, 21 Jul 2003 23:16:11 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="006542.html">[Mono-bugs] [Bug 46640][Wis] Changed - Running this program causes 'invalid IL error'
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006544.html">[Mono-bugs] [Bug 46640][Wis] Changed - Running this program causes 'invalid IL error'
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6543">[ date ]</a>
|
|
<a href="thread.html#6543">[ thread ]</a>
|
|
<a href="subject.html#6543">[ subject ]</a>
|
|
<a href="author.html#6543">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Please do not reply to this email- if you want to comment on the bug, go to the
|
|
URL shown below and enter your comments there.
|
|
|
|
Changed by <A HREF="mailto:duncan@ximian.com.">duncan@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=46640">http://bugzilla.ximian.com/show_bug.cgi?id=46640</A>
|
|
|
|
--- shadow/46640 Mon Jul 21 23:07:19 2003
|
|
+++ shadow/46640.tmp.3087 Mon Jul 21 23:16:11 2003
|
|
@@ -82,6 +82,17 @@
|
|
Unhandled Exception: System.InvalidProgramException: Common Language
|
|
Runtime detected an invalid program.
|
|
at TextIndex.Stemmer.step5()
|
|
at TextIndex.Stemmer.stem()
|
|
at TextIndex.Stemmer.GetStem(String word)
|
|
at TextIndex.Stemmer.Main(String[] args)
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:duncan@ximian.com">duncan@ximian.com</A> 2003-07-21 23:16 -------
|
|
+I recompiled stemmer-break.cs on windows and ran it. It runs fine.
|
|
+
|
|
+C:\duncan>stemmer-break foo
|
|
+foo
|
|
+
|
|
+I ran the same assembly on Mono, it runs fine too.
|
|
+
|
|
+diphthong:~ $ mono /mnt/duncan/stemmer-break.exe foo
|
|
+foo
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="006542.html">[Mono-bugs] [Bug 46640][Wis] Changed - Running this program causes 'invalid IL error'
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006544.html">[Mono-bugs] [Bug 46640][Wis] Changed - Running this program causes 'invalid IL error'
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6543">[ date ]</a>
|
|
<a href="thread.html#6543">[ thread ]</a>
|
|
<a href="subject.html#6543">[ subject ]</a>
|
|
<a href="author.html#6543">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|