Community
Participate
Working Groups
The Control Flow View and Resource View don't handle the TmfTimeSynchSignal if it was sent outside the GUI thread. Steps to reproduce. 1) Load LTTng trace 2) Have Control Flow View and Resource View open 3) Click with mouse into small Histogram View. Then the current time isn't selected in neither the Control Flow View and Resource View.
The same problem happens in the TMF Sequence Diagram View (loader class).
Created attachment 203253 [details] Patch for bug This patch fixes the described bug. When receiving the signal TmfTimeSyncSignal the relevant components check if it they are running in the GUI thread or not. If they are already in the GUI thread, the update is done immediately. If not in GUI thread, then the update is queued to be executed in the GUI thread.
Comment on attachment 203253 [details] Patch for bug Patch committed!
Bug fixed after committing changes of patch.
Delivered in 0.9.0