Hi,
after a week without internet connection i upgraded my rpi today. Now I have issues with weechat.
$this->bbcode_second_pass_code('', '
(gdb) run
Starting program: /usr/bin/weechat
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGILL, Illegal instruction.
0xb68ccdc0 in _armv7_neon_probe () from /usr/lib/libcrypto.so.1.0.0
(gdb) bt
#0 0xb68ccdc0 in _armv7_neon_probe () from /usr/lib/libcrypto.so.1.0.0
#1 0xb68c91a4 in OPENSSL_cpuid_setup () from /usr/lib/libcrypto.so.1.0.0
#2 0xb6fe7a44 in call_init () from /lib/ld-linux-armhf.so.3
#3 0xb6fe7b20 in _dl_init_internal () from /lib/ld-linux-armhf.so.3
#4 0xb6fd8f24 in _dl_start_user () from /lib/ld-linux-armhf.so.3
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
')
I tried rolling back openssl, but libcrpto has not been affected by the latest package.
Anyone got an idea what else I could check?