bugGuile - Bugs: bug #22919, Using short option in...

 
 

bug #22919: Using short option in "args-fold" make "stack overflow" error

Submitter:  None
Submitted:  Tue 15 Apr 2008 04:26:42 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
   

Tue 15 Apr 2008 06:58:53 PM UTC, comment #2: 

This has been fixed in the Git repository:

  http://git.sv.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=62c5382b886f6a0e58fdff707fbf84eeef4bf166

The fix will be available in Guile 1.8.5.

Thanks for your report,
Ludovic.

Ludovic Courtès <civodul>
Group administrator
Tue 15 Apr 2008 04:33:50 PM UTC, comment #1: 

In Chicken 3.1.0, the long and short option work, but
in guile short option make error.

Anonymous
Tue 15 Apr 2008 04:26:42 PM UTC, original submission:  

Guile 1.8.3

A option-processor of "args-fold" in /usr/share/guile/1.8/srfi/srfi-37.scm file
make stack overflow error
when a short option used.

You are able to see it with the attached file "test1.scm";
# guile -s test1.scm -v
# guile -s test1.scm -h

The long option work;
# guile -s test1.scm --version
# guile -s test1.scm --help

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #15457:  test1.scm added by None (3KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by civodul (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-04-15 civodul StatusNone Fixed
        Open/ClosedOpen Closed
    2008-04-15 None Attached File- Added test1.scm, #15457

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code