hello, just ran into this today when trying to get cd into music collection.
unfortunately i'm too new to python and multiarch to make sense of this but perhaps it will help someone else figure it out. me@ant(33)~$ gdb python GNU gdb (Debian 7.12-6+b2) 7.12.0.20161007-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 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-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from python...Reading symbols from /usr/lib/debug/.build-id/ff/383265973a03ce803bda26de44d4a6c82f0db9.debug...done. done. (gdb) run /usr/bin/jack Starting program: /usr/bin/python /usr/bin/jack [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". This is jack 3.1.1 (C)2004 Arne Zellentin <za...@users.sf.net> "Album - 01 - Tracktitle.[ext]" *info* matching dir found: /home/me/music/jack-a707b20c Program received signal SIGSEGV, Segmentation fault. __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:62 62 ../sysdeps/x86_64/multiarch/strlen-avx2.S: No such file or directory. (gdb) backtrace #0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:62 #1 0x00007ffff2ecf6be in waddnstr () from /lib/x86_64-linux-gnu/libncursesw.so.6 #2 0x00007ffff3103585 in ?? () from /usr/lib/python2.7/dist-packages/jack_curses.x86_64-linux-gnu.so #3 0x000055555564969a in call_function (oparg=<optimized out>, pp_stack=0x7fffffffde30) at ../Python/ceval.c:4372 #4 PyEval_EvalFrameEx () at ../Python/ceval.c:3009 #5 0x000055555564e3e2 in fast_function (nk=<optimized out>, na=<optimized out>, n=2, pp_stack=0x7fffffffdf40, func=<optimized out>) at ../Python/ceval.c:4457 #6 call_function (oparg=<optimized out>, pp_stack=0x7fffffffdf40) at ../Python/ceval.c:4392 #7 PyEval_EvalFrameEx () at ../Python/ceval.c:3009 #8 0x000055555564e3e2 in fast_function (nk=<optimized out>, na=<optimized out>, n=0, pp_stack=0x7fffffffe050, func=<optimized out>) at ../Python/ceval.c:4457 #9 call_function (oparg=<optimized out>, pp_stack=0x7fffffffe050) at ../Python/ceval.c:4392 #10 PyEval_EvalFrameEx () at ../Python/ceval.c:3009 #11 0x0000555555646c7a in PyEval_EvalCodeEx () at ../Python/ceval.c:3604 #12 0x000055555564e7ae in fast_function (nk=0, na=<optimized out>, n=<optimized out>, pp_stack=0x7fffffffe230, func=<optimized out>) at ../Python/ceval.c:4467 ---Type <return> to continue, or q <return> to quit--- ant