-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
thread 'main' panicked at 'called Result::unwrap()
on an Err
value
#12
Comments
How exciting. Thank you for the report :) |
Are you able to replicate the error? |
Not yet, haven't played with Sonic Pi since. |
Did a pretty long session (more than 30 minutes) after setting RUST_BACKTRACE=1, but couldn't reproduce. |
Here's a test case to reproduce this error:
|
Wonderful, thank you! |
Would you like to make a PR adding these files to the priv directory? You could possibly also add a shell script that looks something like this: #!/bin/sh
set -euo pipefail
# Replication of crash detailed here:
# https://github.com/lpil/sonic-pi-tool/issues/12
cargo run eval-file path/to/file/one.rb
sleep 1
cargo run eval-file path/to/file/two.rb |
PR for reproduction script here. |
That example script doesn't cause a crash for me. Could you confirm what version of Sonic PI you're using? I'm testing on v2.11.1.
|
Got this error when showing the logs via
sonic-pi-tool logs
:Just leaving it here for now, but I can try to get more details later if needed (a backtrace for example).
The text was updated successfully, but these errors were encountered: