-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.e: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
The fix:
// aiks_playground_inspector.cc
+ void AiksInspector::HackResetDueToTextureLeaks() {
+ last_picture_.reset();
+ }// aiks_playground.cc
+ void AiksPlayground::TearDown() {
+ inspector_.HackResetDueToTextureLeaks();
+ PlaygroundTest::TearDown();
+ }@jonahwilliams commentary:
I don't think this code is running in the right order. It might be torn down after we run shutdown of the context
because the dtors are running after shutdown
but shutdown is what tries to flush the fence waiter/resource manager
I want to fix this, but after some more pressing issues.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.e: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team