I am running some test using the python ivr module.

I am getting collection of problems from the python garbage colector.

Fatal Python error: GC object already tracked
Program received signal SIGABRT, Aborted.

#0  0x00007f9d734c6ed5 in raise () from /lib/libc.so.6
#1  0x00007f9d734c83f3 in abort () from /lib/libc.so.6
#2  0x00007f9d72780074 in Py_FatalError (msg=<value optimized out>) at
../Python/pythonrun.c:1561
#3  0x00007f9d72723f93 in PyTuple_New (size=<value optimized out>) at
../Objects/tupleobject.c:82
#4  0x00007f9d72724be2 in PyTuple_GetSlice (op=0x7f9d74569998, i=1, j=0)
at ../Objects/tupleobject.c:352
#5  0x00007f9d72726f54 in tp_new_wrapper (self=0x7f9d72e3fb40,
args=0x7f9d74569998, kwds=0x0) at ../Objects/typeobject.c:4100


or

Program received signal SIGSEGV, Segmentation fault.

in

#0  PyObject_Malloc (nbytes=24) at ../Objects/obmalloc.c:756
#1  0x00007f752ff29c68 in PyType_GenericAlloc (type=0x7f75306427c0,
nitems=0) at ../Objects/typeobject.c:456
#2  0x00007f75304374d6 in IvrSipRequest_new (type=0x7f75306427c0,
args=0x7f7531d6d6d0, kwds=0x0) at IvrSipRequest.cpp:42
#3  0x00007f75304376c2 in IvrSipRequest_FromPtr (req=0x12626c0) at
IvrSipRequest.cpp:200
#4  0x00007f753042b7fd in IvrDialog::onSipRequest (this=0x7f752b0b0f40,
[EMAIL PROTECTED]) at Ivr.cpp:760


or

I see the cpu using for one of the thread max out at 100%.  When I get it
in gdb, it is stuck trying to Garage collect.

Has anyone else had this problem?  What was needed to be done to fix the
problem?

Peter

_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to