meh. (meh. I don't care)
- Login: meh.
- Email: meh@paranoici.org
- Registered on: 01/28/2011
- Last sign in: 09/20/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
06/30/2012
-
06:42 PM Ruby Bug #6634: Deadlock with join and ConditionVariable
- The library is just ~250 lines.
The issue is that it's thinking it's deadlocking when actually another thread is going to shutdown the threadpool (hence broadcasting on the cond and not being a deadlock). -
02:03 AM Ruby Bug #6634: Deadlock with join and ConditionVariable
- Then I can't come up with a reduced testcase, I know that it triggers a fatal deadlock in my gem when it's actually not a deadlock.
It works both in JRuby and Rubinius.
06/26/2012
-
01:59 AM Ruby Bug #6634: Deadlock with join and ConditionVariable
- Always happens, on Arch Linux x86_64.
> ruby reduced.rb
reduced.rb:13:in `join': deadlock detected (fatal)
from reduced.rb:13:in `<main>'
06/23/2012
-
11:49 PM Ruby Bug #6634 (Rejected): Deadlock with join and ConditionVariable
- I'm getting a fatal deadlock in one of my gems, it's a simple threadpool implementation.
The library works both in Rubinius and JRuby, so I guess it's a bug.
The gem is here: https://github.com/meh/ruby-threadpool
The example th... -
11:33 PM Ruby Bug #4332: Some seemingly random segfaults
- Sorry for the even later response, the issue wasn't MRI related, apparently it was the versionomy gem doing some weird stuff from a C extension.
I found out because I was having the same issue with another program that was using versi...
01/28/2011
-
06:50 AM Ruby Bug #4332 (Third Party's Issue): Some seemingly random segfaults
- =begin
With my application https://github.com/meh/failirc/tree/223b01554601835cdfd45c6d20e8aeac3445bdbf I'm getting various segfaults and aborts, got 4 different explosions, I'm attaching them.
I know it's not the last ruby versio...