Files
rust/library/std/src
Jubilee 468089210c Rollup merge of #130132 - sunshowers:illumos-sigsegv, r=Noratrieb
[illumos] enable SIGSEGV handler to detect stack overflows

Use the same code as Solaris. I couldn't find any tests regarding this, but I did test a stage0 build against my stack-exhaust-test binary [1]. Before:

```
running with use_stacker = No, new_thread = false, make_large_local = false
zsh: segmentation fault (core dumped)  cargo run
```

After:

```
running with use_stacker = No, new_thread = false, make_large_local = false

thread 'main' has overflowed its stack
fatal runtime error: stack overflow
zsh: IOT instruction (core dumped)  cargo +stage0 run
```

Fixes #128568.

[1] https://github.com/sunshowers/stack-exhaust-test/
2024-09-09 19:20:37 -07:00
..
2023-12-10 10:56:22 +08:00
2024-07-29 08:26:52 +10:00
2023-12-10 10:56:22 +08:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-01-11 11:30:12 -05:00
2024-07-29 08:26:52 +10:00
2024-09-03 20:54:02 +01:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-09-05 17:24:01 +01:00
2024-08-02 00:24:29 +09:00
2024-09-05 17:24:01 +01:00
2024-08-01 15:38:51 -04:00
2024-07-29 08:26:52 +10:00
2024-04-08 11:57:17 +00:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00