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

libu8 contours fix #7

Closed
haase opened this issue May 28, 2019 · 1 comment
Closed

libu8 contours fix #7

haase opened this issue May 28, 2019 · 1 comment

Comments

@haase
Copy link
Member

haase commented May 28, 2019

This is really a libu8 bug, but the best place to demonstrate it is by signalling a Scheme error. It looks like u8_throw_contour goes to the next contour, above the innermost one, while it should really longjmp to the current contour, which should then pop, potentially copying an error from the contour.

To explore, define (oops x) to generate an error. break on the u8_do_contour functions and evaluate (oops).

@haase
Copy link
Member Author

haase commented Jun 2, 2019

This has been fixed in libu8 and the references to it in KNO have also been updated

@haase haase closed this as completed Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant