Ticket #77 (closed defect: fixed) | |||||||||||||||||||||
Configuration copying would result in a deadlock
Description
Both NetworkConfiguration::copy in source:trunk/src/libs/config/netconf.cpp and SQLiteConfiguration::copy in source:trunk/src/libs/config/sqlite.cpp lock their configuration-specific Mutex (mutex) and then go on to set values (calling set_float/int/...), where the Mutex would be locked again, resulting in a deadlock. Change History
Note: See
TracTickets for help on using
tickets.
| This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Subscriber, Participant
| ||||||||||||||||||||

