LOCALISATION_JOB fails with core dump due to wrong format for grid in libecl This error should belong to repo libecl
oddvarlia opened this issue · 2 comments
oddvarlia commented
oddvarlia commented
The reason for this error was that a file with wrong file format for GRID keyword was used. A grid file with extension .EGRID was supplied, but he format was .GRID not .EGRID This resulted in seg.fault in libecl EclGrid reader. An improvement in repo libecl for EclGrid could be to catch this error and report wrong file format instead of crashing with seg.fault.
oddvarlia commented
User error resulted in wrong filename extension and this trigged the libecl core dump.