#1943 closed defect (fixed)
server does not shutdown cleanly
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | blocker | Milestone: | 2.4 |
Component: | server | Version: | 2.3.x |
Keywords: | Cc: |
Description
The exitfunc hook triggers errors and doesn't run our cleanup code.
This makes #1123 more important: this would allow us to run most of the cleanup code from the server's cleanup method rather than using atexit hooks.
Attachments (1)
Change History (5)
Changed 3 years ago by
Attachment: | exitfunc.patch added |
---|
comment:1 Changed 3 years ago by
Priority: | major → blocker |
---|---|
Status: | new → assigned |
comment:2 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Workaround in r20254.
comment:4 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1943
Note: See
TracTickets for help on using
tickets.
patch to try to debug exitfunc / atexit behaviour