Closed Bug 1790327 Opened 2 years ago Closed 2 years ago

[android] "WebDriver:NewWindow" with type "tab" sometimes hangs

Categories

(Remote Protocol :: Agent, defect)

Firefox 106
All
Android
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1790325

People

(Reporter: whimboo, Unassigned)

References

(Blocks 1 open bug)

Details

Since bug 1506782 has been fixed the following hang can be seen once in a while for newly run WebDriver tests in CI:

[task 2022-09-12T00:16:16.151Z] 00:16:16     INFO - PID 4308 | 1662941776149	webdriver::server	DEBUG	-> POST /session/60e0eed8-f045-4acc-ab0f-7363ef74d82d/window/new {"type": "tab"}
[task 2022-09-12T00:28:16.219Z] 00:28:16     INFO - TEST-UNEXPECTED-TIMEOUT | /webdriver/tests/print/printcmd.py | expected OK

Checking the logcat output of the job the following can be seen:

09-12 00:16:16.056 12233 12248 I Gecko   : 1662941776056	Marionette	DEBUG	0 -> [0,3,"WebDriver:NewWindow",{"type":"tab"}]
09-12 00:16:16.058 12233 12248 D GeckoViewModule: dispatch GeckoView:WebExtension:SetTabActive, data={"active":false}
09-12 00:16:16.058 12233 12248 D GeckoViewTab: onEvent: event=GeckoView:WebExtension:SetTabActive, data={"active":false}
09-12 00:16:16.058 12296 12322 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:16:16.063 12233 12248 I Gecko   : 1662941776063	Marionette	TRACE	Received observer notification domwindowopened
09-12 00:16:16.072 12233 12248 D GeckoViewNavigation: sessionContextId=null
09-12 00:16:16.077 12296 12322 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:16:16.079  1650  2099 I WindowManager: Destroying surface Surface(name=com.android.launcher3/com.android.launcher3.Launcher) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.destroyOrSaveSurface:2073 com.android.server.wm.AppWindowToken.destroySurfaces:363 com.android.server.wm.AppWindowToken.notifyAppStopped:389 com.android.server.wm.WindowManagerService.notifyAppStopped:4456 com.android.server.am.ActivityStack.activityStoppedLocked:1252 com.android.server.am.ActivityManagerService.activityStopped:6903 
09-12 00:16:16.084 12367 12367 I art     : Late-enabling -Xcheck:jni
09-12 00:16:16.084 12367 12367 W art     : Unexpected CPU variant for X86 using defaults: x86_64
09-12 00:16:16.086 12296 12322 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008741
09-12 00:16:16.090  1650  2040 I ActivityManager: Start proc 12367:org.mozilla.geckoview.test_runner:tab37/u0a62 for service org.mozilla.geckoview.test_runner/org.mozilla.gecko.process.GeckoChildProcessServices$tab37
09-12 00:16:16.091 12233 12260 D ServiceAllocator: org.mozilla.gecko.process.GeckoChildProcessServices$tab37 updateBindings: FOREGROUND priority, 0 importance, 3 successful binds, 0 failed binds, 0 successful unbinds
09-12 00:16:16.095 12296 12322 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008741
09-12 00:16:16.100 12367 12367 I MultiDex: VM with version 2.1.0 has multidex support
09-12 00:16:16.100 12367 12367 I MultiDex: Installing application
09-12 00:16:16.100 12367 12367 I MultiDex: VM has multidex support, MultiDex support library is disabled.
09-12 00:16:16.101 12367 12367 I ServiceChildProcess: onCreate
09-12 00:16:16.102 12367 12367 D GeckoThread: State changed to LAUNCHED
09-12 00:16:16.102 12367 12382 I GeckoThread: preparing to run Gecko
09-12 00:16:16.105 12233 12260 D ServiceAllocator: org.mozilla.gecko.process.GeckoChildProcessServices$tab37 updateBindings: FOREGROUND priority, 2 importance, 0 successful binds, 0 failed binds, 0 successful unbinds
09-12 00:16:16.106 12367 12382 D GeckoThread: State changed to MOZGLUE_READY
09-12 00:16:16.106 12367 12382 I GeckoLoader: Library base=/data/app/org.mozilla.geckoview.test_runner-1/lib/x86_64
09-12 00:16:16.106 12367 12382 I GeckoLoader: Library base=/data/app/org.mozilla.geckoview.test_runner-1/lib/x86_64
09-12 00:16:16.107 12367 12382 E GeckoLibLoad: Load sqlite start
09-12 00:16:16.107 12367 12382 E GeckoLibLoad: Load sqlite done
09-12 00:16:16.107 12367 12382 I GeckoLoader: Library base=/data/app/org.mozilla.geckoview.test_runner-1/lib/x86_64
09-12 00:16:16.107 12367 12382 E GeckoLibLoad: Load nss start
09-12 00:16:16.107 12367 12382 E GeckoLibLoad: Load nss done
09-12 00:16:16.107 12367 12382 I GeckoLoader: Library base=/data/app/org.mozilla.geckoview.test_runner-1/lib/x86_64
09-12 00:16:16.116 12367 12382 E GeckoLibLoad: Loaded libs in 8.933076ms total, 0ms(30ms) user, 0ms(0ms) system, 0(0) faults
09-12 00:16:16.116 12367 12382 D GeckoThread: State changed to LIBS_READY
09-12 00:16:16.116 12367 12382 W GeckoThread: zerdatime 861616 - runGecko
09-12 00:16:16.140 12367 12382 D GeckoThread: State changed to RUNNING
09-12 00:16:16.153 12367 12382 D GeckoViewStartup: observe: content-process-ready-for-script
09-12 00:16:16.155 12367 12382 D GeckoViewConsole: enabled = true
09-12 00:16:16.162 12296 12322 D EGL_emulation: eglMakeCurrent: 0x7fba64e7c440: ver 3 0 (tinfo 0x7fba5a7046c0)
09-12 00:16:16.163 12296 12322 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:16:16.172 12296 12322 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008741
09-12 00:16:16.174 12233 12248 D GeckoViewModule: registerListener ["GeckoViewContent:ExitFullScreen","GeckoView:ClearMatches","GeckoView:DisplayMatches","GeckoView:FindInPage","GeckoView:RestoreState","GeckoView:ScrollBy","GeckoView:ScrollTo","GeckoView:SetActive","GeckoView:SetFocused","GeckoView:SetPriorityHint","GeckoView:UpdateInitData","GeckoView:ZoomToInput"]
09-12 00:16:16.174 12233 12248 D GeckoViewNavigation: onInit
09-12 00:16:16.174 12233 12248 D GeckoViewModule: registerListener ["GeckoView:GoBack","GeckoView:GoForward","GeckoView:GotoHistoryIndex","GeckoView:LoadUri","GeckoView:Reload","GeckoView:Stop","GeckoView:PurgeHistory"]
09-12 00:16:16.174 12233 12248 D GeckoViewNavigation: onEnable
09-12 00:16:16.175 12233 12248 D GeckoViewProcessHangMonitor: onInit
09-12 00:16:16.175 12233 12248 D GeckoViewProcessHangMonitor: onEnable
09-12 00:16:16.175 12233 12248 D GeckoViewModule: registerListener ["GeckoView:HangReportStop","GeckoView:HangReportWait"]
09-12 00:16:16.175 12233 12248 D GeckoViewSettings: onInit
09-12 00:16:16.175 12233 12248 D GeckoViewModule: registerListener ["GeckoView:GetUserAgent"]
09-12 00:16:16.175 12233 12248 D GeckoViewSettings: onSettingsUpdate: {"chromeUri":null,"screenId":0,"userAgentOverride":null,"allowJavascript":true,"userAgentMode":0,"viewportMode":0,"useTrackingProtection":false,"suspendMediaWhenInactive":false,"usePrivateMode":false,"unsafeSessionContextId":null,"displayMode":0,"sessionContextId":null,"fullAccessibilityTree":false,"isPopup":false}
09-12 00:16:16.175 12233 12248 D GeckoViewModule: registerListener ["GeckoView:WebExtension:SetTabActive"]
09-12 00:16:16.176 12233 12248 I GeckoSession: zerdatime 861675 - chrome startup finished
09-12 00:16:16.177 12262 12281 D GeckoViewSelectionActionDelegate[C]: handleEvent: visibilitychange
09-12 00:16:16.178 12233 12248 D GeckoViewModule: dispatch GeckoView:WebExtension:SetTabActive, data={"active":true}
09-12 00:16:16.178 12233 12248 D GeckoViewTab: onEvent: event=GeckoView:WebExtension:SetTabActive, data={"active":true}
09-12 00:16:16.179 12233 12248 D GeckoViewModule: dispatch GeckoView:LoadUri, data={"uri":"about:blank","flags":0,"headerFilter":1}
09-12 00:16:16.179 12233 12248 D GeckoViewNavigation: onEvent: event=GeckoView:LoadUri, data={"uri":"about:blank","flags":0,"headerFilter":1}
09-12 00:16:16.180 12233 12246 D         : HostConnection::get() New Host Connection established 0x7fba5d21d360, tid 12246
09-12 00:16:16.180 12233 12248 I Gecko   : 1662941776180	Marionette	TRACE	Received observer notification browser-delayed-startup-finished
09-12 00:16:16.182 12296 12322 D EGL_emulation: eglMakeCurrent: 0x7fba64e7c440: ver 3 0 (tinfo 0x7fba5a7046c0)
09-12 00:16:16.183 12367 12382 W GeckoEditableChild: No editable parent
09-12 00:16:16.186 12233 12282 D         : HostConnection::get() New Host Connection established 0x7fba5d21f760, tid 12282
09-12 00:16:16.186 12367 12382 D GeckoViewSelectionActionDelegate[C]: handleEvent: visibilitychange
09-12 00:16:16.187 12296 12322 D EGL_emulation: eglMakeCurrent: 0x7fba64e7c440: ver 3 0 (tinfo 0x7fba5a7046c0)
09-12 00:16:16.187 12296 12322 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:16:16.189 12367 12382 D GeckoViewSettings[C]: receiveMessage: SettingsUpdate
09-12 00:16:16.192 12233 12248 D GeckoViewXUL: receiveMessage GeckoView:ContentModuleLoaded {"module":"SessionStateAggregator"}
09-12 00:16:16.196 12367 12382 D GeckoViewSelectionActionDelegate[C]: handleEvent: visibilitychange
09-12 00:16:16.199 12367 12382 D GeckoViewAutoFill[C]: handleEvent: pagehide
09-12 00:16:16.200 12233 12248 D GeckoViewAutoFill: receiveMessage Clear
09-12 00:16:16.201 12296 12322 D EGL_emulation: eglMakeCurrent: 0x7fba64e7c440: ver 3 0 (tinfo 0x7fba5a7046c0)
09-12 00:16:16.201 12296 12322 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:16:16.206 12233 12248 D GeckoViewNavigation: onLocationChange
09-12 00:16:16.209 12233 12248 D GeckoViewContent: handleEvent: pagetitlechanged
09-12 00:16:16.211 12367 12382 D GeckoViewContentDelegateChild[C]: handleEvent: DOMContentLoaded
09-12 00:16:16.214 12367 12382 D GeckoViewAutoFill[C]: handleEvent: pageshow
09-12 00:16:16.215 12367 12382 D GeckoViewContent[C]: handleEvent: pageshow
09-12 00:16:16.220 12233 12248 D GeckoViewContentDelegateParent: receiveMessage: DispatcherMessage
09-12 00:16:16.259 12296 12322 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:16:16.987 12233 12248 W GeckoEventDispatcher: No listener for GeckoView:StateUpdated
09-12 00:16:17.208 12233 12248 W GeckoEventDispatcher: No listener for GeckoView:StateUpdated
09-12 00:16:18.217  1650  1733 E TaskPersister: File error accessing recents directory (directory doesn't exist?).
09-12 00:16:21.033 12233 12248 D GeckoIdleService: Get idle time: time since reset 5009 msec
09-12 00:16:21.033 12233 12248 D GeckoIdleService: Idle timer callback: current idle time 5009 msec
09-12 00:16:21.033 12233 12248 D GeckoIdleService: next timeout 4294967289991 msec from now
09-12 00:16:21.033 12233 12248 D GeckoIdleService: SetTimerExpiryIfBefore: next timeout 4294967289991 msec from now
09-12 00:16:21.033 12233 12248 D GeckoIdleService: reset timer expiry to 4294967290001 msec from now
09-12 00:16:21.033 12233 12248 D GeckoIdleService: Idle timer callback: tell observer 0x7fba37feb828 user is idle
09-12 00:17:15.520 12233 12248 E GeckoConsole: [JavaScript Error: "Polling for changes failed: NetworkError: Network request failed." {file: "resource://services-settings/remote-settings.js" line: 334}]
09-12 00:17:15.520 12233 12248 E GeckoConsole: remoteSettingsFunction/remoteSettings.pollChanges@resource://services-settings/remote-settings.js:334:13
09-12 00:21:58.910  1650  1667 I UsageStatsService: User[0] Flushing usage stats to disk
09-12 00:28:16.137 12233 12248 I Gecko   : 1662942496137	Marionette	DEBUG	Closed connection 0

And here a working case:

09-12 00:28:59.511 17194 17209 I Gecko   : 1662942539511	Marionette	DEBUG	0 -> [0,3,"WebDriver:NewWindow",{"type":"tab"}]
09-12 00:28:59.512 17194 17209 D GeckoViewModule: dispatch GeckoView:WebExtension:SetTabActive, data={"active":false}
09-12 00:28:59.512 17194 17209 D GeckoViewTab: onEvent: event=GeckoView:WebExtension:SetTabActive, data={"active":false}
09-12 00:28:59.517 17194 17209 I Gecko   : 1662942539517	Marionette	TRACE	Received observer notification domwindowopened
09-12 00:28:59.523 17194 17209 D GeckoViewNavigation: sessionContextId=null
09-12 00:28:59.533 17330 17330 I art     : Late-enabling -Xcheck:jni
09-12 00:28:59.533 17330 17330 W art     : Unexpected CPU variant for X86 using defaults: x86_64
09-12 00:28:59.537  1650  1662 I ActivityManager: Start proc 17330:org.mozilla.geckoview.test_runner:tab34/u0a62 for service org.mozilla.geckoview.test_runner/org.mozilla.gecko.process.GeckoChildProcessServices$tab34
09-12 00:28:59.538 17194 17221 D ServiceAllocator: org.mozilla.gecko.process.GeckoChildProcessServices$tab34 updateBindings: FOREGROUND priority, 0 importance, 3 successful binds, 0 failed binds, 0 successful unbinds
09-12 00:28:59.552 17258 17296 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:28:59.557 17330 17330 I MultiDex: VM with version 2.1.0 has multidex support
09-12 00:28:59.558 17330 17330 I MultiDex: Installing application
09-12 00:28:59.558 17330 17330 I MultiDex: VM has multidex support, MultiDex support library is disabled.
09-12 00:28:59.558 17330 17330 I ServiceChildProcess: onCreate
09-12 00:28:59.560 17330 17330 D GeckoThread: State changed to LAUNCHED
09-12 00:28:59.560 17330 17345 I GeckoThread: preparing to run Gecko
09-12 00:28:59.564 17194 17221 D ServiceAllocator: org.mozilla.gecko.process.GeckoChildProcessServices$tab34 updateBindings: FOREGROUND priority, 2 importance, 0 successful binds, 0 failed binds, 0 successful unbinds
09-12 00:28:59.564 17330 17345 D GeckoThread: State changed to MOZGLUE_READY
09-12 00:28:59.565 17330 17345 I GeckoLoader: Library base=/data/app/org.mozilla.geckoview.test_runner-1/lib/x86_64
09-12 00:28:59.565 17330 17345 I GeckoLoader: Library base=/data/app/org.mozilla.geckoview.test_runner-1/lib/x86_64
09-12 00:28:59.566 17330 17345 E GeckoLibLoad: Load sqlite start
09-12 00:28:59.567 17330 17345 E GeckoLibLoad: Load sqlite done
09-12 00:28:59.567 17330 17345 I GeckoLoader: Library base=/data/app/org.mozilla.geckoview.test_runner-1/lib/x86_64
09-12 00:28:59.567 17330 17345 E GeckoLibLoad: Load nss start
09-12 00:28:59.567 17330 17345 E GeckoLibLoad: Load nss done
09-12 00:28:59.567 17330 17345 I GeckoLoader: Library base=/data/app/org.mozilla.geckoview.test_runner-1/lib/x86_64
09-12 00:28:59.577 17330 17345 E GeckoLibLoad: Loaded libs in 9.607949ms total, 10ms(10ms) user, 0ms(0ms) system, 0(0) faults
09-12 00:28:59.577 17330 17345 D GeckoThread: State changed to LIBS_READY
09-12 00:28:59.577 17330 17345 W GeckoThread: zerdatime 1625076 - runGecko
09-12 00:28:59.580 17258 17296 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008741
09-12 00:28:59.588 17258 17296 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008741
09-12 00:28:59.601  1650  1910 I WindowManager: Destroying surface Surface(name=com.android.launcher3/com.android.launcher3.Launcher) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.destroyOrSaveSurface:2073 com.android.server.wm.AppWindowToken.destroySurfaces:363 com.android.server.wm.AppWindowToken.notifyAppStopped:389 com.android.server.wm.WindowManagerService.notifyAppStopped:4456 com.android.server.am.ActivityStack.activityStoppedLocked:1252 com.android.server.am.ActivityManagerService.activityStopped:6903 
09-12 00:28:59.604 17330 17345 D GeckoThread: State changed to RUNNING
09-12 00:28:59.617 17330 17345 D GeckoViewStartup: observe: content-process-ready-for-script
09-12 00:28:59.619 17330 17345 D GeckoViewConsole: enabled = true
09-12 00:28:59.664 17258 17296 D EGL_emulation: eglMakeCurrent: 0x7fba64e7c440: ver 3 0 (tinfo 0x7fba5a78d660)
09-12 00:28:59.667 17258 17296 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:28:59.677 17258 17296 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008741
09-12 00:28:59.679 17194 17209 D GeckoViewModule: registerListener ["GeckoViewContent:ExitFullScreen","GeckoView:ClearMatches","GeckoView:DisplayMatches","GeckoView:FindInPage","GeckoView:RestoreState","GeckoView:ScrollBy","GeckoView:ScrollTo","GeckoView:SetActive","GeckoView:SetFocused","GeckoView:SetPriorityHint","GeckoView:UpdateInitData","GeckoView:ZoomToInput"]
09-12 00:28:59.680 17194 17209 D GeckoViewNavigation: onInit
09-12 00:28:59.680 17194 17209 D GeckoViewModule: registerListener ["GeckoView:GoBack","GeckoView:GoForward","GeckoView:GotoHistoryIndex","GeckoView:LoadUri","GeckoView:Reload","GeckoView:Stop","GeckoView:PurgeHistory"]
09-12 00:28:59.680 17194 17209 D GeckoViewNavigation: onEnable
09-12 00:28:59.680 17194 17209 D GeckoViewProcessHangMonitor: onInit
09-12 00:28:59.680 17194 17209 D GeckoViewProcessHangMonitor: onEnable
09-12 00:28:59.680 17194 17209 D GeckoViewModule: registerListener ["GeckoView:HangReportStop","GeckoView:HangReportWait"]
09-12 00:28:59.681 17194 17209 D GeckoViewSettings: onInit
09-12 00:28:59.681 17194 17209 D GeckoViewModule: registerListener ["GeckoView:GetUserAgent"]
09-12 00:28:59.681 17194 17209 D GeckoViewSettings: onSettingsUpdate: {"chromeUri":null,"screenId":0,"userAgentOverride":null,"allowJavascript":true,"userAgentMode":0,"viewportMode":0,"useTrackingProtection":false,"suspendMediaWhenInactive":false,"usePrivateMode":false,"unsafeSessionContextId":null,"displayMode":0,"sessionContextId":null,"fullAccessibilityTree":false,"isPopup":false}
09-12 00:28:59.681 17194 17209 D GeckoViewModule: registerListener ["GeckoView:WebExtension:SetTabActive"]
09-12 00:28:59.683 17194 17209 I GeckoSession: zerdatime 1625182 - chrome startup finished
09-12 00:28:59.684 17223 17240 D GeckoViewSelectionActionDelegate[C]: handleEvent: visibilitychange
09-12 00:28:59.686 17330 17345 D GeckoViewSelectionActionDelegate[C]: handleEvent: visibilitychange
09-12 00:28:59.686 17194 17207 D         : HostConnection::get() New Host Connection established 0x7fba5d21d360, tid 17207
09-12 00:28:59.687 17194 17209 D GeckoViewModule: dispatch GeckoView:WebExtension:SetTabActive, data={"active":true}
09-12 00:28:59.687 17194 17209 D GeckoViewTab: onEvent: event=GeckoView:WebExtension:SetTabActive, data={"active":true}
09-12 00:28:59.687 17330 17345 D GeckoViewSettings[C]: receiveMessage: SettingsUpdate
09-12 00:28:59.687 17330 17345 W GeckoEditableChild: No editable parent
09-12 00:28:59.688 17194 17209 D GeckoViewModule: dispatch GeckoView:LoadUri, data={"uri":"about:blank","flags":0,"headerFilter":1}
09-12 00:28:59.688 17194 17209 D GeckoViewNavigation: onEvent: event=GeckoView:LoadUri, data={"uri":"about:blank","flags":0,"headerFilter":1}
09-12 00:28:59.689 17194 17209 I Gecko   : 1662942539689	Marionette	TRACE	Received observer notification browser-delayed-startup-finished
09-12 00:28:59.689 17258 17296 D EGL_emulation: eglMakeCurrent: 0x7fba64e7c440: ver 3 0 (tinfo 0x7fba5a78d660)
09-12 00:28:59.691 17258 17296 D EGL_emulation: eglMakeCurrent: 0x7fba64e7c440: ver 3 0 (tinfo 0x7fba5a78d660)
09-12 00:28:59.691 17258 17296 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:28:59.696 17194 17209 D GeckoViewXUL: receiveMessage GeckoView:ContentModuleLoaded {"module":"SessionStateAggregator"}
09-12 00:28:59.701 17194 17209 I Gecko   : 1662942539701	RemoteAgent	TRACE	[4] ProgressListener state=start: about:blank
09-12 00:28:59.702 17258 17296 D EGL_emulation: eglMakeCurrent: 0x7fba64e7c440: ver 3 0 (tinfo 0x7fba5a78d660)
09-12 00:28:59.702 17258 17296 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008caa
09-12 00:28:59.704 17330 17345 D GeckoViewSelectionActionDelegate[C]: handleEvent: visibilitychange
09-12 00:28:59.706 17330 17345 D GeckoViewAutoFill[C]: handleEvent: pagehide
09-12 00:28:59.710 17194 17209 D GeckoViewAutoFill: receiveMessage Clear
09-12 00:28:59.712 17194 17209 D GeckoViewNavigation: onLocationChange
09-12 00:28:59.713 17194 17209 D GeckoViewContent: handleEvent: pagetitlechanged
09-12 00:28:59.715 17330 17345 D GeckoViewContentDelegateChild[C]: handleEvent: DOMContentLoaded
09-12 00:28:59.718 17330 17345 D GeckoViewAutoFill[C]: handleEvent: pageshow
09-12 00:28:59.719 17330 17345 D GeckoViewContent[C]: handleEvent: pageshow
09-12 00:28:59.720 17194 17209 I Gecko   : 1662942539720	RemoteAgent	TRACE	[4] ProgressListener state=stop: about:blank
09-12 00:28:59.720 17194 17209 I Gecko   : 1662942539720	Marionette	DEBUG	0 <- [1,3,null,{"handle":"e9673e87-72da-4311-832d-e64472f68a3a","type":"tab"}]

As it looks like there is no page load activity in the new tab going on when it fails.

We should investigate if we are still waiting for a specific event here, or if there might be an issue in GeckoView itself.

Blocks: 1790329
No longer blocks: 1790329
Severity: -- → S3
Priority: -- → P2
Whiteboard: [webdriver:backlog]

This is actually a dupe of bug 1790325.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
Priority: P2 → --
Whiteboard: [webdriver:backlog]
You need to log in before you can comment on or make changes to this bug.