Bug 164805
| Summary: | [Concurrent GC] ASSERTION FAILED: marksMode == MarksStale || block.m_marks.isEmpty() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 149432 | ||
Filip Pizlo
I get this assert in splay with --useConcurrentGC=true --collectContinuously=true. It seems to be the most common way it fails in debug.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Filip Pizlo
Pretty sure I fixed this.