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

display.create2D() needs to be called at the top-level. #14

Closed
rec opened this issue Oct 31, 2012 · 2 comments
Closed

display.create2D() needs to be called at the top-level. #14

rec opened this issue Oct 31, 2012 · 2 comments
Assignees
Labels

Comments

@rec
Copy link
Collaborator

rec commented Oct 31, 2012

Another day of debugging, another reproducible bug.

Please see this simple test case.

The code paths are exactly the same except that in one case, the display is created as a top-level variable, in the other case it's a class member variable - one that's immediately created, but not a top-level variable.

No idea how this bug could possibly be caused or how it could possibly be fixed.

@rec
Copy link
Collaborator Author

rec commented Oct 31, 2012

I refined the test case, and the issue.

In fact, the issue is display.create2D() needs to be called at the top-level - which of course forces the display to be created at the top level.

@ghost ghost assigned rec Dec 19, 2012
@rec
Copy link
Collaborator Author

rec commented Dec 19, 2012

Closed in favour of #13

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

1 participant