Hi, It seem you have (had) a problem with SIGBUS in openssl? It's normal that you see this in gdb in the OPENSSL_cpuid_setup function. It tries to detect cpu features and the cpu just said it doesn't support it. You should just press continue or tell gdb to ignore the SIGBUS. Kurt