-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call System.getParam(). getAllParams() will crash when connected to the drone #133
Comments
Hmm there is apparently a problem in the C++ build. I'll have a look ASAP, probably sometime next week. Could it be a duplicate of #131? But I would expect to see |
Amazing work efficiency! Below is the complete console stack information. You can easily reproduce this problem in the MavSDK-Smaple code. I don't think it has anything to do with issue #131 。 ================== stack ====================== |
Hi, @GanAHE May I know if you have solved this issue, as I also recently got same crash and error. version - mavsdk:1.3.1 , mavsdk-server:1.3.2 |
Hmm, not yet |
Hey guys, the bug was fixed when I checked version 2.1.0. @JonasVautherin @akirahrkw |
1.description
I'm trying to run the sample code on Android Studio, and it works fine on version 1.1.1. But it crashes when I try to upgrade to the latest version of 1.3.x.
2. code
private void runMavsdkServer() {
MavsdkEventQueue.executor().execute(() -> {
int mavsdkServerPort = mavsdkServer.run();
drone = new System(BACKEND_IP_ADDRESS, mavsdkServerPort);
}
3. version
(1)mavsdk:1.2.0 , mavsdk-server:1.2.1
(2)mavsdk:1.3.0 , mavsdk-server:1.3.0
I wanted to try the latest 1.3.2 release, but the IDE reported an error that the version of MavsdkServer class didn't match. I didn't know it was fixed or not in the latest version.
4. error info
A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x78 in tid 5909 (mavsdk-event-qu), pid 5581 (k.androidclient)
The text was updated successfully, but these errors were encountered: