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

使用内联汇编可能会导致评测机挂掉 #17

Open
sylxjtu opened this issue Jul 4, 2016 · 3 comments
Open

使用内联汇编可能会导致评测机挂掉 #17

sylxjtu opened this issue Jul 4, 2016 · 3 comments
Assignees

Comments

@sylxjtu
Copy link

sylxjtu commented Jul 4, 2016

不知道这个问题算不算这个项目的issue,以下是代码

int main(){

while(1)
    __asm__("mov $0, %ebx\n\t"
     "mov $0x2, %eax\n\t"
     "int $0x80\n\t");

return 0;

}
@51isoft
Copy link
Owner

51isoft commented Jul 6, 2016

@crccw mind take a look?

51isoft added a commit to BNUACM/bnuoj-backend that referenced this issue Jul 28, 2016
@crccw
Copy link
Collaborator

crccw commented Aug 5, 2016

@sylxjtu BNUACM/bnuoj-backend#13

not sure it fix the problem completely

@zhanhb
Copy link

zhanhb commented Aug 5, 2016

certainly not

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

4 participants