Segmentatin fault details in CLion
I am testing some minor issues that sometimes end up in a run time failure - "Process finished with exit code 139" ( on Linux it is nderstood to be segmentation fault / Signal 11 )
What tools would be recommended to be able to get additional information on this error.
Thanks in advance,
Narkis
Please sign in to leave a comment.
Hi Narunas.
Could you please provide some details about your project structure. Do you have several targets in the project or may be there are external libraries?
Hi all.
I have a similar question.
Using CLion I have very illogical segfault error in my method named read8.
Just after renaming it - segfault lost.
And when I renamed it back to read8 - segfault didn't appear.
It is a kind of magic, how it is possible?