Page MenuHomePhabricator

TrackingToolbox crashes when using 2 Aurora tools
Closed, ResolvedPublic

Description

... at "connect" or sometimes at "start tracking"

reproduced on Linux and Windows

Event Timeline

m_NavigationToolStorage->DeleteAllTools();

was replaced because it is not threadsafe
(Deletion of data nodes for sorting them caused the crash)

User kirchnth has pushed new remote branch:

bug-18318-multiple-tracking-tools-fix

[bd7a92]: Merge branch 'bug-18318-multiple-tracking-tools-fix'

Merged commits:

2014-10-29 16:46:18 Thomas Kirchner [b0e912]
fixed by implementing a new AssignNumber methode in NavigationToolStorage