[MMTK] Pyrex evaluator backtrace
Iordan Hristov
hristov at ucalgary.ca
Fri Jan 27 23:49:26 CET 2006
Hi,
here is the backtrace from running mdtest.py. If I run just test.py
everything works fine. It's only in MD or minimization runs that the
evaluator crashes right away.
I have a Linux machine where I did the same tests and they act the
same as on the Mac. The backtrace is from Linux.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mdtest.py
Type: text/x-python-script
Size: 914 bytes
Desc: not available
Url : http://starship.python.net/pipermail/mmtk/attachments/20060127/143aaa54/mdtest.bin
-------------- next part --------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MMTK_harmonic_oscillator.pyx
Type: application/octet-stream
Size: 3491 bytes
Desc: not available
Url : http://starship.python.net/pipermail/mmtk/attachments/20060127/143aaa54/MMTK_harmonic_oscillator.obj
-------------- next part --------------
Iordan
(gdb)
Continuing.
6
6
Program received signal SIGSEGV, Segmentation fault.
0x00000000004a1a77 in PyErr_Occurred () at errors.c:74
74 errors.c: No such file or directory.
in errors.c
(gdb) backtrace
#0 0x00000000004a1a77 in PyErr_Occurred () at errors.c:74
#1 0x00000000004136ed in PyIter_Next (iter=Variable "iter" is not
available.
) at abstract.c:2210
#2 0x0000002a972e0230 in
__pyx_f_24MMTK_harmonic_oscillator_22HarmonicOscillatorTerm_test1
(__pyx_v_self=0x7840a0) at MMTK_harmonic_oscillator.c:203
#3 0x0000002a972dfdc2 in
__pyx_f_24MMTK_harmonic_oscillator_22HarmonicOscillatorTerm_evaluate
(__pyx_v_self=0x7840a0, __pyx_v_eval=0x2a96d7ca40,
__pyx_v_input=Variable "__pyx_v_input" is not available.
)
at MMTK_harmonic_oscillator.c:269
#4 0x0000002a970ad239 in evaluator (self=0x2a96d7ca40,
energy=0x7fbfffe5a0, coordinates=Variable "coordinates" is not
available.
) at MMTK_forcefield.c:759
#5 0x0000002a9756d349 in integrateVV (dummy=Variable "dummy" is not
available.
) at MMTK_dynamics.c:621
#6 0x00000000004dc4bc in PyCFunction_Call (func=0x2a973ebab8,
arg=0x2a968facd0, kw=Variable "kw" is not available.
) at methodobject.c:93
#7 0x00000000004143c0 in PyObject_Call (func=Variable "func" is not
available.
) at abstract.c:1746
#8 0x000000000047ec60 in PyEval_CallObjectWithKeywords
(func=0x2a973ebab8, arg=0x2a968facd0, kw=0x0) at ceval.c:3419
#9 0x000000000047a2ef in builtin_apply (self=Variable "self" is not
available.
) at bltinmodule.c:100
#10 0x00000000004dc4bc in PyCFunction_Call (func=0x2a9557a4d0,
arg=0x2a973eb7e8, kw=Variable "kw" is not available.
) at methodobject.c:93
#11 0x0000000000485407 in PyEval_EvalFrame (f=0x783790) at ceval.c:3547
#12 0x0000000000486849 in PyEval_EvalCodeEx (co=0x2a96d8cab0,
globals=Variable "globals" is not available.
) at ceval.c:2730
#13 0x00000000004db7d1 in function_call (func=0x2a973f58c0,
arg=0x2a973eded0, kw=Variable "kw" is not available.
) at funcobject.c:550
#14 0x00000000004143c0 in PyObject_Call (func=Variable "func" is not
available.
) at abstract.c:1746
#15 0x0000000000420b21 in instancemethod_call (func=Variable "func"
is not available.
) at classobject.c:2431
#16 0x00000000004143c0 in PyObject_Call (func=Variable "func" is not
available.
) at abstract.c:1746
#17 0x000000000041fe45 in instance_call (func=0x2a973fb638,
arg=0x2a9556e050, kw=0x77bfc0) at classobject.c:1994
#18 0x00000000004143c0 in PyObject_Call (func=Variable "func" is not
available.
) at abstract.c:1746
#19 0x0000000000482eb4 in PyEval_EvalFrame (f=0x66f6d0) at ceval.c:3755
#20 0x0000000000486849 in PyEval_EvalCodeEx (co=0x2a955bae30,
globals=Variable "globals" is not available.
) at ceval.c:2730
#21 0x0000000000486ac2 in PyEval_EvalCode (co=Variable "co" is not
available.
) at ceval.c:484
#22 0x00000000004b5b91 in PyRun_SimpleFileExFlags (fp=0x644010,
filename=Variable "filename" is not available.
) at pythonrun.c:1264
#23 0x00000000004107b8 in Py_Main (argc=1, argv=Variable "argv" is
not available.
) at main.c:484
#24 0x0000002a95de300d in __libc_start_main () from /lib64/tls/libc.so.6
#25 0x000000000040fe1a in _start () at start.S:113
#26 0x0000007fbffff258 in ?? ()
#27 0x0000000000000000 in ?? ()
More information about the mmtk
mailing list