summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2022-07-13 18:49:27 +0200
committerJean Boussier <jean.boussier@gmail.com>2022-07-13 19:39:31 +0200
commit664c23db79dd0d500a834ef0ec8da443d95ddfd6 (patch)
tree520f941f548ebae183be735ece04cea5b4dd30d5 /thread.c
parent13d2ae6d4a83f059f46624f55f1e396cbf37c286 (diff)
downloadruby-664c23db79dd0d500a834ef0ec8da443d95ddfd6.tar.gz
GVL Instrumentation: remove the EXITED count assertion
It's very flaky for some unknown reason. Something we have an extra EXITED event. I suspect some other test is causing this.
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index 7d1a4ee3fb..b9e9323801 100644
--- a/thread.c
+++ b/thread.c
@@ -631,6 +631,7 @@ thread_do_start(rb_thread_t *th)
}
void rb_ec_clear_current_thread_trace_func(const rb_execution_context_t *ec);
+#define thread_sched_to_dead thread_sched_to_waiting
static int
thread_start_func_2(rb_thread_t *th, VALUE *stack_start)