# New Ticket Created by Andy Dougherty # Please include the string: [perl #42619] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42619 >
While trying to run 'make test' today, t/stm/llqueue_2.pir hung and had to be killed manually. Trying it again, I got an out-of-memory error t/stm/llqueue............................ # Failed (TODO) test (t/stm/llqueue.t at line 59) # got: 'Parrot VM: PANIC: Out of mem! # C file src/gc/memory.c, line 48 # Parrot file (not available), line (not available) # # We highly suggest you notify the Parrot team if you have not been working on # Parrot. Use parrotbug (located in parrot's root directory) or send an # e-mail to [EMAIL PROTECTED] # Include the entire text of this error message and the text of the script that # generated the error. If you've made any modifications to Parrot, please # describe them as well. # # Version : 0.4.11-devel # Configured : Thu Apr 19 13:05:49 2007 GMT # Architecture: nojit # JIT Capable : No # Interp Flags: (no interpreter) # Exceptions : (missing from core) # # Dumping Core... # Quit # ' # expected: 'sum is 4950 # ' # './parrot -D40 --gc-debug "/home/doughera/src/parrot/parrot-andy/t/stm/llqueue_2.pir"' failed with exit code 131 ok The hanging behavior appears to be intermittent. I haven't been able to identify conditions under which it reliably occurs. I realize this is a TODO test, but it shouldn't hang. Perhaps it should just be skipped. This is on Solaris 8/SPARC, with Sun's compiler. -- Andy Dougherty [EMAIL PROTECTED]