php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64976 Kernel messags in syslog
Submitted: 2013-06-05 16:29 UTC Modified: 2016-11-18 21:11 UTC
From: ankitjain53 at gmail dot com Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: Irrelevant OS: Debian 6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ankitjain53 at gmail dot com
New email:
PHP Version: OS:

 

 [2013-06-05 16:29 UTC] ankitjain53 at gmail dot com
Description:
------------
I am facing an issue where I am seeing a lot of messages in syslog for apc.so. Tried to search a lot but could not find similar messages.

The system config:

 - Server version: Apache/2.2.16 (Debian)
 - PHP 5.3.3-7+squeeze15 with Suhosin-Patch (cli) (built: Mar  4 2013 13:11:17)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
    with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans
    with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
 - APC Version  3.1.13

The messages I am seeing are:

Jun  5 10:51:27 AAA kernel: [38128554.566469]  in apc.so (deleted)[7fbe5b322000+20000]
Jun  5 10:51:30 AAA kernel: [38128557.601198] php[82198] trap invalid opcode ip:7fbe5b32c922 sp:7fff2b1b91d8 error:0
Jun  5 10:51:30 AAA kernel: [38128557.601251] php[82200] trap invalid opcode ip:7fbe5b32c922 sp:7fff2b1b91d8 error:0 in apc.so (deleted)[7fbe5b322000+20000]
Jun  5 10:51:30 AAA kernel: [38128557.601860] php[82199] trap invalid opcode ip:7fbe5b32c922 sp:7fff2b1b91d8 error:0 in apc.so (deleted)[7fbe5b322000+20000]
Jun  5 10:51:30 AAA kernel: [38128557.783666]  in apc.so (deleted)[7fbe5b322000+20000]


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-11-18 21:11 UTC] kalle@php.net
-Status: Open +Status: Wont fix
 [2016-11-18 21:11 UTC] kalle@php.net
APC is no longer supported in favor of opcache that comes bundled with PHP, if you wish to use the user cache, then look at PECL/APCu.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC