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 jcea
Recipients Garen, belopolsky, chrismiles, danchr, dhduvall, dmalcolm, fche, glyph, hazmat, jbaker, jcea, laca, lasizoillo, mjw, movement, neologix, pitrou, rhettinger, robert.kern, ronaldoussoren, serverhorror, sirg3, twleung, wsanchez
Date 2011-11-15.20:56:14
SpamBayes Score 7.5355245e-05
Marked as misclassified No
Message-id <1321390574.68.0.519681041723.issue13405@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset, with testsuite added.

Compile the code adding "--with-dtrace" to your "configure" command. After compiling, test the code with

"""
LD_LIBRARY_PATH=current_path
export LD_LIBRARY_PATH

./python Lib/test/regrtest.py -v test_dtrace.py

"""

It is currently working in Solaris 10, both in 32 and 64 bits.

If you are inside a Solaris/OpenIndiana Zone, the zone *MUST* have dtrace usermode permissions. If not, you can not use dtrace inside the zone and, then, the test will fail.
History
Date User Action Args
2011-11-15 20:56:14jceasetrecipients: + jcea, rhettinger, ronaldoussoren, belopolsky, pitrou, wsanchez, movement, serverhorror, glyph, laca, twleung, jbaker, robert.kern, sirg3, chrismiles, danchr, dhduvall, dmalcolm, mjw, Garen, neologix, lasizoillo, fche, hazmat
2011-11-15 20:56:14jceasetmessageid: <1321390574.68.0.519681041723.issue13405@psf.upfronthosting.co.za>
2011-11-15 20:56:14jcealinkissue13405 messages
2011-11-15 20:56:14jceacreate