You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will display the ] prompt right after "Hunk_Clear: reset the hunk ok", and react to entering commands but pause the server initialisation (ie, the next line sohuld be "--- Common Init Complete --, but it doesn't come). Pushing just "enter" will just display another prompt. Entering any kind of command will continue the server initialisation for a bit, then hang again. In this fashion, I need to enter a few commands (any really), for the server to finish init.
Only happens when ran under GDB. I tracked the issue down to Com_Milliseconds()
Am I missing something guys? Thanks!
Running 8.2.1 on a Debian 10/64 bit, with gcc 8.3.0.
The text was updated successfully, but these errors were encountered:
Are you using code built by yourself from the latest git master? The builds available still are ancient because the test builds are offline due to security issues with the server.
The more research I've conducted, the more interesting it gets.
The problem is that when ran under GDB, STDIN_FILENO's non blocking flag gets reset by....the getpwuid() call in sys_unix.c. It does sound a little weird... I keep looking.
It will display the ] prompt right after "Hunk_Clear: reset the hunk ok", and react to entering commands but pause the server initialisation (ie, the next line sohuld be "--- Common Init Complete --, but it doesn't come). Pushing just "enter" will just display another prompt. Entering any kind of command will continue the server initialisation for a bit, then hang again. In this fashion, I need to enter a few commands (any really), for the server to finish init.
Only happens when ran under GDB. I tracked the issue down to Com_Milliseconds()
Am I missing something guys? Thanks!
Running 8.2.1 on a Debian 10/64 bit, with gcc 8.3.0.
The text was updated successfully, but these errors were encountered: