I keep on getting this error message:
*** Break *** segmentation violation
gdb not found, need it for stack trace
Does anyone know what it means??
Thanks, Elim =D
Does anyone know what it means??
Thanks, Elim =D
You must be logged in to post a comment.
Break segmentation violations are usually related to memory leaks. Unfortunately it won’t give you much information of where it crashed.
From experience, it is most likely related to a mis-usage of a pointer, or an array that tries to store things beyond its size, or anything that could mean a memory leak.