Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault on list-ref out-of-bound #159

Open
GoogleCodeExporter opened this issue Aug 19, 2015 · 0 comments
Open

Segfault on list-ref out-of-bound #159

GoogleCodeExporter opened this issue Aug 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

ypsilon -v
Ypsilon 0.9.6-update3 Copyright (c) 2008 Y.Fujita, LittleWing Company Limited.


(define l (list 1 2 3))
(list-ref l 3)
error in list-ref: index out of bounds, 3 as argument 2
(set-car! l l)
(list-ref l 3)
Segmentation fault


Original issue reported on code.google.com by [email protected] on 10 Dec 2013 at 9:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant