liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.71k forks source link

Reproducible segfault with cct_swt_detect_words #192

Closed Yoric closed 7 years ago

Yoric commented 7 years ago

STR:

  1. Build libccv with libjpeg support.
  2. Build swtdetect.
  3. Run on the following sample: incredients

Results: Segfault.

Observed on MacsOS 10.11.6, running clang. clang -v produces Apple LLVM version 8.0.0 (clang-800.0.38).

liuliu commented 7 years ago

Thanks. Very helpful. Will do a diagnostic run later today.

Yoric commented 7 years ago

Oh, false alert. This build didn't have libjpeg support and I was trying to load a jpeg image.

Apologies for the noise.