[Bug 256909] libucl upgrade in a0409676120c1e558d0ade943019934e0f15118d breaks ABI

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Jun 2021 17:22:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256909

--- 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 r366954 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_iterate
> # 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_iterate
>     83: 0000000000011100   343 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_full
>    105: 0000000000011260   112 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_free
>    130: 00000000000110f0    13 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_safe
>    161: 0000000000011070   122 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_reset
>    166: 0000000000011030    49 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_new

On 12-STABLE:
> root@deblndw013x:~
> # uname -a
> FreeBSD deblndw013x.ad001.siemens.net 12.2-STABLE FreeBSD 12.2-STABLE GENERIC  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_iterate_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_iterate_free
>     91: 0000000000012800    50 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_new
>    149: 0000000000012940   366 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_full
>    180: 0000000000010260   134 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_with_error
>    205: 00000000000128a0   135 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_reset
>    226: 0000000000012930    13 FUNC    GLOBAL DEFAULT   12 ucl_object_iterate_safe

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