Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Test: crashes when running unit tests on iOS with the test app #100

@orangemocha

Description

@orangemocha

When doing runs of all available unit tests using our new iOS test app, it's not uncommon to run into crashes. These happen in various random tests but they are likely the product of a corruption that happened somewhere before during the run.

Symptoms include:

  • Assertion failure: (ptrBits & 0x7) in SpiderMonkey in debug builds (indicating a GC corruption)
  • EXC_BAD_ACCESS in release builds (this could be a consequence of the above assertion failure)
  • sigabort in libuv

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions