hms (Hal Spitz)
- Login: hms
- Registered on: 10/01/2024
- Last sign in: 10/02/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
10/02/2024
-
11:53 PM Ruby Bug #20780 (Open): related to #20779 -- crash creating large number of concurrent-ruby promises
- The attached script crashes (vs. the hang in issue #20779). I believe this is also a OSX specific resource issue, but have been unable to craft a better script to demonstrate the problem.
I've included a script to reproduce, the st... -
11:31 PM Ruby Bug #20779 (Closed): Un-rescuable thread creation limit on Mac
- Thread.new will hang the ruby process once past the OSX limit. It does not appear that's possible to trap and rescue failed thread creation.
It seems the Mac has a limit to the number of threads it supports and googling the issue sug...