Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmarks that use the HeadlessFrontend / Map are hanging #1808

Open
louwers opened this issue Oct 26, 2023 · 2 comments
Open

Benchmarks that use the HeadlessFrontend / Map are hanging #1808

louwers opened this issue Oct 26, 2023 · 2 comments
Labels

Comments

@louwers
Copy link
Collaborator

louwers commented Oct 26, 2023

The benchmarks in benchmark/api/query.benchmark.cpp and benchmark/api/render.benchmark.cpp are hanging in this loop:

while (!result.image.valid() && !error) {
util::RunLoop::Get()->runOnce();
}

I'm enabling the other benchmarks and plan to look into this issue.

@louwers louwers added build Related to build, configuration or CI/CD cpp-core and removed build Related to build, configuration or CI/CD labels Oct 26, 2023
@ntadej
Copy link
Collaborator

ntadej commented Oct 26, 2023

Which platform?

Note that in this specific case I suspect that the image never gets valid. Can you confirm that?

@louwers
Copy link
Collaborator Author

louwers commented Oct 26, 2023

@ntadej I tried both Android and Linux. Possibly the sprites are never loaded.

Yes the image never gets valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants