From: fg@... Date: 2020-04-08T22:32:01+00:00 Subject: [ruby-core:97756] [Ruby master Bug#16771] Segmentation fault when inspecting a bound method Issue #16771 has been reported by decuplet (Nikita Shilnikov). ---------------------------------------- Bug #16771: Segmentation fault when inspecting a bound method https://bugs.ruby-lang.org/issues/16771 * Author: decuplet (Nikita Shilnikov) * Status: Open * Priority: Normal * ruby -v: 2.7.1 * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- This piece of code leads to a crash in ruby 2.7.1. ```ruby bound_method = Kernel.instance_method(:respond_to?).bind(Object.new) 100000.times { bound_method.inspect } ``` I cannot reproduce the error in 2.7.0 so this must be new. I attached the output, didn't bother with the crash report log, though. It should be easily reproducible since I found it on CI which runs a different OS. ---Files-------------------------------- output.txt (41.3 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: