It looks like gdb was attached upon error. Now you need to use gdb to investigate what is going on. Type things like 'where' to see where the program was when it failed etc. See the gdb manual for lots of information on debugging options. Note, for this to be effective you have to make sure that you have built debugging versions (i.e. used the -g flag when you built FEAP, PETSc, etc.)