Summary: | [radeonsi] fs leak in get_radeon_bo() | ||
---|---|---|---|
Product: | Mesa | Reporter: | Shawn Starr <shawn.starr> |
Component: | Drivers/Gallium/radeonsi | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED INVALID | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | normal | ||
Priority: | medium | CC: | ikalvachev |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Crash of apitrace due to fd leakage
Valgrind output More detailed valgrind trace Valgrind trace of memory leaks in Mesa3D when compiling same shader over and over. R600 Redwood variant. Valgrind output with ulimit capped at 1GB (Virtual) |
Description
Shawn Starr
2015-09-11 19:03:48 UTC
Created attachment 118218 [details]
Crash of apitrace due to fd leakage
This could also be a bug in apitrace, couldn't it? Can you try running it in valgrind --leak-check=full to see if that shows anything interesting? Created attachment 118251 [details]
Valgrind output
Created attachment 118252 [details]
More detailed valgrind trace
Created attachment 118258 [details]
Valgrind trace of memory leaks in Mesa3D when compiling same shader over and over. R600 Redwood variant.
You need to run valgrind with `--trace-children` to check something else than apitrace itself. :)
I'm attaching log created with the following command:
`valgrind --log-file=mesa.memleak.r600.valgrind.txt --trace-children=yes --leak-check=full --undef-value-errors=no --partial-loads-ok=yes --freelist-vol=200000000 apitrace replay --loop -b bl2469.trace`
I didn't let it die from memory exhaustion, I pressed ESC and exited normally, so the leaks in this log are definitely lost.
Created attachment 118270 [details]
Valgrind output with ulimit capped at 1GB (Virtual)
This is stdout output only
does it happen with the original untrimmed trace? this seems like an apitrace bug not a mesa bug. I defer to Dave on this one, there's been so much changes recently this bug is probably obsolete anyway. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.