Zeng1998
Zeng1998
请问解决了吗,我也这个问题
> result 4 是 runtime error 吧,signal 31 是被 seccomp 干掉了,看下 `dmesg -T` 找找相关日志看下是哪个 syscall。 看了下syscall是4,不懂orz
[一 9月 14 11:06:16 2020] Judger[19946]: segfault at 0 ip 00007f066ea1b811 sp 00007ffdd8829c18 error 4 in libc-2.27.so[7f066e88d000+1e7000] [一 9月 14 11:06:16 2020] Code: 2e 0f 1f 84 00 00 00...
> 你运行的 demo 咋写的,是那个崩了? ```c #include int main(int argc, char *argv[]) { char input[1000]; scanf("%s", input); printf("Hello %s\n", input); return 0; } ``` 还是这个代码,我先手动编译,然后命令行跑,uid设置成其他的都可以,唯独我当前用户 (1000)就不行
然后发现 不加max_process_number这个参数,或者改为默认的-1,或者改成2000以上 就不出问题了。。。
is there any solutions now?
I can not run it on my machine... Could you please tell me what other thing I need. ```bash 196 static files copied to '/app/staticfiles', 184 post-processed. Apply database migrations...
> For something like this I'd try deleting your sqlite db and then rerunning make migrations then migrate and see what happens. The error occurred while migrating the database, so...