[Python-bugs-list] [ python-Bugs-495401 ] Build troubles: --with-pymalloc
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 29 Dec 2001 02:53:11 -0800
Bugs item #495401, was opened at 2001-12-20 05:24
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=495401&group_id=5470
Category: Build
Group: Python 2.2
Status: Open
Resolution: None
Priority: 3
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Nobody/Anonymous (nobody)
Summary: Build troubles: --with-pymalloc
Initial Comment:
The build process segfaults with the current CVS
version when using --with-pymalloc
System is SuSE Linux 7.0
> uname -a
Linux amazonas 2.2.16-SMP #1 SMP Wed Aug 2 20:01:21
GMT 2000 i686 unknown
> gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-
linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)
Attached is the complete build log.
----------------------------------------------------------------------
>Comment By: Walter Dörwald (doerwalter)
Date: 2001-12-29 02:53
Message:
Logged In: YES
user_id=89016
OK, I did a "make distclean" which removed .o files and
the build directory and redid a "./configure --enable-
unicode=ucs4 --with-pymalloc && make && make altinstall".
The build process still crashes in the same spot:
Compiling /usr/local/lib/python2.2/test/test_urlparse.py ...
make: *** [libinstall] Segmentation fault
I also retried with a fresh untarred Python-2.2.tgz. This
shows the same behaviour.
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2001-12-29 01:23
Message:
Logged In: YES
user_id=21627
Atleast I cannot reproduce it, on SuSE 7.3. Can you retry
this, building from a clean source tree (no .o files, no
build directory)?
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-28 14:30
Message:
Logged In: YES
user_id=6380
My prediction: this is irreproducible. Lowering the priority
accordingly.
----------------------------------------------------------------------
Comment By: Walter Dörwald (doerwalter)
Date: 2001-12-23 04:24
Message:
Logged In: YES
user_id=89016
Unfortunately no core file was generated. Can I somehow
force core file generation?
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2001-12-22 06:42
Message:
Logged In: YES
user_id=21627
Did that produce a core file? If so, can you attach a gdb
backtrace as well?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=495401&group_id=5470