История изменений
Исправление SZT, (текущая версия) :
Попробуй убрать -shared
если оно там есть
https://answers.launchpad.net/ubuntu/ source/gdb/ question/165290 https://stackoverflow.com/questions/16171540/segmentation-fault-0x00000000000... такая вот хрень гуглится
One of the executables doesn't use libraries and once I removed -shared it worked fine.
I think I found the problem; it was caused by using the same makefile used for building a shared library to compile an executable. It was a silly mistake. I took out -shared option in linking, and it worked fine.
Исходная версия SZT, :
Попробуй убрать -shared
если оно там есть
https://answers.launchpad.net/ubuntu/ source/gdb/ question/165290 https://stackoverflow.com/questions/16171540/segmentation-fault-0x00000000000... такая вот хрень гуглится