[Bug 369737] Re: preg_replace_callback segfaults

2010-11-17 Thread Launchpad Bug Tracker
[Expired for php5 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: php5 (Ubuntu) Status: Incomplete => Expired -- preg_replace_callback segfaults https://bugs.launchpad.net/bugs/369737 You received this bug notification because you are a member of Ubuntu Server Tea

[Bug 369737] Re: preg_replace_callback segfaults

2009-08-25 Thread fiasco
>From what I understand this is a PCRE extension issue with recursive regex. This error occured for me when the mediawiki filter was trying to parse a with the following regex: #^\{\|(.*?)(?:^\|\+(.*?))?(^(?:((?R))|.)*?)^\|}#msi -- preg_replace_callback segfaults https://bugs.launchpad

[Bug 369737] Re: preg_replace_callback segfaults

2009-08-24 Thread Andreas Olsson
@fiasco: Also running Ubuntu 9.04? Since you have the code in front of you, do you have the possibility to create a standalone test case? -- preg_replace_callback segfaults https://bugs.launchpad.net/bugs/369737 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 369737] Re: preg_replace_callback segfaults

2009-08-24 Thread fiasco
This is happening to me, I found this bug in the PEAR mediawiki filter. the code from there is: wiki->source = preg_replace_callback( $this->regex, array(&$this, 'process'), $this->wiki->source ); error_log("Returning parse"); } ?> Potential

[Bug 369737] Re: preg_replace_callback segfaults

2009-07-26 Thread Andreas Olsson
We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested information? Thanks! -- preg_replace_callback segfaults https://bugs.launchpad.net/bugs/369737 You received this bug notification because you are a member

[Bug 369737] Re: preg_replace_callback segfaults

2009-05-01 Thread Andreas Olsson
Can you provide the PHP code which causes this segfault? I tried the following example code, and managed to run preg_replace_callback() just fine on both an i386 and an amd64 running jaunty. (Taken from http://www.php.net/manual/en/function.preg-replace- callback.php) ** Changed in: php5 (Ubun