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: Guile bailing out with "uncaught throw to wrong-type-arg" on amd64 Linux Date: Sun, 12 Sep 2010 23:53:28 +0200 Message-ID: References: <87fwxf6wt1.fsf@delenn.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284328270 30481 80.91.229.12 (12 Sep 2010 21:51:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Sep 2010 21:51:10 +0000 (UTC) Cc: Guile Bugs To: Andreas Rottmann Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Sep 12 23:51:08 2010 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 1OuuS3-0004R4-M8 for guile-bugs@m.gmane.org; Sun, 12 Sep 2010 23:51:07 +0200 Original-Received: from localhost ([127.0.0.1]:37500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuuS3-0002lK-5o for guile-bugs@m.gmane.org; Sun, 12 Sep 2010 17:51:07 -0400 Original-Received: from [140.186.70.92] (port=35210 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuuRG-0002TK-Mz for bug-guile@gnu.org; Sun, 12 Sep 2010 17:50:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuuRF-00041S-A3 for bug-guile@gnu.org; Sun, 12 Sep 2010 17:50:18 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:63526 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuuRF-00041O-75 for bug-guile@gnu.org; Sun, 12 Sep 2010 17:50:17 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 83A05D5822; Sun, 12 Sep 2010 17:50:16 -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=VvlJk9hct4kJPYolAdOrh/Ugbd0=; b=YYYVG5 ht259jyg8/vNqBgLmtFTbHRuJt1ftBFd36GymLk3H9jlBgCZ2TT4ah8kt8Ebbbih AnjETIrLa13Lziv3Hkepy6CLZcvVnc1iktQv7Nw4NtprXLU0hZDzGfeYHgPsMjQo kECW6/LP7+SOY6oSLtMpGpimSW1eqRxCxKveQ= 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=Wfh3kOKD11aTDlL/i6ZFYjmUlUfWeJK4 Jam3sLfOPu2kVewZCiSo06e0vzgommExY7VXhtBtZAcLzkUBUNOZIpmvJY4Hz6sN Gssq3+Md5FLD4d8jrUz/WylAOKXNIcf0nw24s8q4e0zmuB6mGyOP+rbi0rOpUufM 7+zUl9/LZH4= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 6F8D0D5821; Sun, 12 Sep 2010 17:50:15 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [83.44.190.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id D647BD5820; Sun, 12 Sep 2010 17:50:13 -0400 (EDT) In-Reply-To: <87fwxf6wt1.fsf@delenn.lan> (Andreas Rottmann's message of "Sun, 12 Sep 2010 13:11:38 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: BA0FE1FC-BEB7-11DF-9A12-030CEE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:4809 Archived-At: Hi Andreas, On Sun 12 Sep 2010 13:11, Andreas Rottmann writes: > % GUILE_AUTO_COMPILE=0 ./meta/gdb-uninstalled-guile -q I'm curious about the load_extension. I recently fixed up some things in master that should simplify our "test matrix", so to speak, and would be interested to see if you can try this again. Thanks for the report! Andy -- http://wingolog.org/