From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: abort() in vm-engine.c Date: Sun, 20 Mar 2011 00:36:51 +0100 Message-ID: References: <87oc56q5qt.fsf@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1300577827 23202 80.91.229.12 (19 Mar 2011 23:37:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Mar 2011 23:37:07 +0000 (UTC) Cc: Guile Bugs , Ludovic =?utf-8?Q?Court=C3=A8s?= , Neil Jerram To: Andreas Rottmann Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Mar 20 00:37:02 2011 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.69) (envelope-from ) id 1Q15hY-00013k-VM for guile-bugs@m.gmane.org; Sun, 20 Mar 2011 00:36:57 +0100 Original-Received: from localhost ([127.0.0.1]:41276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q15hY-0000XT-Gg for guile-bugs@m.gmane.org; Sat, 19 Mar 2011 19:36:56 -0400 Original-Received: from [140.186.70.92] (port=57542 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q15hR-0000T8-IB for bug-guile@gnu.org; Sat, 19 Mar 2011 19:36:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q15hQ-00023A-LM for bug-guile@gnu.org; Sat, 19 Mar 2011 19:36:49 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:63771 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q15hQ-000231-Ik; Sat, 19 Mar 2011 19:36:48 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 463604D64; Sat, 19 Mar 2011 19:38:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=dNmGI2MeDWxhAnIFAnIRtG/W6/o=; b=stRYNe ZyoT7AlkYOY1KZNEmqdDrIkt66QHZegV+3pXT8OOiopinXJFlhsDhgqv4Lu+UAGs fsD5fR9cXIYaAVEybqBObUdlvKx1iVEHp8yg3UdwZfNw9rCnPNS5YOcGu3yAL2Te gWY5VLKRbKlwzfu84MBm2UaqSDnFOcE9y4rmg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=CLZkiIZJOniqDJJv4Dr71/B6eRCMvYiN zzUe03sflYa/TfyNBdNxI1ITTNC4nQU+Idx4fzJS/MWQCddm+GO8fUXZkdY84jZZ VVWb0OT4osFbSVh27julln1pZlvTM6bnpVhcZSHu6aOVf5F4BudkSolTG0ZmZQkW +8Qv40jPD+0= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 121E34D63; Sat, 19 Mar 2011 19:38:20 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 7CD184D62; Sat, 19 Mar 2011 19:38:15 -0400 (EDT) In-Reply-To: <87oc56q5qt.fsf@gmx.at> (Andreas Rottmann's message of "Sat, 19 Mar 2011 20:18:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: F8D1FBC4-5281-11E0-9D3F-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:5349 Archived-At: On Sat 19 Mar 2011 20:18, Andreas Rottmann writes: > I encountered an "abort()" during compilation of my code. Fixed in 6f2ff78299f54b1fde9f2ff85cbabf876bea85b8, thanks. Waiting on that test case :-) Peace, Andy ps. Ludo and Neil, I asked for Andreas to finally add himself to the Guile savannah group. Yay for another excellent hacker, trapped in the Guile honeypot! ;-) -- http://wingolog.org/