aboutsummaryrefslogtreecommitdiffstats
path: root/snekbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'snekbox.py')
-rw-r--r--snekbox.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/snekbox.py b/snekbox.py
index a4dd711..95ff7e0 100644
--- a/snekbox.py
+++ b/snekbox.py
@@ -67,6 +67,9 @@ class Snekbox(object):
except IndexError:
output = ''
+ elif proc.returncode == 11:
+ output = 'segfaulted, nice work!'
+
elif proc.returncode == 109:
output = 'timed out or memory limit exceeded'