Re: [perl #56786] [pdd25cx] Segfault with tcl

2008-08-03 Thread Patrick R. Michaud
On Sat, Aug 02, 2008 at 09:31:44AM -0700, Allison Randal via RT wrote: > > Committed a fix to tcl in branch (r29940) to pull from the correct > > slot. All tests now pass. I'd like to see this segfault/assert/boom > > addressed before we merge back, just in case. > > Resolved in r29941, by throwin

Re: [perl #56786] [pdd25cx] Segfault with tcl

2008-08-02 Thread Will Coleda
On Sat, Aug 2, 2008 at 11:07 AM, Will Coleda <[EMAIL PROTECTED]> wrote: > On Sat, Aug 2, 2008 at 11:00 AM, Will Coleda <[EMAIL PROTECTED]> wrote: >> On Sat, Aug 2, 2008 at 5:00 AM, Allison Randal via RT >> <[EMAIL PROTECTED]> wrote: >>> In r29934 of the branch, I can't even get tcl to build, it kee

Re: [perl #56786] [pdd25cx] Segfault with tcl

2008-08-02 Thread Will Coleda
On Sat, Aug 2, 2008 at 11:00 AM, Will Coleda <[EMAIL PROTECTED]> wrote: > On Sat, Aug 2, 2008 at 5:00 AM, Allison Randal via RT > <[EMAIL PROTECTED]> wrote: >> In r29934 of the branch, I can't even get tcl to build, it keeps >> complaining about calls to tcl_error_s which it says doesn't exist. >>

Re: [perl #56786] [pdd25cx] Segfault with tcl

2008-08-02 Thread Will Coleda
On Sat, Aug 2, 2008 at 5:00 AM, Allison Randal via RT <[EMAIL PROTECTED]> wrote: > In r29934 of the branch, I can't even get tcl to build, it keeps > complaining about calls to tcl_error_s which it says doesn't exist. > Since you mentioned you were eliminating the versions of tcl_error > identical

Re: [perl #56786] [pdd25cx] Segfault with tcl

2008-07-17 Thread Will Coleda
On Thu, Jul 17, 2008 at 12:31 PM, chromatic via RT <[EMAIL PROTECTED]> wrote: > On Thursday 17 July 2008 08:49:05 Will Coleda wrote: > >> I committed a patch (r29559) that updates all the tcl.ops to be more >> like the 'die' opcode in how the exception object is constructed and >> created. Still se

Re: [perl #56786] [pdd25cx] Segfault with tcl

2008-07-17 Thread chromatic
On Thursday 17 July 2008 08:49:05 Will Coleda wrote: > I committed a patch (r29559) that updates all the tcl.ops to be more > like the 'die' opcode in how the exception object is constructed and > created. Still segfaulting. As long as I'm in here, I'm going to > eliminate the forms of tcl_error t

Re: [perl #56786] [pdd25cx] Segfault with tcl

2008-07-17 Thread Will Coleda
On Thu, Jul 17, 2008 at 11:26 AM, Will Coleda <[EMAIL PROTECTED]> wrote: > On Thu, Jul 17, 2008 at 9:47 AM, Will Coleda via RT > <[EMAIL PROTECTED]> wrote: >> On Thu Jul 10 06:40:28 2008, coke wrote: >>> Using tcl, I can make parrot segfault in this branch. >>> >>> $ ../../parrot tcl.pbc -e "error

Re: [perl #56786] [pdd25cx] Segfault with tcl

2008-07-17 Thread Will Coleda
On Thu, Jul 17, 2008 at 9:47 AM, Will Coleda via RT <[EMAIL PROTECTED]> wrote: > On Thu Jul 10 06:40:28 2008, coke wrote: >> Using tcl, I can make parrot segfault in this branch. >> >> $ ../../parrot tcl.pbc -e "error eek" >> Segmentation fault >> >> Real tclsh, if you put that in a file and ran it