Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2023 07:59:56 +0000
From:      Gary Jennejohn <garyj@gmx.de>
To:        current@freebsd.org
Subject:   ifconfig dumps core and gdb uses an undefined symbol
Message-ID:  <20230614095956.26234554@ernst.home>

index | next in thread | raw e-mail

So, now I have a new problem with current.

I just now updated my current sources and ran buildworld and buildkernel,
since Gleb fixed the WITHOUT_PF problem.

After installing the new world and kernel I see that ifconfig is dumping
a core, apparently when it tries to show lo0, since re0 is correctly
shown:

ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 4088 options=82098<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
        ether redacted
        inet 192.168.178.XXX netmask 0xffffff00 broadcast 192.168.178.255
Segmentation fault (core dumped)

Unfortunately, I see this error message when I try to look at the core
file with gdb:

gdb /sbin/ifconfig ifconfig.core
ld-elf.so.1: Undefined symbol "rl_eof_found" referenced from COPY
relocation in /usr/local/bin/gdb

pkg claims that my packages are all up to date.

Not exactly a fatal error, but still rather surprising.

--
Gary Jennejohn


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20230614095956.26234554>