[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #910: Failure with many arguments on amd64
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #910: Failure with many arguments on amd64 |
Date: |
Fri, 31 Aug 2012 19:20:31 -0000 |
#910: Failure with many arguments on amd64
-----------------------------+----------------------------------------------
Reporter: sjamaan | Owner: felix
Type: defect | Status: assigned
Priority: critical | Milestone: 4.9.0
Component: core libraries | Version: 4.8.x
Resolution: | Keywords:
-----------------------------+----------------------------------------------
Changes (by felix):
* cc: iraikov (added)
* owner: => felix
* status: new => assigned
Comment:
I think this is simply a temporary-stack overflow (the stack that holds
the arguments, used in `C_do_apply`). I can't remember right now if this
is checked, but will try to come up with a patch that adds some checks
(just for testing).
We should probably try to figure this out before we do a release.
--
Ticket URL: <http://bugs.call-cc.org/ticket/910#comment:5>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.