App crashes when is debug mode

hello.

Android app gets crashes only when debug mode (no breakout points)
if i run without debugger it is ok

it keeps crashing with following log
LogCat: 08-19 05:09:00.081 4541 4541 F DEBUG : ABI: 'x86’
LogCat: 08-19 05:09:00.081 4541 4541 F DEBUG : pid: 4518, tid: 4523, name: Jit thread pool >>> org.me.androidapplication3 <<<
LogCat: 08-19 05:09:00.081 4541 4541 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
LogCat: 08-19 05:09:00.085 4541 4541 F DEBUG : Abort message: 'art/runtime/jdwp/jdwp_event.cc:681] Check failed: threadId != 0u (threadId=0, 0u=0) '
LogCat: 08-19 05:09:00.096 4541 4541 F DEBUG : eax 00000000 ebx 000011a6 ecx 000011ab edx 00000006
LogCat: 08-19 05:09:00.099 4541 4541 F DEBUG : esi aadd8978 edi aadd8920
LogCat: 08-19 05:09:00.101 4541 4541 F DEBUG : xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
LogCat: 08-19 05:09:00.101 4541 4541 F DEBUG : eip afbc5424 ebp aadd76f8 esp aadd769c flags 00000292
LogCat: 08-19 05:09:00.128 4541 4541 F DEBUG :
LogCat: 08-19 05:09:00.128 4541 4541 F DEBUG : backtrace:

Strange,
It works on physical machine.

is that android ndk? if so, known problem, there seems to be issues with the GC on Android’s x86 version of libc.

It is not NDK just normal cooper app for android.
It is just a fresh cooper android app with appcompat v7 activity.