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

 ID:                 63950
 Updated by:         paj...@php.net
 Reported by:        hufeng1987 at gmail dot com
 Summary:            Lot's of memory leaks detected
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            FPM related
 Operating System:   CentOS 5.8
 PHP Version:        5.4.10
 Block user comment: N
 Private report:     N

 New Comment:

Disable APC and try again, that will clear this last question.


Previous Comments:
------------------------------------------------------------------------
[2013-01-10 05:10:48] larue...@php.net

it depends on what the codes is, and whether it is a known issue.

------------------------------------------------------------------------
[2013-01-10 04:46:55] hufeng1987 at gmail dot com

i have configured the core dump environment. still waiting for the core dump. 
it's 
not always segfault, i hope i could catch it . 

I want to ask, if some code  cause php segfault, it's code's problem or the 
php's 
problem?

should we fixed it by change the code ? or need to fixed by php upstream?

------------------------------------------------------------------------
[2013-01-10 04:42:43] larue...@php.net

could you please give us the backtrace of the segfault you mentioned?

------------------------------------------------------------------------
[2013-01-09 23:52:53] hufeng1987 at gmail dot com

it's this APC bug? 

some times it cause PHP segmentation fault

------------------------------------------------------------------------
[2013-01-09 15:44:21] ras...@php.net

The Valgrind output looks normal. There are a couple of intentional at-exit 
leaks 
in APC. These are not relevant since they aren't per-request. It is simply 
memory 
only allocated at process startup and not freed, relying instead on process 
exit 
to clear it.

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


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


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

Reply via email to