I recently tried to run a case using the Mesh quality criteria only execution mode in order to therefore be able to use the preprocessor log to define my boundary zones. I did not have so far implemented any parameters nor models. This is just a pre-calculation with mesh only. I did not get any error while creating the mesh with SALOME.
Unfortunately, I got the following error SIGSEGV signal (access to forbidden memory area) intercepted !. It seems that several persons already got that kind of problem before looking at the forum history but I did not find so far a solution to my problem. I am also quiet troubled as I already run some cases in the past few weeks without having this mistake whereas the cases I was dealing with where more complicated in term of meshing.
My case is rather simple and composed only of uniform squared cells (picture below).
Here is the error I get in the preprocessor.log file
Code: Select all
Warning
=======
The MED mesh contains 7803 elements of type seg2
which are ignored by the Preprocessor.
Number of faces : 65920
Family 0 : 43280
Family 29 : 800
Family 30 : 100
Family 31 : 21740
Number of cells : 180800
Family 0 : 180800
SIGSEGV signal (access to forbidden memory area) intercepted !
Call stack
1: 0x56077d55b2de <+0x82de> (cs_preprocess)
2: 0x56077d592e97 <ecs_table_att__cree_att_fam+0x727> (cs_preprocess)
3: 0x56077d59f93c <ecs_maillage__cree_attributs+0x9c> (cs_preprocess)
4: 0x56077d5811b0 <ecs_pre_med__lit_maillage+0x1ef0> (cs_preprocess)
5: 0x56077d56355a <ecs_pre__lit_maillage+0x16a> (cs_preprocess)
6: 0x56077d55b390 <main+0xa0> (cs_preprocess)
7: 0x7fea2bb43083 <__libc_start_main+0xf3> (libc.so.6)
8: 0x56077d55bbae <_start+0x2e> (cs_preprocess)
End of stack
Yours faithfully

Guillaume THIRIET