[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#196060: [3.3 regression] [arm] python2.2-2.2.3 gets miscompiled



Package: gcc-3.3
Version: 3.3-2
Severity: important

The build of python2.2 fails on arm-linux, trying to start the just
built python executable (building the shared modules). gcc-3.2 and
gcc-snapshot (20030531) are working ok.

$ gdb python
GNU gdb 5.3-debian
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "arm-linux"...
(gdb) set args ./setup.py
(gdb) r
Starting program: /home/doko/py/python2.2-2.2.3/builddir/python ./setup.py
[New Thread 16384 (LWP 29971)]
Cannot access memory at address 0x0
(gdb) info threads
* 1 Thread 16384 (LWP 29971)  [No stack.]
Segmentation fault


$ gdb python
GNU gdb 5.3-debian
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "arm-linux"...
(gdb) set args ./setup.py
(gdb) run
Starting program: /home/doko/py/python2.2-2.2.3/builddir/python ./setup.py
[New Thread 16384 (LWP 29976)]
Cannot access memory at address 0x0
(gdb) bt
Cannot access memory at address 0x0



Reply to: