ID: 35304 User updated by: matteo at beccati dot com Reported By: matteo at beccati dot com Status: Open Bug Type: PDO related Operating System: Debian GNU/Linux testing/etch PHP Version: 5CVS-2005-11-20 (snap) New Comment:
Also without CFLAGS: good-ol:~/compile/php5-200511211330# sapi/cli/php -n -r 'echo 1;' Segmentation fault good-ol:~/compile/php5-200511211330# sapi/cli/php -n somefile.php Segmentation fault Previous Comments: ------------------------------------------------------------------------ [2005-11-21 17:27:02] matteo at beccati dot com This was without recompiling. I'll recompile without CFLAGS and let you know. ------------------------------------------------------------------------ [2005-11-21 17:25:43] matteo at beccati dot com good-ol:~/compile/php5-200511211330# sapi/cli/php -n -r 'echo 1;' Segmentation fault good-ol:~/compile/php5-200511211330# touch somefile.php good-ol:~/compile/php5-200511211330# sapi/cli/php -n somefile.php Segmentation fault good-ol:~/compile/php5-200511211330# ------------------------------------------------------------------------ [2005-11-21 17:24:07] [EMAIL PROTECTED] Try without setting those CFLAGS. And try running PHP like this after compile: # sapi/cli/php -n -r 'echo 1;' Does that crash? Or this: # sapi/cli/php -n somefile.php ------------------------------------------------------------------------ [2005-11-21 16:51:33] matteo at beccati dot com No php.ini is present in /usr/local/lib. this was the configure line: CFLAGS='-O0 -g' ./configure --disable-cgi --without-sqlite which leads to the segfault on php start (I was probabily wrong saying that it was working on start). If you need I can give you ssh access on the machine. ------------------------------------------------------------------------ [2005-11-21 14:25:56] [EMAIL PROTECTED] Was this really with that configure line? As I tried the same and can't get it to segfault. Do you happen to load any extensions in the used php.ini (or php-cli.ini) file? ------------------------------------------------------------------------ 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/35304 -- Edit this bug report at http://bugs.php.net/?id=35304&edit=1