Charles-François Natali added the comment:

Just two things:
- running under valgrind with the suppression file would help pinpoint this
- usually, stack/heap overflows or invalid pointer dereference affect a 
contiguous chunk of memory: here, there's a *single bit* flipped, not even a 
byte
0xfb == 0b11111011
0xfa == 0b11111010

This looks like an hardware issue to me.

----------
nosy: +neologix

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18843>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to