Closed Bug 1735539 Opened 3 years ago Closed 3 years ago

[Linux\EGL] Don't report mem leaks from libEGL_mesa.so

Categories

(Core :: Graphics: WebRender, task)

task

Tracking

()

RESOLVED FIXED
95 Branch
Tracking Status
firefox95 --- fixed

People

(Reporter: stransky, Assigned: stransky)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

We already ignore leaks from libGL.so and when we're moving to EGL we need to also add libEGL_mesa.so there. The leaks are:

https://treeherder.mozilla.org/logviewer?job_id=354360291&repo=try&lineNumber=2515

[task 2021-10-11T11:44:43.989Z] 11:44:43     INFO - GECKO(1554) | Direct leak of 440 byte(s) in 1 object(s) allocated from:
[task 2021-10-11T11:44:43.990Z] 11:44:43     INFO - GECKO(1554) |     #0 0x55e291bd05e2 in calloc /builds/worker/fetches/llvm-project/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:154:3
[task 2021-10-11T11:44:43.990Z] 11:44:43     INFO - GECKO(1554) |     #1 0x7f8506cb0c06 in _init (/usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0+0x1fc06)
[task 2021-10-11T11:44:43.991Z] 11:44:43     INFO - GECKO(1554) | Direct leak of 32 byte(s) in 1 object(s) allocated from:
[task 2021-10-11T11:44:43.991Z] 11:44:43     INFO - GECKO(1554) |     #0 0x55e291bd05e2 in calloc /builds/worker/fetches/llvm-project/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:154:3
[task 2021-10-11T11:44:43.991Z] 11:44:43     INFO - GECKO(1554) |     #1 0x7f8506ca3137 in _init (/usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0+0x12137)
[task 2021-10-11T11:44:43.992Z] 11:44:43     INFO - GECKO(1554) | Indirect leak of 3648 byte(s) in 19 object(s) allocated from:
[task 2021-10-11T11:44:43.992Z] 11:44:43     INFO - GECKO(1554) |     #0 0x55e291bd05e2 in calloc /builds/worker/fetches/llvm-project/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:154:3
[task 2021-10-11T11:44:43.993Z] 11:44:43     INFO - GECKO(1554) |     #1 0x7f8506cacab8 in _init (/usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0+0x1bab8)
[task 2021-10-11T11:44:43.993Z] 11:44:43     INFO - GECKO(1554) | Indirect leak of 256 byte(s) in 1 object(s) allocated from:
[task 2021-10-11T11:44:43.993Z] 11:44:43     INFO - GECKO(1554) |     #0 0x55e291bd0789 in realloc /builds/worker/fetches/llvm-project/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:164:3
[task 2021-10-11T11:44:43.994Z] 11:44:43     INFO - GECKO(1554) |     #1 0x7f8506ca30dd in _init (/usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0+0x120dd)
[task 2021-10-11T11:44:43.994Z] 11:44:43     INFO - GECKO(1554) | Indirect leak of 7 byte(s) in 1 object(s) allocated from:
[task 2021-10-11T11:44:43.995Z] 11:44:43     INFO - GECKO(1554) |     #0 0x55e291bbc154 in strdup /builds/worker/fetches/llvm-project/llvm/projects/compiler-rt/lib/asan/asan_interceptors.cpp:437:3
[task 2021-10-11T11:44:43.996Z] 11:44:43     INFO - GECKO(1554) |     #1 0x7f8506cb0c88 in _init (/usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0+0x1fc88)
Blocks: linux-egl
No longer blocks: wr-linux-egl-nightly
Pushed by stransky@redhat.com: https://hg.mozilla.org/integration/autoland/rev/07407cce101f [Linux\EGL] Don't report mem leaks from libEGL_mesa.so r=decoder
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: