Community
Participate
Working Groups
Build Identifier: 20100917-0705 When loading a large trace into an LTTng perspective, considerable time may elapse during which Eclipse is loading and analysing the trace in the background; the Progress view, despite this, reports no activity at all. Reproducible: Always Steps to Reproduce: 1. Open the Linux Tools LTTng perspective 2. Show the Progress view and detach it in order to simultaneously see the Timeframe view 3. Create an LTTng project 4. Import a large trace or a trace with inherent problems (anything that'll take a while to load) 5. Observe how the Timeframe view is obviously busy (updating its fields once every second or so), while the Progress view reports nothing at all.
Improved Steps to Reproduce: 1. Launch Eclipse 2. Open the Linux Tools LTTng perspective 3. Show the Progress view and detach it in order to simultaneously see the Timeframe view 4. Create an LTTng project 5. Import a large trace or a trace with inherent problems (anything that'll take a while to load) 6. Create an experiment and add the trace to it 7. Open the experiment 8. Observe how the Timeframe view is obviously busy (updating its fields once every second or so), while the Progress view reports nothing at all For step 5, you can use the sample trace attached to bug 334564 if you launch Eclipse from a terminal window: the warnings take a while to scroll by, leaving you time to see that no Progress is being reported.
The fix for Bug337872 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=337872) added a progress bar this case. This is not a real progress bar since we don't know how long it will take to complete the task (i.e. we can't give a %). However, it does indicate that work is being performed in the background. The corresponding patch was committed to HEAD. Maybe you could have a look to see if it suits your need. Regards, /fc
Considering it as fixed.
Delivered with 0.8