Re: Error _armv7_tick openssl

2014-10-10 Thread Fedor Indutny
Hello! I'm not a OpenSSL core developer, but anyway here are some thoughts from me. SIGILL is totally a normal condition, as it is caught by: https://github.com/openssl/openssl/blob/dabfbea7d91619b286e5d32ffc68ec7e5bd7e9bf/crypto/armcap.c#L96-L101 This is a part of detecting features, so if

RE: Error _armv7_tick openssl

2014-10-10 Thread Jay D Bhatt
From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Fedor Indutny Sent: 10 October 2014 15:29 To: openssl-dev@openssl.org Subject: Re: Error _armv7_tick openssl Hello! I'm not a OpenSSL core developer, but anyway here are some thoughts from me. SIGILL

Re: Error _armv7_tick openssl

2014-10-10 Thread Fedor Indutny
-openssl-...@openssl.org [mailto: owner-openssl-...@openssl.org] *On Behalf Of *Fedor Indutny *Sent:* 10 October 2014 15:29 *To:* openssl-dev@openssl.org *Subject:* Re: Error _armv7_tick openssl Hello! I'm not a OpenSSL core developer, but anyway here are some thoughts from me. SIGILL

Re: Error _armv7_tick openssl

2014-10-10 Thread Andy Polyakov
If I press ‘continue’, then also it give segmentation fault. It is not working normally, it exits with seg fault: saying illegal instruction. ??? Segmentation fault != illegal instruction. What does exits with seg fault saying illegal instruction mean? Where is the segmentation fault? Could

Re: Error _armv7_tick openssl

2014-10-10 Thread Misaki.Miyashita
On 10/10/14 10:15, Andy Polyakov wrote: If I press ‘continue’, then also it give segmentation fault. It is not working normally, it exits with seg fault: saying illegal instruction. ??? Segmentation fault != illegal instruction. What does exits with seg fault saying illegal instruction mean?

Re: Error _armv7_tick openssl

2014-10-10 Thread Peter Waltenberg
@openssl.orgFrom: Andy Polyakov <ap...@openssl.org> Sent by: owner-openssl-...@openssl.orgDate: 10/11/2014 01:17AMSubject: Re: Error _armv7_tick openssl If I press continue, then also it give segmentation fault. It is not working normally, it exits with seg fault: saying illegal instr

Error _armv7_tick openssl

2014-10-09 Thread Jay D Bhatt
Hi , I was working on a armv7l architecture platform and was trying to run webruntime related library, but it was crashing _armv7_tick(). So, I did GDB on the wrt binary and below are the logs: root:/usr/bin gdb wrt_launchpad_daemon GNU gdb (GDB) 7.5.1 Copyright (C) 2012 Free Software