Program terminate with unexpected SIGABRT
when using panic = "abort"
#9103
Labels
C-bug
Category: bug
SIGABRT
when using panic = "abort"
#9103
Problem
My program terminate with
SIGABRT
unexpectedly.Steps
In
Cargo.toml
:And in
main.rs
run
cargo run
(on rust stable 1.49): the ouput isI suspect this belongs in the cargo issues, because removing either
or
Fixes the issue.
Notes
Output of
cargo version
:On ubuntu 20.04.1, rust 1.49 stable, target x86_64-unknown-linux-gnu
The text was updated successfully, but these errors were encountered: