php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55939 SIGABRT on startup in apc_stack.c:49
Submitted: 2003-12-16 02:35 UTC Modified: 2005-10-23 09:15 UTC
From: hartmann at mayflower dot de Assigned: gschlossnagle (profile)
Status: No Feedback Package: APC (PECL)
PHP Version: 4CVS-2003-12-16 (stable) OS: z/Linux (ibm mainframe)
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-12-16 02:35 UTC] hartmann at mayflower dot de
Description:
------------
Error_log:
httpd: /mysql/src/APC-2.0/apc_stack.c:49: apc_stack_clear: Assertion `stack != ((void *)0)' failed.
Unmeaning backtrace. 

regards, johann

Reproduce code:
---------------
<?php phpinfo();?>

Actual result:
--------------
SIGABRT

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-25 14:04 UTC] gschlossnagle@php.net
you're running this under apache?  how are you loading the extension?  is it compiled in or dynamically loaded?  What does your ini look like?
 [2005-03-07 12:15 UTC] schmidt at dozent dot net
I have the same Problem, I use Apache 2.0.x on Debian with dynamic loaded. There was no errors or warnings on compiling

Here is the full Mesage:
apache2: /root/APC-2.0.4/apc_stack.c:49: apc_stack_clear: Assertion `stack != ((void *)0)' failed.
[Mon Mar 07 18:01:44 2005] [notice] child pid 26694 exit signal Aborted (6)
 [2005-10-23 09:15 UTC] mike@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC