This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients ajaksu2, amaury.forgeotdarc, barry, brett.cannon, glchapman, gsakkis, jlgijsbers, sdahlbac
Date 2009-07-01.13:45:23
SpamBayes Score 2.7478588e-06
Marked as misclassified No
Message-id <1246455929.45.0.905836069963.issue900092@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-01 13:45:30amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry, brett.cannon, glchapman, jlgijsbers, sdahlbac, gsakkis, ajaksu2
2009-07-01 13:45:29amaury.forgeotdarcsetmessageid: <1246455929.45.0.905836069963.issue900092@psf.upfronthosting.co.za>
2009-07-01 13:45:24amaury.forgeotdarclinkissue900092 messages
2009-07-01 13:45:23amaury.forgeotdarccreate