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

High frequency generation of IPLProcessMessage instances causes a crash #17

Closed
mfrischknecht opened this issue Mar 25, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@mfrischknecht
Copy link
Contributor

Steps to reproduce:

  • Add a high-frequency element "Load Sequence" or "Capture Camera"
  • Connect it to "Binarize Otsu"
  • Enable preview and let it run for a while
  • The application crashes somewhere around IPLProcess.cpp:277 (addMessage or resetMessages) with a Segfault within a vector re-allocation.
  • The higher the frequency of the source is, the faster the error seems to occur.
@mfrischknecht mfrischknecht added this to the 6.1.0-beta.1 milestone Mar 25, 2015
@mfrischknecht
Copy link
Contributor Author

"Binarize Unimodal" and "Binarize Entropy" show the same effect, whereas for "Binarize k-Means" it doesn't seem to occur.

@l00mi l00mi modified the milestones: 6.0.0-beta.2, 6.1.0-beta.1 Mar 26, 2015
@schmk2 schmk2 modified the milestones: 6.0.0-beta.2, 6.1.0-beta.1 Mar 26, 2015
@schmk2
Copy link

schmk2 commented Apr 2, 2015

Fixed by 0c7e804

@schmk2 schmk2 closed this as completed Apr 2, 2015
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

3 participants