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

BAR crashes instead of shutting down gracefully - only the first time. #12

Closed
BitcoinMechanic opened this issue Nov 25, 2021 · 6 comments
Assignees
Labels
Bug Something isn't working P1 - Blocks Release This issue must be addressed before the coming release is shipped

Comments

@BitcoinMechanic
Copy link

Screen Shot 2021-11-24 at 8 41 35 PM

@BitcoinMechanic BitcoinMechanic added the P2 - Desirable high prioity, nice-to-haves label Nov 25, 2021
@ProofOfKeags
Copy link
Contributor

Are you saying subsequent shutdowns work fine?

@ProofOfKeags ProofOfKeags added Bug Something isn't working P1 - Blocks Release This issue must be addressed before the coming release is shipped and removed P2 - Desirable high prioity, nice-to-haves labels Nov 26, 2021
@dr-bonez
Copy link
Member

They might all be crashing, but the crash notification is being debounced.

@BitcoinMechanic
Copy link
Author

@ProofOfKeags yes

@chrisguida
Copy link
Contributor

Getting an internal compiler error when I try to build.

@elvece have you seen this?

docker run --rm -it -v ~/.cargo/registry:/root/.cargo/registry -v "/home/cguida/work/burn-after-reading"/backend:/home/rust/src start9/rust-musl-cross:aarch64-musl cargo +beta build --bins --release
   Compiling warp v0.2.5
error: internal compiler error: unexpected concrete region in borrowck: ReStatic
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filters/sse.rs:457:5
    |
457 | /     pub fn stream<S>(
458 | |         self,
459 | |         event_stream: S,
460 | |     ) -> impl TryStream<
...   |
476 | |         }
477 | |     }
    | |_____^
    |
    = note: delayed at compiler/rustc_mir/src/borrow_check/region_infer/opaque_types.rs:87:44

error: internal compiler error: unexpected concrete region in borrowck: ReStatic
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filters/sse.rs:492:1
    |
492 | / pub fn keep<S>(
493 | |     event_stream: S,
494 | |     keep_interval: impl Into<Option<Duration>>,
495 | | ) -> impl TryStream<
...   |
514 | |     }
515 | | }
    | |_^
    |
    = note: delayed at compiler/rustc_mir/src/borrow_check/region_infer/opaque_types.rs:87:44

thread 'rustc' panicked at 'no errors encountered even though `delay_span_bug` issued', compiler/rustc_errors/src/lib.rs:1050:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

error: internal compiler error: unexpected panic


@chrisguida chrisguida added the Question Further information is requested label Nov 29, 2021
@chrisguida
Copy link
Contributor

Fixed by 9e08705. @BitcoinMechanic please test

@chrisguida chrisguida removed the Question Further information is requested label Dec 1, 2021
@BitcoinMechanic
Copy link
Author

Tested - works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working P1 - Blocks Release This issue must be addressed before the coming release is shipped
Projects
None yet
Development

No branches or pull requests

5 participants