1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-05 23:59:09 +00:00

I'm stupid... Remove fake segfault

This commit is contained in:
Julien Duponchelle 2015-05-17 23:10:50 +02:00
parent 0c5b753211
commit 8c9758d16b

View File

@ -190,8 +190,6 @@ def main():
port = int(server_config["port"])
server = Server.instance(host, port)
try:
import faulthandler
faulthandler._sigsegv()
server.run()
except OSError as e:
# This is to ignore OSError: [WinError 0] The operation completed successfully exception on Windows.