Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25434 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31942 invoked by uid 1010); 27 Aug 2006 19:16:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31927 invoked from network); 27 Aug 2006 19:16:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2006 19:16:39 -0000 Authentication-Results: pb1.pair.com header.from=pollita@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pollita@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 65.111.164.201 cause and error) X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 65.111.164.201 danica.alphaweb.net Linux 2.4/2.6 Received: from [65.111.164.201] ([65.111.164.201:47628] helo=danica.alphaweb.net) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id DE/51-12209-49FE1F44 for ; Sun, 27 Aug 2006 15:16:38 -0400 Received: from talos.alphaweb.net ([69.12.155.129] helo=[172.31.5.147]) by danica.alphaweb.net with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1GHQ6i-0000Z8-GF; Sun, 27 Aug 2006 15:15:44 -0400 Message-ID: <44F1EF98.50601@php.net> Date: Sun, 27 Aug 2006 12:16:40 -0700 User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: internals@lists.php.net, cschneid@cschneid.com, rasmus@lerdorf.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with APC From: pollita@php.net (Sara Golemon) > I get a segfault with PHP 5.2.0RC2 in > CLI mode (Apache module seems to work) > and APC 3.0.11 (without APC it works > fine). Is this a known problem (maybe > even fixed in CVS) or is it worth > investigating? > Yes, it's a known problem. http://blog.libssh2.org/index.php?/archives/20-Doctor!-Doctor!-It-hurts-when-I-do-this!.html But it's an EXTREMELY edge case one. (Only happens with ZTS enabled, in CLI mode, with enable_cli *not* turned on). I came across this some time ago when mixing Runkit_Sandbox with APC, just turn on enable_cli. It won't materially impact your command line experience. -Sara