View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000483 | bareos-core | storage daemon | public | 2015-06-16 11:27 | 2019-12-18 15:25 |
Reporter | OSC | Assigned To | pstorz | ||
Priority | urgent | Severity | crash | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | Windows Server | OS Version | 2008 |
Product Version | 14.2.2 | ||||
Summary | 0000483: bareos-sd crash during backup | ||||
Description | At beginning bareos-sd just crash sometimes during backup. Now it always crashes. I attached the trace file. | ||||
Tags | No tags attached. | ||||
bareos: bareos-15.2 0b6435d7 2015-11-12 18:39 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 |
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 |