why-el (Mohamed Wael Khobalatte)
- Login: why-el
- Registered on: 01/10/2014
- Last sign in: 12/28/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
12/28/2021
-
04:01 PM Ruby Bug #18444 (Open): Trapped TSTP causes a locking deadlock in 3.0.3 onward
- A curious case:
`ruby -e 'Signal.trap("TSTP") { puts "Received a terminal stop signal, but i will sleep instead."; sleep 10 }; loop {puts 1}'`
this fails with `deadlock; recursive locking (ThreadError)` when I send the SIGTSTP via...
01/22/2014
-
01:20 PM Ruby Misc #9438: Implementation naming
- Yorick Peterse wrote:
> > Issue #9438 has been updated by Hiroshi SHIBATA.
> ...
This seems to be a non-issue for most other languages. Usually a language X
and its *first* implementation are used interchangeably, and I would rather s...