[Interest] QtBluetoothSocket write() crashes on Android after sending a few messages

Thiago Macieira thiago.macieira at intel.com
Tue Apr 18 23:30:11 CEST 2017


Em terça-feira, 18 de abril de 2017, às 09:33:22 PDT, Krzysztof Lesiak 
escreveu:
> Alright, since my responses didn't go to the mailing list but to Thiago
> directly, I'm posting them here once again.

And as I replied, this looks like a double fault inside ART. This doesn't look 
like a Qt bug.

We created a JNI byte array, which as far as I can tell has no problems. When 
ART decided to check it, it decided to abort (there's "abort" in function name 
_ZN3art11ScopedCheck6AbortFEPKcz). When doing the abort, it tried to generate 
the stack trace and that caused a crash.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list