Autocuts icon indicating copy to clipboard operation
Autocuts copied to clipboard

Segmentation fault: 11

Open charlesfleche opened this issue 6 years ago • 1 comments

Building on macOS 10.13.2 (17C205) clang 5.0.1, Autocuts segfaults at startup:

$ ./Autocuts_bin 
Segmentation fault: 11

charlesfleche avatar Mar 01 '18 18:03 charlesfleche

I had a similar issue which came from the getenv call in main.cpp. Try replacing it with a constant or setting the environment variable OMP_NUM_THREADS.

allo- avatar May 22 '18 14:05 allo-