Julia Ryan
c5ee3f3e2e
Avoid suspending panicking thread while crashing ( #36645 )
...
On the latest build @maxbrunsfeld got a panic that hung zed. It appeared
that the hang occured after the minidump had been successfully written,
so our theory on what happened is that the `suspend_all_other_threads`
call in the crash handler suspended the panicking thread (due to the
signal from simulate_exception being received on a different thread),
and then when the crash handler returned everything was suspended so the
panic hook never made it to the `process::abort`.
This change makes the crash handler avoid _both_ the current and the
panicking thread which should avoid that scenario.
Release Notes:
- N/A
2025-08-21 10:33:45 +00:00
..
2025-08-21 00:10:36 +00:00
2025-08-20 14:07:37 +02:00
2025-08-20 14:07:37 +02:00
2025-08-20 20:14:30 +02:00
2025-08-21 08:57:28 +00:00
2025-08-21 00:52:38 +00:00
2025-08-20 12:05:58 +02:00
2025-08-21 11:25:00 +02:00
2025-08-20 14:35:59 +00:00
2025-08-05 18:16:47 +00:00
2025-08-19 21:26:17 +02:00
2025-08-13 13:25:52 -06:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:05:58 +02:00
2025-08-20 12:20:13 +02:00
2025-08-19 20:33:44 +00:00
2025-08-20 14:35:59 +00:00
2025-08-15 10:10:52 +00:00
2025-08-19 14:20:01 +00:00
2025-08-20 12:05:58 +02:00
2025-08-20 12:20:13 +02:00
2025-08-19 21:26:17 +02:00
2025-08-19 13:27:24 +00:00
2025-08-20 20:14:30 +02:00
2025-08-19 21:26:17 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 14:07:37 +02:00
2025-08-19 21:26:17 +02:00
2025-08-07 01:28:41 +00:00
2025-08-11 15:34:34 +02:00
2025-08-21 09:24:34 +03:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 14:07:37 +02:00
2025-08-21 10:33:45 +00:00
2025-08-19 21:26:17 +02:00
2025-08-20 12:05:58 +02:00
2025-08-19 20:33:44 +00:00
2025-08-19 20:26:56 -06:00
2025-08-20 12:20:13 +02:00
2025-08-20 14:35:59 +00:00
2025-08-20 14:35:59 +00:00
2025-08-20 23:41:06 +00:00
2025-08-20 14:07:37 +02:00
2025-08-20 12:20:13 +02:00
2025-08-21 09:27:41 +03:00
2025-08-20 20:14:30 +02:00
2025-08-19 20:33:44 +00:00
2025-08-20 12:05:58 +02:00
2025-08-16 19:00:31 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 02:11:17 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 15:17:28 +02:00
2025-08-19 21:26:17 +02:00
2025-08-20 12:20:13 +02:00
2025-08-19 13:27:24 +00:00
2025-08-06 10:53:20 +02:00
2025-08-20 20:14:30 +02:00
2025-08-19 13:27:24 +00:00
2025-08-20 14:35:59 +00:00
2025-08-20 14:07:37 +02:00
2025-08-19 21:26:17 +02:00
2025-08-21 08:08:54 +08:00
2025-08-20 18:45:40 +00:00
2025-08-19 13:27:24 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 01:47:28 -03:00
2025-08-20 03:40:39 +00:00
2025-08-18 21:54:35 +00:00
2025-08-19 20:33:44 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 20:14:30 +02:00
2025-08-18 21:54:35 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 16:12:41 -06:00
2025-08-19 13:27:24 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-21 09:24:34 +03:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-09 15:25:47 -04:00
2025-08-20 19:30:11 +00:00
2025-08-19 20:33:44 +00:00
2025-08-19 13:27:24 +00:00
2025-08-06 10:44:15 -04:00
2025-08-20 14:07:37 +02:00
2025-08-19 21:26:17 +02:00
2025-08-19 21:26:17 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:05:58 +02:00
2025-08-20 12:20:13 +02:00
2025-08-19 21:26:17 +02:00
2025-08-21 09:37:45 +00:00
2025-08-20 15:17:28 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-21 09:24:34 +03:00
2025-08-20 12:20:13 +02:00
2025-08-19 13:27:24 +00:00
2025-08-20 13:41:58 +00:00
2025-08-21 09:37:45 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:05:58 +02:00
2025-08-19 13:27:24 +00:00
2025-08-20 12:20:13 +02:00
2025-08-21 06:48:04 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-19 13:27:24 +00:00
2025-08-20 20:14:30 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-19 21:26:17 +02:00
2025-08-19 21:26:17 +02:00
2025-08-19 13:27:24 +00:00
2025-08-19 13:27:24 +00:00
2025-08-20 12:20:13 +02:00
2025-08-19 20:33:44 +00:00
2025-08-18 21:54:35 +00:00
2025-08-19 21:26:17 +02:00
2025-08-20 12:20:13 +02:00
2025-08-19 21:26:17 +02:00
2025-08-19 20:33:44 +00:00
2025-08-20 18:45:40 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 14:35:59 +00:00
2025-08-19 21:26:17 +02:00
2025-08-15 15:37:52 -04:00
2025-08-20 12:20:13 +02:00
2025-08-20 20:14:30 +02:00
2025-08-19 21:26:17 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-08 15:34:36 -03:00
2025-08-20 14:07:37 +02:00
2025-08-21 09:37:45 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:05:58 +02:00
2025-08-15 13:54:24 +03:00
2025-08-20 20:14:30 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-19 20:33:44 +00:00
2025-08-20 14:35:59 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:05:58 +02:00
2025-08-20 20:05:30 +00:00
2025-08-14 13:39:33 +00:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00
2025-08-20 12:20:13 +02:00