[Mono-bugs] [Bug 35213][Maj] Changed - Wapi should be more robust.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Dec 2002 11:33:55 -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=35213

--- shadow/35213	Fri Dec  6 14:23:09 2002
+++ shadow/35213.tmp.14681	Mon Dec  9 06:33:55 2002
@@ -1,14 +1,14 @@
 Bug#: 35213
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: dick@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,13 @@
 
 The following program illustrates the problem:
 
 while true; do mono fib.exe > log; done
 
 This is on Red Hat 7.3
+
+------- Additional Comments From dick@ximian.com  2002-12-09 06:33 -------
+This particular error will happen if the daemon crashes.  It would be
+lots of work to try and recover shared handles from that - better
+would be to fix the root cause.
+
+You could try and generate a core file from the daemon.  That might help.