quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

crash on unwrap in SendStream::poll_shutdown #1298

Closed cfal closed 2 years ago

cfal commented 2 years ago

hi! i have a test app that has no unsafe code. i'm seeing a crash on unwrap in poll_shutdown here very often. i have tested at HEAD as well as with 0.8.0 and it happens with both.

here's the full stack trace while running at HEAD: https://gist.github.com/cfal/209e73c7b00e0d83101240bcc13ab3f3

thank you!

Ralith commented 2 years ago

Can you share your code?

Ralith commented 2 years ago

Closing as nobody else has observed this and there's been no further engagement from the reporter.