News

I know that my program is trying to access an array which has been free()'d... but how can I (using gdb or otherwise) know which line in my program caused a seg fault? If I knew this it would be ...