bugGNU Common Lisp - Bugs: bug #20588, trouble with (f some-float) after...

 
 

bug #20588: trouble with (f some-float) after (require ...) in compiled code

Submitter:  None
Submitted:  Thu 26 Jul 2007 12:41:56 AM 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 21 Nov 2013 10:01:10 PM UTC, comment #2: 

Thanks for your report!  Fixed in the latest release, 2.6.10.

Camm Maguire <camm>
Group administrator
Fri 14 Mar 2008 07:43:08 AM UTC, comment #1: 

Agree

--------------
silagra

Anonymous
Thu 26 Jul 2007 12:41:56 AM UTC, original submission:  

Say foo.lisp contains: 
  (provide :foo)

and bar.lisp contains:
  (require :foo "foo")
  (sleep 0.5)

If you try to -load bar after compiling them both,
you will get a "free(3)" error in FUNCALL, or a runaway process,
or an error about expecting a ")" after a type.

Sleep is really irrelevant here;
e.g. try baz.lisp containing:
  (require :foo "foo")
  (defun f (x) x)
  (f 0.5)

Observed with both 2.6.6 and 2.6.7.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #13471:  gcl-float-bug.txt added by None (2KiB - text/plain - example log of a shell session)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (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
    2013-11-21 camm StatusNone Fixed
        Open/ClosedOpen Closed
    2007-07-26 None Attached File- Added gcl-float-bug.txt, #13471

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code