unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: Steven Wu <wus@qwest.net>
Cc: bug-guile@gnu.org
Subject: Re: guile-2.0.0 crash when started on MacOS X 10.6.0
Date: Sat, 05 Mar 2011 22:25:19 +0100	[thread overview]
Message-ID: <m3r5alcla8.fsf@unquote.localdomain> (raw)
In-Reply-To: <C806F4EB-30BE-489D-AEF7-629E6C3D6AE1@qwest.net> (Steven Wu's message of "Sat, 5 Mar 2011 10:27:00 -0700")

On Sat 05 Mar 2011 18:27, Steven Wu <wus@qwest.net> writes:

> #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

This function is defined as follows:

   static void
   init_bouncing_parens ()
   {
     if (strncmp (rl_get_keymap_name (rl_get_keymap ()), "vi", 2))
       {
         rl_bind_key (')', match_paren);
         rl_bind_key (']', match_paren);
         rl_bind_key ('}', match_paren);
       }
   }

This would seem to indicate that rl_get_keymap_name is returning NULL or
some other invalid value.

Are you certain you are using GNU readline and not some sort of wrapper?

Regards,

Andy
-- 
http://wingolog.org/



  parent reply	other threads:[~2011-03-05 21:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-05 17:27 guile-2.0.0 crash when started on MacOS X 10.6.0 Steven Wu
2011-03-05 19:41 ` Hans Aberg
2011-03-05 20:14   ` Steven Wu
2011-03-05 20:28     ` Hans Aberg
2011-03-05 19:52 ` Michael Ellis
2011-03-05 20:14   ` Steven Wu
2011-03-05 21:25 ` Andy Wingo [this message]
2011-03-05 21:41   ` Hans Aberg
2011-03-06  1:03   ` Steven Wu
2011-03-06 10:02     ` Andy Wingo
2011-03-06 14:08       ` Hans Aberg
2011-03-07  1:30         ` Steven Wu
2011-03-07  9:45           ` Hans Aberg
2011-03-07 10:48       ` Hans Aberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3r5alcla8.fsf@unquote.localdomain \
    --to=wingo@pobox.com \
    --cc=bug-guile@gnu.org \
    --cc=wus@qwest.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).