Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14415 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23979 invoked by uid 1010); 21 Jan 2005 14:38:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23950 invoked from network); 21 Jan 2005 14:38:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2005 14:38:37 -0000 X-Host-Fingerprint: 64.233.184.197 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.197:61082] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id BB/D0-15286-A3F01F14 for ; Fri, 21 Jan 2005 09:18:34 -0500 Received: by wproxy.gmail.com with SMTP id 36so1165607wri for ; Fri, 21 Jan 2005 06:18:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=P/IutNUiQwqNuHoTtdr596taU0czJIAs6QAJWWjh3OlGkH0nG3nZZ94VceRkBIHDYF9u3J8NM80fXWiVXSqcBH83BzAun0We1zm1RjTksh8Ims/Ko5yz6wtev/y7VBUf8wOjYJtfnj2WacLmIS//gCyFNpv5GsdJnyBmP2c4xmc= Received: by 10.54.17.72 with SMTP id 72mr41863wrq; Fri, 21 Jan 2005 06:18:31 -0800 (PST) Received: by 10.54.59.28 with HTTP; Fri, 21 Jan 2005 06:18:31 -0800 (PST) Message-ID: <4e89b42605012106184edfe26f@mail.gmail.com> Date: Fri, 21 Jan 2005 09:18:31 -0500 Reply-To: Wez Furlong To: Antony Dovgal Cc: Ron Korving , internals@lists.php.net In-Reply-To: <20050121152510.368a413b.antony@zend.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050121115429.2862.qmail@lists.php.net> <20050121152510.368a413b.antony@zend.com> Subject: Re: [PHP-DEV] segfault in stream_socket_accept (fixed before 5.0.4?) From: kingwez@gmail.com (Wez Furlong) I think I fixed this problem up to a month ago in HEAD. --Wez. On Fri, 21 Jan 2005 15:25:10 +0300, Antony Dovgal wrote: > On Fri, 21 Jan 2005 12:54:02 +0100 > "Ron Korving" wrote: > > > Hi, > > > > I know this isn't the proper channel for a bugreport, but I think this > > segfault will require a very simple fix and I hope this could be fixed > > before 5.0.4 is released (so I'm posting this because of the time > > factor). > > Did I miss something or there wasn't even RC1 yet? > > > This code segfaults (PHP 5.0.3): > > > > > $server = stream_socket_server("tcp://0.0.0.0:12345"); > > $client = stream_socket_accept($server, 3, $peername); > > ?> > > Please, fill a bug-report and don't forget to include backtrace. > Btw, I can't reproduce it with current CVS. > > -- > Wbr, > Antony Dovgal aka tony2001 > antony@zend.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >