ERROR: Caught signal number 11 (Segmentation fault) at /lib/x86_64-linux-gnu/libc.so.6(+0xb1426)[0x7f576c0c1426] [0x4]

Ok as there might be an issue. Technically you are expected to do approximately the following:

  1. save example data to a separate file like below. If it is actually the header line that causes the crash, first 10 lines should be more than enough:
gawk '{print $9, $8, $10}' sismos_menegrande.txt | head > data.txt
  1. print out your project call from the original script - with all the script variables substituted by the values, something like below (output redirection does not matter):
echo "project -C$center -A$azimuth -Fxyzpqrs -W$width -L$length -V"
  1. if the crash is still there (confirm this by manually running the project call on data.txt): post data.txt and the crashing project call here. You can attach a file by drag-and-dropping it into the post editing window.
  2. maybe a short apology to @Joaquim, cause it’s him who’s gonna be checking and fixing the codes in case there’s an issue.
1 Like