Hello,
While investigating why the script used in http://docs.freebsd.org/
cgi/getmsg.cgi?fetch=148191+0+current/freebsd-stable used so much
system time on FreeBSD 5, I noticed that python is continually
calling sigprocmask(), as can be seen from the following ktrace(1) dump:
673 python 0.000007 CALL sigprocmask(0x3,0,0x811d11c)
673 python 0.000005 RET sigprocmask 0
673 python 0.000009 CALL sigprocmask(0x1,0,0x8113d1c)
673 python 0.000005 RET sigprocmask 0
etc..
This is using Python 2.4.1.
Any clue about why this is happening?
(Please include me to the recipients for any reply, as I'm not
subscribed)
Bye,
--
Suleiman Souhlal | [EMAIL PROTECTED]
The FreeBSD Project | [EMAIL PROTECTED]
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com