Bug 140316
| Summary: | [Mac] Main WebKit processes get re-exec'ed twice when running under ASan | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | dburkart, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=140175 | ||
Alexey Proskuryakov
DumpRenderTree and WebKitTestRunner get re-exec'd, and stop on launch in a debugger when running tests with ASan. This makes debugging test issues with ASan enabled annoying.
To fix this, we need to explicitly add DYLD_INSERT_LIBRARIES to the environment when running under ASan.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/19431649>
Alexey Proskuryakov
Not sure if this is still the case with Xcode 8. Will need to check.