mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 21:51:17 +02:00
- attempt to fix the socket send freeze bug
This commit is contained in:
@@ -1701,6 +1701,9 @@ __try {
|
||||
|
||||
#if defined(__GNUC__) && !defined(__MINGW32__)
|
||||
signal(SIGSEGV, handleSIGSEGV);
|
||||
|
||||
// http://developerweb.net/viewtopic.php?id=3013
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
#endif
|
||||
|
||||
return glestMain(argc, argv);
|
||||
|
Reference in New Issue
Block a user