Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659180 - qtdeclarative texture-memleak patch required in 5.9.6
Summary: qtdeclarative texture-memleak patch required in 5.9.6
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-25 20:08 UTC by rick vernam
Modified: 2018-06-25 20:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rick vernam 2018-06-25 20:08:59 UTC
Referencing Qt patch: https://codereview.qt-project.org/#/c/224684/

Gentoo has this patch applied to the 5.9.5 branch, but it also is required against 5.9.6.

Review qsgrenderloop.cpp from Qt 5.9.6 on Qt's git here: http://code.qt.io/cgit/qt/qtdeclarative.git/tree/src/quick/scenegraph/qsgrenderloop.cpp?h=v5.9.6

In functions QSGGuiThreadRenderLoop::hide (lines 304 - 308) and QSGGuiThreadRenderLoop::maybeUpdate (lines 495-502) we see the unpatched code.
Comment 1 rick vernam 2018-06-25 20:12:14 UTC
Okay, I just noticed the ebuild for 5.9.6 references the existing patch file.
Sorry for the noise.