[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:07:19 -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 22:54:31 2003
+++ shadow/46640.tmp.24833	Mon Jul 21 23:07:19 2003
@@ -69,6 +69,19 @@
 
 
 ------- Additional Comments From duncan@ximian.com  2003-07-21 22:54 -------
 Created an attachment (id=4937)
 monodis output of stemmer-break.exe
 
+
+------- Additional Comments From duncan@ximian.com  2003-07-21 23:07 -------
+Running stemmer-break.exe (I copied it via my SMB share) on my Win2k
+machine running .NET 1.1, I get this error:
+
+C:\duncan>stemmer-break foo
+
+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)