GNU gdb (GDB) 7.9 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /usr/lib/kodi/kodi.bin...(no debugging symbols found)...done. (gdb) run Starting program: /usr/lib/kodi/kodi.bin [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". sh: lsb_release: command not found [New Thread 0x7fffdf732700 (LWP 29653)] [New Thread 0x7fffdff33700 (LWP 29652)] [New Thread 0x7fffdbf32700 (LWP 29651)] [New Thread 0x7fffc7ffe700 (LWP 29670)] [New Thread 0x7fff9effd700 (LWP 29679)] [New Thread 0x7fffc5ffa700 (LWP 29674)] [New Thread 0x7fff8db67700 (LWP 29685)] [New Thread 0x7fff9ffff700 (LWP 29677)] [Thread 0x7fff8db67700 (LWP 29685) exited] [New Thread 0x7fffc6ffc700 (LWP 29672)] [New Thread 0x7fffc67fb700 (LWP 29673)] [Thread 0x7fffc6ffc700 (LWP 29672) exited] [New Thread 0x7fffc57f9700 (LWP 29675)] [New Thread 0x7fff8b652700 (LWP 29687)] [New Thread 0x7ffff7f25700 (LWP 29684)] [New Thread 0x7fff8e368700 (LWP 29683)] [New Thread 0x7fff8eb69700 (LWP 29682)] [New Thread 0x7fff8f36a700 (LWP 29681)] [New Thread 0x7fff8fb6b700 (LWP 29680)] [New Thread 0x7fff9f7fe700 (LWP 29678)] [New Thread 0x7fffc4ff8700 (LWP 29676)] [New Thread 0x7fffc77fd700 (LWP 29671)] [New Thread 0x7fffdd884700 (LWP 29663)] [New Thread 0x7fffde085700 (LWP 29662)] [New Thread 0x7fffde886700 (LWP 29661)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fff8b652700 (LWP 29687)] 0x00007fff9e3be6b3 in tinyxml2::XMLElement::QueryUnsignedText(unsigned int*) const () from /usr/lib/libtinyxml2.so.1 (gdb) bt full #0 0x00007fff9e3be6b3 in tinyxml2::XMLElement::QueryUnsignedText(unsigned int*) const () from /usr/lib/libtinyxml2.so.1 No symbol table info available. #1 0x00007fff9e5ecd3d in vbox::response::RecordingResponseContent::CreateRecording(tinyxml2::XMLElement const*) const () from /usr/lib/kodi/addons/pvr.vbox/pvr.vbox.so No symbol table info available. #2 0x00007fff9e5ed96a in vbox::response::RecordingResponseContent::GetRecordings() const () from /usr/lib/kodi/addons/pvr.vbox/pvr.vbox.so No symbol table info available. #3 0x00007fff9e5e157c in vbox::VBox::RetrieveRecordings(bool) () from /usr/lib/kodi/addons/pvr.vbox/pvr.vbox.so No symbol table info available. #4 0x00007fff9e5e659c in vbox::VBox::BackgroundUpdater() () from /usr/lib/kodi/addons/pvr.vbox/pvr.vbox.so No symbol table info available. #5 0x00007ffff0c34df0 in execute_native_thread_routine () from /usr/lib/libstdc++.so.6 No symbol table info available. #6 0x00007ffff67a3374 in start_thread () from /usr/lib/libpthread.so.0 No symbol table info available. #7 0x00007ffff06a927d in clone () from /usr/lib/libc.so.6 No symbol table info available.