[MacPorts] #29425: php5-apc 3.18
#29425: php5-apc 3.18 ---------------------------------+------------------------------------------ Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ---------------------------------+------------------------------------------ Hi, After upgraded php5-apc 3.1.7 to 3.1.8, I've this error (with PHP as Apache2 module) {{{ Fatal error: Unknown: apc_fcntl_unlock failed: in Unknown on line 0 }}} The error is reported too in the PECL tracker : http://pecl.php.net/bugs/bug.php?id=22688 Fabien -- Ticket URL: <https://trac.macports.org/ticket/29425> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc @3.18 - Fatal error: Unknown: apc_fcntl_unlock failed ---------------------------------+------------------------------------------ Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: php5-apc ---------------------------------+------------------------------------------ Changes (by jmr@…): * cc: ryandesign@… (added) * port: => php5-apc Comment: Please remember to fill in the Port field, and please use a summary that describes the problem. -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc @3.18 - Fatal error: Unknown: apc_fcntl_unlock failed ---------------------------------+------------------------------------------ Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: php5-apc ---------------------------------+------------------------------------------ Comment(by bertrand.zuchuat@…): is it possible to reinstall APC-3.1.7 with a port command ?[[BR]] I tested "port install php5-apc @3.1.7" but port install the last version. -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc @3.18 - Fatal error: Unknown: apc_fcntl_unlock failed ---------------------------------+------------------------------------------ Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: php5-apc ---------------------------------+------------------------------------------ Comment(by ryandesign@…): See [wiki:howto/InstallingOlderPort] -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc @3.18 - Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * cc: bettybronner@… (added) * status: new => closed * resolution: => fixed Comment: [http://lists.macosforge.org/pipermail/macports-users/2011-May/024356.html 3.1.9 is supposed to resolve this]. Updated in r78666. -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc @3.18 - Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Comment(by bertrand.zuchuat@…): Hi, I upgraded with the last version 3.1.9 but i have the same problem. Thanks for your help -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc @3.18 - Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Comment(by richard@…): CC Plz. 3.1.9 has the same problem with me as well. -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc: Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * cc: richard@… (added) * status: closed => reopened * resolution: fixed => Comment: If you want to be Cc'd on a ticket, you generally use the "Cc me" button at the top of the ticket. Please report this problem to the developer(s) of apc so they can fix it. -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc: Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Comment(by richard@…): Replying to [comment:8 ryandesign@…]:
If you want to be Cc'd on a ticket, you generally use the "Cc me" button at the top of the ticket.
Please report this problem to the developer(s) of apc so they can fix it.
Oh - Thx *blush* -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc: Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Comment(by andreas@…): It's already reported in apc: http://pecl.php.net/bugs/bug.php?id=22688 Check Rasmus (creator of PHP and APC) comments about {{{ [2011-05-17 20:30 UTC] rasmus at php dot net Are you guys explicitly enabling fcntl locking? If so, why? It shouldn't break, obviously, but there are much faster locking mechanisms available. Try: --enable-apc-pthreadrwlocks or --enable-apc-pthreadmutex (which is the default) }}} and {{{ [2011-05-17 21:48 UTC] rasmus at php dot net Well, we switched the default away from fcntl locking years ago. I'll see if I can track down why it is failing, but I haven't used that slow locking mechanism in many many years. }}} -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc: Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Comment(by pixilla@…): As reported here:[[BR]] [http://pecl.php.net/bugs/bug.php?id=22688] [[BR]] [[BR]] switching to spinlocks should work till a better solution emerges. -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc: Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * cc: pixilla@… (added) Comment: I committed Brad's patch in r78756. Does that help? -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc: Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Comment(by fly.captain@…): Replying to [comment:14 ryandesign@…]:
I committed Brad's patch in r78756. Does that help?
Yes, that works. Thanks. -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc: Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Comment(by andreas@…): Should this be closed now or? -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29425: php5-apc: Fatal error: Unknown: apc_fcntl_unlock failed ----------------------------------+----------------------------------------- Reporter: fly.captain@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: php5-apc | ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * status: reopened => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/29425#comment:17> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts