Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment: I added some prints in the hotshot.stats.load function, this lead to interesting things:
- first, the program seems to spawn subprocesses which trace themselves in the same file. - however, there is real issue when fork() is called on a traced program: calls to _execvpe should not appear in the trace! IMO PyOS_AfterFork should disable any trace or profile function. ---------- nosy: +amaury.forgeotdarc _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue900092> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com