You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not allowed to use CoreFoundation functions after forking.. thus we are not able to retrieve the window title at this point.
EVENT_HANDLER_WINDOW_MOVED: Google Chrome 262
event_signal_transmit: window_moved
The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec().
Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
title = '<unknown>'
The text was updated successfully, but these errors were encountered:
Filtering signals by window title is broken. Affects the following events:
We are not allowed to use CoreFoundation functions after forking.. thus we are not able to retrieve the window title at this point.
The text was updated successfully, but these errors were encountered: