[issue3864] 26.rc1: test_signal issue on FreeBSD 6.3

Andrew I MacIntyre report at bugs.python.org
Tue Sep 23 14:40:07 CEST 2008


Andrew I MacIntyre <aimacintyre at users.sourceforge.net> added the comment:

I compiled the C test case from issue 2240:

$ gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -o test_2240
test_2240.c

{lifted as many gcc options off the standard Python compile as possible}

$ ldd test_2240
test_2240:
        libpthread.so.2 => /lib/libpthread.so.2 (0x2807a000)
        libc.so.6 => /lib/libc.so.6 (0x2809f000)

$ ./test_2240
0
1 0
deactive ITIMER_PROF

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3864>
_______________________________________


More information about the Python-bugs-list mailing list