The perl and dbus errors shouldn't be fatal - the real problem is the "Aborted (core dumped)".
That means it's crashed, and it should have left a core file (where it puts it can be distro-dependent - if it's not in the local directory, it's probably stashed in the systemd journald or some other global place).
If you get that core file, you can run it through gdb to get a backtrace to see exactly where it went wrong - which is likley needed to even start trying to track down what's going on.
That means it's crashed, and it should have left a core file (where it puts it can be distro-dependent - if it's not in the local directory, it's probably stashed in the systemd journald or some other global place).
If you get that core file, you can run it through gdb to get a backtrace to see exactly where it went wrong - which is likley needed to even start trying to track down what's going on.
