Judger icon indicating copy to clipboard operation
Judger copied to clipboard

Gives runtime error all time on Ubuntu 20.04

Open milon19 opened this issue 4 years ago • 3 comments

I am trying to run the judger on ubuntu 20.04. It gives Run Time Error.

Result: {'cpu_time': 0, 'real_time': 155, 'memory': 1478656, 'signal': 31, 'exit_code': 0, 'error': 0, 'result': 4}

I am using python 3.8

milon19 avatar Oct 17 '20 19:10 milon19

Maybe the new version libc will use some extra syscall,run dmesg -T and give me the output.

virusdefender avatar Oct 19 '20 00:10 virusdefender

I have same problem when I try to run demo. The result of running dmesg -T : auid=1001 uid=0 gid=0 ses=62 pid=1559948 comm="main" exe="/home/<username>/Judger/demo/main" sig=31 arch=c000003e syscall=17 compat=0 ip=<ip> code=0x0

Cerulean0601 avatar Oct 26 '20 10:10 Cerulean0601

You need to add syscall 17 to the white list

virusdefender avatar Oct 27 '20 02:10 virusdefender