View Issue Details

IDProjectCategoryView StatusLast Update
0000483bareos-corestorage daemonpublic2019-12-18 15:25
ReporterOSC Assigned Topstorz  
PriorityurgentSeveritycrashReproducibilityhave not tried
Status closedResolutionfixed 
PlatformWindowsOSWindows Server OS Version2008
Product Version14.2.2 
Summary0000483: bareos-sd crash during backup
DescriptionAt beginning bareos-sd just crash sometimes during backup.
Now it always crashes.

I attached the trace file.
TagsNo tags attached.

Relationships

related to 0000414 closed Bareos storage daemon crashes during backups 
child of 0000474 closed Release bareos-14.2.6 

Activities

OSC

OSC

2015-06-16 11:35

reporter  

bareos-sd.trace (757,272 bytes)
OSC

OSC

2015-06-16 11:38

reporter   ~0001769

Sorry for open multiple tickets. While submitting i get Database error.
maik

maik

2015-11-06 17:14

administrator   ~0001935

Have you tried to run this on 15.2 release candidate?

Related Changesets

bareos: bareos-15.2 0b6435d7

2015-11-12 18:39

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix random crashes on sd

The block variable was set to the dcr->block, but that can be altered in
the call to dev->set_label_blocksize(dcr).

When that happens, the code goes on with the wrong block.
We removed the whole local variable as it makes no sense and is only
referenced 3 times when calling empty_block()

Fixes 0000414: Bareos storage daemon crashes during backups
Fixse 0000483: bareos-sd crash during backup
Fixes 0000522: storage daemon crashes ocassionally when starting a new job
Fixes 0000552: SD crashes in -current

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000414, 0000483, 0000522, 0000552, 0000564
mod - src/stored/label.c Diff File

Issue History

Date Modified Username Field Change
2015-06-16 11:27 OSC New Issue
2015-06-16 11:35 OSC File Added: bareos-sd.trace
2015-06-16 11:38 OSC Note Added: 0001769
2015-11-06 17:14 maik Note Added: 0001935
2015-11-06 17:14 maik Status new => feedback
2015-11-13 10:19 stephand Relationship added related to 0000414
2015-11-16 11:10 pstorz Changeset attached => bareos bareos-15.2 0b6435d7
2015-11-16 11:11 pstorz Status feedback => resolved
2015-11-16 11:11 pstorz Resolution open => fixed
2015-11-16 11:11 pstorz Assigned To => pstorz
2015-11-30 18:45 joergs Relationship added child of 0000474
2019-12-18 15:25 arogge Status resolved => closed