netshade (Chris Zelenak)
- Login: netshade
- Email: netshade@gmail.com
- Registered on: 12/27/2011
- Last sign in: 03/17/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/27/2011
-
03:42 AM Ruby Bug #5811 (Closed): Ruby Process Deadlocks With Fork on Mac OS X Lion
- =begin
Given a Ruby process that acts like the following:
* Spawn new thread that initializes a TCPSocket
* Execute script using backticks in main thread
there is a chance that it will deadlock on Lion. The GDB traces for the th...