Actions
Bug #18393
closedTestReadline#test_interrupt_in_other_thread fails on armv7hl
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 3.1.0dev (2021-12-07 master ec878dac90) [armv7hl-linux]
Description
Testing Ruby 3.1 on Fedora, I observe following issue:
1) Failure:
TestReadline#test_interrupt_in_other_thread [/builddir/build/BUILD/ruby-3.1.0-ec878dac90/test/readline/test_readline.rb:574]:
Unknown failure with exit status pid 12195 exit 1
Log: ** START **Readline::VERSION is 8.1.
#<Thread:0xb4619004 /tmp/interrupt_in_other_thread20211207-8101-5l3i8y:9 run> terminated with exception (report_on_exception is true):
/tmp/interrupt_in_other_thread20211207-8101-5l3i8y:13:in `readline': stack level too deep (SystemStackError)
from /tmp/interrupt_in_other_thread20211207-8101-5l3i8y:13:in `block in <main>'
/tmp/interrupt_in_other_thread20211207-8101-5l3i8y:13:in `readline': stack level too deep (SystemStackError)
from /tmp/interrupt_in_other_thread20211207-8101-5l3i8y:13:in `block in <main>'
It seems this is know issue. But I wonder:
- Can it be disabled similarly as the i686 so one does not need to trying to figure this out.
- If this is possibly readline issue, is there some upstream ticket somewhere? I see just reference to CI etc.
Actions
Like0
Like0