[Mono-bugs] [Bug 70697][Nor] Changed - Non portable CLR generated by Mono. Crashes under .NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Dec 2004 14:19:27 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/70697	2004-12-20 13:54:44.000000000 -0500
+++ shadow/70697.tmp.15598	2004-12-20 14:19:27.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 70697
 Product: Mono: Compilers
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: Windows 2000 running .NET SDK 2.0Beta
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kevin.hubbard@siemens.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -46,6 +46,10 @@
   StreamReader input_stream   = input_file.OpenText();
   Console.WriteLine( input_stream.ReadLine() );
   input_stream.Close();
 
  } // main()
 } // top
+
+------- Additional Comments From bmaurer@users.sf.net  2004-12-20 14:19 -------
+I can't reproduce this on HEAD with my 2.0 or 1.1. Peverify worked as
+well. Can you attach the file you are getting?