Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44389 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49498 invoked from network); 21 Jun 2009 10:50:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2009 10:50:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=gwynne@darkrainfall.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=gwynne@darkrainfall.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain darkrainfall.org from 208.97.132.207 cause and error) X-PHP-List-Original-Sender: gwynne@darkrainfall.org X-Host-Fingerprint: 208.97.132.207 caiajhbdccah.dreamhost.com Received: from [208.97.132.207] ([208.97.132.207:53734] helo=homiemail-a6.g.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/AC-09016-0801E3A4 for ; Sun, 21 Jun 2009 06:50:41 -0400 Received: from Moonstar.home (pool-71-174-84-161.bstnma.fios.verizon.net [71.174.84.161]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by homiemail-a6.g.dreamhost.com (Postfix) with ESMTP id 20876141B8 for ; Sun, 21 Jun 2009 03:50:37 -0700 (PDT) Message-ID: <6CECDED4-41D4-4EA0-916A-9B9BC524B2E5@darkrainfall.org> To: PHP Developers Mailing List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sun, 21 Jun 2009 06:50:35 -0400 X-Mailer: Apple Mail (2.935.3) Subject: Results of running the entire testsuite with valgrind From: gwynne@darkrainfall.org (Gwynne Raskind) I ran the entire PHP testsuite (as compiled on my system) under valgrind for Darwin and came up with quite a mess of leaks and a couple of crashes. The results file is quite ginormous, so I uploaded it to my site for the morbidly curious to have a look at: http://darkrainfall.org/php_test_results_valgrind.txt Some caveats about these results: - Darwin's valgrind doesn't support the symlink() syscall, so all tests using symlink() broke. - I didn't provide the proper environment variables for MySQL to connect, so all those tests broke too. - There seem to be several valgrind-caught bugs in OpenSSL 0.9.8k that aren't caught by valgrind's suppression files or OpenSSL's PURIFY flag, so you'll have to wade through those pointless warnings. - Two tests crashed HARD when run (with or without valgrind): ext/standard/tests/strings/str_pad_variation5.phpt (SIGBUS on NULL pointer) tests/output/ob_011.mem (SIGSEGV on unmapped non-NULL pointer) -- Gwynne