From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 5 22:15:28 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C81C1065670 for ; Sat, 5 Feb 2011 22:15:28 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id B5E898FC0A for ; Sat, 5 Feb 2011 22:15:27 +0000 (UTC) Received: by qyk36 with SMTP id 36so2613492qyk.13 for ; Sat, 05 Feb 2011 14:15:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=7YzT3C6TWB4qycR9kNYvZ8r1POkMFYSKmRv/SnVEw6c=; b=IJRKCBdnTSVDJqUKjoe7TcIM7obzUe2TDFV6UWQ3SNV7LKn4wyrCLbv8Y4rcbbZjHF EnFF2qLYMHaxNARjfex9a/fASR1vmmA+f0N9aPnQycYujo54vjDkPntQ9CaT8W2zs6yn i3+PVyhHJ7d8kDPJtYRZ/k08/Bp3tV7auveow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=a6O+qOYfHS/GIomR/ndtG1KdRHSr5ae0Wp5LzB4vZQzpGcdK6gbDkopAjM7Zpkgy/f Sk+M0QL4dRkJ28Dg0x7BRbQiPYCGsGtq1EVowGAWLhwefVMmSegn1pEfNJ5vsHcKPgVm sP9dnwSV197zJncIEXD14bRYa4q9X8V2etziM= Received: by 10.229.97.134 with SMTP id l6mr4211449qcn.253.1296944126609; Sat, 05 Feb 2011 14:15:26 -0800 (PST) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.229.67.2 with HTTP; Sat, 5 Feb 2011 14:14:46 -0800 (PST) In-Reply-To: <4D4DCB0E.8050706@yandex.ru> References: <4D3CB2AF.9050003@yandex.ru> <4D4D9A4D.2070508@yandex.ru> <4D4DAD05.2070707@yandex.ru> <4D4DCB0E.8050706@yandex.ru> From: Ivan Voras Date: Sat, 5 Feb 2011 23:14:46 +0100 X-Google-Sender-Auth: UF78J-VZ1lu01DSavDYZ9TLU9dU Message-ID: To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hackers@freebsd.org Subject: Re: Tracking down a problem with php on FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 22:15:28 -0000 On 5 February 2011 23:11, Ruslan Mahmatkhanov wrote: > Yes, it seems so. But all of this locking/threading is a black magick for me > right now, and i don't feel to be able to study out with this fpm issue by > myself. So i just sent this last obtained info to php-fpm mailing list. And > thank you again, Ivan, for your analysis and explanations. They would likely be more helped if you found a core dump of a crashed PHP process (if that is what's causing it).