Re: [perl #44247] Using :flat calling a PMC METHOD causes a segfault.

2007-07-30 Thread Bob Rogers
From: "Mehmet Yavuz Selim Soyturk" <[EMAIL PROTECTED]> Date: Mon, 30 Jul 2007 07:31:43 +0200 > Does the attached patch solve the problem? Yes, it does. Thanks. Fixed in r20363, with a regression test. -- Bob

Re: [perl #44247] Using :flat calling a PMC METHOD causes a segfault.

2007-07-30 Thread jerry gay
On 7/29/07, via RT Mehmet Yavuz Selim Soyturk <[EMAIL PROTECTED]> wrote: > # New Ticket Created by "Mehmet Yavuz Selim Soyturk" > # Please include the string: [perl #44247] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=442

Re: [perl #44247] Using :flat calling a PMC METHOD causes a segfault.

2007-07-29 Thread Mehmet Yavuz Selim Soyturk
> Does the attached patch solve the problem? > Yes, it does. Thanks.