JKQtPlotter icon indicating copy to clipboard operation
JKQtPlotter copied to clipboard

Release mode runtime error

Open sajadblog opened this issue 4 months ago • 2 comments

Hi,

First of all, thank you for your tremendous effort in developing an excellent plotting tool. I’ve been using version 4.0.3 in my application, and it worked flawlessly in both release and debug modes.

Last week, I switched to the latest version on the main branch to take advantage of the MultiAxis graph and ColoredBar chart. While everything compiles and executes correctly in debug mode, I’m encountering a runtime error in release mode. The error seems to originate from within the Qt core library. It’s intermittent—sometimes the application runs fine, and other times, it fails at startup.

It seems like this issue might be related to some initialization that’s occasionally missing, as the error only occurs during startup. Once the application is running, everything works as expected.

I’ve attached two images related to the error. In most cases, one of the errors in the images occurs, though on rare occasions, it runs normally.

There is only one thread in the application.

Error1 Error2

sajadblog avatar Oct 16 '24 13:10 sajadblog