Le dimanche 16 mai 2010 à 19:16 +0200, Sylvestre Ledru a écrit : 
> I don't see the backtrace if you attached file ?!
> You should type bt or where in gdb to get it.
Sorry, I should not send emails early in the morning. See attached the
very short bt...

> Could you also try with see (1,2 or 3) to see if the problem occurs or
> not ?
I do not understand. Is 'see' a gdb command ? It does not seem to in my
gdb...


$ gdb python
GNU gdb (GDB) 7.1-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python...Reading symbols from /usr/lib/debug/usr/bin/python2.5...done.
done.
(gdb) run test_plt.py 
Starting program: /usr/bin/python test_plt.py
[Thread debugging using libthread_db enabled]
/usr/lib/pymodules/python2.5/matplotlib/backends/backend_gtk.py:621: DeprecationWarning: Use the new widget gtk.Tooltip
  self.tooltips = gtk.Tooltips()

Program received signal SIGILL, Illegal instruction.
0xb767b638 in ATL_diamax_xp1yp0aXbX () from /usr/lib/libblas.so.3gf
(gdb) bt
#0  0xb767b638 in ATL_diamax_xp1yp0aXbX () from /usr/lib/libblas.so.3gf
#1  0x00000000 in ?? ()
(gdb) 

Reply via email to