Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18730 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40783 invoked by uid 1010); 8 Sep 2005 21:40:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40768 invoked from network); 8 Sep 2005 21:40:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2005 21:40:16 -0000 X-Host-Fingerprint: 69.164.218.60 eycb01-00-cntnga-69-164-218-60.atlaga.adelphia.net Received: from ([69.164.218.60:8556] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C2/21-17383-0CFA0234 for ; Thu, 08 Sep 2005 17:40:16 -0400 To: internals@lists.php.net,Ilia Alshanetsky Message-ID: <4320AFBA.4010309@php.net> Date: Thu, 08 Sep 2005 17:40:10 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <9E.93.23233.E96A0234@pb1.pair.com> <4320AA2B.1090906@prohost.org> In-Reply-To: <4320AA2B.1090906@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 69.164.218.60 Subject: Re: [PHP-DEV] Deadlock with session handling code? From: ramsey@php.net (Ben Ramsey) On 9/8/05 5:16 PM, Ilia Alshanetsky wrote: > Does the application where this problem occurs have any calls to command > execution functions and can you check if F_SETFD is defined on the system? For the first part of the question, the application does not make any calls to exec() or shell_exec(). For the second part, here's what my co-worker sent me: /usr/include$ grep F_SETFD `find . -type f` ./asm/fcntl.h:#define F_SETFD 2 /* set/clear close_on_exec */ ./bits/fcntl.h:#define F_SETFD 2 /* Set file descriptor flags. */ -- Ben Ramsey http://benramsey.com/