Re: [openssl-dev] [openssl.org #3714] OpenSSL 1.0.2 make test bus error in evp_test (Solaris 10 Sparc, sun4u)

2015-02-24 Thread Andy Polyakov
Basically I just want to say good analysis and confirm that yes, everything points at compiler bug. I also don't sent this to rt, but to openssl-dev, in order to prevent case reopen. Looking at disassembly around CRYPTO_ccm128_decrypt+532 (decimal 532 = 0x214):

Re: [openssl-dev] [openssl.org #3714] OpenSSL 1.0.2 make test bus error in evp_test (Solaris 10 Sparc, sun4u)

2015-02-24 Thread David Woodhouse via RT
On Mon, 2015-02-23 at 23:20 +0100, Matt Caswell via RT wrote: Thanks Rainer. Closing this as a gcc bug. Such a statement should always be associated with a *link* to the relevant bug, in this case in gcc.gnu.org/bugzilla. Given that the 4.9.2 changelog doesn't mention it, and I can't see

[openssl-dev] [openssl.org #3714] OpenSSL 1.0.2 make test bus error in evp_test (Solaris 10 Sparc, sun4u)

2015-02-24 Thread Matt Caswell via RT
On Tue Feb 24 12:20:20 2015, dw...@infradead.org wrote: On Mon, 2015-02-23 at 23:20 +0100, Matt Caswell via RT wrote: Thanks Rainer. Closing this as a gcc bug. Such a statement should always be associated with a *link* to the relevant bug, in this case in gcc.gnu.org/bugzilla. I have no

Re: [openssl-dev] [openssl.org #3714] OpenSSL 1.0.2 make test bus error in evp_test (Solaris 10 Sparc, sun4u)

2015-02-24 Thread David Woodhouse
On Mon, 2015-02-23 at 23:20 +0100, Matt Caswell via RT wrote: Thanks Rainer. Closing this as a gcc bug. Such a statement should always be associated with a *link* to the relevant bug, in this case in gcc.gnu.org/bugzilla. Given that the 4.9.2 changelog doesn't mention it, and I can't see

Re: [openssl-dev] [openssl.org #3714] OpenSSL 1.0.2 make test bus error in evp_test (Solaris 10 Sparc, sun4u)

2015-02-24 Thread Andy Polyakov
Adding volatile first results in new compiler warnings: The purpose of exercise was not to find a solution, but to simply see how compiler reacts at volatile. Thanks for taking time. ccm128.c: In function 'CRYPTO_ccm128_decrypt': ccm128.c:300:9: warning: passing argument 1 of 'memcpy'

Re: [openssl-dev] [openssl.org #3714] OpenSSL 1.0.2 make test bus error in evp_test (Solaris 10 Sparc, sun4u)

2015-02-24 Thread Rainer Jung
Am 24.02.2015 um 22:14 schrieb Andy Polyakov: Basically I just want to say good analysis and confirm that yes, everything points at compiler bug. I also don't sent this to rt, but to openssl-dev, in order to prevent case reopen. Looking at disassembly around CRYPTO_ccm128_decrypt+532 (decimal

[openssl-dev] [openssl.org #3714] OpenSSL 1.0.2 make test bus error in evp_test (Solaris 10 Sparc, sun4u)

2015-02-23 Thread Rainer Jung via RT
2nd attempt. First sent on Feb 7th. I get a failure for 1.0.2 running make test on Solaris 10. It might be related to #3688, but I don't think so. Mine is a sun4u machine, so neither T2 nor T4. Compilation done with gcc 4.9.1 with v9 target. Failure is a bus error in evp_test. gdb shows the

[openssl-dev] [openssl.org #3714] OpenSSL 1.0.2 make test bus error in evp_test (Solaris 10 Sparc, sun4u)

2015-02-23 Thread Matt Caswell via RT
Thanks Rainer. Closing this as a gcc bug. Matt ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev