fatal signal 11 SIGSEGV when closing BluetoothSocket on Android 4.2.2 and 4.3
问题 My application worked fine under Android 2.3.3 to 4.1.2, but since Android 4.2.2 and Android 4.3, I have a fatal signal 11 (SIGSEGV) at 0x00.... when I close the bluetooth socket. I've searching trough a lot of forums, and the main response is that the BluetoothSocket.close(); is called from two different thread at the same time, but it's not the case in my code. I'm using Samsung Galaxy Note 2 under A4.1.2 (works ok) and Nexus 4 for A4.2.2 and 4.3. Thank you in advance for your suggestions !