abizjak added a comment.
Ambroz Bizjak
REPOSITORY
R373 Image Thumbnailers
REVISION DETAIL
https://phabricator.kde.org/D26635
To: abizjak, #frameworks, elvisangelaccio
Cc: elvisangelaccio
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
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