Apr-15-2019, 08:23 AM
Hello
I am using a python program i have writtent to collect machine data and send it via a socket to a server, the program does what it is supposed to do for 99% of the time but occasionally i am getting an error "*** Error in '/user/bin/python3': free(): invalid pointer: 0x00405340 ***"
After reserching this i am getting some quite complex information that is above my experience and have no way of tracing the root cause as when it happens it just crashes out to terminal window with the error message.
My skills are limited with Python but what i am looking for is an ability to trace the source/cause of the crash, this way i can resolve the issue, i am not looking for a solution to the cause just the route to find the problem if that makes sense?
What is the best way to find the line of code that has caused this error?
I have not posted any code as there are multiple modules, some compiled that i have imported from 3rd parties etc and to be honest i have no idea what code to post without an indication of the root cause?
Any pointers (that are not invalid
) greatly appreciated
Thanks
Simon
I am using a python program i have writtent to collect machine data and send it via a socket to a server, the program does what it is supposed to do for 99% of the time but occasionally i am getting an error "*** Error in '/user/bin/python3': free(): invalid pointer: 0x00405340 ***"
After reserching this i am getting some quite complex information that is above my experience and have no way of tracing the root cause as when it happens it just crashes out to terminal window with the error message.
My skills are limited with Python but what i am looking for is an ability to trace the source/cause of the crash, this way i can resolve the issue, i am not looking for a solution to the cause just the route to find the problem if that makes sense?
What is the best way to find the line of code that has caused this error?
I have not posted any code as there are multiple modules, some compiled that i have imported from 3rd parties etc and to be honest i have no idea what code to post without an indication of the root cause?
Any pointers (that are not invalid

Thanks
Simon