NetBSD-Bugs archive

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

Re: bin/53532: ftp(1) dumps core while trying to download via HTTP with the auto-fetch feature



The following reply was made to PR bin/53532; it has been noted by GNATS.

From: "David H. Gutteridge" <david%gutteridge.ca@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/53532: ftp(1) dumps core while trying to download via HTTP
 with the auto-fetch feature
Date: Thu, 16 Aug 2018 22:20:58 -0400

 Somehow I managed to get gdb to give me a little more information on
 another attempt:
 
 (gdb) bt full
 #0  0xb9a09d50 in gcm_ghash_4bit_mmx () from /usr/lib/libcrypto.so.12
 No symbol table info available.
 #1  0x00000000 in ?? ()
 No symbol table info available.
 
 I see there's a reference to MMX. The machine in question is a rather
 old beast I dragged out to see if it still worked:
 
 cpu0: highest basic info 00000002
 cpu0: Intel Celeron (Covington) (686-class), 348.96 MHz
 cpu0: family 0x6 model 0x5 stepping 0x1 (id 0x651)
 cpu0: features
 0x183fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE>
 cpu0: features 0x183fbff<MCA,CMOV,PAT,PSE36,MMX,FXSR>
 cpu0: I-cache 16KB 32B/line 4-way, D-cache 16KB 32B/line 4-way
 cpu0: L2 cache 512KB 32B/line 4-way
 cpu0: ITLB 32 4KB entries 4-way, 2 4MB entries fully associative
 cpu0: DTLB 64 4KB entries 4-way, 8 4MB entries 4-way
 cpu0: Initial APIC ID 0
 cpu0: Cluster/Package ID 0
 cpu0: microcode version 0x40, platform ID 0
 
 Dave
 
 



Home | Main Index | Thread Index | Old Index