[SciPy-user] install problem on Mandrake-8.2

Pearu Peterson pearu at cens.ioc.ee
Tue May 21 16:02:32 EDT 2002


On Tue, 21 May 2002, Gerard Vermeulen wrote:

> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1024 (LWP 3971)]
> _dl_relocate_object () at ../sysdeps/i386/dl-machine.h:436
> 436     ../sysdeps/i386/dl-machine.h: No such file or directory.
>         in ../sysdeps/i386/dl-machine.h

<snip>
 
> WAD: Collecting debugging information...
> WAD: Segmentation fault.
> #8   0x400b737a in _PyImport_GetDynLoadFunc()
> #7   0x400fae53 in dlopen()
> #6   0x400fb21b in ?()
> #5   0x4000c745 in 
> _dl_catch_error(objname=0x8093090,errstring=0x8093094,operate=0x400fae70,args=0xbfffe7d0) 
> in 'dl-error.c', line 153
> #4   0x400fae9b in ?()
> #3   0x40250dcf in _dl_open()
> #2   0x4000c745 in 
> _dl_catch_error(objname=0xbfffe668,errstring=0xbfffe66c,operate=0x40250790,args=0xbfffe670) 
> in 'dl-error.c', line 153
> #1   0x40250c69 in ?()
> #0   0x4000a819 in _dl_relocate_object() in 'dl-reloc.c', line 436

Obviously something is wrong with dynamic loading of libraries and I just
have a feeling that it could be related to a similar bug in your system 
Python that we saw months ago for Debian Python. Details can be found in

http://sourceforge.net/tracker/index.php?func=detail&aid=521854&group_id=5470&atid=105470
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=135461&archive=yes&repeatmerged=yes

To check this, get the test code

http://sourceforge.net/tracker/download.php?group_id=5470&atid=105470&file_id=18294&aid=521854

unpack it, and run

  python runme.py

What is the output? If you see that var=1 at some point then it is a
bug of your system Python.

Pearu





More information about the SciPy-User mailing list