Opened 17 months ago
Closed 10 months ago
#2413 closed defect (fixed)
proxy server does not exit on first SIGINT
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.0 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description
Change History (2)
comment:1 Changed 11 months ago by
Milestone: | future → 4.0 |
---|---|
Status: | new → assigned |
comment:2 Changed 10 months ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updates:
- simplify fd passing code (python 3.2+): r25778, r25779, r25781, r25783, r25784
- use
start_new_session
instead of customsetsid
orsetpgrp
: r25780 - better signal handling and signal debugging: r25785, r25786, r25789, r25790
- close message queue: r25788
- force terminate proxy instance: r25791
Only the last changeset is really required.
Note: See
TracTickets for help on using
tickets.
As per ticket:2592#comment:1, should be fixed in r25239.
Just needs testing + backporting.