[Mono-bugs] [Bug 48591][Maj] New - Non-deterministic failure of --debug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Sep 2003 21:41:12 -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 bmaurer@users.sf.net.

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

--- shadow/48591	2003-09-17 21:41:12.000000000 -0400
+++ shadow/48591.tmp.8665	2003-09-17 21:41:12.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 48591
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Non-deterministic failure of --debug
+
+Description of Problem:
+When running tests from the Xalan XSLT test suite using --debug for mono, I
+randomly get errors like:
+** ERROR **: file mono-debug.c: line 274 (mono_debug_add_method): assertion
+failed: (!domain_data->jit [minfo->index])
+aborting...
+./run-suite-dir.sh: line 25: 23119 Aborted                 ( mono --debug
+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 ;-(.