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 rpointel
Recipients rpointel
Date 2011-05-25.20:20:00
SpamBayes Score 8.897814e-09
Marked as misclassified No
Message-id <1306354802.94.0.44002539476.issue12181@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

on OpenBSD (arch: sparc64), when I run the regress tests, I have a SIGBUS error during the test_kqueue.py:

(gdb) run /tmp/test_kqueue.py
Starting program: /usr/local/bin/python2.7 /tmp/test_kqueue.py
testPair (__main__.TestKQueue) ...
Program received signal SIGBUS, Bus error.
PyMember_GetOne (addr=0x21007b72c "", l=0x211d2e9c8) at Python/structmember.c:128
128             v = PyLong_FromLongLong(*(PY_LONG_LONG *)addr);

I compiled Python 2.7.1 with debug symbols to help you, attached file is the gdb output (backtrace).

Don't hesitate to ask me if you need information.

Thanks.
History
Date User Action Args
2011-05-25 20:20:03rpointelsetrecipients: + rpointel
2011-05-25 20:20:02rpointelsetmessageid: <1306354802.94.0.44002539476.issue12181@psf.upfronthosting.co.za>
2011-05-25 20:20:02rpointellinkissue12181 messages
2011-05-25 20:20:02rpointelcreate