electron-overlay-window
electron-overlay-window copied to clipboard
Very obscure error when the application loses focus
as soon as the process the overlay is attached to loses focus the following happens:
- Electron application hangs
- Dev tools stops accepting commands, instead hanging whenever i try to input something
- After 10 seconds or so the following appears:
[14252:0723/190629.458:ERROR:proxy_impl.cc(402)] commit hung: ptfp1 pwpd0 tmrta1 as0 gpur10 ltfs11 zc0 {"tree_priority":"SAME_PRIORITY_FOR_BOTH_TREES","soft_memory_limit":536870912,"hard_memory_limit":536870912,"pending_required_for_activation_callback_id":0,"current_memory_usage":7602176,"current_resource_usage":10,"raster_tiles":[],"activation_tiles":[]}a[a] bmfs2 hpt1 atnfd1 pw0 aw0 rfa1
i have searched for "commit hung" but it nothing comes out of that search. The error suggested to me there could potentially be a memory leak, but i checked and the memory usage doesnt differ that much before and after i minimize the application.
It's a very weird problem, and my line of thinking for posting the issue here is that it specifically happens after it is minimized (which electron-overlay-window) does
I don't think I can do anything here. But at least knowing your OS would be useful.