[Mono-bugs] [Bug 56699][Nor] Changed - App never ends when using System.Threading.Timer

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 07:45:24 -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 dick@ximian.com.

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

--- shadow/56699	2004-04-08 09:51:15.000000000 -0400
+++ shadow/56699.tmp.2698	2004-04-28 07:45:24.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Suse 8.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,17 @@
 Additional Information:
 
 ------- Additional Comments From JoergR@voelcker.com  2004-04-08 09:51 -------
 Created an attachment (id=7274)
 Test case
 
+
+------- Additional Comments From dick@ximian.com  2004-04-28 07:45 -------
+The recent commits that implemented pthreads cleanup handlers, and the
+recursive mutex fix I just made, helps this bug on NPTL systems.  The
+deadlock doesn't happen any more, but other random bad stuff does
+occasionally.
+
+Therefore I'm leaving this bug open, because its still not working at
+all on linuxthreads machines, and it still breaks randomly at all
+sorts of places in the runtime.
+