Tim Smith, on mar. 22 août 2017 23:43:45 -0400, wrote: > Here's the generated core file: > > [1]https://www.dropbox.com/s/94ymmn8uhmdyge4/core?raw=1
Mmm, it doesn't match the binaries on my system, it looks like you have a mixture of packages from stable, testing and unstable... Could you for a start upgrade these packages: python3-pyatspi libatspi2.0-0 and enable this in apt's sources.list: deb http://debug.mirrors.debian.org/debian-debug/ stable-debug main deb http://debug.mirrors.debian.org/debian-debug/ testing-debug main deb http://debug.mirrors.debian.org/debian-debug/ unstable-debug main and install these packages: gdb python3-dbg python3-pyatspi-dbgsym libatspi2.0-0-dbgsym libdbus-1-3-dbgsym libglib2.0-0-dbgsym and run gdb yourself on the core file: gdb /usr/bin/python3 core and at the gdb> prompt, type bt full and send us the result. Samuel

