google-deepmind / code_contests

Apache License 2.0
2.07k stars 203 forks source link

Does anyone know what Segmentation fault means ? #15

Closed yefangwong closed 1 year ago

yefangwong commented 2 years ago

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

jtkeeling commented 2 years ago

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

felixgimeno commented 1 year ago

Closing this as I cannot reproduce.