On 9/27/2012 6:52 AM, Armen Zambrano G. wrote:
On 12-09-27 7:03 AM, Neil wrote:

I'd suggest read & execute rather than full access ;-) Also, you might
find you actually need to grant permission on a containing folder.

Yeah you wouldn't want to leave it that way, but granting full access to it would quickly confirm that we're tracking down the right problem and not some blue goose.


On the other hand, do you think you could point me at the mozbase code
so I can determine what you guys do instead of
subprocess.Popen(["taskkill", "/F", "/PID", pid]).wait() [1]

Well, it's not something you can do in one line. We use IOCompletion ports to be certain that we can kill all the child processes spawned from the parent. Converting this over is going to be an undertaking, but it will be worth it in the end.

Here is the code: https://github.com/mozilla/mozbase/tree/master/mozprocess

Cheers,
Clint



_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to