tony2001 / pinba_extension

Pinba PHP extension
http://pinba.org
GNU Lesser General Public License v2.1
83 stars 22 forks source link

Segfault in PHP 5.3 after latest commit bdbaa0fbbe #16

Closed javer closed 10 years ago

javer commented 10 years ago

After upgrading to the latest commit bdbaa0fbbe I see segfault in PHP 5.3 even when I just run php -m. There are no issues with PHP 5.4 and 5.5. Reverting to the previous commit fixes this issue.

Core was generated by `php5.3 -m'.
Program terminated with signal 11, Segmentation fault.
#0  0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00000000006cda66 in php_ub_body_write_no_header ()
#2  0x00000000006b858b in php_printf ()
#3  0x0000000000475c20 in main ()
tony2001 commented 10 years ago

Fixed, thanks for letting me know!