There have been no changes to the code responsibe for changing libraries ina very long time. It's likely some kind of conflict with something on your system.
You'll have to try to get a crash report. I dont know if debian supports it or not, but on systemd based distributions it is as simple as installing gdb, then after a crash running,
echo bt | coredumpctl gdb
|