Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25432 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96102 invoked by uid 1010); 27 Aug 2006 16:36:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96087 invoked from network); 27 Aug 2006 16:36:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2006 16:36:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:59227] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id 59/F7-27332-F0AC1F44 for ; Sun, 27 Aug 2006 12:36:31 -0400 Received: from [192.168.200.47] (c-24-6-35-254.hsd1.ca.comcast.net [24.6.35.254]) (authenticated bits=0) by lerdorf.com (8.13.7/8.13.7/Debian-1) with ESMTP id k7RGaNw3000603; Sun, 27 Aug 2006 09:36:24 -0700 Message-ID: <44F1CA07.7000707@lerdorf.com> Date: Sun, 27 Aug 2006 09:36:23 -0700 User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Stefan Esser CC: Christian Schneider , Ilia Alshanetsky , internals@lists.php.net References: <3BACB070-8FE1-4D72-AF4F-A6A85147733B@prohost.org> <44ED7398.3090006@cschneid.com> <44EDBA0A.2010407@lerdorf.com> <44F15C1C.9010808@php.net> In-Reply-To: <44F15C1C.9010808@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Problems with APC, was Re: PHP 5.2.0RC2 Released! From: rasmus@lerdorf.com (Rasmus Lerdorf) Stefan Esser wrote: >>> 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? > It is not necessary a PHP 5.2 Problem, that APC segfaults. When I use > APC 3.0.11 (previous versions not tested) with something "complex" like > f.e. DokuWiki I get only segfaults. (PHP 5.1.6) Could you provide a backtrace?