MeshChatX version
4.8.6
Operating system
All platforms (observed in the Electron desktop build)
OS details (if Other)
No response
How did you install MeshChatX?
Electron desktop build
What happened?
The Nomad page renderer shows a "renderer stopped responding" toast repeatedly. It can be triggered by clicking an announced node and then navigating away from the Nomad browser before the page finishes loading. The renderer overlay appears with reload/cancel buttons and the tab never recovers without a manual reload.
This looks like the crash-tab watchdog is firing after the user has already left the page, or a render that started in NomadNetworkPage is not being cancelled when the current node is cleared. The isCrashTabRendering flag stays true, the WATCHDOG_STALL_MS / RENDER_DEADLINE_MS timers in NomadCrashTab.vue expire, and onCrashTabHung() in NomadNetworkPage.vue emits a ToastUtils.warning for nomadnet.crash_tab_hung_toast.
Steps to reproduce
- Open the Nomad Network tool.
- Click on an announced node in the sidebar.
- While the page is still loading, click another tool or otherwise navigate away from the Nomad browser before the content renders.
- Wait a few seconds.
- Observe the toast / banner saying the Nomad page renderer stopped responding.
Logs or error output
No backend crash. Frontend behavior points to:
NomadCrashTab.vue lines 53-62 (watchdog constants WATCHDOG_MS, WATCHDOG_STALL_MS, RENDER_DEADLINE_MS)
NomadCrashTab.vue lines 408-436 (armRenderDeadline sets status = "hung" and emits hung)
NomadNetworkPage.vue lines 2623-2626 (onCrashTabHung clears isCrashTabRendering and toasts)
NomadNetworkPage.vue lines 2714-2722 (beginCrashTabRenderWait sets isCrashTabRendering = true without checking whether the user has already left the page)
NomadNetworkPage.vue lines 2272-2374 (loadNodePage sets nodePageContent and calls beginCrashTabRenderWait from a callback)
Checklist
MeshChatX version
4.8.6
Operating system
All platforms (observed in the Electron desktop build)
OS details (if Other)
No response
How did you install MeshChatX?
Electron desktop build
What happened?
The Nomad page renderer shows a "renderer stopped responding" toast repeatedly. It can be triggered by clicking an announced node and then navigating away from the Nomad browser before the page finishes loading. The renderer overlay appears with reload/cancel buttons and the tab never recovers without a manual reload.
This looks like the crash-tab watchdog is firing after the user has already left the page, or a render that started in
NomadNetworkPageis not being cancelled when the current node is cleared. TheisCrashTabRenderingflag stays true, theWATCHDOG_STALL_MS/RENDER_DEADLINE_MStimers inNomadCrashTab.vueexpire, andonCrashTabHung()inNomadNetworkPage.vueemits aToastUtils.warningfornomadnet.crash_tab_hung_toast.Steps to reproduce
Logs or error output
No backend crash. Frontend behavior points to:
NomadCrashTab.vuelines 53-62 (watchdog constantsWATCHDOG_MS,WATCHDOG_STALL_MS,RENDER_DEADLINE_MS)NomadCrashTab.vuelines 408-436 (armRenderDeadlinesetsstatus = "hung"and emitshung)NomadNetworkPage.vuelines 2623-2626 (onCrashTabHungclearsisCrashTabRenderingand toasts)NomadNetworkPage.vuelines 2714-2722 (beginCrashTabRenderWaitsetsisCrashTabRendering = truewithout checking whether the user has already left the page)NomadNetworkPage.vuelines 2272-2374 (loadNodePagesetsnodePageContentand callsbeginCrashTabRenderWaitfrom a callback)Checklist