I run a program in production under Ubuntu and it crashes from time to time. I don't think I have any core dumps. I have now set up Apport, so hopefully, I'll get one next time.
Apr 11 00:50:30 server56405 kernel: [119017131.569930] traps: aped_2[5845] general protection ip:418dce sp:7fff4580f300 error:0 in aped_2[400000+2a000]
Jun 15 02:41:15 server56405 kernel: [124641240.680827] traps: aped_2[22266] general protection ip:418dce sp:7fff32d294c0 error:0 in aped_2[400000+2a000]
I have looked everywhere to understand what ip, sp and error mean but could not find any answer. Can you let me know what these are?
I suppose the program always crashes in the same place (is that the ip which is the same in both cases?) but how do I find out where it is?
Finally, I have looked inside the executable with hexedit but could not find a way to relate what I saw with the general protection error info.
Can you help?