john_d_s (John Damm Soerensen)
- Login: john_d_s
- Registered on: 02/01/2023
- Last sign in: 02/02/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/02/2023
-
09:33 AM Ruby Bug #19397: ruby -h fails with SIGSGV if ulimit -s is any else than unlimited
- We see it on all of our systems.
But it gets stranger as it turns out to only happen in an interactive shell and not when executed in a shell script.
Furthermore it seems to only happen with certain combinations of soft and hard limits...
02/01/2023
-
01:49 PM Ruby Bug #19397: ruby -h fails with SIGSGV if ulimit -s is any else than unlimited
- I am using Centos 7.8 and further investigations shows that the problem occurs when
soft and hard limits are equal. In our case 157286400.
Lowering the softlimit will make ruby run without error.
I have made similar tes on Ffedora 36 and... -
09:59 AM Ruby Bug #19397 (Feedback): ruby -h fails with SIGSGV if ulimit -s is any else than unlimited
- This applies to all versions of ruby.
I have tried these 2.6.3 2.6.6 2.7.2 3.0.0 3.2.0
To reproduce simply set `ulimit -s` to anything other than unlimited.
Then run `ruby -h` (or any other invocation of ruby) and ruby will g...