Description
I started seeing this segfault after upgrading to 2.29. Not every time but a coupl ofe times a day. Thoughts?
terminate called without an active exception
Stack trace (most recent call last):
#31 Object "python3", at 0x58a6b6e3daeb, in _PyObject_MakeTpCall
#30 Object "python3", at 0x58a6b6e50f63, in
#29 Object "python3", at 0x58a6b6e3cd13, in _PyObject_FastCallDictTstate
#28 Object "python3", at 0x58a6b6e31ae7, in _PyEval_EvalFrameDefault
#27 Object "python3", at 0x58a6b6e47aeb, in _PyFunction_Vectorcall
#26 Object "python3", at 0x58a6b6e32cf1, in _PyEval_EvalFrameDefault
#25 Object "python3", at 0x58a6b6e54be0, in
#24 Object "python3", at 0x58a6b6e31ae7, in _PyEval_EvalFrameDefault
#23 Object "python3", at 0x58a6b6e47aeb, in _PyFunction_Vectorcall
#22 Object "python3", at 0x58a6b6e33f58, in _PyEval_EvalFrameDefault
#21 Object "python3", at 0x58a6b6e47aeb, in _PyFunction_Vectorcall
#20 Object "python3", at 0x58a6b6e36b79, in _PyEval_EvalFrameDefault
#19 Object "python3", at 0x58a6b6e47aeb, in _PyFunction_Vectorcall
#18 Object "python3", at 0x58a6b6e374c7, in _PyEval_EvalFrameDefault
#17 Object "python3", at 0x58a6b6e3db4a, in _PyObject_MakeTpCall
#16 Object "/usr/local/lib/python3.10/dist-packages/depthai.cpython-310-x86_64-linux-gnu.so", at 0x702fcaea686a, in
#15 Object "python3", at 0x58a6b6e3deea, in
#14 Object "python3", at 0x58a6b6e5158a, in
#13 Object "python3", at 0x58a6b6e5500f, in
#12 Object "python3", at 0x58a6b6e3db4a, in _PyObject_MakeTpCall
#11 Object "python3", at 0x58a6b6e47281, in
#10 Object "/usr/local/lib/python3.10/dist-packages/depthai.cpython-310-x86_64-linux-gnu.so", at 0x702fcaeaa629, in
#9 Object "/usr/local/lib/python3.10/dist-packages/depthai.cpython-310-x86_64-linux-gnu.so", at 0x702fcaefd177, in
#8 Object "/usr/local/lib/python3.10/dist-packages/depthai.cpython-310-x86_64-linux-gnu.so", at 0x702fcb13b691, in dai::Device::Device<bool, true>(dai::Pipeline const&, dai::DeviceInfo const&, bool)
#7 Object "/usr/local/lib/python3.10/dist-packages/depthai.cpython-310-x86_64-linux-gnu.so", at 0x702fcb146301, in dai::DeviceBase::tryStartPipeline(dai::Pipeline const&)
#6 Object "/usr/local/lib/python3.10/dist-packages/depthai.cpython-310-x86_64-linux-gnu.so", at 0x702fcb1536bf, in dai::DeviceBase::startPipelineImpl(dai::Pipeline const&)
#5 Object "/lib/x86_64-linux-gnu/libstdc++.so.6", at 0x702fcdaae276, in std::terminate()
#4 Object "/lib/x86_64-linux-gnu/libstdc++.so.6", at 0x702fcdaae20b, in
#3 Object "/lib/x86_64-linux-gnu/libstdc++.so.6", at 0x702fcdaa2b9d, in
#2 Object "/lib/x86_64-linux-gnu/libc.so.6", at 0x702fe46287f2, in abort
#1 Object "/lib/x86_64-linux-gnu/libc.so.6", at 0x702fe4642475, in raise
#0 Object "/lib/x86_64-linux-gnu/libc.so.6", at 0x702fe46969fc, in pthread_kill