Am 16.09.2014, 20:43 Uhr, schrieb OL:
know the program crash, with signal I think in this case be able to know where the program crash except writing all AES call.
You could use the PC from the alert to compute the source-line of the crash using addr2line or similar, complicated methods. Unfortunately quite often the PC is useless because the prg has become crazy. I log all AES-calls when I'm stuck ...
I have an idea to fix the problem.
That's great :) -Helmut --