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

the system call number lists returned by calling cmd/test/syscall_dig/main.go are all different each time #94

Open
yutingcaicyt opened this issue Sep 29, 2024 · 1 comment

Comments

@yutingcaicyt
Copy link

I just add the 'import pandas' to the test.py,like
import pandas
def main() -> dict:
return {"message": [1, 2, 3]}

and then I run 'go run cmd/test/syscall_dig/main.go', the return values are different, like:
Following syscalls are required: 20,21,22,29,56,57,61,62,63,64,79,80,93,94,98,99,101,123,131,132,134,135,139,144,146,160,172,178,214,215,220,222,226,233,235,278,293,364

Following syscalls are required: 20,21,22,29,56,57,61,62,63,64,79,80,93,94,98,99,101,123,131,132,134,135,139,144,146,160,172,178,201,211,214,215,220,222,226,233,235,240,278,293

Following syscalls are required: 20,21,22,29,56,57,61,62,63,64,79,80,93,94,98,99,101,123,131,132,134,135,139,144,146,160,172,178,214,215,220,222,226,233,235,278,293,299,344,492
...

@18827555809
Copy link

I just add the 'import pandas' to the test.py,like import pandas def main() -> dict: return {"message": [1, 2, 3]}

and then I run 'go run cmd/test/syscall_dig/main.go', the return values are different, like: Following syscalls are required: 20,21,22,29,56,57,61,62,63,64,79,80,93,94,98,99,101,123,131,132,134,135,139,144,146,160,172,178,214,215,220,222,226,233,235,278,293,364

Following syscalls are required: 20,21,22,29,56,57,61,62,63,64,79,80,93,94,98,99,101,123,131,132,134,135,139,144,146,160,172,178,201,211,214,215,220,222,226,233,235,240,278,293

Following syscalls are required: 20,21,22,29,56,57,61,62,63,64,79,80,93,94,98,99,101,123,131,132,134,135,139,144,146,160,172,178,214,215,220,222,226,233,235,278,293,299,344,492 ...

I also encountered the same confusion

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

2 participants