You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use bytes, I sometimes get a coredump, but I don't know what the possible cause is.
Bytes version: 0.5.6
Where to use bytes in my project:
my project
tokio v0.2.25
tokio-util v0.2.0
hyper v0.13.10
reqwest v0.10.10
prost v0.6.1
tonic v0.3.1
warp v0.2.5
bytestring v0.1.5
ALLOC: jemallocator = "0.3.2"
Rust toolchains: 1.64-x86_64-unknown-linux-gnu
The GDB trace is as follows:
Program terminated with signal SIGSEGV, Segmentation fault.
Dwarf Error: Cannot find DIE at 0x230 referenced from DIE at 0x171f07 [in module /root/myprogram]
#-1 0x00000000009e8503 in _$LT$bytes..bytes..Bytes$u20$as$u20$core..ops..drop..Drop$GT$::drop::h3588b858d9340711 (self=<optimized out>)
at /cargo/registry/src/mirrors.tuna.tsinghua.edu.cn-df7c3c540f42cdbd/bytes-0.5.6/src/bytes.rs:492
It's hard to say what the issue is, but it seems like it only affects the old v0.5.x series considering that we now have two bug reports that use the older version.
When I use bytes, I sometimes get a coredump, but I don't know what the possible cause is.
Bytes version: 0.5.6
Where to use bytes in my project:
ALLOC: jemallocator = "0.3.2"
Rust toolchains: 1.64-x86_64-unknown-linux-gnu
The GDB trace is as follows:
(gdb) disassemble
##564
The text was updated successfully, but these errors were encountered: