[Switching to Thread 0x7fffb8f69700 (LWP 4606)] Thread 96 "eeschema" hit Breakpoint 1, FP_LIB_TABLE::FootprintLoad (this=0x6a3b9a0, aNickname=..., aFootprintName=...) at /home/nickoe/kicad-git/common/fp_lib_table.cpp:258 258 wxASSERT( aFootprintName == (wxString) fpid.GetLibItemName() ); (gdb) bt #0 0x00007fffd9155927 in FP_LIB_TABLE::FootprintLoad(wxString const&, wxString const&) (this=0x6a3b9a0, aNickname=..., aFootprintName=...) at /home/nickoe/kicad-git/common/fp_lib_table.cpp:258 #1 0x00007fffd8c0eb90 in FOOTPRINT_INFO_IMPL::load() (this=0x7fff7c0016a0) at /home/nickoe/kicad-git/pcbnew/footprint_info_impl.cpp:49 #2 0x00007fffd8c12171 in FOOTPRINT_INFO_IMPL::FOOTPRINT_INFO_IMPL(FOOTPRINT_LIST*, wxString const&, wxString const&) (this=0x7fff7c0016a0, aOwner=0xa248670, aNickname=..., aFootprintName=...) at /home/nickoe/kicad-git/pcbnew/./footprint_info_impl.h:49 #3 0x00007fffd8c0f47a in FOOTPRINT_LIST_IMPL::::::operator()(void) const (__closure=0x7fff7c001520) at /home/nickoe/kicad-git/pcbnew/footprint_info_impl.cpp:197 #4 0x00007fffd8c0ff42 in std::_Function_handler:: >::_M_invoke(const std::_Any_data &) (__functor=...) at /usr/include/c++/6.3.1/functional:1731 #5 0x00007fffd8c1289e in std::function::operator()() const (this=0x7fffb8f68b90) at /usr/include/c++/6.3.1/functional:2127 #6 0x00007fffd8c0ecd6 in FOOTPRINT_LIST_IMPL::CatchErrors(std::function) (this=0xa248670, aFunc=...) at /home/nickoe/kicad-git/pcbnew/footprint_info_impl.cpp:73 #7 0x00007fffd8c0f5ac in FOOTPRINT_LIST_IMPL::::operator()(void) const (__closure=0x61f4678) at /home/nickoe/kicad-git/pcbnew/footprint_info_impl.cpp:200 #8 0x00007fffd8c11656 in std::_Bind_simple()>::_M_invoke<>(std::_Index_tuple<>) (this=0x61f4678) at /usr/include/c++/6.3.1/functional:1391 #9 0x00007fffd8c115f3 in std::_Bind_simple()>::operator()(void) (this=0x61f4678) at /usr/include/c++/6.3.1/functional:1380 #10 0x00007fffd8c115d2 in std::thread::_State_impl()> >::_M_run(void) (this=0x61f4670) at /usr/include/c++/6.3.1/thread:197 #11 0x00007ffff405258f in std::execute_native_thread_routine(void*) (__p=0x61f4670) at /build/gcc-multilib/src/gcc/libstdc++-v3/src/c++11/thread.cc:83 #12 0x00007ffff36282e7 in start_thread () at /usr/lib/libpthread.so.0 #13 0x00007ffff336954f in clone () at /usr/lib/libc.so.6 (gdb) p aFootprintName $1 = (const wxString &) @0x7fff7c0016e8: {static npos = 18446744073709551615, m_impl = L"Neosid_Air-Coil_SML_1turn_HDM0131A", m_convertedToChar = { m_str = 0x7fff7c0044f0 "Neosid_Air-Coil_SML_1turn_HDM0131A", m_len = 34}} (gdb) p fpid $2 = (LIB_ID &) @0x7fff7c004c88: {nickname = {, std::allocator >> = "", }, item_name = {, std::allocator >> = "Neosid_Air-Coil_SML_1turn_HDM0131A", }, revision = {, std::allocator >> = "", }} (gdb)