[issue7424] segmentation fault in listextend during install

2011-08-04 Thread rpointel
rpointel added the comment: I changed the value from 1000 to 200, and it crashed the same way, then I tested with 20, and it ran into a runtime error but in a different place: c++ -pthread -L/home/ports/pobj/Python-2.7.1/Python-2.7.1 -Wl,--export-dynamic -o python Modules/python.o

[issue7424] segmentation fault in listextend during install

2011-08-02 Thread rpointel
rpointel added the comment: Hi, we have the same problem on OpenBSD (sparc). You could find more information: http://marc.info/?l=openbsd-ports&m=131219537505698 Thanks, Remi. -- ___ Python tracker <http://bugs.python.org/is

[issue7424] segmentation fault in listextend during install

2011-08-01 Thread rpointel
Changes by rpointel : -- nosy: +rpointel ___ Python tracker <http://bugs.python.org/issue7424> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[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 <http://bugs.python.org/is

[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

[issue12588] test_capi.test_subinterps() failed on OpenBSD (powerpc)

2011-07-22 Thread rpointel
rpointel added the comment: Hello, I just want to inform you that valgrind does not work on OpenBSD (only Linux and Darwin). Thanks for your help, Remi. -- ___ Python tracker <http://bugs.python.org/issue12

[issue12593] define OpenBSD in configure.in if Py_ENABLE_SHARED == 1

2011-07-20 Thread rpointel
New submission from rpointel : Hi, Could you define OpenBSD in enable_shared section of the configure.in ? I just tested with Python 3.2.1, but it could be usefull to add it in the other versions of Python 3.x. This is the diff which seems to work : --- configure.in.orig Sat Jul 9 08:58

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-20 Thread rpointel
New submission from rpointel : Hi, I tested to build Python 2.7 and Python 3.2.1 (it would be the same with others versions of Python) and it failed to build on OpenBSD 5.0 (beta version). This is the diff to correctly work on OpenBSD 5.x: --- configure.in.orig Sat Jul 9 08:58:56 2011

[issue12589] test_long.test_nan_inf() failed on OpenBSD (powerpc)

2011-07-19 Thread rpointel
New submission from rpointel : Hello, the test test_nan_inf failed on OpenBSD on powerpc architecture. It works fine on amd64 and sparc64. Don't hesitate if you need more informations. Details: Re-running test 'test_long' in verbose mode test__format__ (test.test_long.L

[issue12588] test_capi.test_subinterps() failed on OpenBSD (powerpc)

2011-07-19 Thread rpointel
New submission from rpointel : Hello, the test test_subinterps failed on OpenBSD on powerpc architecture. It works fine on amd64 and sparc64. (The test_pendingcalls_threaded has been skipped because it blocks on OpenBSD). Don't hesitate if you need more informations. Details: Re-running

[issue12181] SIGBUS error on OpenBSD (sparc64)

2011-05-25 Thread rpointel
rpointel added the comment: > It looks like the crash occurs on r[0].data in testPair() of test_kqueue. Can > you confirm this? Comment the line in test_kqueue.py to check if it works > around the crash. Yes, it does not crash if I comment this line. > What is the size of intptr

[issue12181] SIGBUS error on OpenBSD (sparc64)

2011-05-25 Thread rpointel
New submission from rpointel : 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