ID: 15829
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproducible crash
Operating System: Debian (Sid) Linux
PHP Version: 4.0CVS-2002-03-0
New Comment:
Doesn't crash here either..
Previous Comments:
------------------------------------------------------------------------
[2002-04-12 12:38:02] [EMAIL PROTECTED]
I have it segfaulting there as well.
FreeBSD roman.mobil.cz 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Dec 26
12:45:18 CET 2001
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CRUDPUPPY_3 i386
'./configure' \
'--disable-shared' \
'--disable-session' \
'--enable-debug' \
'--enable-inline-optimization' \
'--enable-dio' \
'--enable-ftp' \
'--enable-pcntl' \
'--enable-shmop' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--enable-sockets' \
'--enable-tokenizer' \
'--without-mysql' \
'--with-openssl' \
'--with-zlib' \
'--with-bz2' \
'--with-curl' \
'--with-gettext' \
'--with-iconv' \
'--with-ncurses' \
'--with-readline' \
"$@"
I don't have a backtrace yet.
------------------------------------------------------------------------
[2002-03-02 07:42:55] [EMAIL PROTECTED]
It crashes with a plain ./configure too btw...
------------------------------------------------------------------------
[2002-03-02 07:25:30] [EMAIL PROTECTED]
Doesn't crash for me:
php -q
<?php $a="abc123";
echo ereg_replace("123",'def\1ghi',$a)?>
abcdef\1ghi
Derick
------------------------------------------------------------------------
[2002-03-02 07:24:07] [EMAIL PROTECTED]
Errm...
That test passes here too:
\0 back reference
... passed
But this one doesn't:
nonexisting back reference (012.phpt)
... failed
(it crashes)
------------------------------------------------------------------------
[2002-03-02 07:15:12] [EMAIL PROTECTED]
With my configuration it passes.
Running tests in /home/yohgaki/cvs/php/DEV/ext/standard/tests/reg
=================================================================
\0 back reference
... passed
However, there is something wrong in current PHP. I got exit status 255
when run-tests.php finished. (It doesn't now)
The real problem may be in broken heap memory area by some other
place.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/15829
--
Edit this bug report at http://bugs.php.net/?id=15829&edit=1