It seems that changing the version of gcc I use from gcc 4.7.3
to gcc 4.9.2
causes a segfault for my project (after a clean build and run).
In an unfortunate turn of events gdb
is broken on the server I am
getting this error on and can't use it for now. Any known changes in gcc itself that could cause this? I suspect the issue is potentially caused by a double free.