[Bug 244732] 2 tests failed after llvm10 import
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 12 21:56:55 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244732
Enji Cooper <ngie at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markj at FreeBSD.org,
| |ngie at FreeBSD.org
--- Comment #3 from Enji Cooper <ngie at 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
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.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 "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 = {st_name = 3876, st_info = 18 '\022', st_other = 0 '\000', st_shndx = 11,
st_value = 34361885776, st_size = 6}
(gdb) p tsym
$5 = {st_name = 2377, st_info = 2 '\002', st_other = 2 '\002', st_shndx = 11,
st_value = 34361879648, st_size = 8427}
(gdb) p symname
$6 = 0x2011d2 "r_debug_state"
CCing @markj, since this looks like it's broken.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-testing
mailing list