[Mono-bugs] [Bug 65768][Nor] Changed - [HEAD] segfault when using ikvm to run java app

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 15:00:41 -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 gert.driesen@pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=65768

--- shadow/65768	2004-09-13 14:56:36.000000000 -0400
+++ shadow/65768.tmp.5745	2004-09-13 15:00:41.000000000 -0400
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: [HEAD] segfault when using ikvm to run java app
 
 Mono segfault when using ikvm to run even the smallest java app.
 
 I attached a (gzipped) tar file containing a repro.
 
@@ -44,6 +43,29 @@
 
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-09-13 14:56 -------
 Created an attachment (id=10702)
 log file running repro with ikvm (downloaded from Jeroen's website) on mono (cvs)
 
+
+------- Additional Comments From gert.driesen@pandora.be  2004-09-13 15:00 -------
+Zoltan,
+
+Thanks for looking into this.
+
+After synchronization mono with CVS HEAD today, the repro I attached
+(with uses ikvm downloaded from Jeroen's web site) now hangs. I
+attached a log file of this, but I'm afraid you won't be able to do
+much with that.
+
+When I use both mono cvs and ikvm built from cvs, I now get a
+NullReferenceException :
+
+Unhandled Exception: System.NullReferenceException: Object reference
+not set to$in <0x00295> java.lang.ThreadGroup:uncaughtException
+(java.lang.Thread,System.E$in <0x00f41> Starter:Main (string[])
+
+(full log file attached)
+
+Jeroen, can you have a look at this too ?
+
+Thanks!