today, I have succefully compile a personnal program on my Raspberry Pi 2, but after two succeffull run, it has been automatically killed.
I have relaunched it with GDB, the program has been automaticly killed very quickly, and I have a very strange error :
Code: Select all
Program received signal SIGILL, Illegal instruction.
0x768fa608 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
(gdb) bt
#0 0x768fa608 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
Cannot access memory at address 0x0
#1 0x768f7004 in OPENSSL_cpuid_setup ()
from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
#2 0x76fdf058 in ?? () from /lib/ld-linux-armhf.so.3
#3 0x7efff6c2 in ?? ()
#4 0x7efff6c2 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Or my micro-sd memory card?