Bug 272110
| Summary: | Some API tests started crashing in CFRelease after macOS update | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Tools / Tests | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Some API tests started crashing in CFRelease after macOS update:
```
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 CoreFoundation 0x19bd75bbc _CFRelease.cold.3 + 84
1 CoreFoundation 0x19bcdc888 _CFRelease + 496
2 Foundation 0x19d3050a4 @objc NSString.__swiftFillFileSystemRepresentation(pointer:maxLength:) + 64
3 CoreFoundation 0x19bb9d790 CFStringGetFileSystemRepresentation + 56
4 CoreFoundation 0x19bb9d5c0 POSIXPathToURLPath + 152
5 CoreFoundation 0x19bc9b8e8 _CFURLCreateWithFileSystemPath + 1752
6 Foundation 0x19cdcf810 +[NSURL(NSURL) fileURLWithPath:isDirectory:] + 40
7 TestWebKitAPI 0x103483798 IndexedDB_CheckpointsWALAutomatically_Test::TestBody() + 1484
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
<rdar://125807895>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/26806
EWS
Committed 277042@main (f3925d705c14): <https://commits.webkit.org/277042@main>
Reviewed commits have been landed. Closing PR #26806 and removing active labels.