Date: Wed, 30 Jun 2021 17:22:22 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 256909] libucl upgrade in a0409676120c1e558d0ade943019934e0f15118d breaks ABI Message-ID: <bug-256909-227-zvuyp4vZuG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256909-227@https.bugs.freebsd.org/bugzilla/> References: <bug-256909-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=3D256909 --- Comment #1 from Michael Osipov <michael.osipov@siemens.com> --- On 12.2-RELEASE: > root@hotzenplotz:~/gitup-main # uname -a > FreeBSD hotzenplotz.ad001.siemens.net 12.2-RELEASE FreeBSD 12.2-RELEASE r= 366954 GENERIC amd64 > # readelf -a /usr/local/sbin/gitup | grep ucl_object_iterate > 0000002129d0 005700000007 R_X86_64_JUMP_SLOT 0000000000000000 ucl_object= _iterate + 0 > 87: 0000000000000000 0 FUNC GLOBAL DEFAULT UND ucl_object_ite= rate > # readelf -a /usr/lib/libprivateucl.so | grep ucl_object_iterate > 000000023638 003b00000007 R_X86_64_JUMP_SLOT 000000000000f100 ucl_object= _iterate + 0 > 0000000237d8 005300000007 R_X86_64_JUMP_SLOT 0000000000011100 ucl_object= _iterate_full + 0 > 59: 000000000000f100 134 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate > 83: 0000000000011100 343 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_full > 105: 0000000000011260 112 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_free > 130: 00000000000110f0 13 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_safe > 161: 0000000000011070 122 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_reset > 166: 0000000000011030 49 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_new On 12-STABLE: > root@deblndw013x:~ > # uname -a > FreeBSD deblndw013x.ad001.siemens.net 12.2-STABLE FreeBSD 12.2-STABLE GEN= ERIC amd64 > root@deblndw013x:~ > # readelf -a /usr/local/sbin/gitup | grep ucl_object_iterate > 000000211b28 005500000007 R_X86_64_JUMP_SLOT 0000000000000000 ucl_object= _iterate_with_error + 0 > 85: 0000000000000000 0 FUNC GLOBAL DEFAULT UND ucl_object_ite= rate_with_error > root@deblndw013x:~ > # readelf -a /usr/lib/libprivateucl.so | grep ucl_object_iterate > 000000026338 00b400000007 R_X86_64_JUMP_SLOT 0000000000010260 ucl_object= _iterate_with_error + 0 > 000000026418 005b00000007 R_X86_64_JUMP_SLOT 0000000000012800 ucl_object= _iterate_new + 0 > 000000026420 00e200000007 R_X86_64_JUMP_SLOT 0000000000012930 ucl_object= _iterate_safe + 0 > 000000026428 004100000007 R_X86_64_JUMP_SLOT 0000000000012ab0 ucl_object= _iterate_free + 0 > 0000000264e8 009500000007 R_X86_64_JUMP_SLOT 0000000000012940 ucl_object= _iterate_full + 0 > 65: 0000000000012ab0 118 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_free > 91: 0000000000012800 50 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_new > 149: 0000000000012940 366 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_full > 180: 0000000000010260 134 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_with_error > 205: 00000000000128a0 135 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_reset > 226: 0000000000012930 13 FUNC GLOBAL DEFAULT 12 ucl_object_ite= rate_safe --=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-256909-227-zvuyp4vZuG>