[#107008] [Ruby master Bug#18465] Make `IO#write` atomic. — "ioquatix (Samuel Williams)" <noreply@...>
Issue #18465 has been reported by ioquatix (Samuel Williams).
16 messages
2022/01/09
[#107150] [Ruby master Feature#18494] [RFC] ENV["RUBY_GC_..."]= changes GC parameters dynamically — "ko1 (Koichi Sasada)" <noreply@...>
Issue #18494 has been updated by ko1 (Koichi Sasada).
4 messages
2022/01/17
[#107170] Re: [Ruby master Feature#18494] [RFC] ENV["RUBY_GC_..."]= changes GC parameters dynamically
— Eric Wong <normalperson@...>
2022/01/17
> https://bugs.ruby-lang.org/issues/18494
[#107302] [Ruby master Bug#18553] Memory leak on compiling method call with kwargs — "ibylich (Ilya Bylich)" <noreply@...>
Issue #18553 has been reported by ibylich (Ilya Bylich).
4 messages
2022/01/27
[#107346] [Ruby master Misc#18557] DevMeeting-2022-02-17 — "mame (Yusuke Endoh)" <noreply@...>
Issue #18557 has been reported by mame (Yusuke Endoh).
18 messages
2022/01/29
[ruby-core:107194] [Ruby master Bug#18496] Segmentation fault at 0x0000000005107620
From:
"alanwu (Alan Wu)" <noreply@...>
Date:
2022-01-19 16:52:04 UTC
List:
ruby-core #107194
Issue #18496 has been updated by alanwu (Alan Wu). Status changed from Open to Feedback Sorry about the crash. Since there are FFI usages in your application, the issue might be in one of the gems, rather than in Ruby itself. Unfortunately since the stack trace is incomplete, it's hard to pin down the party responsible, so I don't think the report is very actionable. If you encounter similar crashes, please feel free to update the ticket with more information. ---------------------------------------- Bug #18496: Segmentation fault at 0x0000000005107620 https://bugs.ruby-lang.org/issues/18496#change-96058 * Author: akors (Oleksandr Korshun) * Status: Feedback * Priority: Normal * ruby -v: ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [-darwin21] * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN ---------------------------------------- Getting that error Segmentation fault at 0x0000000005107620 when I try to run cucumber scenarios (cucumber -t @TestCase) on macbook m1 pro ruby -e 'require "rbconfig"; pp RbConfig::CONFIG' | grep "host" "host_os"=>"darwin21.1.0", "host_vendor"=>"apple", "host_cpu"=>"arm", "host"=>"arm-apple-darwin21.1.0", "host_alias"=>"", Using cucumber-messages 17.1.1 Using cucumber-gherkin 22.0.0 Using cucumber-tag-expressions 4.1.0 Using cucumber-core 10.1.1 Using ffi 1.15.5 Using sys-uname 1.2.2 Using cucumber-create-meta 6.0.4 Using cucumber-cucumber-expressions 14.0.0 Using cucumber-html-formatter 17.0.0 Using cucumber-wire 6.2.1 Using cucumber 7.1.0 Using appium_lib_core 5.0.3 Attached the crash report ---Files-------------------------------- ruby-2022-01-18-143806.ips (8.58 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>