The write queue spinlock was released in dcb_write_tidy_up without first acquiring it. This caused a crash when two threads try to interact with the write queue at the same time.
The write queue spinlock was released in dcb_write_tidy_up without first acquiring it. This caused a crash when two threads try to interact with the write queue at the same time.