Running the file command on the core file gives some info, for instance which command generated the core file and why, for instance because of an abort, segmentation fault, etc.
To get more info out of the corefile you could try some debuggers like adb, gdb, etc. if you have them. Depending on the way the executable was compiled you get more or less info...
Every problem has at least one solution. Only some solutions are harder to find.