No description
57c5e55a4d
When upon cleanup we segfault we want to avoid forcible exit using _Exit(). This was done by an unconditional wait (sleep). This patch changes that mechanism into a latch (mutex) that traps the exit when the sig handler is invoked, therby preventing exit as long as necessary for the sighandler to finish. Change-Id: Ifc8e972be12645a1b310d4cb4e3a4172afc31327 Reviewed-on: https://gerrit.libreoffice.org/29945 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.