[Mono-bugs] [Bug 34318][Nor] Changed - When Calling thread.Start();thread.Abort();thread.Start(), mono segfaults
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
20 Nov 2002 10:29:03 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34318
--- shadow/34318 Tue Nov 19 22:58:45 2002
+++ shadow/34318.tmp.13678 Wed Nov 20 05:29:03 2002
@@ -1,14 +1,14 @@
Bug#: 34318
Product: Mono/Runtime
Version: unspecified
OS: Debian Woody
OS Details: anon-cvs Wed Nov 20 04:53:39 CET 2002
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: kiwnix@yahoo.es
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -53,6 +53,11 @@
Thread TestThread = new Thread(new ThreadStart(test1.TestMethod));
TestThread.Start();
TestThread.Abort();
TestThread.Start();
}
}
+
+------- Additional Comments From dick@ximian.com 2002-11-20 05:29 -------
+This looks like a duplicate
+
+*** This bug has been marked as a duplicate of 34323 ***