[Pkg-openssl-devel] Openssl Error at -- OPENSSL_cpuid_setup ()

Kurt Roeckx kurt at roeckx.be
Tue May 7 14:41:06 UTC 2013


I clearly didn't read far enough.

Yes, either setting OPENSSL_armcap=0 in the environment, or
setting "handle SIGILL pass" should get rid of that SIGILL,
but you can also just continue.

Please note that this is normal behaviour.  This is the way
to find out if an instruction is available or not on arm
and some other arches.  It should only show up in gdb or
other debuggers, and is not a problem in the library.


Kurt

On Mon, May 06, 2013 at 10:18:10PM +1000, Tim Hudson wrote:
> Try setting the environment variable OPENSSL_armcap=0 to disable that code.
> 
> The code in OPENSSL_cpuid_setup assumes it can trap SIGILL and continue
> if the instruction is unable to be performed.
> You can just continue in gdb and the handler in OPENSSL_cpuid_setup
> should let it through - and that should function correctly.
> 
> You would normally (for this) use something like the following in gdb to
> let that happen:
> 
> handle SIGILL pass
> 
> Tim.
> 
> 
> On 6/05/2013 10:09 PM, allan George wrote:
> > Package: openssl
> > Version: 1.0.1e
> > Version: 1.0.0g
> >
> >
> > I am also facing some problem with openssl. I tried both
> > openssl-1.0.1e.tar.gz
> > openssl-1.0.0g.tar.gz
> >
> > I have mentioned my problem here :---
> > http://stackoverflow.com/questions/16393414/how-to-get-rid-of-openssl-error
> >
> > Is it possible to resolve this problem ? Or problem is with Raspbian
> > package ?
> >
> > Please suggest.
> >
> > //Allan
> >
> >
> >
> > _______________________________________________
> > Pkg-openssl-devel mailing list
> > Pkg-openssl-devel at lists.alioth.debian.org
> > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-openssl-devel
> 

> _______________________________________________
> Pkg-openssl-devel mailing list
> Pkg-openssl-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-openssl-devel




More information about the Pkg-openssl-devel mailing list