chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #1601: Infinite continuation loop corrupts stack(


From: Chicken Trac
Subject: Re: [Chicken-janitors] #1601: Infinite continuation loop corrupts stack(?)
Date: Sun, 07 Apr 2019 14:48:14 -0000

#1601: Infinite continuation loop corrupts stack(?)
--------------------------------+-------------------
            Reporter:  syn      |      Owner:
                Type:  defect   |     Status:  new
            Priority:  minor    |  Milestone:  5.1
           Component:  unknown  |    Version:  5.0.0
          Resolution:           |   Keywords:
Estimated difficulty:  hard     |
--------------------------------+-------------------

Comment (by sjamaan):

 In CHICKEN 4, we get an error that `loop` is invoked without any
 arguments. This could point to a problem with the number of arguments the
 continuation is invoked versus how it is expected to be invoked. Strictly
 speaking, it shouldn't care about the number of arguments (given that it
 doesn't do anything with the value(s) returned by the `call/cc` call).

--
Ticket URL: <https://bugs.call-cc.org/ticket/1601#comment:3>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]