The upgrade of pango from 1:1.44.7+11+g73b46b04 to 1:1.46.0-1 causes segmentation faults in several graphical programs including pcmanfm, galculator, filezilla, deadbeef, leafpad ... The only message given if one of these programs is launched from the terminal (and subsequently crashes) is "Segmentation fault (core dumped)". There are no no error messages running journalctl. Downgrading to 1:1.44.7+11+g73b46b04 fixes the problem. The system is fully upgraded. A rpi2b (armv7h) is also experiencing this error. Since pango has to do with internationalization, both RPs are running with the same language setup:
$this->bbcode_second_pass_code('', '
$ locale
LANG=ru_RU.utf8
LC_CTYPE="ru_RU.utf8"
LC_NUMERIC="ru_RU.utf8"
LC_TIME="ru_RU.utf8"
LC_COLLATE="ru_RU.utf8"
LC_MONETARY="ru_RU.utf8"
LC_MESSAGES=ru_RU.utf8
LC_PAPER="ru_RU.utf8"
LC_NAME="ru_RU.utf8"
LC_ADDRESS="ru_RU.utf8"
LC_TELEPHONE="ru_RU.utf8"
LC_MEASUREMENT="ru_RU.utf8"
LC_IDENTIFICATION="ru_RU.utf8"
LC_ALL=
$ locale -a
C
en_US.utf8
POSIX
ru_RU.utf8')
Switching from Russian to English didn't help
$this->bbcode_second_pass_code('', '$ export LANGUAGE=en_US
$ leafpad
Segmentation fault (core dumped)')
I would be happy to further investigate ... Thank you for this great distro. The Rpi2 has been running remotely for 5 years now!
