-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Expand file tree
/
Copy pathpanic_abort3.stderr
More file actions
37 lines (33 loc) · 1.66 KB
/
panic_abort3.stderr
File metadata and controls
37 lines (33 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
thread 'main' ($TID) panicked at tests/fail/panic/panic_abort3.rs:LL:CC:
panicking from libcore
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
error: abnormal termination: the program aborted execution
--> RUSTLIB/std/src/rt.rs:LL:CC
|
LL | crate::process::abort();
| ^^^^^^^^^^^^^^^^^^^^^^^ abnormal termination occurred here
|
= note: stack backtrace:
0: std::rt::__rust_abort
at RUSTLIB/std/src/rt.rs:LL:CC
1: panic_abort::__rust_start_panic
at RUSTLIB/panic_abort/src/lib.rs:LL:CC
2: std::panicking::rust_panic
at RUSTLIB/std/src/panicking.rs:LL:CC
3: std::panicking::panic_with_hook
at RUSTLIB/std/src/panicking.rs:LL:CC
4: std::panicking::panic_handler::{closure#0}
at RUSTLIB/std/src/panicking.rs:LL:CC
5: std::backtrace::__rust_end_short_backtrace::{closure#0}
at RUSTLIB/std/src/sys/backtrace.rs:LL:CC
6: std::sys::backtrace::call_with_end_short_backtrace_marker
at RUSTLIB/std/src/sys/backtrace.rs:LL:CC
7: std::backtrace::__rust_end_short_backtrace
at RUSTLIB/std/src/sys/backtrace.rs:LL:CC
8: std::panicking::panic_handler
at RUSTLIB/std/src/panicking.rs:LL:CC
9: main
at RUSTLIB/core/src/panic.rs:LL:CC
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to 1 previous error