NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/45863: vax does not boot -current
>Number: 45863
>Category: kern
>Synopsis: vax does not boot -current
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jan 20 20:45:00 +0000 2012
>Originator: Martin Husemann
>Release: NetBSD 5.99.60
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD 5.99.60 (DEAD) #45: Fri Jan 20 20:58:09 CET 2012
martin%night-porter.duskware.de@localhost:/usr/src/sys/arch/vax/compile/DEAD
Architecture: vax
Machine: vax
>Description:
Trying to boot a -current kernel dies with:
NetBSD 5.99.60 (DEAD) #45: Fri Jan 20 20:58:09 CET 2012
martin%night-porter.duskware.de@localhost:/usr/src/sys/arch/vax/compile/DEAD
MicroVAX 4000/90
total memory = 127 MB
avail memory = 122 MB
panic: Segv in kernel mode: pc 0x80085add addr 0xbb973bdc
addr2line says this is crypto/nist_ctr_drbg/nist_ctr_drbg.c:297
which is:
memcpy(&temp[0], &nist_cipher_df_encrypted_iv[j][0],
NIST_BLOCK_OUTLEN_BYTES);
and temp is pointing into buffer, which is
unsigned int buffer[NIST_BLOCK_SEEDLEN_INTS];
Is this a stack overflow?
>How-To-Repeat:
Just try to boot a -current vax kernel
>Fix:
n/a
Home |
Main Index |
Thread Index |
Old Index