google-deepmind/code_contests

Does anyone know what Segmentation fault means ?

yefangwong opened this issue · 2 comments

I execute bazel command on my computer :

bazel run -c opt execution:solve_example -- --valid_path=/tmp/dm-code_contests/code_contests_valid.riegeli --python3_path=/usr/bin/python3 --python3_library_paths=/usr/lib/python3

Then I got Segmentation fault, Something wrong right?

I had already use gsutil to download code contests dataset, My OS is Ubuntu 18.04 on Windows 11.

Any ideas ?

Thanks

Hello - do you see any other logs/output, or just a segfault? Did the code successfully compile, but then fail to run?

Closing this as I cannot reproduce.