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 compiled sort-8.16.c.origin.c (from ChiselBench/benchmark/sort-8.16/merged) in the enclosing directory by running "gcc -O3 -o sort sort-8.16.c.origin.c -lpthread". The compilation was fine. But running sort was problematic. For example, I got segmentation fault for running: echo 'x' > x && ./sort x
The text was updated successfully, but these errors were encountered:
Hi,
I compiled sort-8.16.c.origin.c (from ChiselBench/benchmark/sort-8.16/merged) in the enclosing directory by running "gcc -O3 -o sort sort-8.16.c.origin.c -lpthread". The compilation was fine. But running sort was problematic. For example, I got segmentation fault for running: echo 'x' > x && ./sort x
The text was updated successfully, but these errors were encountered: