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-2.0.0 crash when started on MacOS X 10.6.0 Date: Sun, 06 Mar 2011 11:02:14 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1299405753 12764 80.91.229.12 (6 Mar 2011 10:02:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2011 10:02:33 +0000 (UTC) Cc: bug-guile@gnu.org To: Steven Wu Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Mar 06 11:02:28 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 1PwAnC-0000Mi-Kg for guile-bugs@m.gmane.org; Sun, 06 Mar 2011 11:02:26 +0100 Original-Received: from localhost ([127.0.0.1]:34892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwAnB-0002ue-Sy for guile-bugs@m.gmane.org; Sun, 06 Mar 2011 05:02:25 -0500 Original-Received: from [140.186.70.92] (port=32862 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwAn3-0002tw-E6 for bug-guile@gnu.org; Sun, 06 Mar 2011 05:02:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwAn2-0005Ge-Gk for bug-guile@gnu.org; Sun, 06 Mar 2011 05:02:17 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:55987 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwAn2-0005GZ-Ay for bug-guile@gnu.org; Sun, 06 Mar 2011 05:02:16 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 7A6793915; Sun, 6 Mar 2011 05:03:40 -0500 (EST) 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=fkopMs7k5R/9dyYr+m/CDfnDo7I=; b=Z7bZ7W DG5bqi1wm4YtJIfepSMrnFvs0xpbkNkEKyRXIZoY6GFPuwwOUrNDPs3dlAzpSrWh 97kHSX3v2lD8b/35RmBzCzZfUk7zGPtPhfY5DaCjtXEV/pDu4RTpXq6TAhQqPgI7 Agxf1Sd25BGbHlt94ffxcgn/twz6m9NZbIDMk= 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=aOhq6vQpMIfSyI/uMiwE6JUhjwORF7Aj GT4o/7hMuxWnqzFSAe9PWdO7tyqd7mhWKc0wn11yAqRllj7sOZ4rcCTVJWtx8a63 ewHSfLG5jo3+pD0bWwYwS8zO9pvq/jMRO/jvEvdDmpviE2li6cXoehEixAVIPA2e c0PAa3fsYWE= 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 66EB03914; Sun, 6 Mar 2011 05:03:39 -0500 (EST) 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 B7B593913; Sun, 6 Mar 2011 05:03:37 -0500 (EST) In-Reply-To: (Steven Wu's message of "Sat, 5 Mar 2011 18:03:07 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 0256A50E-47D9-11E0-91BA-AF401E47CF6F-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:5297 Archived-At: On Sun 06 Mar 2011 02:03, Steven Wu writes: > I stopped in the function, and it seems to be correct. I checked to the > map, and the value was right, it wasn't NULL. I tried to stop in strncmp > and see what that parameters were. Wasn't very successful the first > tried. I haven't used gdb for a while, and need to refresh it. The solution is to use GNU readline, not the editline-based thing that Apple ships. Andy -- http://wingolog.org/