2022-03-17 08:49:10 -05:00
|
|
|
thread '<unnamed>' panicked at 'explicit panic', $DIR/unwind_top_of_stack.rs:LL:CC
|
|
|
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
|
|
|
error: Undefined Behavior: unwinding past the topmost frame of the stack
|
|
|
|
--> $DIR/unwind_top_of_stack.rs:LL:CC
|
|
|
|
|
|
|
|
|
LL | / extern "C-unwind" fn thread_start(_null: *mut libc::c_void) -> *mut libc::c_void {
|
2022-06-21 11:30:45 -05:00
|
|
|
LL | |
|
2022-03-17 08:49:10 -05:00
|
|
|
LL | | panic!()
|
|
|
|
LL | | }
|
|
|
|
| |_^ unwinding past the topmost frame of the stack
|
|
|
|
|
|
|
|
|
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
|
|
|
|
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
|
2022-08-31 07:51:05 -05:00
|
|
|
= note: BACKTRACE:
|
2022-03-17 08:49:10 -05:00
|
|
|
= note: inside `thread_start` at $DIR/unwind_top_of_stack.rs:LL:CC
|
|
|
|
|
2022-06-06 18:00:50 -05:00
|
|
|
error: aborting due to previous error
|
2022-03-17 08:49:10 -05:00
|
|
|
|