[Bacula-devel] Why bacula-sd kaboom?

2023-01-23 Thread Chandler Sobel-Sorenson
I'll admit I'm using obsolete versions of the bacula demons, but they have been working great. I know it would be good to upgrade, I try to keep everything in my realm upgraded, but with my limited time and varying versions of OSes, it's better to keep using the old version, still. All I did

Re: [Bacula-devel] Why bacula-sd kaboom?

2023-01-23 Thread Radosław Korzeniewski
Hello, The direct answer to your question from email subject is because a code was touching a memory which was freed, as you can spot in this line of the log: #3 VOLRES::set_slot (slot=-1, this=0x) at vol_mgr.h:88 The pointer address for "this" was read from memory which was alr

Re: [Bacula-devel] [EXT]Re: Why bacula-sd kaboom?

2023-01-23 Thread Chandler Sobel-Sorenson
Radosław Korzeniewski wrote on 1/23/23 9:27 AM: You should share what you have changed to be able to confirm if your changes caused the issue. Yes, sure... I found this old patch code from CVS that only restores the attributes of data, since we had a chmod-mishap: bacula/patches/testing/proje