You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 4d38b74, the test suite fails if GAP is built with memory-checking enabled:
testing: /var/lib/portage/tmp/portage/dev-gap/io-4.8.2-r1/temp/pkg/io-4.8.2/ts\
t/sendstringbackground.tst
########> Diff in /var/lib/portage/tmp/portage/dev-gap/io-4.8.2-r1/temp/p\
kg/io-4.8.2/tst/sendstringbackground.tst:2
# Input is:
IsBound(HPCGAP) or ForAll([1..1000], x -> IO_SendStringBackground(f, "cheese")\
);
# Expected output:
true
# But found:
Error, List Element: <list> must be a list (not an object map)
########
-1573 ms (0 ms GC) and 19.4KB allocated for sendstringbackground.tst
testing: /var/lib/portage/tmp/portage/dev-gap/io-4.8.2-r1/temp/pkg/io-4.8.2/ts\
t/testgap.tst
Panic in src/gasman.c:2077: incorrectly marked DEAD bag
/var/lib/portage/tmp/portage/dev-gap/io-4.8.2-r1/temp/environment: line 1199: 25 Segmentation fault ${gapcmd}
I noticed this while testing 4.13.0-alpha1 but it looks like it happens in 4.12.2 as well.
The text was updated successfully, but these errors were encountered:
I don't see how 4d38b74 could be causing this. That commit fixed another issue, but the error you quote involves an object map. So I am pretty sure this is a red herring.
This rather looks as if somewhere a CHANGED_BAG call is missing...
You're probably right. I know for sure that I tested 4.12.2 (w/ memory checking) with vanilla io-4.8.2, but it was probably before I realized that gap ... | tee needs -o pipefail to catch the failing tests.
After 4d38b74, the test suite fails if GAP is built with memory-checking enabled:
I noticed this while testing 4.13.0-alpha1 but it looks like it happens in 4.12.2 as well.
The text was updated successfully, but these errors were encountered: