8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FWIW, "make DEBUG=1 MICROPY_FORCE_32BIT=1" build run on x64, when run following test script:
while True: pass
and being Ctrl+C'ed, fails with:
Trace/breakpoint trap (core dumped)
Previous builds also segfaulted there (i.e. looks like it jumps somewhere random).
This is all with:
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
The text was updated successfully, but these errors were encountered:
Fixed by 3db2b23.
Sorry, something went wrong.
No branches or pull requests
FWIW, "make DEBUG=1 MICROPY_FORCE_32BIT=1" build run on x64, when run following test script:
and being Ctrl+C'ed, fails with:
Previous builds also segfaulted there (i.e. looks like it jumps somewhere random).
This is all with:
The text was updated successfully, but these errors were encountered: