Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2020 21:56:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@freebsd.org
Subject:   [Bug 244732] 2 tests failed after llvm10 import
Message-ID:  <bug-244732-32464-5807b4n0SJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244732-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244732-32464@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=3D244732

Enji Cooper <ngie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org,
                   |                            |ngie@FreeBSD.org

--- Comment #3 from Enji Cooper <ngie@FreeBSD.org> ---
I don't know how the symbols don't match, but they obviously don't in gdb:

$ gdb /usr/tests/lib/libproc/proc_test=20
GNU gdb (GDB) 9.1 [GDB v9.1 for FreeBSD]
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.htm=
l>
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 "x86_64-portbld-freebsd13.0".
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 proc_test...
Reading symbols from /usr/lib/debug//usr/tests/lib/libproc/proc_test.debug.=
..
(gdb) set args symbol_lookup
(gdb) b 143
(gdb) p *sym
$4 =3D {st_name =3D 3876, st_info =3D 18 '\022', st_other =3D 0 '\000', st_=
shndx =3D 11,
st_value =3D 34361885776, st_size =3D 6}
(gdb) p tsym
$5 =3D {st_name =3D 2377, st_info =3D 2 '\002', st_other =3D 2 '\002', st_s=
hndx =3D 11,
st_value =3D 34361879648, st_size =3D 8427}
(gdb) p symname
$6 =3D 0x2011d2 "r_debug_state"

CCing @markj, since this looks like it's broken.

--=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-244732-32464-5807b4n0SJ>