I am having a problem when every time I try to restart my calculation from a checkpoint with SIGSEGV signal intercepted as shown below. I am using code_saturne 3.0.1. There is no problem occurred when I run my case from the first time step, but unfortunately, this happens during restart.
Here I provide the subroutine files used, listing and other may assist. Could someone help me where could I have done wrong or how to overcome this problem?SIGSEGV signal (forbidden memory area access) intercepted!
Call stack:
1: 0x4073ff <clptur_+0x1eff> (cs_solver)
2: 0x2b690a0c8973 <condli_+0x2f09> (libsaturne.so.0)
3: 0x2b690a1cd961 <tridim_+0x33f1> (libsaturne.so.0)
4: 0x2b690a0b23fd <caltri_+0x27e9> (libsaturne.so.0)
5: 0x2b690a093925 <cs_run+0xa55> (libsaturne.so.0)
6: 0x2b690a093a85 <main+0x155> (libsaturne.so.0)
7: 0x31dae1ed5d <__libc_start_main+0xfd> (libc.so.6)
8: 0x405439 <> (cs_solver)
End of stack
Many thanks
Muhsin