ileitch / hijack

Provides an irb session to a running ruby process.
Other
750 stars 22 forks source link

Race condition in gdb #6

Closed ileitch closed 14 years ago

ileitch commented 15 years ago

It looks like if the gdb command executes before we select() hijacking will just hang.

ileitch commented 14 years ago

Fixed. Wasn't a race condition, well... it was technically, but not this one specifically.