You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
...
The text was updated successfully, but these errors were encountered:
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 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
...
The text was updated successfully, but these errors were encountered: