mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e88ef7548a
The terminator currently makes use of PR_Sleep. As it turns out, late in shutdown, this can cause infinite recursions and finally exit(-11) . This patch replaces PR_Sleep with usleep(3) and Sleep(). MozReview-Commit-ID: 3SybinpQUVl |
||
---|---|---|
.. | ||
tests/xpcshell | ||
moz.build | ||
nsTerminator.cpp | ||
nsTerminator.h | ||
nsTerminatorTelemetry.js | ||
terminator.manifest |