We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After building GAP with --enable-debug, the EDIM test suite (from git master) fails for me:
--enable-debug
EDIM $ ln -s ../ pkg EDIM $ gap -A -R --nointeract --roots $(pwd)/\; -c 'ForceQuitGap(TestPackage("edim"));' ┌───────┐ GAP 4.12.2 of 2022-12-18 │ GAP │ https://www.gap-system.org └───────┘ Architecture: amd64 Configuration: gmp 6.3.0, GASMAN, readline, KernelDebug Loading the library and packages ... Packages: GAPDoc 1.6.6, PrimGrp 3.4.4, SmallGrp 1.5.3, TransGrp 3.6.4 Try '??help' for help. See also '?copyright', '?cite' and '?authors' ───────────────────────────────────────────────────────────────────────────── Loading EDIM 1.3.7 (Elementary Divisors of Integer Matrices) by Frank Lübeck (https://www.math.rwth-aachen.de/~Frank.Luebeck). Homepage: https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM ───────────────────────────────────────────────────────────────────────────── # line 13 of 106 (12%)gap: src/plist.h:200: ELM_PLIST: Assertion `IS_PLIST_OR_POSOBJ(list)' failed. Abort /usr/lib64/libgap.so.8(+0x7e270)[0x7f79a787e270] /lib64/libc.so.6(+0x39bb0)[0x7f79a872abb0] /lib64/libc.so.6(+0x886e4)[0x7f79a87796e4] /lib64/libc.so.6(raise+0x12)[0x7f79a872aaf2] /lib64/libc.so.6(abort+0xd3)[0x7f79a871322f] /lib64/libc.so.6(+0x22157)[0x7f79a8713157] /lib64/libc.so.6(+0x32462)[0x7f79a8723462] /usr/lib64/libgap.so.8(ELM_PLIST+0x67)[0x7f79a7884a47] /usr/lib64/libgap.so.8(DoFilter+0x41)[0x7f79a7903de1] /usr/lib64/libgap.so.8(+0xee133)[0x7f79a78ee133] /usr/lib64/libgap.so.8(PrecheckRetypeBag+0x4e)[0x7f79a7843d8e] /home/mjo/src/EDIM/pkg/EDIM/bin/amd64/ediv.so(FuncElementaryDivisorsPPartRkExpSmall+0xaed)[0x7f79a88affad] /usr/lib64/libgap.so.8(+0x9f66a)[0x7f79a789f66a] /usr/lib64/libgap.so.8(+0x15bb3e)[0x7f79a795bb3e] /usr/lib64/libgap.so.8(+0x15b889)[0x7f79a795b889] /usr/lib64/libgap.so.8(EXEC_CURR_FUNC+0x2d)[0x7f79a795db6d] /usr/lib64/libgap.so.8(+0xa049b)[0x7f79a78a049b] /usr/lib64/libgap.so.8(+0xa0714)[0x7f79a78a0714] /usr/lib64/libgap.so.8(+0x9f68f)[0x7f79a789f68f] /usr/lib64/libgap.so.8(+0x18be27)[0x7f79a798be27] /usr/lib64/libgap.so.8(+0x15cee5)[0x7f79a795cee5] /usr/lib64/libgap.so.8(+0x15b8e9)[0x7f79a795b8e9] /usr/lib64/libgap.so.8(+0x15b889)[0x7f79a795b889] /usr/lib64/libgap.so.8(EXEC_CURR_FUNC+0x2d)[0x7f79a795db6d] /usr/lib64/libgap.so.8(+0xa049b)[0x7f79a78a049b] /usr/lib64/libgap.so.8(+0xa0825)[0x7f79a78a0825] /usr/lib64/libgap.so.8(IntrFuncCallEnd+0x4fe)[0x7f79a78b663e] /usr/lib64/libgap.so.8(+0x142b7b)[0x7f79a7942b7b] /usr/lib64/libgap.so.8(+0x144ca5)[0x7f79a7944ca5] /usr/lib64/libgap.so.8(+0x145258)[0x7f79a7945258] /usr/lib64/libgap.so.8(+0x1454d9)[0x7f79a79454d9] /usr/lib64/libgap.so.8(+0x145899)[0x7f79a7945899]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After building GAP with
--enable-debug
, the EDIM test suite (from git master) fails for me:The text was updated successfully, but these errors were encountered: