From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juhani Rantanen" Newsgroups: gmane.lisp.guile.bugs Subject: Re: Segfault when running fibc benchmark in current trunk Date: Wed, 22 Apr 2009 22:29:22 +0300 (EEST) Message-ID: <39637.87.95.12.138.1240428562.squirrel@webmail.aj-group.net> References: <36841.87.95.9.89.1239928621.squirrel@mail.aj-group.net> <39231.87.93.21.245.1240178567.squirrel@webmail.aj-group.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1240428728 7103 80.91.229.12 (22 Apr 2009 19:32:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Apr 2009 19:32:08 +0000 (UTC) Cc: bug-guile@gnu.org To: "Juhani Rantanen" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Apr 22 21:33:28 2009 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LwiAU-0000rc-Gu for guile-bugs@m.gmane.org; Wed, 22 Apr 2009 21:31:38 +0200 Original-Received: from localhost ([127.0.0.1]:50720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lwi95-0004C7-G1 for guile-bugs@m.gmane.org; Wed, 22 Apr 2009 15:30:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lwi92-0004C2-BY for bug-guile@gnu.org; Wed, 22 Apr 2009 15:30:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lwi8x-0004Ar-IX for bug-guile@gnu.org; Wed, 22 Apr 2009 15:30:07 -0400 Original-Received: from [199.232.76.173] (port=58660 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lwi8x-0004Am-AW for bug-guile@gnu.org; Wed, 22 Apr 2009 15:30:03 -0400 Original-Received: from server-a110.esp.mediateam.fi ([81.17.202.110]:50940 helo=homer.aj-group.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lwi8w-00007h-9h for bug-guile@gnu.org; Wed, 22 Apr 2009 15:30:03 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by homer.aj-group.net (Postfix) with ESMTP id E92F5379AB; Wed, 22 Apr 2009 22:29:45 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at aj-group.net Original-Received: from homer.aj-group.net ([127.0.0.1]) by localhost (homer.aj-group.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HVUvOC3bSTC3; Wed, 22 Apr 2009 22:29:31 +0300 (EEST) Original-Received: by homer.aj-group.net (Postfix, from userid 1018) id 3617D379D9; Wed, 22 Apr 2009 22:29:31 +0300 (EEST) Original-Received: from webmail.aj-group.net (localhost [127.0.0.1]) by homer.aj-group.net (Postfix) with ESMTP id C2010379AB; Wed, 22 Apr 2009 22:29:21 +0300 (EEST) Original-Received: from 87.95.12.138 (SquirrelMail authenticated user misty) by webmail.aj-group.net with HTTP; Wed, 22 Apr 2009 22:29:22 +0300 (EEST) In-Reply-To: <39231.87.93.21.245.1240178567.squirrel@webmail.aj-group.net> User-Agent: SquirrelMail/1.4.9a X-Priority: 3 (Normal) Importance: Normal X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4210 Archived-At: >> I look forward to the next bug report :) > > Here are some more files that don't need the benchmark suite to run. I > also ran all of the tests with Gambit and there wasn't any errors. > > Testing maze under Guile-r5rs > Compiling... > Running... > ERROR: In procedure zero?: > ERROR: Wrong type argument in position 1: #f Hi, I still have some cough and flu, I hope you're luckier and have not catched this evil disease.. Anyway, as I made this bug report I was sick so my brain didn't work like normal, as it seems that this maze_bug.scm not working is actually a portability issue in the testsuite, not a genuine guile bug. At least this seems likely. Benchmark does run with Gambit without any errors, but that is a different implementation with different set of primitives. So I'm sorry if I've sent you to a wild goos= e chase. That aside, I am interested in using Guile to extend my application and I will volunteer to test it with some other code as well before the next release to improve quality of the release. I used to do release testing and Unix/DB administration for a living (maybe that is why I wanted to ru= n the benchmarks and use a development version in the first place :) but I don't have too much coding experience (in big sw projects) so I won't do patches at first unless they are trivial in nature. If all goes well I will report some more bugs soon. One bug might be that Guile 1.8.6 runs every benchmark (some of them are real-world applications, some simple synthetic benchmarks) faster than the current version with this new VM. BR, Juhani