[issue11106] python 2.6.6 and python 2.7.1 cannot be built successfully because of an segment fault on NetBSD-5.1-sparc

2011-02-03 Thread H Xu
New submission from H Xu xuh...@gmail.com: Build python 2.6.6 and python 2.7.1 on a NetBSD-5.1-sparc machine. 1. Run './configure'; 2. Run 'make'; 3. Run 'make install'. There will be a problem after run 'make install'. The last few lines of error messages are like the following: Compiling

[issue11106] python 2.6.6 and python 2.7.1 cannot be built successfully because of an segment fault on NetBSD-5.1-sparc

2011-02-03 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Can you debug this, e.g. by inspecting the core file? -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11106 ___

[issue11106] python 2.6.6 and python 2.7.1 cannot be built successfully because of an segment fault on NetBSD-5.1-sparc

2011-02-03 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Can you try to get a backtrace? Use make install SHELL=bash -x to display executed shell commands. And then rerun the last command in gdb: after the crash, the where command will give you a backtrace. -- nosy: +haypo

[issue11106] python 2.6.6 and python 2.7.1 cannot be built successfully because of an segment fault on NetBSD-5.1-sparc

2011-02-03 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: This seems to be a duplicate of #7424. -- nosy: +skrah resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - segmentation fault in listextend during install

[issue11106] python 2.6.6 and python 2.7.1 cannot be built successfully because of an segment fault on NetBSD-5.1-sparc

2011-02-03 Thread H Xu
H Xu xuh...@gmail.com added the comment: The result of 'make install SHELL=bash -x' seems nothing different with the make install. Could there be any other way to debug? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11106