D26635: GSCreator: Fix hang due to calling exit() after fork()

2020-01-19 Thread Ambroz Bizjak
abizjak added a comment. Ambroz Bizjak REPOSITORY R373 Image Thumbnailers REVISION DETAIL https://phabricator.kde.org/D26635 To: abizjak, #frameworks, elvisangelaccio Cc: elvisangelaccio

D26635: GSCreator: Fix hang due to calling exit() after fork()

2020-01-13 Thread Ambroz Bizjak
abizjak retitled this revision from "Fix hang due to calling exit() after fork()" to "GSCreator: Fix hang due to calling exit() after fork()". REPOSITORY R373 Image Thumbnailers REVISION DETAIL https://phabricator.kde.org/D26635 To: abizjak, #frameworks

D26635: Fix hang due to calling exit() after fork()

2020-01-13 Thread Ambroz Bizjak
abizjak created this revision. abizjak added a reviewer: Frameworks. abizjak requested review of this revision. REVISION SUMMARY After fork(), exit() invokes atexit handlers, which can result in a lockup if an atexit handler uses thread synchronization facilities, since all but the current thr