[Mono-bugs] [Bug 72683][Cri] New - ** ERROR **: file mini.c: line 9064 (mini_method_compile): assertion failed: (tblock)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Feb 2005 10:16:02 -0500 (EST)
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=72683
--- shadow/72683 2005-02-17 10:16:02.000000000 -0500
+++ shadow/72683.tmp.29561 2005-02-17 10:16:02.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 72683
+Product: Mono: Runtime
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: JIT
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ** ERROR **: file mini.c: line 9064 (mini_method_compile): assertion failed: (tblock)
+
+I see this error come up in a random place on a few compiles on x86:
+
+MONO_PATH="../../class/lib/default:$MONO_PATH" /home/builder/HEAD/mono/runt
+ime/mono-wrapper ../../class/lib/default/mcs.exe -d:NET_1_1 -d:ONLY_1_1 -
+debug /noconfig /r:mscorlib.dll /r:System.dll /r:Novell.Directory.Ldap.dll
+/target:library /out:../../class/lib/default/System.DirectoryServices.dll
+@System.DirectoryServices.dll.sources
+
+** ERROR **: file mini.c: line 9064 (mini_method_compile): assertion
+failed: (tblock)
+aborting...
+
+The full log from buildbot is here:
+http://mono.ximian.com:8008/intel-head-mono/events/1371/log
+
+This error does not happen reliably at all. I see it maybe once every few
+days. When it does happen another build will make it go away.