Re: [perl #47978] [C99] [IMCC] double free

2008-03-17 Thread Klaas-Jan Stol
On Sun, Mar 16, 2008 at 11:04 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Saturday 23 February 2008 14:23:19 Klaas-Jan Stol wrote: > > > On Sat, Feb 23, 2008 at 5:00 PM, Ron Blaschke <[EMAIL PROTECTED]> wrote: > > > > The issue seems to be caused by languages/c99/src/preamble, where: > > > > >

Re: [perl #47978] [C99] [IMCC] double free

2008-03-16 Thread chromatic
On Saturday 23 February 2008 14:23:19 Klaas-Jan Stol wrote: > On Sat, Feb 23, 2008 at 5:00 PM, Ron Blaschke <[EMAIL PROTECTED]> wrote: > > The issue seems to be caused by languages/c99/src/preamble, where: > > > > .local $iter_loop: > > > > Consider this test program. > > > > $cat m.pir > > .macro

Re: [perl #47978] [C99] [IMCC] double free

2008-02-23 Thread Klaas-Jan Stol
On Sat, Feb 23, 2008 at 5:00 PM, Ron Blaschke <[EMAIL PROTECTED]> wrote: > chromatic wrote: > > On Thursday 29 November 2007 20:34:17 Will Coleda wrote: > > > >> On feather, languages/c99 (et al.) fail with: > >> > >> $ make > >> ../../parrot -o src/CPP_PGE2AST.pbc --output-pbc src/CPP_PGE2AST.pir

Re: [perl #47978] [C99] [IMCC] double free

2008-02-23 Thread Ron Blaschke
chromatic wrote: On Thursday 29 November 2007 20:34:17 Will Coleda wrote: On feather, languages/c99 (et al.) fail with: $ make ../../parrot -o src/CPP_PGE2AST.pbc --output-pbc src/CPP_PGE2AST.pir *** glibc detected *** ../../parrot: double free or corruption (fasttop): 0x0823e328 *** running

Re: [perl #47978] [C99] [IMCC] double free

2008-02-23 Thread chromatic
On Thursday 29 November 2007 20:34:17 Will Coleda wrote: > On feather, languages/c99 (et al.) fail with: > > $ make > ../../parrot -o src/CPP_PGE2AST.pbc --output-pbc src/CPP_PGE2AST.pir > *** glibc detected *** ../../parrot: double free or corruption > (fasttop): 0x0823e328 *** > > running this t

[perl #47978] [C99] [IMCC] double free

2007-11-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #47978] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47978 > On feather, languages/c99 (et al.) fail with: $ make ../../parrot -o src/CPP_PGE2AST.pbc