Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 May 2018 20:38:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 227552] w, uptime i386 coredump in libxo
Message-ID:  <bug-227552-227-r637GbE0rv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227552-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227552-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227552

--- Comment #22 from Phil Shafer <phil@freebsd.org> ---
I can confirm that the non-stripped libxo with "uptime" function correctly:

% ln -s /usr/obj/usr/src/usr.bin/w/w.full /tmp/uptime
% /tmp/uptime
Segmentation fault (core dumped)
% env LD_LIBRARY_PATH=3D/usr/obj/usr/src/lib/libxo/ ldd /tmp/uptime
/tmp/uptime:
        libkvm.so.7 =3D> /lib/libkvm.so.7 (0x28070000)
        libsbuf.so.6 =3D> /lib/libsbuf.so.6 (0x2807d000)
        libxo.so.0 =3D> /usr/obj/usr/src/lib/libxo//libxo.so.0 (0x28080000)
        libutil.so.9 =3D> /lib/libutil.so.9 (0x28099000)
        libc.so.7 =3D> /lib/libc.so.7 (0x280ab000)
        libelf.so.2 =3D> /lib/libelf.so.2 (0x2820a000)
% env LD_LIBRARY_PATH=3D/usr/obj/usr/src/lib/libxo/ /tmp/uptime
 4:37PM  up 4 days,  8:32, 3 users, load averages: 0.69, 0.65, 0.54

Thanks,
 Phil

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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