Activity log for bug #1039638

Date Who What changed Old value New value Message
2012-08-21 17:01:06 Aaron Bentley bug added bug
2012-08-21 17:14:07 Aaron Bentley description A scan of ~canonical-hw-cert/checkbox-editor/trunk failed with OOPS-20a29e8a7bf4295727dddba3ddb75792 This is a database error, "current transaction is aborted, commands ignored until end of transaction block", which means we don't see the root cause. The database error is happening because we try to unlock an advisory lock when the current transaction is in a failed state. Instead, we should abort the transaction. Once the masking error is dealt with, we may be able to determine the root cause. A scan of ~canonical-hw-cert/checkbox-editor/trunk failed with OOPS-20a29e8a7bf4295727dddba3ddb75792 This is a database error, "current transaction is aborted, commands ignored until end of transaction block", which means we don't see the root cause. The database error is happening because we try to unlock an advisory lock when the current transaction is in a failed state. Instead, we should abort the transaction. Once the masking error is dealt with, we may be able to determine the root cause. ~exaile-devel/exaile/exaile-0.3.x is also affected: OOPS-677efac4bada8fc088486a052a01e0ce
2012-08-21 18:27:33 Marc Tardif bug added subscriber Marc Tardif
2012-08-24 10:34:50 Daniel Holbach bug added subscriber Daniel Holbach
2012-08-24 12:24:38 William Grant summary Scans of ~canonical-hw-cert/checkbox-editor/trunk oops with a database error Database errors in a BranchScanJob cause the advisory lock release to crash