SIGSEGV signal (forbidden memory area access) intercepted in version 6.0

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Mohammad
Posts: 114
Joined: Thu Oct 25, 2018 12:18 pm

SIGSEGV signal (forbidden memory area access) intercepted in version 6.0

Post by Mohammad »

Hi,
I just uninstalled version 5.0 and installed version 6.0.
Now when I use cs_user_parameters-time_moments.c (exactly same file in SRC/EXAMPLES) file to calculate U_mean, I get the following error:

Code: Select all

SIGSEGV signal (forbidden memory area access) intercepted!

Call stack:
   1: 0x559b0c5aeefa <+0x2efa>                        (cs_solver)
   2: 0x7f2aaab8f0c4 <cs_time_moment_update_all+0x6c4> (libsaturne-6.0.s\
o)
   3: 0x7f2aaaa9ce39 <caltri_+0x2811>                 (libsaturne-6.0.so\
)
   4: 0x7f2aac1cc6df <cs_run+0x5ef>                   (libcs_solver-6.0.\
so)
   5: 0x7f2aac1cbfa8 <main+0x178>                     (libcs_solver-6.0.\
so)
   6: 0x7f2aa9bb6b97 <__libc_start_main+0xe7>         (libc.so.6)
   7: 0x559b0c5ae63a <_start+0x2a>                    (cs_solver)
End of stack
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: SIGSEGV signal (forbidden memory area access) intercepted in version 6.0

Post by Yvan Fournier »

Hello,

Could you post the whole case setup (except the mesh, unless it is small) ?

Regards,

Yvan
Mohammad
Posts: 114
Joined: Thu Oct 25, 2018 12:18 pm

Re: SIGSEGV signal (forbidden memory area access) intercepted in version 6.0

Post by Mohammad »

Thanks for your reply,
I attached the case.
The mesh size was about 150Mb so I did not upload it.
Attachments
DUCT.zip
(6.2 MiB) Downloaded 162 times
Post Reply