Bug 248595
| Summary: | Assertions in database and ITP code cause crashes when running tests in debug builds | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | Tools / Tests | Assignee: | Darin Adler <darin> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sihui_liu, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Darin Adler
I’ve had lots of trouble running tests lately, with the network process crashing.
This turns out to be because the database code asserts when it runs into errors accessing databases on disk. I don’t think this is a good design pattern, but also it’s a huge practical problem when just trying to run tests. I suggest we just remove those assertions.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102855630>
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/7018
EWS
Committed 257237@main (28b0771a66f1): <https://commits.webkit.org/257237@main>
Reviewed commits have been landed. Closing PR #7018 and removing active labels.