Re: program locks whenever focus leaves appication




<primalcatapilla@xxxxxxxxx> wrote in message
news:1123611991.716110.9570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Why is it that, when running my GUI program, if i use any other program
> or scroll the Console Window associated with it at all, the program
> locks down?

>From the console or shell used to start the program, use Ctrl-Break on
windows or
kill -QUIT <pid> on UNIX/Linux to force a thread dump and find out
where/why
it is locked.


.



Relevant Pages