[Freeciv-Dev] [bug #21547] Client hangs when spawning server (crosser build)

2014-01-27 Thread Marko Lindqvist
URL: Summary: Client hangs when spawning server (crosser build) Project: Freeciv Submitted by: cazfi Submitted on: Tue 28 Jan 2014 02:34:17 AM EET Category: None Severity: 3 - N

[Freeciv-Dev] [bug #21547] Client hangs when spawning server (crosser build)

2014-01-28 Thread Marko Lindqvist
Follow-up Comment #1, bug #21547 (project freeciv): Tried to reproduce (assuming the latter reason) on linux by undefining HAVE_GETADDRINFO from fc_config.h before build. Did not hang, but even with server already running in 5556 tried to use that port. __

[Freeciv-Dev] [bug #21547] Client hangs when spawning server (crosser build)

2014-01-28 Thread Jacob Nevins
Update of bug #21547 (project freeciv): Severity: 3 - Normal => 5 - Blocker ___ Follow-up Comment #2: Treating as 2.4.2 blocker until proven otherwise. _

[Freeciv-Dev] [bug #21547] Client hangs when spawning server (crosser build)

2014-01-28 Thread Marko Lindqvist
Update of bug #21547 (project freeciv): Category:None => general Status:None => Ready For Test ___ Follow-up Comment #3: Attached patch adds

[Freeciv-Dev] [bug #21547] Client hangs when spawning server (crosser build)

2014-01-29 Thread Marko Lindqvist
Follow-up Comment #4, bug #21547 (project freeciv): Err... checking crosser build fc_config.h, it is actually using that fallback of a fallback (i.e., lacks also inet_aton() ) ___ Reply to this item at:

[Freeciv-Dev] [bug #21547] Client hangs when spawning server (crosser build)

2014-01-29 Thread Marko Lindqvist
Follow-up Comment #5, bug #21547 (project freeciv): - Add also gethostbyname() fallback. inet_addr() wasn't working as "localhost" is unresolved name, not IP address like "127.0.0.1". Tested all three implementations on linux by commenting macros out from fc_config.h as needed. (file #19895)

[Freeciv-Dev] [bug #21547] Client hangs when spawning server (crosser build)

2014-01-30 Thread Marko Lindqvist
Follow-up Comment #6, bug #21547 (project freeciv): Latest version fixes the Windows issue too. ___ Reply to this item at: ___ Message sent via/by Gna! http://

[Freeciv-Dev] [bug #21547] Client hangs when spawning server (crosser build)

2014-02-01 Thread Marko Lindqvist
Update of bug #21547 (project freeciv): Status: Ready For Test => Fixed Assigned to:None => cazfi Open/Closed:Open => Closed _

[Freeciv-Dev] [bug #21547] Client hangs when spawning server (crosser build)

2014-02-02 Thread Jacob Nevins
Follow-up Comment #10, bug #21547 (project freeciv): FWIW, tested cproc's r24327 build and cazfi's r24328 crosser build on Windows 7 32-bit and they seem OK in this regard (although I stumbled on another entertaining behaviour: bug #21583).