NetBSD-Bugs archive

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

Re: port-amd64/42983: netbsd kernel has corrupted symbol table



> 9970432+5696576+707616read symbols: Input/output error
> boot: cd0a: netbsd: Input/output error

This is due to the "/* Check for concatenated .gz files: */"
block of code in cread.c around line 290.

> # readelf -e /mnt/netbsd                                                  
> readelf: Error: Unable to read in 0x6a14 bytes of section headers

it's a gzipped file:

$ file -sz /mnt/netbsd                                       
/mnt/netbsd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) (gzip 
compressed data, from Unix, max compression)


Home | Main Index | Thread Index | Old Index