cpinitiative / online-judge

Serverless Online Judge
Mozilla Public License 2.0
17 stars 4 forks source link

Core Dump files not removed after executing #7

Closed thecodingwizard closed 2 years ago

thecodingwizard commented 2 years ago

https://ide.usaco.guide/Mpmo86nPK_P2chy166K?lang=cpp

Steps to reproduce:

  1. Write some C++ code that asserts false
  2. A core dump file is created in /tmp and is never deleted
  3. eventually /tmp runs out of space and the lambda fails all future requests