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

 ID:                 62929
 Updated by:         larue...@php.net
 Reported by:        sergiu dot ionescu at gmail dot com
 Summary:            Segmentation fault on Zend Framework application
 Status:             Open
 Type:               Bug
 Package:            *General Issues
 Operating System:   Ubuntu 10.04.4 LTS
 PHP Version:        PHP 5.3.16
 Block user comment: N
 Private report:     N

 New Comment:

so, this is related to apc?


Previous Comments:
------------------------------------------------------------------------
[2012-08-30 16:13:15] sergiu dot ionescu at gmail dot com

Setting apc.enable_cli=0 so far has eliminated the issue.

I don't this fixed the underlying issue but at least it gets rid of the nasty 
exit code at the end on the script.

------------------------------------------------------------------------
[2012-08-28 08:04:19] larue...@php.net

if I don't get a script to reproduce it, then I think,, I can do nothing.. 
since 
there is not much info can get from the backtrace

------------------------------------------------------------------------
[2012-08-28 07:02:45] sergiu dot ionescu at gmail dot com

I could, but i think it won't help much. As i stated initially it's a cli 
script form a Magento/ZF application with quite a few contributed modules.

If i can get to a one file script that produces the error i will post it.
Is there anything else you can do while you don't have that?

------------------------------------------------------------------------
[2012-08-28 02:47:44] larue...@php.net

could you give us a reproducable script, or scripts?  thanks, :)

------------------------------------------------------------------------
[2012-08-27 16:15:38] sergiu dot ionescu at gmail dot com

After updating all the extensions i still get the same thing.

I extra detail i can provide is that i occasionally get 
zend_mm_heap corrupted
instead of segmentation fault

and the line where the segfault occurs is the condition line from:

#if ZEND_MM_SAFE_UNLINKING
                if (UNEXPECTED(prev->next_free_block != mm_block) || 
UNEXPECTED(next->prev_free_block != mm_block)) {
                        zend_mm_panic("zend_mm_heap corrupted");
                }
#endif

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


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=62929


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

Reply via email to