On 12/25/2015 01:33 AM, Peter Keller wrote:
> Hello,
>
>> 23-Dec 18:47 DIR:xxx.yyy.zzz JobId 4: Error: Catalog error updating file
>> digest. bdb.h:101 Update failed: affected_rows=0 for UPDATE File SET
>> MD5='oGhRwHZ+y+mWb+fv9ppFrA' WHERE FileId=6148914691236517205
> Also, I just noticed, 6148914691236517205 is 0x5555555555555555 in Hex, which
> is a string of U characters, so maybe there was a buffer overflow?

It is very astute of you to notice the hex value!

0x55555... is the value that the Bacula memory allocator sets memory
when it is first malloc'ed.  This means that the FileId is getting set
(or at least in the error message) from an uninitialized buffer.

What version of Bacula are you using?

>
> Thank you!
>
> -pete
>


------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to