diff options
author | Marko Kreen | 2012-10-18 10:41:13 +0000 |
---|---|---|
committer | Marko Kreen | 2012-10-18 12:42:28 +0000 |
commit | c261a4a076eaf40983e79de2bcaee300f0994c11 (patch) | |
tree | bba99d4a8b860dfd9c06ff9496b56c4449f05fb1 | |
parent | b074c075983f0aa6b8b6a994dac4db34254bcc0f (diff) |
walmgr: drop reference to traceback object
-rwxr-xr-x | python/walmgr.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/walmgr.py b/python/walmgr.py index 604ba691..408d8650 100755 --- a/python/walmgr.py +++ b/python/walmgr.py @@ -1751,6 +1751,7 @@ STOP TIME: %(stop_time)s self.log.fatal("xrestore %s crashed: %s: '%s' (%s: %s)" % ( srcname, str(exc), str(msg).rstrip(), str(tb), repr(traceback.format_tb(tb)))) + del tb time.sleep(10) self.log.info("Re-exec: %s", repr(sys.argv)) os.execv(sys.argv[0], sys.argv) |