Page 1 of 1

error message "SIGSEGV signal (forbidden memory.."

Posted: Sat Oct 07, 2017 2:22 pm
by Johannes_ACKVA
hello
Saturne stops after a successful preprocessing with the message (in file "listing")

"SIGSEGV signal (forbidden memory area access) intercepted!"

What I did: I am working at the tutorial "02_full_domain". case1 (of 3 cases) is rather similar as the tutorial "01_simple_junction", only a larger mesh region is used, so there are 3 meshes. I copied the xml-file of the 1st tutorial to the DATA-folder of the second, then I opened it with Saturne-GUI and completed the list of the meshes. Then I pressed "start calculation".

In that manner (copying the .xml) I think I can avoid, to type in again all the same input as was already done in tutorial 1.

Can somebody please explain where lies the problem?

Thank you
Regards
Johannes_ACKVA

Re: error message "SIGSEGV signal (forbidden memory.."

Posted: Sat Oct 07, 2017 8:35 pm
by Luciano Garelli
Hello,

The way to create a new case re-using an existing case is the following

Code: Select all

 code saturne create --copy-from case1 -c case2 
Regards,

Luciano