Edit report at https://bugs.php.net/bug.php?id=51243&edit=1

 ID:                 51243
 Comment by:         crankycyclops at gmail dot com
 Reported by:        tsamukawa at maru dot jp
 Summary:            syntax error in autoload causes segmentation fault
 Status:             Open
 Type:               Bug
 Package:            Scripting Engine problem
 Operating System:   CentOS5.*
 PHP Version:        5.3.2, 5.3.3, 5.3.9RC
 Block user comment: N
 Private report:     N

 New Comment:

I can confirm that this is still an issue for me with PHP 5.3.10.  I'm running 
this on FreeBSD 9.  Like the last poster mentioned, I can fix the issue 
temporarily by compiling without zend-multibyte and mbstring.


Previous Comments:
------------------------------------------------------------------------
[2011-11-17 05:52:33] tsamukawa at maru dot jp

> Please try using this snapshot:
>
>   http://snaps.php.net/php5.3-latest.tar.gz

 I tried it, but it does not solve the problem. 
(The name of extracted directory is "php5.3-201111170130", Is it right?)

 I found new another thing.
 SIGSEGV does not appeared if I do not compile php with
the configure script options
"--enable-mbstring --enable-mbregex --enable-zend-multibyte ".

hope this helps..

------------------------------------------------------------------------
[2011-11-16 17:58:51] fel...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------
[2010-12-10 14:25:52] tsamukawa at maru dot jp

This bug is also repoduced in the version of php 5.3.3.

------------------------------------------------------------------------
[2010-06-15 07:36:09] tsamukawa at maru dot jp

I think this segfault would be occured by these steps:

First, An apache`s process receives a http request. Correct output is produced 
like "syntax error, unexpected ...". It`s seems to be no problem.
Next, the identical apache`s child process receives a request, It produces 
empty 
responce ("SYSSEGV" error message is saved in error_log).

Apache server version is 2.2.14.

------------------------------------------------------------------------
[2010-06-08 15:04:12] tony2...@php.net

Not reproducible.
The only result I'm able to get is this:
Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION in 
/tmp/C.php on line 4

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


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

    https://bugs.php.net/bug.php?id=51243


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

Reply via email to