[Freeciv-tickets] [freeciv] #46418: Server crashing on startup in Windows

Back to archive index
OSDN Ticket System norep****@osdn*****
Mon Jan 2 05:49:21 JST 2023


#46418: Server crashing on startup in Windows

  Open Date: 2023-01-01 22:09
Last Update: 2023-01-01 22:49

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

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

Last Changes/Comment on this Ticket:
2023-01-01 22:49 Updated by: cazfi
 * Priority Update from 5 - Medium to 7

Comment:

Patch for master attached.
Will treat this issue as emergency build fix - no review period required before I may push fixes in. Given how long autotools based Windows builds take, I may even test only that fixes don't break linux, not that they really fix Windows, before pushing them in. 

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

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

Ticket details:

Server crashes on Windows.
init_nls() gets first called before fc_support_init() that initializes support mutexes, including that of fallback fc_vsnprintf() implementation used on Windows. Another Windows specialty in play is that init_nls() might call fc_vsnprintf() for LANG setup.


-- 
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/46418
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=46418



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