Re: Dumping the state of a deadlocked process

2006-10-07 Thread andre . naess
MrJean1 wrote: > Did you try using the signal module? If not, a basic example is here > which may need to be > extended. I looks useful. I gave it a try, and the only weakness it has is that when my process locks, it locks so badly that it doesn't respon

Dumping the state of a deadlocked process

2006-10-06 Thread andre . naess
Hi all I'm currently having some issues with a process getting deadlocked. The problem is that the only way I can seem to find information about where it deadlocks is by making a wild guess, insert a pdb.set_trace() before this point, and then step until it locks up, hoping that I've guessed right