Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Java_com_apple_dnssd_AppleService_BlockForData native crash #68

Open
wangsuicheng opened this issue Apr 17, 2019 · 1 comment
Open

Java_com_apple_dnssd_AppleService_BlockForData native crash #68

wangsuicheng opened this issue Apr 17, 2019 · 1 comment

Comments

@wangsuicheng
Copy link

wangsuicheng commented Apr 17, 2019

using RxDnssdBindable(appContext)

in application oncreate:
dnssd.browse(config.getRegType(), config.getDomain())
                .compose(dnssd.resolve())
                .compose(dnssd.queryRecords())
                .subscribeOn(Schedulers.io())
                .observeOn(AndroidSchedulers.mainThread())

backtrace:
#00 pc 00005580 /data/app/xxxxxx-2/lib/arm/libjdns_sd.so (Java_com_github_druk_dnssd_AppleService_BlockForData+99)
#1 pc 000eb369 /system/lib/libart.so (art_quick_generic_jni_trampoline+40)
#2 pc 00033573 /dev/ashmem/dalvik-jit-code-cache (deleted) (offset 0x80000)

version:0.9.7

@andriydruk

@wangsuicheng
Copy link
Author

I upgrade to 0.9.13-versiton, it also happen native crash @andriydruk

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant