You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I build and run your code on my MI5 (Qualcomm 820, Adreno 530) with eclipse. The process of build is ok but I get some errors as follows when code run
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 23010 (Thread-3)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Xiaomi/gemini/gemini:7.0/NRD90M/7.7.20:user/release-keys'
Revision: '0'
ABI: 'arm'
pid: 22941, tid: 23010, name: Thread-3 >>> com.white.imagesobelfilter <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
r0 00000001 r1 ce7e3180 r2 cd578f64 r3 00000000
r4 e8eb1f8c r5 e8eb2108 r6 e8eaf63c r7 00000000
r8 ea5f1d10 r9 00000100 sl 00000000 fp cd57911c
ip eb414948 sp cd578f28 lr e8ead10f pc 00000000 cpsr 200f0010
backtrace:
#00 pc 00000000 <unknown>
#01 pc 0000210d /data/app/com.white.imagesobelfilter-1/lib/arm/libSobelFilter.so (_Z9GPU_SobelP9_IplImageS0_+140)
#02 pc 0000258b /data/app/com.white.imagesobelfilter-1/lib/arm/libSobelFilter.so (Java_com_white_imagesobelfilter_nativeSobelFilter_sobelFilter+186)
#03 pc 000652cd /data/app/com.white.imagesobelfilter-1/oat/arm/base.odex (offset 0x65000)
the similar problem with you (MI5)
when I run to cllinkprogram func the process will be crashed
signal 11 (SIGSEGV), code 1 ,fault addr 0x8 in tid 22049 (pool-1-thread-2)
Hi, I build and run your code on my MI5 (Qualcomm 820, Adreno 530) with eclipse. The process of build is ok but I get some errors as follows when code run
The failed code is
Android-OpenCL-Sobel-Filter/ImageSobelFilter/jni/ImageSobelFilter.cpp
Line 218 in 8539b26
The text was updated successfully, but these errors were encountered: