Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gives runtime error all time on Ubuntu 20.04 #47

Open
milon19 opened this issue Oct 17, 2020 · 3 comments
Open

Gives runtime error all time on Ubuntu 20.04 #47

milon19 opened this issue Oct 17, 2020 · 3 comments

Comments

@milon19
Copy link

milon19 commented Oct 17, 2020

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

@virusdefender
Copy link
Contributor

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

@Cerulean0601
Copy link

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

@virusdefender
Copy link
Contributor

You need to add syscall 17 to the white list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants