[Mono-bugs] [Bug 27996][Cri] Changed - ExitThead() causes a crash when it's called from the main thread
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 Sep 2002 07:06:10 -0000
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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27996
--- shadow/27996 Fri Jul 19 09:02:22 2002
+++ shadow/27996.tmp.27329 Thu Sep 12 03:06:10 2002
@@ -1,14 +1,14 @@
Bug#: 27996
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Critical
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: martin@gnome.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -34,6 +34,9 @@
exception - and if you get a SEGV there, it'll call
arch_handle_exception() again via the SIGSEGV handler.
This means that you get hundreds of System.NullReferenceException's
floating over your termain so you can't read the program's output and the
real exception anymore.
+
+------- Additional Comments From dietmar@ximian.com 2002-09-12 03:06 -------
+the provided example does not produce any bug.