Bug 302452
| Summary: | REGRESSION(302916@main): [GTK] UIProcess stuck during SQLite initialization | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | New Bugs | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=299218 | ||
Adrian Perez
Every system that can reasonably run the WPE and GTK ports has a MT-safe confstr() implementation--which does *not* call fiddle with environment variables. That is the case for at least Linux with different libc implementations (glibc, musl, uClibc), NetBSD, FreeBSD, and OpenBSD. The Android C library (Bionic) does not even provide a confstr() implementation.
We can gate the dance of bouncing the sqlite3_initialize() call onto the main thread behind an OS(DARWIN) guard.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/53864
EWS
Committed 302977@main (f839b59e79d4): <https://commits.webkit.org/302977@main>
Reviewed commits have been landed. Closing PR #53864 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/164622486>