Re: Why bacula-sd kaboom?

Martin Simmons <[email protected]> Tue, 24 Jan 2023 15:40:27 GMT
Newsgroups gmane.comp.sysutils.backup.bacula.devel
Message-ID <[email protected]>
>>>>> On Mon, 23 Jan 2023 06:56:25 -0700, Chandler Sobel-Sorenson said:
> 
> That leads me to think it's crashing due to the newer compiler or OS being
> used?  These binaries were last compiled on Debian 8 using GCC 4.  Now I'm
> on Debian 10 with GCC 8.

Yes, the newer compiler might be causing it.

The crash looks like uninitialized memory to me and Bacula was changed to
avoid this problem with newer versions of GCC:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71885

__Martin