graph-prototype icon indicating copy to clipboard operation
graph-prototype copied to clipboard

Check if it is possible to fix test fails with `fsanitize=address` flag ON for emscriptem.

Open drslebedev opened this issue 1 year ago • 0 comments

In the PR https://github.com/fair-acc/graph-prototype/pull/175 the fsanitize=address flag was switched off for emscripten because it resulted in several test fails. Test fails can be seen in this PR https://github.com/fair-acc/graph-prototype/pull/173.

Check if it is possible to fix it without switching off the flag. Additional links related to the problem:

  • https://github.com/emscripten-core/emscripten/issues/19346#issuecomment-1674974459

drslebedev avatar Sep 30 '23 20:09 drslebedev