-
Notifications
You must be signed in to change notification settings - Fork 123
OpenBSD: testmod_mathcheck fails #653
Comments
@tom-wa Nr. 3, so its definitely not an |
@tom-wa should we exclude it for 0.8.16? (tag as experimental?) |
Also happened again on debian: http://community.markus-raab.org:8080/job/elektra-multiconfig-gcc-unstable/build_type=Debug,gcc_version=5,plugins=ALL/68/console There are also
which is a clear indiciation of the underlying issues. Did you try to run valgrind on gcc5 debug? |
yeah, please tag it as experimental, the plugin will get some rework anyway together with spec and conditionals for the next release (new syntax for relative and absolute keys + some cleanup and refactoring because it became quite messy after adding some of the newer features) |
just ran it with valgrind gcc5 and debug build, no issues or memleaks. can you try to reproduce some of the issues locally on your boxes ? |
I think openbsd is the easiest way to reproduce it. On debian unstable it is non-deterministic. |
It also happens on Fedora.
|
Thanks for reporting! |
Will be solved later with other improvements in mathcheck. |
As discussed, check if its works with compilation variants for other data types (float, int, unsigned int, maybe even fixed point). If it works, its a floating point related problem. |
mathcheck: fix #653 + many other things
The text was updated successfully, but these errors were encountered: