[issue7424] segmentation fault in listextend during install

2011-08-04 Thread rpointel
rpointel pyt...@xiri.fr 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

[issue7424] segmentation fault in listextend during install

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

[issue12673] SEGFAULT error on OpenBSD (sparc)

2011-08-01 Thread rpointel
New submission from rpointel pyt...@xiri.fr: 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

[issue12673] SEGFAULT error on OpenBSD (sparc)

2011-08-01 Thread rpointel
rpointel pyt...@xiri.fr 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 rep...@bugs.python.org http://bugs.python.org/issue12673

[issue7424] segmentation fault in listextend during install

2011-08-01 Thread rpointel
Changes by rpointel pyt...@xiri.fr: -- nosy: +rpointel ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7424 ___ ___ Python-bugs-list mailing list

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

2011-07-22 Thread rpointel
rpointel pyt...@xiri.fr 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 rep...@bugs.python.org http://bugs.python.org/issue12588

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

2011-07-20 Thread rpointel
New submission from rpointel pyt...@xiri.fr: 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

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

2011-07-20 Thread rpointel
New submission from rpointel pyt...@xiri.fr: 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

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

2011-07-19 Thread rpointel
New submission from rpointel pyt...@xiri.fr: 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

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

2011-07-19 Thread rpointel
New submission from rpointel pyt...@xiri.fr: 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.LongTest

[issue12181] SIGBUS error on OpenBSD (sparc64)

2011-05-25 Thread rpointel
New submission from rpointel pyt...@xiri.fr: 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

[issue12181] SIGBUS error on OpenBSD (sparc64)

2011-05-25 Thread rpointel
rpointel pyt...@xiri.fr 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_t