Eduardo López
Eduardo López
Maybe related to https://github.com/realm/realm-java/issues/7250.
Hi @Kolyall. The trace you provide us is incomplete. Could you paste the entire stacktrace of the native crash? It is necessary for us to have access to the full...
@thuannv the stacktrace you provided is incomplete so we cannot determine whether it is the same type of crash as the one reported in this issue. In any case, I...
Hi @andriy-svirskyy we cannot assess what is going on with the information you provide us. Do you see a pattern on the crashes? What is the frequency of said crashes?...
Hi @Ndrocchietto. We are sad to see you decided to migrate to Room. We have one question though. Does your enable multiprocessing? If so, encryption cannot be used in conjunction...
@svyd there isn't much we can do with the information you provide us as calling `Realm.getDefaultInstance()` alone doesn't give us much information. Make sure you have a reproduction case where...
There you go @jedelbo ``` ********** Crash dump: ********** #00 0x0000000000000000 #00 0x00000000003821a8 /data/app/com.foo.bar.lib-4eyxSi46qB71tft6e5P-pw==/split_config.arm64_v8a.apk!lib/arm64-v8a/librealm-jni.so (offset 0x17d2000) std::__ndk1::allocator::allocate(unsigned long) /opt/android-sdk-linux/ndk/22.0.7026061/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1/memory:0:13 #00 0x000000000043a230 /data/app/com.foo.bar.lib-4eyxSi46qB71tft6e5P-pw==/split_config.arm64_v8a.apk!lib/arm64-v8a/librealm-jni.so (offset 0x17d2000) realm::Node::Node(realm::Allocator&) /tmp/realm-java/realm/realm-library/src/main/cpp/realm-core/src/realm/node.hpp:107:11 realm::Array::Array(realm::Allocator&) /tmp/realm-java/realm/realm-library/src/main/cpp/realm-core/src/realm/array.hpp:174:11 realm::ArrayTimestamp::ArrayTimestamp(realm::Allocator&) /tmp/realm-java/realm/realm-library/src/main/cpp/realm-core/src/realm/array_timestamp.cpp:24:7...
Hello @adhiamboperes. Just out of curiosity: you mention you started seeing this crash after migrating to 10.3.1. Which version did you migrate from? And to be 100% sure, you were...
@ivanasitumorang could you share a sample project with us? It would help us finding the problem with a solid reproduction case.
Hi @fei116fei. Could you share your `build.gradle` configuration files?