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
==62032== Memcheck, a memory error detector
==62032== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==62032== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==62032== Command: ./codac_example
==62032==
[-3, -0.059999942779541]
[-3, -0.05999994277954101]
is_strict_subset: 1
==62032==
==62032== HEAP SUMMARY:
==62032== in use at exit: 0 bytes in 0 blocks
==62032== total heap usage: 4 allocs, 4 frees, 74,784 bytes allocated
==62032==
==62032== All heap blocks were freed -- no leaks are possible
==62032==
==62032== For lists of detected and suppressed errors, rerun with: -s
==62032== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Using valgrind, the interval x is contracted after the operation, that should not have any effect.
The bug appears using either GAOL or Filib.
This is probably due to some rouding modes operated by valgrind.
The text was updated successfully, but these errors were encountered:
Quite likely a Valgrind limitation. There are numerous issues with floating point in Valgrind (no Avx512 no x87 no FPE and there are rounding mode issues on some platforms).
Could you look at bugs.kde.org and see if any existing bugs correspond? And if not open a new one?
The debugger creates a bug...
The following code:
provides, without valgrind:
and with valgrind:
Using valgrind, the interval
x
is contracted after the operation, that should not have any effect.The bug appears using either GAOL or Filib.
This is probably due to some rouding modes operated by valgrind.
The text was updated successfully, but these errors were encountered: