We upgraded from version 1.7 of SciChart to 2.3.5129.39011. Since then we are observing application freeze (as explained below) once in a while. 2 days ago we could reproduce it reliably on one of the machine. We observed that freeze does not happen if we remove SciChart. So we are now sure that freeze is caused by SciChart.
The issue is as follows.
-
When we plot some graph, our application will stop updating the UI. Application is still responsive, i.e. user can still click on the buttons and buttons will respond. But UI will not update at all e.g. button text will not update etc.
-
On 8 core machine one of the core is running at 100%. Our application takes that entire core i.e. running at 13%. When we see the process dump all that core is used by Main thread.
-
It is difficult to reproduce. But we could reliably reproduce it only one machine. It displays some more weird behavior described in following points.
-
When application window is in restored mode i.e. not maximized, SciChart goes in some state and does not display graph properly and freeze issue happens immediately. But if we maximize window before sending data to graph, Scichart and application behaves normally.
- manishdoshi asked 10 years ago
- You must login to post comments
Somewhere in application we were using Grid.IsSharedSizeScope=”True”. This flag used to cause this behavior. Once Grid.IsSharedSizeScope was set to false, application started behaving properly.
- manishdoshi answered 10 years ago
- You must login to post comments
Hi Manish,
Please see the Q&A on Zoom Not Working on One Single Computer. Does the test-app we posted there reproduce the issue on your computer? If so it is a driver issue and we have a workaround above. If not, please contact [email protected] with any or all info to reproduce the issue and we will investigate asap.
Best regards,
Andrew
- Andrew Burnett-Thompson answered 10 years ago
- You must login to post comments
Please login first to submit.