Client 2.1.4 : Async indexing process not found (Segmentation fault)

I’m getting a segfault when executing full file backup on a new client.
Local backup (not an internet one)
Installed via “UrBackup Client Linux 2.1.4 beta.sh”.
OS: CentOS 7

Client log is silent - crashes after

2016-11-25 15:49:40: FileSrv: Servername: -urbackup-test-
2016-11-25 15:50:50: Script list at “/usr/local/etc/urbackup/scripts/list” does not exist. Skipping.

Server log gives me

2016-11-25 15:45:10: ERROR: Constructing of filelist of “redmine-test” failed: error - Async indexing process not found
2016-11-25 15:45:20: ERROR: Backup had an early error. Deleting partial backup.
2016-11-25 15:45:21: WARNING: Exponential backoff: Waiting at least 40m before next file backup
2016-11-25 15:45:21: server_prepare_hash Thread finished (exit)
2016-11-25 15:45:21: server_hash Thread finished - normal
2016-11-25 15:46:00: Sending file: /usr/local/share/urbackup/www/images/indicator.gif
2016-11-25 15:46:00: Sending file: /usr/local/share/urbackup/www/images/indicator.gif done
2016-11-25 15:53:29: Starting unscheduled full file backup…
2016-11-25 15:53:29: Socket has error: 111
(Last error repeats a lot of times, which I’m guessing is due to client crashing on the other end)

Am I missing dependencies (this is a clean CentOS install) or should those have come with the script? Admin pdf doesn’t say anything about any prerequisites.

I usually install UrBackup via source on CentOS - should I have done that instead?

EDIT:
Downloaded source, ran ./configure, was missing cryptopp, although that did not fix the issue.
Installing via make/make install gives the same error.

Last 10 lines of /var/log/messages

[root@urbackup-test ~]# tail -10 /var/log/messages
Nov 25 16:14:13 urbackup-test abrt[7874]: Saved core dump of pid 7795 (/usr/local/sbin/urbackupclientbackend) to /var/spool/abrt/ccpp-2016-11-25-16:14:13-7795 (86069248 bytes)
Nov 25 16:14:13 urbackup-test abrtd: Executable ‘/usr/local/sbin/urbackupclientbackend’ doesn’t belong to any package and ProcessUnpackaged is set to ‘no’
Nov 25 16:14:13 urbackup-test abrtd: ‘post-create’ on ‘/var/spool/abrt/ccpp-2016-11-25-16:14:13-7795’ exited with 1
Nov 25 16:14:13 urbackup-test abrtd: Deleting problem directory ‘/var/spool/abrt/ccpp-2016-11-25-16:14:13-7795’
Nov 25 16:25:17 urbackup-test kernel: urbackupserver:[11732]: segfault at 25e66d0 ip 00000000025e66d0 sp 00007fcbecbf3a58 error 15
Nov 25 16:25:18 urbackup-test abrtd: Directory ‘ccpp-2016-11-25-16:25:17-11719’ creation detected
Nov 25 16:25:18 urbackup-test abrt[11774]: Saved core dump of pid 11719 (/usr/local/sbin/urbackupclientbackend) to /var/spool/abrt/ccpp-2016-11-25-16:25:17-11719 (119312384 bytes)
Nov 25 16:25:18 urbackup-test abrtd: Executable ‘/usr/local/sbin/urbackupclientbackend’ doesn’t belong to any package and ProcessUnpackaged is set to ‘no’
Nov 25 16:25:18 urbackup-test abrtd: ‘post-create’ on ‘/var/spool/abrt/ccpp-2016-11-25-16:25:17-11719’ exited with 1
Nov 25 16:25:18 urbackup-test abrtd: Deleting problem directory ‘/var/spool/abrt/ccpp-2016-11-25-16:25:17-11719’

EDIT: Tweaked abrt, it now successfully works and I have the coredump. Should I upload it somewhere?

If it’s still a problem I would say send it on over to the bug reports e-mail for UrBackup.

Could you try if it still occurs with 2.1.5. If yes a crash dump would be interesting. Thanks!