Actions
Bug #21703
closedRUBY_CRASH_REPORT does not work when shelling out in some cases
Bug #21703:
RUBY_CRASH_REPORT does not work when shelling out in some cases
Description
GitHub PR: https://github.com/ruby/ruby/pull/15292
RUBY_CRASH_REPORT does not work in some cases when shelling out on Linux. For example, given the following shell script dump.sh:
And we see it fails like this:
Actions