partially solved => no more crash, but same debug message (and more)
issue= remove all personal libraries added in config/kicad/fp-lib-table
and re-add this personal libraries with "libraries wizard"
new error message at the pcbnew startup(#840287
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840287>)=
"Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1010,wx
containers,compatible with 2.8),and wxPython used 3.0 (wchar_t,compiler
with C++ ABI 1009,wx containers,compatible with 2.8)."
WITHOUT personal lib
~$ kicad
23:06:31: Debug: Adding locale lookup path: /usr/local/share/kicad/internat
23:06:31: Debug: Using libcurl/7.52.1 GnuTLS/3.5.8 zlib/1.2.8
libidn2/0.16 libpsl/0.17.0 (+libidn2/0.16) libssh2/1.7.0 nghttp2/1.18.1
librtmp/2.3
23:06:31: Debug: catoy.pro: noname.pro
23:06:49: Debug: Unrecognized accel key 'bksp', accel string ignored.
23:07:31: Debug: Adding duplicate image handler for 'PNG file'
23:07:31: Debug: Adding duplicate image handler for 'JPEG file'
23:07:31: Debug: Adding duplicate image handler for 'TIFF file'
23:07:31: Debug: Adding duplicate image handler for 'GIF file'
23:07:31: Debug: Adding duplicate image handler for 'PNM file'
23:07:31: Debug: Adding duplicate image handler for 'PCX file'
23:07:31: Debug: Adding duplicate image handler for 'IFF file'
23:07:31: Debug: Adding duplicate image handler for 'Windows icon file'
23:07:31: Debug: Adding duplicate image handler for 'Windows cursor file'
23:07:31: Debug: Adding duplicate image handler for 'Windows animated
cursor file'
23:07:31: Debug: Adding duplicate image handler for 'TGA file'
23:07:31: Debug: Adding duplicate image handler for 'XPM file'
23:07:32: Debug: Loading project
'/mnt/Disk2/kicad/Projets/catoy/catoy.pro' settings.
23:07:32: Debug: Skipping general section token 'links'
23:07:32: Debug: Skipping general section token 'area'
23:07:32: Debug: Skipping general section token 'drawings'
23:07:32: Debug: Skipping general section token 'tracks'
23:07:32: Debug: Skipping general section token 'zones'
23:07:32: Debug: Skipping general section token 'symbol'
==error message in pcbnew("Mismatch between....le with 2.8).")
_________________________________________________________________________________________________________________________________________________________
WITH re-added lib
X@deb15:~$ kicad
23:41:37: Debug: Adding locale lookup path: /usr/local/share/kicad/internat
23:41:37: Debug: Using libcurl/7.52.1 GnuTLS/3.5.8 zlib/1.2.8
libidn2/0.16 libpsl/0.17.0 (+libidn2/0.16) libssh2/1.7.0 nghttp2/1.18.1
librtmp/2.3
23:41:37: Debug: catoy.pro: noname.pro
23:41:40: Debug: Unrecognized accel key 'bksp', accel string ignored.
/build/kicad-OLDpkC/kicad-4.0.5+dfsg1/common/fp_lib_table.cpp(172):
assert "aFootprintName == (wxString) fpid.GetFootprintName()" failed in
FootprintLoad(). [in thread 7fb1ea7fc700]
Call stack:
[00] wxOnAssert(char const*, int, char const*, char const*, char const*)
[01] 0x7fb204e77171
[02] 0x7fb204d771d5
[03] 0x7fb204d7828f
[04] 0x7fb21a316116
[05] 0x7fb219ce5424
[06] clone
/build/kicad-OLDpkC/kicad-4.0.5+dfsg1/common/fp_lib_table.cpp(172):
assert "aFootprintName == (wxString) fpid.GetFootprintName()" failed in
FootprintLoad(). [in thread 7fb1ea7fc700]
Call stack:
[00] wxOnAssert(char const*, int, char const*, char const*, char const*)
[01] 0x7fb204e77171
[02] 0x7fb204d771d5
[03] 0x7fb204d7828f
[04] 0x7fb21a316116
[05] 0x7fb219ce5424
[06] clone
23:42:04: Debug: Adding duplicate image handler for 'PNG file'
23:42:04: Debug: Adding duplicate image handler for 'JPEG file'
23:42:04: Debug: Adding duplicate image handler for 'TIFF file'
23:42:04: Debug: Adding duplicate image handler for 'GIF file'
23:42:04: Debug: Adding duplicate image handler for 'PNM file'
23:42:04: Debug: Adding duplicate image handler for 'PCX file'
23:42:04: Debug: Adding duplicate image handler for 'IFF file'
23:42:04: Debug: Adding duplicate image handler for 'Windows icon file'
23:42:04: Debug: Adding duplicate image handler for 'Windows cursor file'
23:42:04: Debug: Adding duplicate image handler for 'Windows animated
cursor file'
23:42:04: Debug: Adding duplicate image handler for 'TGA file'
23:42:04: Debug: Adding duplicate image handler for 'XPM file'
23:42:05: Debug: Loading project
'/mnt/Disk2/kicad/Projets/catoy/catoy.pro' settings.
23:42:05: Debug: Skipping general section token 'links'
23:42:05: Debug: Skipping general section token 'area'
23:42:05: Debug: Skipping general section token 'drawings'
23:42:05: Debug: Skipping general section token 'tracks'
23:42:05: Debug: Skipping general section token 'zones'
23:42:05: Debug: Skipping general section token 'symbol'
==error message in pcbnew("Mismatch between....le with 2.8).")