From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18703: chicken fails its test suite on x86_64 Date: Mon, 13 Oct 2014 02:35:33 -0400 Message-ID: <87bnpgwk7e.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZEn-00058q-FZ for bug-guix@gnu.org; Mon, 13 Oct 2014 02:36:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdZEg-0008H2-PS for bug-guix@gnu.org; Mon, 13 Oct 2014 02:36:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:50833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZEg-0008Gx-ME for bug-guix@gnu.org; Mon, 13 Oct 2014 02:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XdZEg-0004q6-AM for bug-guix@gnu.org; Mon, 13 Oct 2014 02:36:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZEK-00057o-4k for bug-guix@gnu.org; Mon, 13 Oct 2014 02:35:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdZEE-0008Db-6M for bug-guix@gnu.org; Mon, 13 Oct 2014 02:35:40 -0400 Received: from world.peace.net ([96.39.62.75]:38793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZED-0008DR-TU for bug-guix@gnu.org; Mon, 13 Oct 2014 02:35:34 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18703@debbugs.gnu.org chicken fails its test suite on x86_64, though it succeeds on both i686 and mips64el. See: http://hydra.gnu.org/job/gnu/master/chicken-4.8.0.3.x86_64-linux The problem is always the same: --8<---------------cut here---------------start------------->8--- SRFI 69 procedures HT - No Parameters HT - Test Parameter HT - Number Test Parameter HT - All Optional Parameters HT - All Parameters HT - Insert with setter HT - Insert with update! HT - A-List HT - set! overwrites HT - Delete HT - Remove HT - Make from A-List HT - Merge! HT - Merge HT - Map HT - Fold HT - Built-in string hash function HT - After overwriting 'string-hash' should still work HT - custom hash function HT - out of bounds value is caught Hash collision weaknesses [panic] out of memory - heap full while resizing - execution terminated --8<---------------cut here---------------end--------------->8--- Mark