NetBSD-Bugs archive

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

Re: lib/56318: sshd fails to start on NetBSD/pmax 9.2 R3000 3MIN



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

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: lib/56318: sshd fails to start on NetBSD/pmax 9.2 R3000 3MIN
Date: Tue, 20 Jul 2021 00:34:17 +0900

 > # gdb /usr/bin/ssh-keygen ssh-keygen.core 
 > gdb: Undefined symbol "__clz_tab" (symnum = 3221)
 
 Ah, this was caused by an old gdb binary (comp.tgz was not updated).
 The updated gdb doesn't provide useful info though.
 ---
 
 # file /usr/bin/gdb
 /usr/bin/gdb: ELF 32-bit LSB executable, MIPS, MIPS-I version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 5.99.48, not stripped
 # tar -C / -zxpvf comp.tgz ./usr/bin/gdb
 x ./usr/bin/gdb
 # gdb /usr/bin/ssh-keygen ssh-keygen.core
 GNU gdb (GDB) 8.3
 Copyright (C) 2019 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 Type "show copying" and "show warranty" for details.
 This GDB was configured as "mipsel--netbsd".
 Type "show configuration" for configuration details.
 For bug reporting instructions, please see:
 <http://www.gnu.org/software/gdb/bugs/>.
 Find the GDB manual and other documentation resources online at:
     <http://www.gnu.org/software/gdb/documentation/>.
 
 For help, type "help".
 Type "apropos word" to search for commands related to "word"...
 Reading symbols from /usr/bin/ssh-keygen...
 (No debugging symbols found in /usr/bin/ssh-keygen)
 [New process 1]
 Core was generated by `ssh-keygen'.
 Program terminated with signal SIGABRT, Aborted.
 #0  0x7d798214 in ?? ()
 warning: ../../../../gdbscripts/bdump: No such file or directory
 warning: ../../../../gdbscripts/cpus: No such file or directory
 warning: ../../../../gdbscripts/kdump: No such file or directory
 warning: ../../../../gdbscripts/lwps: No such file or directory
 warning: ../../../../gdbscripts/msgbuf: No such file or directory
 warning: ../../../../gdbscripts/pgrpdump: No such file or directory
 warning: ../../../../gdbscripts/procs: No such file or directory
 warning: ../../../../gdbscripts/vchain: No such file or directory
 warning: ../../../../gdbscripts/vdump: No such file or directory
 (gdb) bt
 #0  0x7d798214 in ?? ()
 Backtrace stopped: previous frame identical to this frame (corrupt stack?)
 (gdb) 
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index