Khem Raj <raj.k...@gmail.com> writes: > I am on arch so no py-bt with gdb out of box but here is bt > > #0 0x00007fa1e54ee367 in wait4 () from > /mnt/b/yoe/master/build/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6 > #1 0x00007fa1e5a858b9 in ?? () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #2 0x00007fa1e598e94a in ?? () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #3 0x00007fa1e594bf03 in PyObject_Vectorcall () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #4 0x00007fa1e5900063 in _PyEval_EvalFrameDefault () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #5 0x00007fa1e5a1da40 in ?? () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #6 0x00007fa1e5a1daf5 in PyEval_EvalCode () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #7 0x00007fa1e5a5deb3 in ?? () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #8 0x00007fa1e5a5e0d6 in ?? () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #9 0x00007fa1e5a5e1b0 in ?? () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #10 0x00007fa1e5a60b9b in _PyRun_SimpleFileObject () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #11 0x00007fa1e5a6111c in _PyRun_AnyFileObject () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #12 0x00007fa1e5a7ddf0 in Py_RunMain () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #13 0x00007fa1e5a7e32a in Py_BytesMain () from > /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-ptest-gstreamer1.0/1.0/recipe-sysroot-native/usr/bin/python3-native/../../lib/libpython3.11.so.1.0 > #14 0x00007fa1e5423efb in __libc_start_call_main () from > /mnt/b/yoe/master/build/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6 > #15 0x00007fa1e5423fb9 in __libc_start_main () from > /mnt/b/yoe/master/build/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6 > #16 0x00005581e2c53075 in _start () > > since its using native libs and bins there is no debug info perhaps > due to it being stripped and not kept around as well.
No - it won't work without debug symbols to poke around in pythons runtime. Can you share the log? Do you see anything from: self.logger.warning('Extra log data read: %s\n' % (data.decode('utf-8', errors='backslashreplace'))) except Exception as e: self.logger.warning('Extra log data exception %s' % repr(e)) maybe we should have a: self.stop_thread() once we catch the exception? -- Alex Bennée Virtualisation Tech Lead @ Linaro
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192252): https://lists.openembedded.org/g/openembedded-core/message/192252 Mute This Topic: https://lists.openembedded.org/mt/103111135/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-