Skip to content
Snippets Groups Projects
Commit 413309ec authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Fix deadlock status by removing a lock in the 'exec'. Needs more work however.

Briefly: I added locks to protect the methods that access the m_daughters std::vector. However, having the lock to protect the .size() call before launching exec() causes a deadlock. I think we should think more thoroughly about the correct way to make this class, and its sibling GeoFullPhysVol, thread-safe.
parent f61b70f0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment