BabylonJS / BabylonJS/BabylonNative
Leaks reported with xvfb
Open
- Dominant language
- C++
- Stars
- 919
- Forks
- 162
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 19
Description
When running Visualization tests locally or on the CI with xvfb, memory leaks are reported by asan.
Same with wayland.
2 Callstacks are reported:
- 1 when creating the bgfx renderer. Callstack is detailed enough so it's easy to add it to suppress list
- 1 without module infos. I got no luck trying to extract infos (using gdb) and I could not add it to suppress list. Maybe it's possible but I didn't find a way.
Until it's possible to discard xvfb leaks I've commented the corresponding steps in the CI pipelines.
Contributor guide
Assessment
This issue has not been assessed yet.