Hello, we've been using dagster for nearly a year ...
# ask-community
s
Hello, we've been using dagster for nearly a year now, a variety of data processing, model training jobs, its a wonderful platform, and kudos to the whole team. Once every so often, we'll see an error like
[DagsterApiServer] Run execution process for ddbd90db-f836-4951-9e91-99e74acaab55 unexpectedly exited with exit code -11.
and the run has been marked as failed from outside the execution context. Could someone shed some light on the possible causes for this? Dagster 0.14.1 / Ubuntu 18.04 on a GCP VM. I understand sometimes a -9 can be OOM, but there appears to plenty of memory so unsure what -11 represents. Thank you
y
Hi Subbu, thanks for the feedback!
-11
usually indicates a segfault
s
Interesting, thanks Yuhan!