You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with the json functionalities of Cereal.
I compiled openMVG (https://github.com/openMVG/openMVG) for Android and cereal is a dependency of it. I included "android.h" in the openMVG files, whenever cereal.hpp is used. I had to do this, because otherwise I wouldn''t be able to compile openMVG for Android due to C++11 issues.
We don't officially support Android but there has been some good discussion on the mailing list about resolving various issues with it, I suggest you take a look there or ask your question there as well. Usually most of the issues seem to revolve around a C++11 incompatibility.
I have an issue with the json functionalities of Cereal.
I compiled openMVG (https://github.com/openMVG/openMVG) for Android and cereal is a dependency of it. I included "android.h" in the openMVG files, whenever cereal.hpp is used. I had to do this, because otherwise I wouldn''t be able to compile openMVG for Android due to C++11 issues.
Now I use the openMVG library in an Android app. The app crashes when the function cereal::JSONInputArchive::loadValue(std::string&) https://github.com/USCiLab/cereal/blob/master/include/cereal/archives/json.hpp#L614 is called. I get a segmentation fault error.
Can you help me with that?
https://gist.github.com/ClemensHa/f760b68d0a8807079e0d
Attached to gist: android.h, the raw logcat messages in the attached file log.txt and the analyzed (ndk-stack.exe) logcat messages in log_ndk_stack.txt.
The text was updated successfully, but these errors were encountered: