leovandriel / cvplot

Graph plots, drawing, layout and windows in OpenCV
MIT License
122 stars 26 forks source link

hang in release mode for all-zero input in VC++ 2017 #8

Closed neerajkanhere closed 2 years ago

neerajkanhere commented 5 years ago

In VC++ 2017, following line leads to hang-up/infinite loop in release build. Debug build works fine.

cvplot::figure("roi").series("residue").setValue({0, 0, 0, 0, 0, 0, 0, 0, 0});

leovandriel commented 2 years ago

Let me know if this issue still persists.