id summary reporter owner description type status priority milestone component version resolution keywords cc blockedby blocking platform 15015 Race condition in BFS initialization leads to KDL when volume is not mountable. pulkomandy axeld "I had a partition with a corrupt root node, making it unmountable. This lead to a panic in BlockAllocator::_Initialize, as the thread was scheduld after the BlockAllocator object had already been cleared (panic shows the pointer to it to be 0xcccccccc). There is a lock between the thread and the destructor, but I'm not sure about the semantics of recursive_lock which is used with ownership transfer here. It looks like if the thread is not started yet, the locking isn't effective?" bug closed normal R1/beta2 File Systems/BFS R1/Development fixed All