[Mono-bugs] [Bug 46640][Wis] Changed - Running this program causes 'invalid IL error'
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 21 Jul 2003 23:16:11 -0400 (EDT)
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46640
--- 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 duncan@ximian.com 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