https://bugs.kde.org/show_bug.cgi?id=399473

--- Comment #2 from RJVB <rjvber...@gmail.com> ---
No, it doesn't, not when running remotely in any case (or when the remote
server has become unavailable). Possibly idem when a local server is going down
hard, but that's a bit of a corner case.

You're right that a normal exit results when the application is running
normally and locally, under X11 at least. But it's not like closing a window
AFAICT which probably goes through Q*Application; Qt doesn't catch the HUP
signal so the OS default HUP handler takes over. I presume that leads to
calling exit(), while in the situation I describe one should probably be
calling _exit() instead (after doing a custom save-what-you-can call).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to