ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:107176] [Ruby master Bug#18496] Segmentation fault at 0x0000000005107620
@ 2022-01-18 13:52 akors (Oleksandr Korshun)
  2022-01-19 16:52 ` [ruby-core:107194] " alanwu (Alan Wu)
  2022-01-31  3:16 ` [ruby-core:107382] " mame (Yusuke Endoh)
  0 siblings, 2 replies; 3+ messages in thread
From: akors (Oleksandr Korshun) @ 2022-01-18 13:52 UTC (permalink / raw
  To: ruby-core

Issue #18496 has been reported by akors (Oleksandr Korshun).

----------------------------------------
Bug #18496: Segmentation fault at 0x0000000005107620
https://bugs.ruby-lang.org/issues/18496

* Author: akors (Oleksandr Korshun)
* Status: Open
* 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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:107194] [Ruby master Bug#18496] Segmentation fault at 0x0000000005107620
  2022-01-18 13:52 [ruby-core:107176] [Ruby master Bug#18496] Segmentation fault at 0x0000000005107620 akors (Oleksandr Korshun)
@ 2022-01-19 16:52 ` alanwu (Alan Wu)
  2022-01-31  3:16 ` [ruby-core:107382] " mame (Yusuke Endoh)
  1 sibling, 0 replies; 3+ messages in thread
From: alanwu (Alan Wu) @ 2022-01-19 16:52 UTC (permalink / raw
  To: ruby-core

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:107382] [Ruby master Bug#18496] Segmentation fault at 0x0000000005107620
  2022-01-18 13:52 [ruby-core:107176] [Ruby master Bug#18496] Segmentation fault at 0x0000000005107620 akors (Oleksandr Korshun)
  2022-01-19 16:52 ` [ruby-core:107194] " alanwu (Alan Wu)
@ 2022-01-31  3:16 ` mame (Yusuke Endoh)
  1 sibling, 0 replies; 3+ messages in thread
From: mame (Yusuke Endoh) @ 2022-01-31  3:16 UTC (permalink / raw
  To: ruby-core

Issue #18496 has been updated by mame (Yusuke Endoh).

Status changed from Feedback to Third Party's Issue

I believe this is the same case as #18555. We confirmed that that issue was fixed by `gem install ffi -- --enable-libffi-alloc`. See #18555 and https://github.com/ffi/ffi/issues/800#issuecomment-1008308614

----------------------------------------
Bug #18496: Segmentation fault at 0x0000000005107620
https://bugs.ruby-lang.org/issues/18496#change-96284

* Author: akors (Oleksandr Korshun)
* Status: Third Party's Issue
* 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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-31  3:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-18 13:52 [ruby-core:107176] [Ruby master Bug#18496] Segmentation fault at 0x0000000005107620 akors (Oleksandr Korshun)
2022-01-19 16:52 ` [ruby-core:107194] " alanwu (Alan Wu)
2022-01-31  3:16 ` [ruby-core:107382] " mame (Yusuke Endoh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).