mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 15:11:20 +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__)
|
#if defined(__GNUC__) && !defined(__MINGW32__)
|
||||||
signal(SIGSEGV, handleSIGSEGV);
|
signal(SIGSEGV, handleSIGSEGV);
|
||||||
|
|
||||||
|
// http://developerweb.net/viewtopic.php?id=3013
|
||||||
|
signal(SIGPIPE, SIG_IGN);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return glestMain(argc, argv);
|
return glestMain(argc, argv);
|
||||||
|
Reference in New Issue
Block a user