From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Wu Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-2.0.0 crash when started on MacOS X 10.6.0 Date: Sat, 5 Mar 2011 13:14:59 -0700 Message-ID: <7409D7DA-A07F-4F3E-AA77-01853CB16E88@qwest.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299356120 15173 80.91.229.12 (5 Mar 2011 20:15:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2011 20:15:20 +0000 (UTC) Cc: bug-guile@gnu.org To: Michael Ellis Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Mar 05 21:15:12 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 1Pvxsc-0006Pf-9R for guile-bugs@m.gmane.org; Sat, 05 Mar 2011 21:15:10 +0100 Original-Received: from localhost ([127.0.0.1]:46401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pvxsb-0002Jq-MM for guile-bugs@m.gmane.org; Sat, 05 Mar 2011 15:15:09 -0500 Original-Received: from [140.186.70.92] (port=54101 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvxsV-0002Jj-O7 for bug-guile@gnu.org; Sat, 05 Mar 2011 15:15:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvxsU-0004sJ-Jq for bug-guile@gnu.org; Sat, 05 Mar 2011 15:15:03 -0500 Original-Received: from mpls-qmqp-01.inet.qwest.net ([63.231.195.112]:14479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvxsU-0004sA-ER for bug-guile@gnu.org; Sat, 05 Mar 2011 15:15:02 -0500 Original-Received: from [10.0.0.5] (63-229-74-67.phnx.qwest.net [63.229.74.67]) by mpls-qmqp-01.inet.qwest.net (Postfix) with ESMTP id BBAFCE88451; Sat, 5 Mar 2011 20:14:59 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 63.231.195.112 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:5292 Archived-At: Thanks, I'll give it a try. steve On Mar 5, 2011, at 12:52 PM, Michael Ellis wrote: > On Sat, Mar 5, 2011 at 12:27 PM, Steven Wu wrote: >> I built guile-2.0.0 from the tarball, and when I started it, it = crashed. >>=20 >=20 >> Program received signal EXC_BAD_ACCESS, Could not access memory. >> Reason: KERN_INVALID_ADDRESS at address: 0x0000000001a17070 >> 0x00007fff83bec7f0 in strncmp () >> (gdb) bt >> #0 0x00007fff83bec7f0 in strncmp () >> #1 0x00000001019e9684 in init_bouncing_parens [inlined] () at = /Users/wus/local/src/gnu/guile-2.0.0/guile-readline/readline.c:445 >> #2 0x00000001019e9684 in scm_init_readline () at readline.c:575 >=20 > Steve, this seems to be a readline issue on OS X. I ran into the same > problem recently and never did get it sorted out. See this thread for > details. >=20 > http://osdir.com/ml/bug-guile-gnu/2011-02/msg00140.html >=20 > As noted in the thread, my workaround was to remove readline from my > .guile file and use emacs+paredit+geiser when I need an interactive > session. That works pretty well, but, still, it would be nice to be > able to invoke guile from a terminal and have readline support. >=20 > Cheers, > Mike