PyQt application has a memory error, how to find it?
-
I have a PyQt application that occasionally will throw an error of
The instruction at 0X00007FFC450FA07 reference memory at 0X0000000000000048. The memory could not be read.
I personally am not able to reproduce this, but it has happened for multiple people using the application. How can I go about diagnosing this and then fixing it?
For context I am working in PyCharm, I have ran the program through the command line in PyCharm, through PyCharm's IDE directly, the windows command line, and on a separate PC and haven't seen the error.
-
I have a PyQt application that occasionally will throw an error of
The instruction at 0X00007FFC450FA07 reference memory at 0X0000000000000048. The memory could not be read.
I personally am not able to reproduce this, but it has happened for multiple people using the application. How can I go about diagnosing this and then fixing it?
For context I am working in PyCharm, I have ran the program through the command line in PyCharm, through PyCharm's IDE directly, the windows command line, and on a separate PC and haven't seen the error.
@freemanl144
From this information alone, if you are unable to reproduce you will not be able to diagnose. Nothing is "impossible", but I suspect it will be "highly unlikely" you will be able to pinpoint.