Your program is crashing, and you can use a debugger to find out where. If the system allows and is configured that way, the program may leave a core dump that can be inspected with the debugger. Just google those key words. Oh, and one possibility to narrow the search for the cause is to iteratively comment out parts of the program until it runs, or add debug output after every line etc.
↧