-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Heavy loop does not allow to reach code next to the "lauch()" method #696
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
Comments
What version of |
I am using 0.30.2-eap13. Will try "0.30.2". |
|
OS: macOS High Sierra v10.13.6 |
Can you let it run for a few second, do a thread-dump and post it here, please (it is |
2018-10-10 19:48:00 "Monitor Ctrl-Break" #10 daemon prio=5 os_prio=31 tid=0x00007ff8870a4000 nid=0xa903 runnable [0x000070000f140000] "Service Thread" #9 daemon prio=9 os_prio=31 tid=0x00007ff88881c000 nid=0x3b03 runnable [0x0000000000000000] "C1 CompilerThread3" #8 daemon prio=9 os_prio=31 tid=0x00007ff888010800 nid=0x3e03 waiting on condition [0x0000000000000000] "C2 CompilerThread2" #7 daemon prio=9 os_prio=31 tid=0x00007ff889801000 nid=0x3903 waiting on condition [0x0000000000000000] "C2 CompilerThread1" #6 daemon prio=9 os_prio=31 tid=0x00007ff88704e800 nid=0x4103 waiting on condition [0x0000000000000000] "C2 CompilerThread0" #5 daemon prio=9 os_prio=31 tid=0x00007ff88a801800 nid=0x3803 waiting on condition [0x0000000000000000] "Signal Dispatcher" #4 daemon prio=9 os_prio=31 tid=0x00007ff88a800800 nid=0x430b waiting on condition [0x0000000000000000] "Finalizer" #3 daemon prio=8 os_prio=31 tid=0x00007ff888817800 nid=0x3203 in Object.wait() [0x000070000e928000] "Reference Handler" #2 daemon prio=10 os_prio=31 tid=0x00007ff888814800 nid=0x4d03 in Object.wait() [0x000070000e825000] "main" #1 prio=5 os_prio=31 tid=0x00007ff88700a800 nid=0x1703 runnable [0x000070000de06000] "VM Thread" os_prio=31 tid=0x00007ff88706a000 nid=0x4f03 runnable "GC task thread#0 (ParallelGC)" os_prio=31 tid=0x00007ff887003800 nid=0x1f07 runnable "GC task thread#1 (ParallelGC)" os_prio=31 tid=0x00007ff887026000 nid=0x1e03 runnable "GC task thread#2 (ParallelGC)" os_prio=31 tid=0x00007ff887026800 nid=0x2b03 runnable "GC task thread#3 (ParallelGC)" os_prio=31 tid=0x00007ff887027800 nid=0x2c03 runnable "GC task thread#4 (ParallelGC)" os_prio=31 tid=0x00007ff887028000 nid=0x2d03 runnable "GC task thread#5 (ParallelGC)" os_prio=31 tid=0x00007ff887028800 nid=0x2f03 runnable "GC task thread#6 (ParallelGC)" os_prio=31 tid=0x00007ff887029000 nid=0x5103 runnable "GC task thread#7 (ParallelGC)" os_prio=31 tid=0x00007ff88702a000 nid=0x3103 runnable "VM Periodic Task Thread" os_prio=31 tid=0x00007ff88a007000 nid=0x3c03 waiting on condition JNI global references: 14 Heap |
This is very strange. Are you sure you run the code you've posted? In particular do you have |
Sorry, my mistake. I missed the "Dispatchers.Default" |
Do I need to remove the issue? |
I've closed it. |
The following code from an example does not reach to the "delay(1300L)" on my machine.
But when I uncomment "delay(1L)" it works as expected.
The text was updated successfully, but these errors were encountered: