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
The code for this is done in cypress-io/cypress#5810, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Cypress v3.6
cypress/cli/lib/exec/spawn.js
Line 138 in e313f8c
then our CLI receives
code: null
and thinks everything is peachySeems
SIGBUS
is sent to the child process when it runs out of shared memory space for example https://stackoverflow.com/questions/53902507/unknown-error-session-deleted-because-of-page-crash-from-unknown-error-cannot/53970825#53970825Proposal
Only exit with code 0 when the child process successfully finishes with
code: 0, signal: null
The text was updated successfully, but these errors were encountered: