Signal SIGSEGV (accès à une zone mémoire interdite) intercepté !

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Tsubasa
Posts: 175
Joined: Fri Nov 20, 2020 4:09 am

Signal SIGSEGV (accès à une zone mémoire interdite) intercepté !

Post by Tsubasa »

Hello,

I am facing the following problem.
I am using
- Code_saturne: ver6
- Linux: 18

Code: Select all

Signal SIGSEGV (accès à une zone mémoire interdite) intercepté !

Pile d'appels :
   1: 0x7f0edede810c <cs_time_moment_update_all+0x112c> (libsaturne-6.0.so)
   2: 0x7f0edecf5412 <caltri_+0x2811>                 (libsaturne-6.0.so)
   3: 0x7f0ee04b780f <cs_run+0x5ef>                   (libcs_solver-6.0.so)
   4: 0x7f0ee04b70d8 <main+0x178>                     (libcs_solver-6.0.so)
   5: 0x7f0ede4c1c87 <__libc_start_main+0xe7>         (libc.so.6)
   6: 0x555c24aa5cfa <_start+0x2a>                    (cs_solver)
This problem always happes when I use the following conditions at the same time.
- Use SRC to save some non-usual average variables (inner mass flux, etc..) from 1000step
- Setup output freaquency with each 1000step, which is setup in GUI
- Calculate average of usual some variables (velocity, etc..) from 1000step, which is setup in GUI

Of cource this problem happed even if I change 1000step to other steps (1step, 10step, etc...).

You can download log files and SRC here.
error_case.zip
(66.1 KiB) Downloaded 218 times
Best regards,
Hamada
Post Reply