Bug 245564
| Summary: | Thread safety analysis does not support run-time lock assertions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Web Template Framework | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kimmo Kinnunen
Thread safety analysis does not support run-time lock assertions
Consider a rule like:
- variable is read and written without lock from main thread until work queue is started
- after work queue is started, the main thread writes are protected by a lock
- work queue reads are protected by a lock
Currently we only explain this with comments, if even that.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100313162>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/4621