[Mono-bugs] [Bug 45539][Maj] Changed - Enum.GetValues fails on mint
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 27 Jun 2003 11:00:29 -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 paf@design.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=45539
--- shadow/45539 Fri Jun 27 10:51:04 2003
+++ shadow/45539.tmp.2974 Fri Jun 27 11:00:29 2003
@@ -2,13 +2,13 @@
Product: Mono/Runtime
Version: unspecified
OS: All
OS Details: win32:mint and solaris8:mint
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: PAF@design.ru
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -48,6 +48,13 @@
-------------------bug.cs
------- Additional Comments From PAF@design.ru 2003-06-27 10:51 -------
Created an attachment (id=4734)
mcs bug.cs; mint bug.exe; sould see "done" but don't see anything [tried on win32&solaris8]
+
+------- Additional Comments From PAF@design.ru 2003-06-27 11:00 -------
+one would not actually see any message with this bug.cs, mint would
+just die and would not print "ok".
+
+one could see message if surround that line with
+try{...}catch(Exception e){Console.WriteLine(e.Message);}