From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Ellis 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 14:52:37 -0500 Message-ID: References: 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: dough.gmane.org 1299354770 8499 80.91.229.12 (5 Mar 2011 19:52:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2011 19:52:50 +0000 (UTC) Cc: bug-guile@gnu.org To: Steven Wu Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Mar 05 20:52:46 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 1PvxWv-0005WD-M9 for guile-bugs@m.gmane.org; Sat, 05 Mar 2011 20:52:45 +0100 Original-Received: from localhost ([127.0.0.1]:48056 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvxWv-0004e5-6d for guile-bugs@m.gmane.org; Sat, 05 Mar 2011 14:52:45 -0500 Original-Received: from [140.186.70.92] (port=41906 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvxWq-0004dn-0q for bug-guile@gnu.org; Sat, 05 Mar 2011 14:52:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvxWo-0008Vi-LP for bug-guile@gnu.org; Sat, 05 Mar 2011 14:52:39 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:38726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvxWo-0008Vc-CV for bug-guile@gnu.org; Sat, 05 Mar 2011 14:52:38 -0500 Original-Received: by wwj40 with SMTP id 40so3261337wwj.30 for ; Sat, 05 Mar 2011 11:52:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=R/cpxXEa78KjY43cI6szCe+9rC2Rnh4zrzGo7+Po6Rg=; b=TlGxMHELhoEn6QG1Czqdu+4NU+VMGglAFx7wH/4VMH6wAXAM9EEvCsRjBikRs0AnCs /51ZeLTgjzrlcRnTcV4gWgqRQGU23CCTaMyQC2Ffkl30ECRvP3kj/Evus+uHFonXmYuj AJSdKpaQUBmW2IgOVqS5oIosjQ0/7tU5U2ShE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=YC/hQRQszvP6MnxEl6/PJjlpvFjj7+bYAyLbqMyT/LGcZ2peRdphZiVZoijJ9nuDRp YVVqsV1Ue437qXJT+3oX4Sb6ZoFRb1JXfMyr2OYIW1KJTGRUGGO7gVWItyxzovbJRKgK 8acDqKcaTfAIJZPr9D4dieMSItLdzI48x+4MI= Original-Received: by 10.227.169.77 with SMTP id x13mr1781593wby.151.1299354757448; Sat, 05 Mar 2011 11:52:37 -0800 (PST) Original-Received: by 10.227.144.207 with HTTP; Sat, 5 Mar 2011 11:52:37 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 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:5290 Archived-At: 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. > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000001a17070 > 0x00007fff83bec7f0 in strncmp () > (gdb) bt > #0 =A00x00007fff83bec7f0 in strncmp () > #1 =A00x00000001019e9684 in init_bouncing_parens [inlined] () at /Users/w= us/local/src/gnu/guile-2.0.0/guile-readline/readline.c:445 > #2 =A00x00000001019e9684 in scm_init_readline () at readline.c:575 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. http://osdir.com/ml/bug-guile-gnu/2011-02/msg00140.html 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. Cheers, Mike