Re: [perl #40966] [BUG] Parrot core dumps in perl6 (possible GC/pointer bug?)

2006-12-06 Thread Leopold Toetsch
Am Dienstag, 5. Dezember 2006 22:07 schrieb Matt Diephouse: Constant PMCs are marked, but are constant STRINGs? As STRINGs aren't pointing to other items, there's no extra code to deal with constant strings. They are marked, when refered to from other locations or maybe not. This is ok, as the

Re: [perl #40966] [BUG] Parrot core dumps in perl6 (possible GC/pointer bug?)

2006-12-05 Thread Matt Diephouse
via RT Patrick R. Michaud [EMAIL PROTECTED] wrote: With the latest changes to the perl6 compiler I'm starting to see miscellaneous core dumps from Parrot. I think it's likely GC or pointer related, as the program in question runs correctly with the -G flag present. The core dump appears for me

Re: [perl #40966] [BUG] Parrot core dumps in perl6 (possible GC/pointer bug?)

2006-12-05 Thread Leopold Toetsch
Am Dienstag, 5. Dezember 2006 20:39 schrieb Matt Diephouse: The portion of the assertion that fails is     !(((s)-obj.flags) b_PObj_on_free_list_FLAG which means that this string has been garbage collected. I saw a couple different instances of this problem and in all of them, the string

Re: Re: [perl #40966] [BUG] Parrot core dumps in perl6 (possible GC/pointer bug?)

2006-12-05 Thread Matt Diephouse
Leopold Toetsch [EMAIL PROTECTED] wrote: Am Dienstag, 5. Dezember 2006 20:39 schrieb Matt Diephouse: The portion of the assertion that fails is !(((s)-obj.flags) b_PObj_on_free_list_FLAG which means that this string has been garbage collected. I saw a couple different instances of this

[perl #40966] [BUG] Parrot core dumps in perl6 (possible GC/pointer bug?)

2006-11-22 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #40966] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40966 --- osname= linux osvers= 2.6.16 arch= x86_64-linux-thread-multi cc= cc