[issue11158] Python VM deadlock

2011-02-21 Thread Vinay Sajip
Vinay Sajip added the comment: As I've not had any response to my latest comment for over a week, I'm closing this issue, as I said I would. -- status: pending -> closed ___ Python tracker ___

[issue11158] Python VM deadlock

2011-02-10 Thread Vinay Sajip
Vinay Sajip added the comment: Issue 6721 may well be valid - if this is a symptom of the same issue, then this issue should be closed. I'd like to know if the gist script I referred to works (or not) on Pham Cong Dinh's Snow Leopard machine. -- status: open -> pending __

[issue11158] Python VM deadlock

2011-02-10 Thread Marcin Bachry
Marcin Bachry added the comment: I think it may be related to this bug: http://bugs.python.org/issue6721 -- nosy: +marcin.bachry status: pending -> open ___ Python tracker ___ _

[issue11158] Python VM deadlock

2011-02-10 Thread Vinay Sajip
Vinay Sajip added the comment: I don't believe that the problem is about threads vs. processes. In the following gist: https://gist.github.com/820132 I modified the script so that the main process uses a listener thread, rather than a listener process, to collect the logs. (Basically, I chan

[issue11158] Python VM deadlock

2011-02-09 Thread Pham Cong Dinh
Pham Cong Dinh added the comment: Hi Vinay, Your example use a child process to receive log messages. I am implementing a thread-based solution. Do you think that multiprocessing.Queue() has major issues with threads or this problem happens only on Mac OSX implementations? I still reproduce

[issue11158] Python VM deadlock

2011-02-09 Thread Pham Cong Dinh
Pham Cong Dinh added the comment: Sorry, just ignore my latest comment. It is for another issue -- ___ Python tracker ___ ___ Python-

[issue11158] Python VM deadlock

2011-02-09 Thread Pham Cong Dinh
Pham Cong Dinh added the comment: I just simplified my script into a smaller one that can be easier to understand and find out what happens https://gist.github.com/819979 Thanks -- resolution: invalid -> status: pending -> open ___ Python tracker

[issue11158] Python VM deadlock

2011-02-09 Thread Vinay Sajip
Changes by Vinay Sajip : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue11158] Python VM deadlock

2011-02-09 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: -> vinay.sajip status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11158] Python VM deadlock

2011-02-09 Thread Vinay Sajip
Vinay Sajip added the comment: I don't believe this is an interpreter or stdlib problem. See this post from September last year: http://plumberjack.blogspot.com/2010/09/using-logging-with-multiprocessing.html which shows how to use multiprocessing and logging together with rotating logs. The

[issue11158] Python VM deadlock

2011-02-09 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue11158] Python VM deadlock

2011-02-09 Thread Pham Cong Dinh
Changes by Pham Cong Dinh : -- title: Parent process did not quit after sys.exit() -> Python VM deadlock ___ Python tracker ___ ___ Py