From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin H Newsgroups: gmane.lisp.guile.bugs Subject: variable-ref segfaults regular variables Date: Mon, 24 Jan 2011 15:44:32 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6da2eb6cc1a7c049a9daa3e X-Trace: dough.gmane.org 1296021904 32443 80.91.229.12 (26 Jan 2011 06:05:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 06:05:04 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jan 26 07:05:00 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 1PhyV2-0000OZ-Fe for guile-bugs@m.gmane.org; Wed, 26 Jan 2011 07:05:00 +0100 Original-Received: from localhost ([127.0.0.1]:37193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhyV1-00051F-M2 for guile-bugs@m.gmane.org; Wed, 26 Jan 2011 01:04:59 -0500 Original-Received: from [140.186.70.92] (port=59129 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhTH9-0006Ck-L8 for bug-guile@gnu.org; Mon, 24 Jan 2011 15:44:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhTH8-00025T-GZ for bug-guile@gnu.org; Mon, 24 Jan 2011 15:44:35 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:35119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhTH8-000257-CM for bug-guile@gnu.org; Mon, 24 Jan 2011 15:44:34 -0500 Original-Received: by wwb17 with SMTP id 17so4868351wwb.30 for ; Mon, 24 Jan 2011 12:44:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=tFGpDkQKmZB0a22cDgqPFF+3IF2k49x8qEcAaQLBWuE=; b=poYUIYt1lpApIaDwOhvDzid6gsUZBF2kL+7kFNgQ9+QGUAsL1iI1R8nqNqP7UpAfNx ogr0la4RGrNsUizHWgYQojWXPq8LIO1jOtC7WzEcVh4BcCdQjEncrT3kZtWMGdKGDZbX eJwx62IEHUCtO0kFSI/Fuu++yCox6f8oXcoec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fP+AcsYJyfNi0mcNfuhiVltLcpbxFlHh3ZNkV8UgFH9ojUHGpRbA7DFUFBmNVcAAu5 qGZAVj3x2mfPRX2iXwSfWBaFPtPr94lTpT8/ovo4Wo01nEWKDUlbSr6w7st6n6iefbPv b3KhwsLIBMA3L+g9i+BG8mfvQ23dwMDSrxO7Q= Original-Received: by 10.216.87.130 with SMTP id y2mr2874478wee.58.1295901872888; Mon, 24 Jan 2011 12:44:32 -0800 (PST) Original-Received: by 10.216.180.70 with HTTP; Mon, 24 Jan 2011 12:44:32 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 26 Jan 2011 01:04:52 -0500 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:5026 Archived-At: --0016e6da2eb6cc1a7c049a9daa3e Content-Type: text/plain; charset=ISO-8859-1 Hi everyone: I'm using guile 1.9.14 (Ubuntu) and I think I found a bug that I think you want to know about. It's easy to reproduce, just do this: (define x 42) (variable-ref x) I get a segmentation fault every time. Thanks, Kevin --0016e6da2eb6cc1a7c049a9daa3e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi everyone:

I'm using guile 1.9.14 (Ubuntu) and I think I found= a bug that I think you want to know about.=A0 It's easy to reproduce, = just do this:

(define x 42)

(variable-ref x)

I get a s= egmentation fault every time.

Thanks,

Kevin
--0016e6da2eb6cc1a7c049a9daa3e--