dmgolubovsky / yhc

Automatically exported from code.google.com/p/yhc
0 stars 0 forks source link

Assertion `cinfo->info.tag == I_CINFO' failed. #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This program from the 'nobench' suite:

  http://www.cse.unsw.edu.au/~dons/code/nobench/imaginary/ru_list

Fails at runtime with:

   yhi: src/runtime/BCKernel/mutins.h:449: run: Assertion `cinfo->info.tag
== I_CINFO' failed.
[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22

Possibly due to stack exhaustion?

Original issue reported on code.google.com by don...@gmail.com on 11 Mar 2007 at 1:58

GoogleCodeExporter commented 9 years ago
We check that the stack is not overflowed, so I doubt it is that. Assigning 
this one
to Tom.

Original comment by ndmitch...@gmail.com on 11 Mar 2007 at 2:23