-
Notifications
You must be signed in to change notification settings - Fork 804
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
iterator_demo throws exception #66
Comments
The demo runs through several iterators and should terminate after the last iterator. You should see something like this
How long does the demo run for you? Can you run GDB on it? |
Hi, sorry for the late reply. So to the problem: Yes, I've tried running GDB on it, and the demo stops during the polygon iterator demo, at IteratorsDemo.cpp#L195 |
I am embarassed to say that the issue should not have been reported. I was working on an old fork of this project, and I guess that's the cause of error. |
Don't worry, thanks for the update. |
When running the iterator demo, the program terminates after a while with the following message:
The text was updated successfully, but these errors were encountered: