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

Router assertion often false, during object deletion (at least through GUI, perhaps also programmatically) #8

Open
skieffer opened this issue Dec 17, 2012 · 0 comments

Comments

@skieffer
Copy link

The assertion comes at the beginning of the Router::deleteShape(ShapeRef *shape) method:

void Router::deleteShape(ShapeRef *shape)
{
// There shouldn't be add events events for the same shape already
// in the action list.
// XXX: Possibly we could handle this by ordering them intelligently.
COLA_ASSERT(find(actionList.begin(), actionList.end(),
ActionInfo(ShapeAdd, shape)) == actionList.end());

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

No branches or pull requests

1 participant