adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-devel] pathfinding & walking


From: Alexandre Courbot
Subject: Re: [Adonthell-devel] pathfinding & walking
Date: Sat, 10 Aug 2002 20:27:39 +0200

Mmm, looks like it segfaults after running for a while (15-20 minutes
for me, tested two times). I don't know much, but the backtrace is quite
weird:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 17623)]
0x80e7ccf in ?? ()
(gdb) bt
#0  0x80e7ccf in ?? ()
#1  0x80e7f0c in ?? ()
#2  0x809ca74 in ?? ()
#3  0x809c730 in ?? ()
#4  0x8093442 in ?? ()
#5  0x80d098e in ?? ()
#6  0x401f5ba1 in PyCFunction_Call () from /usr/lib/libpython2.2.so.0.0
#7  0x401d52e9 in PyObject_Call () from /usr/lib/libpython2.2.so.0.0
#8  0x40221362 in PyEval_CallObjectWithKeywords ()
   from /usr/lib/libpython2.2.so.0.0
#9  0x40218893 in _PyUnicodeUCS2_IsAlpha () from
/usr/lib/libpython2.2.so.0.0
#10 0x401f5ba1 in PyCFunction_Call () from /usr/lib/libpython2.2.so.0.0
#11 0x4021fa3b in Py_MakePendingCalls () from
/usr/lib/libpython2.2.so.0.0
#12 0x40220ae4 in PyEval_EvalCodeEx () from /usr/lib/libpython2.2.so.0.0
#13 0x40222e4e in PyEval_EvalCode () from /usr/lib/libpython2.2.so.0.0
#14 0x4021fae6 in Py_MakePendingCalls () from
/usr/lib/libpython2.2.so.0.0
#15 0x40220ae4 in PyEval_EvalCodeEx () from /usr/lib/libpython2.2.so.0.0
#16 0x401e9055 in PyFunction_SetClosure () from
/usr/lib/libpython2.2.so.0.0
#17 0x401d52e9 in PyObject_Call () from /usr/lib/libpython2.2.so.0.0
#18 0x401dc633 in PyInstance_New () from /usr/lib/libpython2.2.so.0.0
#19 0x401d52e9 in PyObject_Call () from /usr/lib/libpython2.2.so.0.0
#20 0x40221362 in PyEval_CallObjectWithKeywords ()
   from /usr/lib/libpython2.2.so.0.0
---Type <return> to continue, or q <return> to quit---
#21 0x401d89a1 in PyInstance_New () from /usr/lib/libpython2.2.so.0.0
#22 0x401d52e9 in PyObject_Call () from /usr/lib/libpython2.2.so.0.0
#23 0x40222eeb in PyEval_EvalCode () from /usr/lib/libpython2.2.so.0.0
#24 0x4021fb02 in Py_MakePendingCalls () from
/usr/lib/libpython2.2.so.0.0
#25 0x40220ae4 in PyEval_EvalCodeEx () from /usr/lib/libpython2.2.so.0.0
#26 0x40222dda in PyEval_EvalCode () from /usr/lib/libpython2.2.so.0.0
#27 0x4023619b in PyImport_ExecCodeModuleEx ()
   from /usr/lib/libpython2.2.so.0.0
#28 0x402362e5 in PyImport_ExecCodeModuleEx ()
   from /usr/lib/libpython2.2.so.0.0
#29 0x4023707b in PyImport_ExecCodeModuleEx ()
   from /usr/lib/libpython2.2.so.0.0
#30 0x40237ef0 in PyImport_ImportModuleEx () from
/usr/lib/libpython2.2.so.0.0
#31 0x40237a75 in PyImport_ImportModuleEx () from
/usr/lib/libpython2.2.so.0.0
#32 0x40237578 in PyImport_ImportFrozenModule ()
   from /usr/lib/libpython2.2.so.0.0
#33 0x40237737 in PyImport_ImportModuleEx () from
/usr/lib/libpython2.2.so.0.0
#34 0x4021aad7 in _PyBuiltin_Init () from /usr/lib/libpython2.2.so.0.0
#35 0x401f5ba1 in PyCFunction_Call () from /usr/lib/libpython2.2.so.0.0
#36 0x401d52e9 in PyObject_Call () from /usr/lib/libpython2.2.so.0.0
#37 0x40221362 in PyEval_CallObjectWithKeywords ()
   from /usr/lib/libpython2.2.so.0.0
#38 0x401d4941 in PyObject_CallFunction () from
/usr/lib/libpython2.2.so.0.0
---Type <return> to continue, or q <return> to quit---
#39 0x40238369 in PyImport_Import () from /usr/lib/libpython2.2.so.0.0
#40 0x40238e4f in PyImport_ImportModule () from
/usr/lib/libpython2.2.so.0.0
#41 0x80badd5 in ?? ()
#42 0x80bacf6 in ?? ()
#43 0x8092523 in ?? ()
#44 0x403a365f in __libc_start_main () from /lib/libc.so.6

Alex.
-- 
http://www.gnurou.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]