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

fatal: stack overwrite (exec > MAX_EXEC) #19

Open
rurban opened this issue Apr 26, 2013 · 1 comment
Open

fatal: stack overwrite (exec > MAX_EXEC) #19

rurban opened this issue Apr 26, 2013 · 1 comment

Comments

@rurban
Copy link
Member

rurban commented Apr 26, 2013

bin/potion -I -X test/flow/callcc.pn overwrites the stack with certain compilers, -O settings
and with certain (unknown) environmental conditions (hard to repro).
Now checked by

    if (exec >= MAX_EXEC)
      potion_fatal("fatal: stack overwrite (exec > MAX_EXEC)\n");
@rurban
Copy link
Member Author

rurban commented Apr 29, 2013

repro with clang version 3.3 and -g -O, also with gcc -g -O3

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