unit test failures (llvm/clang/scan-build/clang/clang++)
Maarten Hoes
hoes.maarten at gmail.com
Mon Nov 23 01:28:28 PST 2015
On Mon, Nov 23, 2015 at 10:12 AM, Maarten Hoes <hoes.maarten at gmail.com>
wrote:
>
> Thanks. Would this be helpful ?
>
>
> $ nm --dynamic
/home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 |
grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code
> U _ZNSt8ios_base7failureC2EPKcRKSt10error_code
> $ readelf -Ws
/home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 |
grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code
> 229: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND
_ZNSt8ios_base7failureC2EPKcRKSt10error_code
> 9105: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND
_ZNSt8ios_base7failureC2EPKcRKSt10error_code
>
Ah. That only tells you what you already knew, sorry :
$ nm --defined-only --dynamic
/home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 |
grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code
$
(no matches)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20151123/e528e08a/attachment.html>
More information about the LibreOffice
mailing list