frostwire / frostwire-jlibtorrent

A swig Java interface for libtorrent by the makers of FrostWire. Develop libtorrent based apps with the joy of coding in Java.
http://www.frostwire.com
MIT License
444 stars 137 forks source link

Force recheck crashing for finished torrent #267

Closed pratik-pattanaik closed 2 years ago

pratik-pattanaik commented 2 years ago

Calling force recheck on a finished torrent crashes with the following error log in version 1.2.14.2. Wasn't happening in version 1.2.0.6.

A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xa8 in tid 22296 (AsyncTask #3)

gubatron commented 2 years ago

Thank you for the report. However, we need a much more detailed crashlog to see where this is happening.

New libtorrent update is going to be merged very soon and this might go away, plenty of fixes have been included in libtorrent.

pratik-pattanaik commented 2 years ago

Thanks for reverting back. I'm only getting this one line in the crashlog when running on an Android 11 arm64 device. I'll try tinkering with the build to get more native logs.

gubatron commented 2 years ago

please test with 1.2.15.1

pratik-pattanaik commented 2 years ago

Hi,

The latest release fixed the issue. Thanks !