bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13086: 24.2.50; Emacs seems to hang at w32proc.c:1126


From: Paul Eggert
Subject: bug#13086: 24.2.50; Emacs seems to hang at w32proc.c:1126
Date: Wed, 05 Dec 2012 23:35:55 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

I found a race condition in delete-process that
looks like it might be relevant, and installed
a patch as trunk bzr 111122.  Could you please
give that a try?  If it doesn't fix the problem,
it might help to see whether the problem is related
to delete-process.  E.g., you might plant a breakpoint
on Fdelete_process and see what sort of calls are
being made to it.  Another possibility is to put
a breakpoint on waitpid, to see what arguments are
being passed to it and what it returns -- maybe
you can insert some code to print out that info
to a file.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]