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
Panics in the runtime code prints this to stderr and gets segfaulted.
✔ …/inc/295c5a3b LD_LIBRARY_PATH=~/src/inc/rs/target/debug ./inc thread '<unnamed>' panicked at 'assertion failed: (val & MASK) == STR', src/rt.rs:131:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace fatal runtime error: failed to initiate panic, error 5
The test output is pretty crap in this case making debugging way harder.
The text was updated successfully, but these errors were encountered:
Fixed in 35df3e9
Sorry, something went wrong.
35df3e9
Print stdout and stderr form binaries if they get aborted
1b88521
Fixes #30
No branches or pull requests
Panics in the runtime code prints this to stderr and gets segfaulted.
The test output is pretty crap in this case making debugging way harder.
The text was updated successfully, but these errors were encountered: