Debug problem when DEM simulation errors

The project made a error after simulating a while and i tried to debug with GDB then i meet some trouble:
1.There is no core* file generated.
2.I can not build mfixsolver with dmp and FCFLAGS=-g -o0.
the commend as follows:build_mfixsolver --batch FC=mpifort -j 8 --dmp FCFLAGS=“-g -o0”
Thanks for your guidence.
viscosity_v2.zip (34.9 KB)

What are your ulimit settings? Try ulimit -a. This may be preventing the core file from being written.

Thanks for your reply! I have run GDB on the vscode to solve this problem and i checked the ulimit settings.