Changes between Initial Version and Version 1 of Ticket #10987
- Timestamp:
- Jun 27, 2014, 6:08:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10987
- Property Summary Race condition in Deskbar team list → [Deskbar] Race condition in team list
-
Ticket #10987 – Description
initial v1 1 hrev47435. 2 1 3 Limiting to 1 CPU makes this bug easiest to reproduce. 2 4 3 5 Steps to reproduce: 4 6 5 1) Run the following: 6 cp /bin/desklink . 7 * {{{cp /bin/desklink .}}} 7 8 8 2)Open it in FileTypes, un-check Background app, save.9 * Open it in FileTypes, un-check Background app, save. 9 10 10 3) Run the following: 11 while true ; do ./desklink > /dev/null ; done 11 * {{{while true ; do ./desklink > /dev/null ; done}}} 12 12 13 3)Now open the Deskbar settings window, push "Defaults" button to revert to default, then check the first 2 check boxes and toggle the second one (Tracker always first) a few times, you should see the desklink entry stick in Deskbar.13 * Now open the Deskbar settings window, push "Defaults" button to revert to default, then check the first 2 check boxes and toggle the second one (Tracker always first) a few times, you should see the desklink entry stick in Deskbar. 14 14 15 15 It is a bit easier to reproduce by tab focusing the check box and tapping the space bar repeatedly.