[Mono-bugs] [Bug 58707][Maj] Changed - Exception when trying to AppDomain.Unload()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 16:28:32 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=58707
--- shadow/58707 2004-05-24 21:46:55.000000000 -0400
+++ shadow/58707.tmp.688 2004-05-25 16:28:32.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58707
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details: Fedora Core 1, kernel linux-2.4.22-1.2188.nptl
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 040 One week
Priority: Major
Component: misc
AssignedTo: lluis@ximian.com
ReportedBy: robik@mailbox.sk
QAContact: mono-bugs@ximian.com
@@ -170,6 +170,9 @@
[...]
1037: while (value >= 10) {
1038: tmp[--position] = digitLowerTable[(value % 10)];
1039: value /= 10;
1040: }
+
+------- Additional Comments From vargaz@freemail.hu 2004-05-25 16:28 -------
+Fixed in CVS.