Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44430 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16961 invoked from network); 23 Jun 2009 06:31:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2009 06:31:30 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.222.193 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.222.193 mail-pz0-f193.google.com Received: from [209.85.222.193] ([209.85.222.193:46546] helo=mail-pz0-f193.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/0F-36467-1C6704A4 for ; Tue, 23 Jun 2009 02:31:30 -0400 Received: by pzk31 with SMTP id 31so2485841pzk.26 for ; Mon, 22 Jun 2009 23:31:27 -0700 (PDT) Received: by 10.115.46.10 with SMTP id y10mr6338123waj.61.1245738686909; Mon, 22 Jun 2009 23:31:26 -0700 (PDT) Received: from ?192.168.200.148? (c-69-181-146-36.hsd1.ca.comcast.net [69.181.146.36]) by mx.google.com with ESMTPS id m6sm7842484wag.14.2009.06.22.23.31.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Jun 2009 23:31:26 -0700 (PDT) Message-ID: <4A4076BB.7080307@lerdorf.com> Date: Mon, 22 Jun 2009 23:31:23 -0700 User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: jvlad CC: internals@lists.php.net References: <688E0CB7-742C-4861-B636-0C89DC4D8B9A@pooteeweet.org> <06.D1.20019.45C1F3A4@pb1.pair.com> <7f3ed2c30906220017j6fcea76do2190af3f3ff2d763@mail.gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: 5.3.0 stable release From: rasmus@lerdorf.com (Rasmus Lerdorf) jvlad wrote: >>> Did you hear about crashes under Solaris and MacOSX, and compiler >>> failures >>> under all *BSD systems? >>> They were posted against RC3 and the problems are still the same in RC4. >> We fixed several compile failures recently (both FreeBSD related and >> GCC2), it probably didn't make it into RC4 though. >> >> -Hannes > > Further investigation shown that compiler takes about 1GB(!) of memory when > it compiles php5.3-200906221030/ext/fileinfo/libmagic/apprentice.c > On some systems this amount of memory is not available and may lead to > errors such as hangs or crashes. > > Is it a known problem? > Is this requirement specified somewhere? > Can it be fixed or improved? Try compiling with -O0