NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-vax/41574: sha512 does not work on vax



>Number:         41574
>Category:       port-vax
>Synopsis:       sha512 does not work on vax
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    port-vax-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 11 16:50:00 +0000 2009
>Originator:     Martin Husemann
>Release:        NetBSD 5.99.13
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD dead-to-the-world.duskware.de 5.99.13 NetBSD 5.99.13 (DEAD) #8: 
Mon Jun 8 01:36:19 CEST 2009 
martin%night-porter.duskware.de@localhost:/usr/src/sys/arch/vax/compile/DEAD vax
Architecture: vax
Machine: vax
>Description:

The openssl sha 512 test program does not work on vax:

> cd /usr/src/crypto/dist/openssl/crypto/sha
> cc -Wall -O0 -g -pipe -o t sha512t.c -lcrypto && ./t
Segmentation fault (core dumped)
> gdb ./t t.core
[..]
Program received signal SIGSEGV, Segmentation fault.
0x7f5ead80 in _SHA512_Transform (2134909184, 2134909392)
   from /usr/lib/libc.so.12
(gdb) x/i 0x7f5ead80
0x7f5ead80 <_SHA512_Transform+1418>:    addl2 (r0),r2
(gdb) info reg
r0             0xffffffd1       -47
r1             0x6      6
r2             0x0      0


>How-To-Repeat:
s/a

>Fix:
n/a



Home | Main Index | Thread Index | Old Index