Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress crashing at the end of successful E2E run #2706

Closed
znarf opened this issue Dec 10, 2019 · 2 comments
Closed

Cypress crashing at the end of successful E2E run #2706

znarf opened this issue Dec 10, 2019 · 2 comments
Labels
complexity → unknown frontend technical-debt Deprecated code to migrate and other necessary refactors test

Comments

@znarf
Copy link
Member

znarf commented Dec 10, 2019

This is intermittently happening when running on GitHub Actions. I don't remember seeing it on CircleCI ever.

2019-12-10T11:03:26.9893142Z /home/runner/.cache/Cypress/3.7.0/Cypress/Cypress[8475]: ../../third_party/electron_node/src/node_platform.cc:435:std::shared_ptr<PerIsolatePlatformData> node::NodePlatform::ForIsolate(v8::Isolate *): Assertion `data' failed.
2019-12-10T11:03:26.9898546Z  1: 0x55f4908ddd85 node::Abort() [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9901509Z  2: 0x55f4908dd64f  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9904769Z  3: 0x55f49092949b  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9908221Z  4: 0x55f48ce92fe7  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9910975Z  5: 0x55f48ce9321c  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9913760Z  6: 0x55f48cabb9d2  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9916979Z  7: 0x55f48cab943a v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9921226Z  8: 0x55f48cac47c2  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9924579Z  9: 0x55f48cea237f v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag) [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9929593Z 10: 0x55f48cea27b8 v8::internal::Factory::NewStringFromUtf8(v8::internal::Vector<char const>, v8::internal::PretenureFlag) [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9932923Z 11: 0x55f48ca70e4c v8::String::NewFromUtf8(v8::Isolate*, char const*, v8::NewStringType, int) [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9937254Z 12: 0x55f490959401  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9939689Z 13: 0x55f4908c8b62  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9942569Z 14: 0x55f48cbb92d0  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9945496Z 15: 0x55f48cbb8837  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:26.9948320Z 16: 0x55f48d3b2fab  [/home/runner/.cache/Cypress/3.7.0/Cypress/Cypress]
2019-12-10T11:03:27.4033517Z The Test Runner unexpectedly exited via a exit event with signal SIGABRT

Another occurrence: https://github.com/opencollective/opencollective-api/runs/347936422

/home/runner/.cache/Cypress/3.8.0/Cypress/Cypress[7643]: ../../third_party/electron_node/src/node_platform.cc:444:std::shared_ptr<PerIsolatePlatformData> node::NodePlatform::ForIsolate(v8::Isolate *): Assertion `data' failed.
The Test Runner unexpectedly exited via a exit event with signal SIGABRT

https://github.com/opencollective/opencollective-api/pull/3050/checks?check_run_id=348104621

/home/runner/.cache/Cypress/3.8.0/Cypress/Cypress[7074]: ../../third_party/electron_node/src/node_platform.cc:444:std::shared_ptr<PerIsolatePlatformData> node::NodePlatform::ForIsolate(v8::Isolate *): Assertion `data' failed.
The Test Runner unexpectedly exited via a exit event with signal SIGABRT

Also in CircleCI: https://circleci.com/gh/opencollective/opencollective-frontend/64008

@znarf znarf added test frontend complexity → unknown technical-debt Deprecated code to migrate and other necessary refactors labels Dec 10, 2019
@znarf
Copy link
Member Author

znarf commented Dec 16, 2019

Reported upstream: cypress-io/cypress#5965

@znarf
Copy link
Member Author

znarf commented Mar 4, 2020

Not an issue anymore.

@znarf znarf closed this as completed Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity → unknown frontend technical-debt Deprecated code to migrate and other necessary refactors test
Projects
None yet
Development

No branches or pull requests

1 participant