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

 ID:               51357
 Updated by:       [email protected]
 Reported by:      pesu at obsidian dot cz
 Summary:          httpd crashes with segfault signal 11
-Status:           Open
+Status:           Feedback
 Type:             Bug
 Package:          Apache2 related
 Operating System: CentOS 4.8
 PHP Version:      5.2.13

 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.

And please also add the full stacktrace, the two frames say nothing
useful.


Previous Comments:
------------------------------------------------------------------------
[2010-03-23 08:34:46] pesu at obsidian dot cz

Description:
------------
Httpd crash often, coredump created, gdb backtrace of coredump ends
with:



Reading symbols from /usr/lib64/php/modules/zip.so...Reading symbols
from /usr/lib/debug/usr/lib64/php/modules/zip.so.debug...done.

done.

Loaded symbols for /usr/lib64/php/modules/zip.so

Reading symbols from /usr/lib64/gconv/CP1250.so...done.

Loaded symbols for /usr/lib64/gconv/CP1250.so

#0  0x0000002a9633d280 in strlen () from /lib64/tls/libc.so.6

(gdb) bt full

#0  0x0000002a9633d280 in strlen () from /lib64/tls/libc.so.6

No symbol table info available.

#1  0x0000002a9a00a27e in vspprintf (pbuf=0x7fbfffc118, max_len=1024,
format=Variable "format" is not available.

) at /usr/src/debug/php-5.2.13/main/spprintf.c:559

        __nl = Variable "__nl" is not available.

Expected result:
----------------
no segfault

Actual result:
--------------
child pid 30052 exit signal Segmentation fault (11)


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



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

Reply via email to