[Numpy-discussion] crash at prompt exit after running test

Robert Kern robert.kern at gmail.com
Tue Mar 9 14:56:11 EST 2010


On Tue, Mar 9, 2010 at 13:50, Johann Cohen-Tanugi <cohen at lpta.in2p3.fr> wrote:
> I have tried to localize the core dump in vain.... any idea where I should
> look for it?
> I did not manage to catch it with pdb :

Not pdb, gdb.

$ gdb python
...
(gdb) run
Starting program ...
... # Possibly another (gdb) prompt:
(gdb) continue  # <- Type this.
Python 2.6.2 ...

>>> import numpy  # <- Type this and do whatever else is necessary to reproduce the crash.
...
(gdb) bt  # <- Type this.
.... # <- Copy-paste these results here.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list