bugGuile - Bugs: bug #30983, ,help after (activate-readline)...

 
 

bug #30983: ,help after (activate-readline) hangs

Submitter:  None
Submitted:  Tue 07 Sep 2010 01:20:40 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 18 Nov 2010 01:30:44 PM UTC, comment #3: 

Fixed in git, I think. Please reopen if you can still reproduce this.

Andy Wingo <wingo>
Group administrator
Tue 07 Sep 2010 09:05:56 PM UTC, comment #2: 

Yes.

$ guile -q
GNU Guile 1.9.12
Copyright (C) 1995-2010 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> (use-modules (ice-9 readline)) (activate-readline)

scheme@(guile-user)> ,help
^CThrow to key `signal' while reading command:
ERROR: User interrupt
While compiling expression:
ERROR: In procedure macroexpand:
ERROR: source expression failed to match any pattern in help
scheme@(guile-user)> ,help all
^CThrow to key `signal' while reading command:
ERROR: User interrupt
While compiling expression:
ERROR: In procedure macroexpand:
ERROR: source expression failed to match any pattern in help
<unknown-location>: warning: possibly unbound variable `all'
ERROR: In procedure module-lookup:
ERROR: Unbound variable: all
Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]> ,bt
           0 (#<procedure 109c300 ()>)
scheme@(guile-user) [1]>

Anonymous
Tue 07 Sep 2010 07:21:44 PM UTC, comment #1: 

Can you reproduce this with guile -q ?

Andy Wingo <wingo>
Group administrator
Tue 07 Sep 2010 01:20:40 PM UTC, original submission:  

using ,help after (activate-readline) hangs guile.  Here is what happen when I C-c out of it.  This is from a freshly built and installed guile using default options to configure from the release_1-9-12 tag.


$ guile
GNU Guile 1.9.12
Copyright (C) 1995-2010 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> ,help
Help Commands [abbrev]:

 ,help [all | GROUP | [-c] COMMAND]
                              [,h] - Show help.
 ,show [TOPIC]                [,s] - Gives information about Guile.
 ,apropos REGEXP              [,a] - Find bindings/modules/packages.
 ,describe OBJ                [,d] - Show description/documentation.

Command Groups:

 ,help all                         - List all commands
 ,help module                      - List module commands
 ,help language                    - List language commands
 ,help compile                     - List compile commands
 ,help profile                     - List profile commands
 ,help debug                       - List debug commands
 ,help inspect                     - List inspect commands
 ,help system                      - List system commands

Type `,help -c COMMAND' to show documentation of a particular command.
scheme@(guile-user)> (use-modules (ice-9 readline))
;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-autocompile argument to disable.
;;; compiling /usr/local/share/guile/2.0/ice-9/readline.scm
;;; compiled /home/dsmith/.cache/guile/ccache/2.0-0.R-LE-8/usr/local/share/guile/2.0/ice-9/readline.scm.go
scheme@(guile-user)> (activate-readline)

scheme@(guile-user)> ,help

^CThrow to key `signal' while reading command:
ERROR: User interrupt
While compiling expression:
ERROR: In procedure macroexpand:
ERROR: source expression failed to match any pattern in help
scheme@(guile-user)>

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by wingo (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-11-18 wingo StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code