$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bartosz Marcinkiewicz (bma_at_[hidden])
Date: 2007-09-19 09:15:37
Hello.
I experienced python core dump while running a script
that uses module written with help of Boost.Python.
This script is supposed to run for a long time. After few
hours it crashed.
Stacktrace is:
#0 0x00000000 in ?? ()
#1 0x003ce732 in boost::python::objects::function::call () from /usr/lib/libboost_python.so.2
#2 0x003cea65 in ?? () from /usr/lib/libboost_python.so.2
#3 0x003d4bfc in boost::function0<void, std::allocator<boost::function_base> >::operator() () from /usr/lib/libboost_python.so.2
#4 0x003d494b in boost::python::handle_exception_impl () from /usr/lib/libboost_python.so.2
#5 0x003cbc71 in ?? () from /usr/lib/libboost_python.so.2
#6 0x031faee7 in PyObject_Call () from /usr/lib/libpython2.5.so.1.0
#7 0x03276f21 in PyEval_EvalFrameEx () from /usr/lib/libpython2.5.so.1.0
#8 0x03279cdf in PyEval_EvalFrameEx () from /usr/lib/libpython2.5.so.1.0
#9 0x03279cdf in PyEval_EvalFrameEx () from /usr/lib/libpython2.5.so.1.0
#10 0x0327ab2f in PyEval_EvalCodeEx () from /usr/lib/libpython2.5.so.1.0
#11 0x0327abb3 in PyEval_EvalCode () from /usr/lib/libpython2.5.so.1.0
#12 0x032945d6 in ?? () from /usr/lib/libpython2.5.so.1.0
#13 0x0329468e in PyRun_FileExFlags () from /usr/lib/libpython2.5.so.1.0
#14 0x03295d48 in PyRun_SimpleFileExFlags () from /usr/lib/libpython2.5.so.1.0
#15 0x032964aa in PyRun_AnyFileExFlags () from /usr/lib/libpython2.5.so.1.0
#16 0x0329ff3d in Py_Main () from /usr/lib/libpython2.5.so.1.0
#17 0x08048582 in main ()
What could be the cause of this?
OS: Fedora Core 7, Python 2.5 (release 12.fc7), Boost 1.33.1 (release 13.fc7)
Thankyou for any hints.
Best regards, bma.