From 8cb3663a54587fcb62242af11e0d96cccdf3ffed Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Tue, 3 Feb 2026 15:27:03 +0900 Subject: Try to send SEGV to show C bt for the following failure ``` 1) Error: TestClass#test_safe_multi_ractor_subclasses_list_mutation: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) pid 814469 killed by SIGTERM (signal 15) | /tmp/ruby/src/trunk_gcc14/test/ruby/test_class.rb:922:in 'TestClass#test_safe_multi_ractor_subclasses_list_mutation' ``` --- test/ruby/test_class.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_class.rb b/test/ruby/test_class.rb index 8f12e06685..cc2e1ab232 100644 --- a/test/ruby/test_class.rb +++ b/test/ruby/test_class.rb @@ -919,7 +919,7 @@ CODE end def test_safe_multi_ractor_subclasses_list_mutation - assert_ractor "#{<<~"begin;"}\n#{<<~'end;'}" + assert_ractor "#{<<~"begin;"}\n#{<<~'end;'}", signal: :SEGV begin; 4.times.map do Ractor.new do -- cgit v1.2.3