| Summary: | double free for r600 context | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Radu Benea <radub82> |
| Component: | Drivers/DRI/R100 | Assignee: | Default DRI bug account <dri-devel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | git | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: |
valgrind log file for double context free in r600 (RV730XT)
the sources for the qt demo Protect agains double free patch |
||
Created attachment 28036 [details]
the sources for the qt demo
Created attachment 28037 [details] [review] Protect agains double free patch This work around protects against double free but I don't think it is correct fix to the bug. Is this still an issue with current mesa git? Mass version move, cvs -> git this no longer happens with current git master if this has been properly fixed (not with the patch in here) please close the bug |
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.
Created attachment 28035 [details] valgrind log file for double context free in r600 (RV730XT) I ran qt4/examples/opengl/textures/textures (demo present in Qt4 - my version is 4.5.2) which uses 6 gl windows and upon closing the application I got a double-free exception. What's more interesting about it is that the window has 6 context but the first 2 work correctly, but if you use any of the other 4 the application will do a double free.