illegal instruction on cv::ThresholdRunner::operator() (Bug #3386)
Description
(I reported this on issue #1559, but I don't know if it is the right place, so I'm opening a new issue.)
I got (gdb output):
Program received signal SIGILL, Illegal instruction.
0xb7b96cc3 in cv::ThresholdRunner::operator()(cv::Range const&) const () from /usr/lib/libopencv_imgproc.so.2.4
with:
OpenCV 2.4.5
Snowlinux 4 updated to Saucy Salamander
Intel Pentium M (Intel 915GM Chipset)
and now also with:
Xubuntu 13.10
I don't see in other machines I've tested:
Manjaro Linux (Intel Atom 330)
Linux Mint 15 (Intel Pentium T2330)
Fedora 19 (older Pentium M)
ARM boards
Related issues
related to Bug #1559: threshold functions gives illegal error | Cancelled |
History
Updated by Sergei Nosov over 11 years ago
- Category set to imgproc, video
- Assignee set to Alexander Smorkalov
Updated by Sergei Nosov over 11 years ago
Alexander, can we reproduce it on our side?
- Status changed from New to Open
- Affected version changed from 2.4.0 - 2.4.5 to branch '2.4' (2.4-dev)
Updated by Alexander Smorkalov over 11 years ago
It looks like the issue has been already fixed in 2.4. I cannot reproduce it again. I close the issue.
- Status changed from Open to Cancelled