Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58587 invoked by uid 1010); 17 Sep 2005 05:55:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58572 invoked from network); 17 Sep 2005 05:55:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2005 05:55:07 -0000 X-Host-Fingerprint: 213.136.52.47 mailgate2.mysql.com Linux 2.5 (sometimes 2.4) (4) Received: from ([213.136.52.47:36561] helo=mailgate.mysql.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A4/84-43379-9BFAB234 for ; Sat, 17 Sep 2005 01:55:06 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.mysql.com (8.13.4/8.13.4) with ESMTP id j8H5t2LN030693; Sat, 17 Sep 2005 07:55:02 +0200 Received: from mail.mysql.com ([10.222.1.99]) by localhost (mailgate.mysql.com [10.222.1.98]) (amavisd-new, port 10026) with LMTP id 28349-07; Sat, 17 Sep 2005 07:55:02 +0200 (CEST) Received: from [192.168.1.6] (p54869036.dip0.t-ipconnect.de [84.134.144.54]) (authenticated bits=0) by mail.mysql.com (8.13.3/8.13.3) with ESMTP id j8H5stUd012401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Sep 2005 07:54:57 +0200 Message-ID: <432BAFA0.2060401@php.net> Date: Sat, 17 Sep 2005 07:54:40 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050704 SeaMonkey/1.0a MIME-Version: 1.0 To: RG CC: internals@lists.php.net References: <29.87.41173.A9FD9234@pb1.pair.com> <00f301c5ba49$455192c0$5c8be5a9@ohr.berkeley.edu> <5A.79.43379.A1E1A234@pb1.pair.com> <001901c5ba69$b6573c70$6c051fac@lighthammer> <87.AB.43379.8F14B234@pb1.pair.com> In-Reply-To: <87.AB.43379.8F14B234@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailgate.mysql.com Subject: Re: [PHP-DEV] Re: Segfault From: hartmut@php.net (Hartmut Holzgraefe) RG wrote: > Well I did try to use it in RINIT, but PHP just wasn't RINIT.... so I > figured why not put it in MINIT. ... > I used malloc > instead of emalloc, so malloc was causing gcc to miscalculate its size or > make it quit with an error. both claims above don't make *any* sense to me, making me think you still really do not know what you are doing :(