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

SIGSEGV: Compiler output buffer not large enough for loop end jump index #22

Closed
UnexomWid opened this issue Jun 21, 2020 · 0 comments
Closed
Assignees
Labels
bug Something isn't working fixed The reported problem was fixed

Comments

@UnexomWid
Copy link
Owner

The compiler doesn't have enough space to store the loop end jump index in the output buffer. This results in segmentation fault, or occasional random values.

The buffer needs to be expanded before writing the loop end jump index.

@UnexomWid UnexomWid self-assigned this Jun 21, 2020
@UnexomWid UnexomWid added the bug Something isn't working label Jun 21, 2020
@UnexomWid UnexomWid added the fixed The reported problem was fixed label Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed The reported problem was fixed
Projects
None yet
Development

No branches or pull requests

1 participant