ChrisZim / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

EDB deadlock #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is possible to deadlock EDB by attaching the it's parent console. I've only 
observed this with konsole from KDE.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:20

GoogleCodeExporter commented 9 years ago
Seems to be resolved on my current development machine (which is running kde 
3.5.8)

Original comment by evan.teran on 3 Oct 2012 at 3:33

GoogleCodeExporter commented 9 years ago
OK, seems to still be reproducible. I imagine it has to do with EDB outputting 
to the console it is debugging. Perhaps we should somehow forbid this. I 
suppose the easiest solution would be to have a custom logging window separate 
from stdout.

Original comment by evan.teran on 3 Oct 2012 at 3:33

GoogleCodeExporter commented 9 years ago
Fixed in the SVN. You may not attach to a process which is a parent of the EDB 
process. This includes grandparents, great grandparents, etc.

Original comment by evan.teran on 3 Oct 2012 at 3:33