Nick's right. And if it is a memory bug, Linux valgrind should find it. (I know that it gets used from time to time to track down this kind of thing.)
Alternatively you could run it from gcc and find out where the crash occurs.
Alternatively you could run it from gcc and find out where the crash occurs.
Comment