Hi,
>gdb /usr/bin/python
GNU gdb 20010316
Copyright 2001 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 "i386-suse-linux"...(no debugging symbols
found)...
(gdb) run fredholm.py
Starting program: /usr/bin/python fredholm.py
(no debugging symbols found)...[New Thread 1024 (LWP 13596)]
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...
Traceback (most recent call last):
File "fredholm.py", line 2, in ?
from LinearAlgebra import *
File "/usr/lib/python2.1/site-packages/Numeric/LinearAlgebra.py", line
10, in ?
import MLab
File "/usr/lib/python2.1/site-packages/Numeric/MLab.py", line 17, in ?
import RandomArray
File "/usr/lib/python2.1/site-packages/Numeric/RandomArray.py", line
30, in ?
seed()
File "/usr/lib/python2.1/site-packages/Numeric/RandomArray.py", line
24, in seed
ndigits = int(math.log10(t))
OverflowError: math range error
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...
Program exited with code 01.
(gdb)
Any idea ?
Thanks in advance.
Nils
|