2024-02-16 20:02:50 +00:00
|
|
|
//@ revisions: aarch64 x32 x64
|
|
|
|
//@ run-pass
|
|
|
|
//@[aarch64] only-aarch64
|
|
|
|
//@[x32] only-x86
|
|
|
|
//@[x64] only-x86_64
|
|
|
|
//@ ignore-sgx no processes
|
|
|
|
//@ ignore-musl FIXME #31506
|
|
|
|
//@ ignore-fuchsia no exception handler registered for segfault
|
|
|
|
//@ compile-flags: -C lto
|
|
|
|
//@ no-prefer-dynamic
|
|
|
|
//@ ignore-nto Crash analysis impossible at SIGSEGV in QNX Neutrino
|
2024-05-16 10:58:09 +00:00
|
|
|
//@ ignore-ios Stack probes are enabled, but the SIGSEGV handler isn't
|
|
|
|
//@ ignore-tvos Stack probes are enabled, but the SIGSEGV handler isn't
|
|
|
|
//@ ignore-watchos Stack probes are enabled, but the SIGSEGV handler isn't
|
|
|
|
//@ ignore-visionos Stack probes are enabled, but the SIGSEGV handler isn't
|
2017-06-21 19:08:18 +00:00
|
|
|
|
|
|
|
include!("stack-probes.rs");
|