# New Ticket Created by Andrew Whitworth # Please include the string: [perl #55170] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55170 >
I'm not sure if this issue has been brought up before, and I'm also not sure if it's related to "#55000 Threads Failures on Optimized Build". I run this script on Debian with GCC 4.2.3: make realclean perl Configure.pl --optimize && make && make perl6 I built again without --optimize and it works perfectly. I'm doing another optimized build now to get the log entries (i didn't copy them the first time like i should have). Parrot builds optimized, although it fails some threading tests as chromatic points out in #55000. The perl6 executable does not. I'll post more information in a follow-up. --Andrew Whitworth