Created
March 19, 2014 17:33
-
-
Save flagoworld/9646993 to your computer and use it in GitHub Desktop.
Calling "php" gives "Illegal Instruction"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting program: /usr/bin/php | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". | |
Program received signal SIGILL, Illegal instruction. | |
0xb6e0b5e0 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0 | |
(gdb) bt | |
#0 0xb6e0b5e0 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0 | |
Cannot access memory at address 0x0 | |
#1 0xb6e07fc4 in OPENSSL_cpuid_setup () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0 | |
#2 0xb6fe8254 in ?? () from /lib/ld-linux-armhf.so.3 | |
#3 0xbefff954 in ?? () | |
#4 0xbefff954 in ?? () | |
Backtrace stopped: previous frame identical to this frame (corrupt stack?) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment