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

get_transitions() ======//maybe it is a crash #20

Open
405092901 opened this issue Jun 2, 2022 · 0 comments
Open

get_transitions() ======//maybe it is a crash #20

405092901 opened this issue Jun 2, 2022 · 0 comments

Comments

@405092901
Copy link

transition_collection get_transitions() const {
transition_collection result;
for (auto it = d_success.cbegin(); it != d_success.cend(); ++it) {
result.push_back(it->first); //maybe it is a crash
}
return transition_collection(result);
}

code:result.push_back(it->first);

i found it sometimes crash

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