ANR: Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 1. Wait queue head age: 6614.9ms.) #28

Open
opened 2025-04-21 14:44:48 -04:00 by idk · 1 comment
Owner

Opened 21 months ago

Last modified 21 months ago

#2596newdefect

ANR: Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 1. Wait queue head age: 6614.9ms.)

Reported by:MeehOwned by:Meeh
Priority:
minor
Milestone:
undecided
Component:
apps/android
Version:
0.9.41
Keywords:

Cc:
zzz, idk
Parent Tickets:

Sensitive:
no

Description

"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 flags=1 obj=0x759757b0 self=0x7464e14c00
| sysTid=13233 nice=-10 cgrp=default sched=0/0 handle=0x74ea91f548
| state=S schedstat=( 1277472915 51494994 516 ) utm=115 stm=11 core=4 HZ=100
| stack=0x7fedf0f000-0x7fedf11000 stackSize=8MB
| held mutexes=
#00  pc 000000000001f02c  /system/lib64/libc.so (syscall+28)
#01  pc 0000000000022104  /system/lib64/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+140)
#02  pc 0000000000080e38  /system/lib64/libc.so (pthread_cond_wait+60)
#03  pc 000000000047e324  /system/lib64/libhwui.so (android::uirenderer::renderthread::DrawFrameTask::postAndWait()+260)
#04  pc 000000000047e1f0  /system/lib64/libhwui.so (android::uirenderer::renderthread::DrawFrameTask::drawFrame()+44)
at android.view.ThreadedRenderer.nSyncAndDrawFrame (Native method)
at android.view.ThreadedRenderer.draw (ThreadedRenderer.java:835)
at android.view.ViewRootImpl.draw (ViewRootImpl.java:3344)
at android.view.ViewRootImpl.performDraw (ViewRootImpl.java:3141)
at android.view.ViewRootImpl.performTraversals (ViewRootImpl.java:2510)
at android.view.ViewRootImpl.doTraversal (ViewRootImpl.java:1486)
at android.view.ViewRootImpl$TraversalRunnable.run (ViewRootImpl.java:7405)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:949)
at android.view.Choreographer.doCallbacks (Choreographer.java:761)
at android.view.Choreographer.doFrame (Choreographer.java:696)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:935)
at android.os.Handler.handleCallback (Handler.java:873)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6739)
at java.lang.reflect.Method.invoke (Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:495)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:858)

Subtickets

Opened [21 months ago](/timeline?from=2019-08-19T13%3A16%3A48Z&precision=second "See timeline at Aug 19, 2019 1:16:48 PM") Last modified [21 months ago](/timeline?from=2019-08-21T12%3A47%3A42Z&precision=second "See timeline at Aug 21, 2019 12:47:42 PM") ## [\#2596](/ticket/2596)[new](/query?status=new)[defect](/query?status=!closed&type=defect) # ANR: Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 1. Wait queue head age: 6614.9ms.) Reported by:[Meeh](/query?status=!closed&reporter=meeh)Owned by:[Meeh](/query?status=!closed&owner=meeh) Priority: [minor](/query?status=!closed&priority=minor) Milestone: [undecided](/milestone/undecided "No date set") Component: [apps/android](/query?status=!closed&component=apps%2Fandroid) Version: [0.9.41](/query?status=!closed&version=0.9.41) Keywords: Cc: [zzz](/query?status=!closed&cc=~zzz), [idk](/query?status=!closed&cc=~idk) Parent Tickets: Sensitive: [no](/query?status=!closed&sensitive=0) ### Description ``` "main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x759757b0 self=0x7464e14c00 | sysTid=13233 nice=-10 cgrp=default sched=0/0 handle=0x74ea91f548 | state=S schedstat=( 1277472915 51494994 516 ) utm=115 stm=11 core=4 HZ=100 | stack=0x7fedf0f000-0x7fedf11000 stackSize=8MB | held mutexes= #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) #01 pc 0000000000022104 /system/lib64/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+140) #02 pc 0000000000080e38 /system/lib64/libc.so (pthread_cond_wait+60) #03 pc 000000000047e324 /system/lib64/libhwui.so (android::uirenderer::renderthread::DrawFrameTask::postAndWait()+260) #04 pc 000000000047e1f0 /system/lib64/libhwui.so (android::uirenderer::renderthread::DrawFrameTask::drawFrame()+44) at android.view.ThreadedRenderer.nSyncAndDrawFrame (Native method) at android.view.ThreadedRenderer.draw (ThreadedRenderer.java:835) at android.view.ViewRootImpl.draw (ViewRootImpl.java:3344) at android.view.ViewRootImpl.performDraw (ViewRootImpl.java:3141) at android.view.ViewRootImpl.performTraversals (ViewRootImpl.java:2510) at android.view.ViewRootImpl.doTraversal (ViewRootImpl.java:1486) at android.view.ViewRootImpl$TraversalRunnable.run (ViewRootImpl.java:7405) at android.view.Choreographer$CallbackRecord.run (Choreographer.java:949) at android.view.Choreographer.doCallbacks (Choreographer.java:761) at android.view.Choreographer.doFrame (Choreographer.java:696) at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:935) at android.os.Handler.handleCallback (Handler.java:873) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loop (Looper.java:193) at android.app.ActivityThread.main (ActivityThread.java:6739) at java.lang.reflect.Method.invoke (Native method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:495) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:858) ``` ### Subtickets
idk added this to the undecided milestone 2025-04-21 14:44:48 -04:00
idk added the #2596apps.androidundecided labels 2025-04-21 14:44:48 -04:00
Author
Owner

comment:1 Changed 21 months ago by zzz

no i2p classes in the stack trace and no other clues

[comment:1](https://trac.i2p2.de/\#comment:1) Changed [21 months ago](https://trac.i2p2.de//timeline?from=2019-08-21T12%3A47%3A42Z&precision=second "See timeline at Aug 21, 2019 12:47:42 PM") by zzz no i2p classes in the stack trace and no other clues
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: I2P_Developers/i2p.android.base#28
No description provided.