Re: [perl #51122] GC bug in bytecode loading (again)

2008-02-23 Thread chromatic
On Friday 22 February 2008 19:52:29 Bob Rogers wrote: The [loading list.pbc] message shows that it is dying in the load_bytecode op for this file. (If the bug fails to manifest, the code will fail to find a *.pbc file in fairly short order.) In GDB, the backtrace from the segfault looks

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 through

[perl #51124] [TODO] Remove docs/imcc/macros.html from website

2008-02-23 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #51124] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51124 docs/imcc/macros.pod has been removed from the repository. This document can

[perl #32667] [TODO] IMCC - documentation needs updating

2008-02-23 Thread Klaas-Jan Stol via RT
imcc's documentation is up to date.

[perl #50920] [BUG]: t/compilers/imcc/syn/macro.t failing on Darwin

2008-02-23 Thread James Keenan via RT
On Fri Feb 22 20:18:03 2008, [EMAIL PROTECTED] wrote: The test passed at 25900. and it passed at 25950. I'll have to pick up on this tomorrow. And it passed at 25973.

[perl #43481] t/examples/shootout.t (shootout_16.pir) fails on gentoo/x86

2008-02-23 Thread James Keenan via RT
The vampire has lain cold for a week. I'm resolving the ticket. Any new instances of failure in t/examples/shootout.t should open a new ticket (albeit one which should refer back to this one). kid51

Re: [svn:parrot] r25990 - trunk/src/pmc

2008-02-23 Thread Peter Gibbs
On Friday, February 22, 2008 10:50 PM [EMAIL PROTECTED] wrote: On Friday 22 February 2008 08:45:42 [EMAIL PROTECTED] wrote: Modified: trunk/src/pmc/parrotinterpreter.pmc Log: In thawfinish, delay setting constant flag on lib_name until Parrot_load_lib has been called, to avoid corruption

Re: [perl #51104] [BUG] bad pointer! segfaults are bad!

2008-02-23 Thread Ron Blaschke
Jerry Gay (via RT) wrote: # New Ticket Created by Jerry Gay # Please include the string: [perl #51104] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51104 during the build of languages/c99, specifically:

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: [svn:parrot] r26013 - trunk/src

2008-02-23 Thread Will Coleda
On Sat, Feb 23, 2008 at 6:44 AM, [EMAIL PROTECTED] wrote: Author: paultcochrane Date: Sat Feb 23 03:44:12 2008 New Revision: 26013 Modified: trunk/src/oo.c (props changed) Log: [core] For some reason svk hasn't picked up the svn properties properly, so setting them here.

Re: [perl #51000] [BUG] t/src/intlist.t failures.

2008-02-23 Thread Will Coleda
On Fri, Feb 22, 2008 at 9:58 PM, James Keenan via RT [EMAIL PROTECTED] wrote: Coke: Last weekend I applied a patch in r25788 which corrected persistent problems in src/list.c and thereby enabled t/src/intlist.t to pass for the first time in a month. In this RT, you report that

Re: [perl #51122] GC bug in bytecode loading (again)

2008-02-23 Thread Bob Rogers
From: chromatic via RT [EMAIL PROTECTED] Date: Sat, 23 Feb 2008 01:29:53 -0800 On Friday 22 February 2008 19:52:29 Bob Rogers wrote: The [loading list.pbc] message shows that it is dying in the load_bytecode op for this file. (If the bug fails to manifest, the code will

Re: [perl #51122] GC bug in bytecode loading (again)

2008-02-23 Thread Bob Rogers
From: Peter Gibbs via RT [EMAIL PROTECTED] Date: Sat, 23 Feb 2008 07:57:13 -0800 Hi Bob Please try revision 26025. This should be a full fix for the problem I started working on in r25990. Regards Peter Gibbs Works like a champ in r26026. Thanks heaps for the swift

Re: [svn:parrot] r26013 - trunk/src

2008-02-23 Thread Paul Cochrane
I just checked the properties in the repository for this file before and after your commit, and they seem identical. Yeah, that happened to me too but in my svn checkout. In the svk checkout things seemed as though things weren't correct, so I committed the changes. If the test is failing

Re: [svn:parrot] r26013 - trunk/src

2008-02-23 Thread chromatic
On Saturday 23 February 2008 09:40:52 Paul Cochrane wrote: I just checked the properties in the repository for this file before and after your commit, and they seem identical. Yeah, that happened to me too but in my svn checkout. In the svk checkout things seemed as though things weren't

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 *** glibc

[perl #47391] t/configure/1*.t tests incorrectly rely on init::defaults

2008-02-23 Thread James Keenan via RT
A patch has been posted to a related ticket that addresses the issues raised in this ticket. See http://rt.perl.org/rt3/Ticket/Attachment/362970/163286/diff.trunk.tcif.txt. Thank you very much. kid51

Re: [perl #51122] GC bug in bytecode loading (again)

2008-02-23 Thread Bob Rogers
From: Bob Rogers [EMAIL PROTECTED] Date: Sat, 23 Feb 2008 12:44:02 -0500 From: Peter Gibbs via RT [EMAIL PROTECTED] Date: Sat, 23 Feb 2008 07:57:13 -0800 Hi Bob Please try revision 26025. This should be a full fix for the problem I started working on in

[perl #51136] [BUG] Segfault in Parrot_Ref_morph

2008-02-23 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #51136] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51136 As of r26037, tcl is once again generating a segfault (even on feather!). The change