Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Ilia A.
The problem described here occurs both in 4.2.3RC2 & 4.3.0-dev. The attached patch is against 4.3.0-dev (HEAD) and as far as my testing shows addresses the problem. The source of the segfault is a buffer overflow that results when estimated number of times the separator will be inserted is les

Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Martin Jansen
On Wed Sep 04, 2002 at 09:3027PM +0200, Martin Jansen wrote: > Obviously PHP 4.2.3RC2 segfaults when using wordwrap() with the > following configure options: If it helps you, attached you'll find the backtrace of the crash. -- - Martin Martin Jansen

Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Michael Mauch
Vergoz Michael \ <[EMAIL PROTECTED]> wrote: > me too.. Maybe your mail/news reader has a problem with the trailing dot, maybe Martin fixed it now. works for me, and I can see the segfault with 4.2.3RC2, configured only with --enable-debug -

Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Martin Jansen
On Mit Sep 04, 2002 at 09:3724 +0200, [EMAIL PROTECTED] wrote: > On Wed, 4 Sep 2002, Martin Jansen wrote: > > > The script to reproduce the segfault can be found at > > http://www.martinjansen.com/php/segfault-4.2.3RC2.txt. If you need > > more information (backtrace etc.), just ask. > > That li

Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Vergoz Michael \(SYSDOOR\)
me too.. - Original Message - From: <[EMAIL PROTECTED]> To: "Martin Jansen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 9:37 PM Subject: Re: [PHP-DEV] Segfault in 4.2.3RC2 > On Wed, 4 Sep 2002, Martin Jansen wrote: &g

Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread derick
On Wed, 4 Sep 2002, Martin Jansen wrote: > The script to reproduce the segfault can be found at > http://www.martinjansen.com/php/segfault-4.2.3RC2.txt. If you need > more information (backtrace etc.), just ask. That link gives a four oh four to me... Derick ---