On Tue, Mar 9, 2010 at 13:50, Johann Cohen-Tanugi <co...@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 _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion