Actions
Bug #1380
closedSIGSEGV in libcrystax.so - lrint
Start date:
04/29/2016
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
arm
Host OS:
Windows
Toolchain:
clang-3.7
Android version:
4.1 (android-16), 4.3 (android-18)
CrystaX NDK Version:
Description
I know this is similar with one previous report Bug #1369, however it is a different function lrint vs. lrintf.
I met this problem when I was trying to compile OpenCV, it compiles well but when library is loaded (from Java), in the initialization of some static variables, function lrint is called and program crashes. The tricky thing here is for OpenCV, this happens when the library is getting loaded rather than normal function call, leaving it hard to locate the actual problem.
Hope you can fix this bug soon, also hope this post will help whoever want to build OpenCV using Crystax (if any).
Updated by Dmitry M. over 8 years ago
- Subject changed from SIGSEGV in libsrystax.so - lrint to SIGSEGV in libcrystax.so - lrint
- Category set to libcrystax
- Assignee set to Dmitry M.
Updated by Dmitry M. over 8 years ago
- Has duplicate Bug #1369: SIGSEGV in libcrystax.so - lrintf added
Updated by Dmitry M. over 8 years ago
- Status changed from Open to Duplicate
- % Done changed from 0 to 100
This is actually the same bug as #1369 – i.e. crash is caused by call of fegetenv
– so close it as "duplicate".
Actions