[Mono-bugs] [Bug 48591][Wis] Changed - Non-deterministic failure of --debug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Oct 2003 12:34:15 -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 martin@ximian.com.

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

--- shadow/48591	2003-10-11 12:29:14.000000000 -0400
+++ shadow/48591.tmp.20311	2003-10-11 12:34:15.000000000 -0400
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Wishlist
 Component: misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -26,6 +26,18 @@
 xslt.exe $NAME.xsl $NAME.xml )
 
 The error does not show up on a specific file, only randomly, about 1/100th
 of the time.
 
 Sadly, I can't get any more info ;-(.
+
+------- Additional Comments From martin@ximian.com  2003-10-11 12:34 -------
+There's now a workaround in CVS; this bug has a very low priority 
+for me because of the nature of this bug: 
+ 
+Sometimes (with a probability of < 1%), one random method doesn't 
+get any debugging information.  This means that if some application 
+ever throws an exception or crashes in this method, you won't get 
+any line numbers.  It is highly unlikely that this will ever happen 
+and if it ever happens, you can most likely re-run the application 
+100 times before you get it the second time - and then it'll most 
+likely affect another method.