mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-01 19:50:59 +00:00
I'm stupid... Remove fake segfault
This commit is contained in:
parent
0c5b753211
commit
8c9758d16b
@ -190,8 +190,6 @@ def main():
|
|||||||
port = int(server_config["port"])
|
port = int(server_config["port"])
|
||||||
server = Server.instance(host, port)
|
server = Server.instance(host, port)
|
||||||
try:
|
try:
|
||||||
import faulthandler
|
|
||||||
faulthandler._sigsegv()
|
|
||||||
server.run()
|
server.run()
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
# This is to ignore OSError: [WinError 0] The operation completed successfully exception on Windows.
|
# This is to ignore OSError: [WinError 0] The operation completed successfully exception on Windows.
|
||||||
|
Loading…
Reference in New Issue
Block a user