|
From: | Frederik Seiffert |
Subject: | Re: Crash in ___lldb_unnamed_symbol / cannot locate symbol "__start___objc_selectors" on Android |
Date: | Tue, 2 Jul 2019 10:29:32 +0200 |
Hi David,
Thanks for the pointer, that was it – adding -fuse-ld=gold to the linker flags the projects work fine now with the new NDK/Clang. Interestingly using LLD gave me a different segmentation fault: somehow class->dtable was NULL in objc_msg_lookup_internal(), causing a NULL-pointer dereference in SparseArrayLookup(). Any idea what could be going on here? Note that LLD is only "available for testing" in the NDK
Thanks, Frederik |
[Prev in Thread] | Current Thread | [Next in Thread] |