[Freeciv-tickets] [freeciv] #44899: signal timer not freed

Back to archive index
OSDN Ticket System norep****@osdn*****
Wed Jun 22 03:41:10 JST 2022


#44899: signal timer not freed

  Open Date: 2022-06-21 21:41
Last Update: 2022-06-21 21:41

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/44899
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=44899

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2022-06-21 21:41 Updated by: cazfi
 * New Ticket "signal timer not freed" created


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: Server
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

If user has pressed ctrl+c in any time when the server has been running, the timer created for detecting consecutive ctrl+c is never freed, even if the server later exits cleanly.
civserver.c does not have a header file of it's own for declaring a function to free things allocated in that module. Maybe we should move signal handling stuff to a completely new module?


-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/44899
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=44899



More information about the Freeciv-tickets mailing list
Back to archive index