Guest User

Untitled

a guest
Jan 9th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. [libmozglue.so] mozilla::detail::ConditionVariableImpl::wait(mozilla::detail::MutexImpl&)
  2. Input dispatching timed out
  3.  
  4. #00 pc 0x000000000004b50c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
  5. #01 pc 0x000000000004f1f8 /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
  6. Cette routine de synchronisation native bloque le thread principal, ce qui provoque un ANR
  7.  
  8. #02 pc 0x00000000000affac /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
  9. #03 pc 0x00000000001145e8 /data/app/~~r0_Nu6DTR17SjuofcYpHZQ==/com.qwant.liberty-U679rJhyohz4Wh0OA8mPtQ==/split_config.arm64_v8a.apk!libmozglue.so (mozilla::detail::ConditionVariableImpl::wait(mozilla::detail::MutexImpl&)+4)
  10. #04 pc 0x0000000000114658 /data/app/~~r0_Nu6DTR17SjuofcYpHZQ==/com.qwant.liberty-U679rJhyohz4Wh0OA8mPtQ==/split_config.arm64_v8a.apk!libmozglue.so (mozilla::detail::ConditionVariableImpl::wait_for(mozilla::detail::MutexImpl&, mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator> const&)+60)
  11. #05 pc 0x00000000039562b8 /data/app/~~r0_Nu6DTR17SjuofcYpHZQ==/com.qwant.liberty-U679rJhyohz4Wh0OA8mPtQ==/split_config.arm64_v8a.apk!libxul.so
  12. #06 pc 0x0000000003955018 /data/app/~~r0_Nu6DTR17SjuofcYpHZQ==/com.qwant.liberty-U679rJhyohz4Wh0OA8mPtQ==/split_config.arm64_v8a.apk!libxul.so
  13. #07 pc 0x0000000003c315e8 /data/app/~~r0_Nu6DTR17SjuofcYpHZQ==/com.qwant.liberty-U679rJhyohz4Wh0OA8mPtQ==/split_config.arm64_v8a.apk!libxul.so
  14. #08 pc 0x0000000003c31314 /data/app/~~r0_Nu6DTR17SjuofcYpHZQ==/com.qwant.liberty-U679rJhyohz4Wh0OA8mPtQ==/split_config.arm64_v8a.apk!libxul.so
  15. at org.mozilla.geckoview.GeckoSession$Compositor.syncPauseCompositor (Native method)
  16. at org.mozilla.geckoview.GeckoSession.onSurfaceDestroyed (GeckoSession.java:7544)
  17. at org.mozilla.geckoview.GeckoDisplay.surfaceDestroyed (GeckoDisplay.java:209)
  18. at org.mozilla.geckoview.GeckoView$Display.onSurfaceDestroyed (GeckoView.java:166)
  19. at org.mozilla.gecko.SurfaceViewWrapper$ListenerWrapper.surfaceDestroyed (SurfaceViewWrapper.java:188)
  20. at android.view.SurfaceView.notifySurfaceDestroyed (SurfaceView.java:1855)
  21. at android.view.SurfaceView.updateSurface (SurfaceView.java:1147)
  22. at android.view.SurfaceView.onWindowVisibilityChanged (SurfaceView.java:324)
  23. at android.view.View.dispatchDetachedFromWindow (View.java:20594)
  24. at android.view.ViewGroup.dispatchDetachedFromWindow (ViewGroup.java:3989)
  25. at android.view.ViewGroup.dispatchDetachedFromWindow (ViewGroup.java:3989)
  26. at android.view.ViewGroup.removeAllViewsInLayout (ViewGroup.java:5833)
  27. at androidx.compose.ui.viewinterop.AndroidViewHolder$layoutNode$1$4.invoke (AndroidViewHolder.android.kt:378)
  28. at androidx.compose.ui.viewinterop.AndroidViewHolder$layoutNode$1$4.invoke (AndroidViewHolder.android.kt:376)
  29. at androidx.compose.ui.node.LayoutNode.detach$ui_release (LayoutNode.kt:518)
  30. at androidx.compose.ui.node.LayoutNode.detach$ui_release (LayoutNode.kt:526)
  31. at androidx.compose.ui.node.LayoutNode.detach$ui_release (LayoutNode.kt:526)
  32. at androidx.compose.ui.node.LayoutNode.detach$ui_release (LayoutNode.kt:526)
  33. at androidx.compose.ui.node.LayoutNode.onChildRemoved (LayoutNode.kt:361)
  34. at androidx.compose.ui.node.LayoutNode.removeAt$ui_release (LayoutNode.kt:335)
  35. at androidx.compose.ui.node.UiApplier.remove (UiApplier.android.kt:35)
  36. at androidx.compose.runtime.changelist.Operation$RemoveNode.execute (Operation.kt:360)
  37. at androidx.compose.runtime.changelist.Operations.executeAndFlushAllPendingOperations (Operations.kt:307)
  38. at androidx.compose.runtime.changelist.ChangeList.executeAndFlushAllPendingChanges (ChangeList.kt:77)
  39. at androidx.compose.runtime.CompositionImpl.applyChangesInLocked (Composition.kt:967)
  40. at androidx.compose.runtime.CompositionImpl.applyChanges (Composition.kt:996)
  41. at androidx.compose.runtime.Recomposer$runRecomposeAndApplyChanges$2$1.invoke (Recomposer.kt:636)
  42. at androidx.compose.runtime.Recomposer$runRecomposeAndApplyChanges$2$1.invoke (Recomposer.kt:548)
  43. at androidx.compose.ui.platform.AndroidUiFrameClock$withFrameNanos$2$callback$1.doFrame (AndroidUiFrameClock.android.kt:41)
  44. at androidx.compose.ui.platform.AndroidUiDispatcher.performFrameDispatch (AndroidUiDispatcher.android.kt:109)
  45. at androidx.compose.ui.platform.AndroidUiDispatcher.access$performFrameDispatch (AndroidUiDispatcher.android.kt:41)
  46. at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.doFrame (AndroidUiDispatcher.android.kt:69)
  47. at android.view.Choreographer$CallbackRecord.run (Choreographer.java:972)
  48. at android.view.Choreographer.doCallbacks (Choreographer.java:797)
  49. at android.view.Choreographer.doFrame (Choreographer.java:728)
  50. at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:959)
  51. at android.os.Handler.handleCallback (Handler.java:938)
  52. at android.os.Handler.dispatchMessage (Handler.java:99)
  53. at android.os.Looper.loop (Looper.java:223)
  54. at android.app.ActivityThread.main (ActivityThread.java:7785)
  55. at java.lang.reflect.Method.invoke (Native method)
  56. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:612)
  57. at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:997)
Advertisement
Add Comment
Please, Sign In to add comment