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
On attempt to run Runtime.evaluate with timeout flag (ndb and DevTools frontend use this flag for eager evaluation without side effects) Node crashes somewhere around NodePlatform::CallOnForegroundThread method. On Inspector side we call postTask on current platform, most likely current platform is incorrect.
I will debug this issue by myself later this week.
The text was updated successfully, but these errors were encountered:
This method is crucial for Runtime.evaluate protocol command with
timeout flag. At least Chrome DevTools frontend uses this method for
every execution in console.
PR-URL: #22383Fixes: #22157
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
On attempt to run Runtime.evaluate with timeout flag (ndb and DevTools frontend use this flag for eager evaluation without side effects) Node crashes somewhere around NodePlatform::CallOnForegroundThread method. On Inspector side we call postTask on current platform, most likely current platform is incorrect.
I will debug this issue by myself later this week.
The text was updated successfully, but these errors were encountered: