Segfault with zmeventnotification
Posted: Fri Jan 04, 2019 9:44 am
I have manged to get push notifications on my Android phone*, but on the ZM server system (Debian 9) end of things I'm getting this error:
This is what I'm seeing for libcrypto on my Debian system:
#:/usr/lib/x86_64-linux-gnu$ ls -lsa *cryp*
56 -rw-r--r-- 1 root root 54260 Dec 29 02:04 libcrypt.a
2436 -rw-r--r-- 1 root root 2492160 Nov 24 04:02 libcrypto.so.1.0.2
2964 -rw-r--r-- 1 root root 3031904 Nov 22 10:40 libcrypto.so.1.1
0 lrwxrwxrwx 1 root root 35 Dec 29 02:04 libcrypt.so -> /lib/x86_64-linux-gnu/libcrypt.so.1
0 lrwxrwxrwx 1 root root 18 Dec 31 12:25 libk5crypto.so.3 -> libk5crypto.so.3.1
200 -rw-r--r-- 1 root root 203600 Dec 31 12:25 libk5crypto.so.3.1
0 lrwxrwxrwx 1 root root 22 Dec 29 04:21 libssh-gcrypt.so.4 -> libssh-gcrypt.so.4.7.3
520 -rw-r--r-- 1 root root 530776 Dec 29 04:21 libssh-gcrypt.so.4.7.3
Not sure exactly where to start looking to debug this, so would be thankful for any insights.
*While I am notified via pop-up OK, the underlying data reference (I'm guessing that by clicking on the pop-up that it should bring up the event in ZMninja) is corrupted (ZMninja is a bit messed up- the event won't load and if I go to montage I get broken cameras [restarting ZMninja resolves]).kernel: [282400.698341] zmeventnotifica[19942]: segfault at 10008 ip 00007f5527a42f10 sp 00007ffd93f3cc90 error 4 in libcrypto.so.1.1[7f5527939000+1a0000]
This is what I'm seeing for libcrypto on my Debian system:
#:/usr/lib/x86_64-linux-gnu$ ls -lsa *cryp*
56 -rw-r--r-- 1 root root 54260 Dec 29 02:04 libcrypt.a
2436 -rw-r--r-- 1 root root 2492160 Nov 24 04:02 libcrypto.so.1.0.2
2964 -rw-r--r-- 1 root root 3031904 Nov 22 10:40 libcrypto.so.1.1
0 lrwxrwxrwx 1 root root 35 Dec 29 02:04 libcrypt.so -> /lib/x86_64-linux-gnu/libcrypt.so.1
0 lrwxrwxrwx 1 root root 18 Dec 31 12:25 libk5crypto.so.3 -> libk5crypto.so.3.1
200 -rw-r--r-- 1 root root 203600 Dec 31 12:25 libk5crypto.so.3.1
0 lrwxrwxrwx 1 root root 22 Dec 29 04:21 libssh-gcrypt.so.4 -> libssh-gcrypt.so.4.7.3
520 -rw-r--r-- 1 root root 530776 Dec 29 04:21 libssh-gcrypt.so.4.7.3
Not sure exactly where to start looking to debug this, so would be thankful for any insights.