> Could you try running the director in the foreground with 'bareos-dir -f
> -d 1000' or 'bareos-dir -f -d 2000'.
Thank you for your attention and your response.
I started the bareos-dir in foreground mode (/usr/bin/bareos-dir -d 2000
-f), I added the startup log to the attachment. The log is large enough,
and I pre-compressed it with a gzip compressor. I would be very grateful
if you find the opportunity to look into it. The error record is in the
last 10 lines, I will give them here:
---
a10-director (900): lib/signal.cc:137-0 sig=11 Segmentation violation
a10-director (300): lib/signal.cc:207-0 Working=/var/lib/bareos
a10-director (300): lib/signal.cc:208-0 btpath=/usr/bin/btraceback
a10-director (300): lib/signal.cc:209-0 exepath=/usr/bin/bareos-dir
a10-director (500): lib/signal.cc:240-0 Doing waitpid
a10-director (800): lib/watchdog.cc:255-0 NicB-reworked watchdog thread
entered
... skipped ..
---
I also tried to run bareos-dir in the gdb debugger (my bareos build is
done with debug info) like this:
$ gdb / usr / bin / bareos-dir -d 2000 -f
and I got some information about the location of the error:
---------
(gdb) run
Starting program: /usr/bin/bareos-dir
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGILL, Illegal instruction.
0xb6cff4a8 in ?? () from /usr/lib/libcrypto.so.1.1
(gdb) bt
#0 0xb6cff4a8 in ?? () from /usr/lib/libcrypto.so.1.1
#1 0xb6cf918c in ?? () from /usr/lib/libcrypto.so.1.1
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) quit
---------
It is not clear for me how to unwind the stack, I do not have enough
knowledge. If you tell me, then I can try to rebuild bareos or openssl,
for example, with debug information.
Thank you.