Ticket #576 (new defect)
Opened 3 years ago
Possible race condition using SaveScenario
| Reported by: | nicola.mfb@… | Owned by: | mickey |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | cornucopia/fsodevice | Version: | |
| Keywords: | Cc: |
Description
Using SaveScenario may save data of another scenario.
- scenario A is loaded
- mixer app lets the user change some values of A
- mixer app use the SaveScenario to save A
- scenario B is loaded
due to timing, it may be that the point 4 will be performed before the 3, so data of B will be saved on A.
discussion on:
http://lists.linuxtogo.org/pipermail/smartphones-userland/2010-July/002713.html
Note: See
TracTickets for help on using
tickets.
