There are three new files.
- package_list.fedora37-assert.json
This lists most of the packages which assert when doing the self compare.
Some of these asserts are caused by the language not being supported by
libabigail. While I do not think that this should cause an assert, it is
a known issue which is not a priority right now. I have collected those into
another file.
package_list.fedora37-assert-lang.json
This contains the packages whose assert is caused by being an unsupported
language.
package_list.fedora37-wrongly.json
This is most of the packages which compare wrongly to themselves. The omissions
to this list are cases where fedabipkgdiff exited with another error or the
runtime for the package comparison exceeded the time that I allotted it.
There are three new files.
- package_list.fedora37-assert.json
This lists most of the packages which assert when doing the self compare.
Some of these asserts are caused by the language not being supported by
libabigail. While I do not think that this should cause an assert, it is
a known issue which is not a priority right now. I have collected those into
another file.
This contains the packages whose assert is caused by being an unsupported
language.
Overall the asserts boil down to:
1 abipkgdiff: ../../../libabigail/src/abg-dwarf-reader.cc:5746:
https://sourceware.org/bugzilla/show_bug.cgi?id=29977
1 abipkgdiff: ../../../libabigail/src/abg-reader.cc:1520:
https://sourceware.org/bugzilla/show_bug.cgi?id=29345
2 abipkgdiff: ../../../libabigail/src/abg-corpus.cc:624:
https://sourceware.org/bugzilla/show_bug.cgi?id=29687
4 abipkgdiff: ../../../libabigail/src/abg-elf-helpers.cc:1527:
https://sourceware.org/bugzilla/show_bug.cgi?id=29339
5 abipkgdiff: ../../../libabigail/src/abg-comparison.cc:4520:
https://sourceware.org/bugzilla/show_bug.cgi?id=29686
5 abipkgdiff: ../../../libabigail/tools/abipkgdiff.cc:1626:
https://sourceware.org/bugzilla/show_bug.cgi?id=29970
15 abipkgdiff: ../../../libabigail/src/abg-ir.cc:8540:
https://sourceware.org/bugzilla/show_bug.cgi?id=29340
40 abipkgdiff: ../../../libabigail/src/abg-ir.cc:17229:
https://sourceware.org/bugzilla/show_bug.cgi?id=29333
147 abipkgdiff: ../../../libabigail/src/abg-reader.cc:3249:
https://sourceware.org/bugzilla/show_bug.cgi?id=29610
171 abipkgdiff: ../../../libabigail/tools/abipkgdiff.cc:1651:
https://sourceware.org/bugzilla/show_bug.cgi?id=29911
This is most of the packages which compare wrongly to themselves. The omissions
to this list are cases where fedabipkgdiff exited with another error or the
runtime for the package comparison exceeded the time that I allotted it.
Signed-off-by: Ben Woodard woodard@redhat.com