kaloyan-raev / hello-storj

Demo app for integrating the libstorj native library in Android
GNU General Public License v3.0
5 stars 3 forks source link

Error on upload #29

Closed dri94 closed 6 years ago

dri94 commented 6 years ago

I am getting this error when trying to upload a jpg file. This is directly using the sample app here

09-29 08:49:49.664 9471-9733/name.raev.kaloyan.hellostorj.debug A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 9733 (Thread-7) 09-29 08:49:49.708 9757-9757/? A/DEBUG: pid: 9471, tid: 9733, name: Thread-7 >>> name.raev.kaloyan.hellostorj.debug <<< 09-29 08:49:49.709 9757-9757/? A/DEBUG: #00 pc 00075c38 /data/app/name.raev.kaloyan.hellostorj.debug-U_qNbuYEo4Rl6uEZWS5h0Q==/lib/arm/libnative-lib.so 09-29 08:49:49.709 9757-9757/? A/DEBUG: #01 pc 001e11c4 /data/app/name.raev.kaloyan.hellostorj.debug-U_qNbuYEo4Rl6uEZWS5h0Q==/lib/arm/libnative-lib.so

kaloyan-raev commented 6 years ago

Thanks for reporting!

It seems to be a regression compared to the latest official release (0.6.1). I will fix it ASAP.