[issue12673] SEGFAULT error on OpenBSD (sparc)

2014-06-07 Thread Remi Pointel
Remi Pointel added the comment: For your information, this bug has been fixed in OpenBSD and the developper has contacted the NetBSD developper: http://marc.info/?l=openbsd-tech&m=140209064821540&w=2 So I think we could close this issue because it's a system issue, not Python. --

[issue12673] SEGFAULT error on OpenBSD (sparc)

2011-08-01 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> segmentation fault in listextend during install ___ Python tracker

[issue12673] SEGFAULT error on OpenBSD (sparc)

2011-08-01 Thread rpointel
rpointel added the comment: This bug seems to be the same than 7424: http://bugs.python.org/issue7424 Sorry I didn't seen it before. -- ___ Python tracker ___ __

[issue12673] SEGFAULT error on OpenBSD (sparc)

2011-07-31 Thread rpointel
New submission from rpointel : Hello, on OpenBSD (arch: sparc), I got a SIGBUS error during the compilation. gdb info: #0 0x089f136c in listextend (self=0xb6232d8, b=0xb611060) at /home/ports/pobj/Python-2.7.1/Python-2.7.1/Objects/listobject.c:838 838 Py_INCREF(o); (gdb) list