ID:               27011
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ehicks at binarymagi dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         PCRE related
 Operating System: Solaris 9
 PHP Version:      4CVS-2004-01-23
 New Comment:

Is the gdb backtrace same (the first lines..) to the one you already
have included here?



Previous Comments:
------------------------------------------------------------------------

[2004-01-26 23:30:13] ehicks at binarymagi dot com

Yeah.

[EMAIL PROTECTED] cli]# ./php < crashphp.php 
Bus Error (core dumped)

That's using:

CFLAGS=-DNO_RECURSE ./configure --disable-all --disable-cgi
--with-pcre-regex

No idea what it's problem is.  I can run more gdb tests on the core
dump if you want.

------------------------------------------------------------------------

[2004-01-26 23:13:21] [EMAIL PROTECTED]

Did you try with the configure line I gave?
(don't forget also doing 'make clean' before 'make', I forgot that from
it :)



------------------------------------------------------------------------

[2004-01-26 23:10:52] ehicks at binarymagi dot com

Adding -DNO_RECURSE to PHP's compile didn't help either.

------------------------------------------------------------------------

[2004-01-26 22:23:20] ehicks at binarymagi dot com

Actually, it is.  That configure line has been updated since I posted
it.  ldd shows that the new module is indeed using the libpcre from
/usr/local/lib.

I added the no_recurse to the PCRE build, though, not PHP.  That's why
I asked.  I will try it in PHP and see what happens.

------------------------------------------------------------------------

[2004-01-26 21:38:41] [EMAIL PROTECTED]

You're missing the point: PHP is NOT using your external build PCRE
lib! (given your configure line you added in your report)

Try this for PHP:

# rm config.cache ; CFLAGS=-DNO_RECURSE ./configure --disable-all
--disable-cgi --with-pcre-regex && make 

Then try your script with the sapi/cli/php


------------------------------------------------------------------------

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/27011

-- 
Edit this bug report at http://bugs.php.net/?id=27011&edit=1

Reply via email to