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)
- 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. Best regards,
Hamada