Hello ,
Thanking everybody before starting.
I have a serious issue with a GUI implemented in Qt,say,QGui. Through Python APIs,say,qpread etc. I accesses the hardware resources.
What i does is through Python script I calls these APIs according to my requirement.
This QGui mostly crashes while running the script whether it is for long time or short time.
qpread returns PyObject*.
I donno how this qpread internally works as its my clinets implementation.
I wanted to know is this happening due to memory issue? I actually wanted to know about the memory allocation when creating a PyObject and how to relese it.
Can anybody brief about memory issue that can happen in both Qt and Python.