[lammps-users] Segmentation fault

Hello everybody,

i have the segmentation fault at this line in lammps. It works on another compiler but with the GCC/8.3.0 it is not working. What could be issue here ?

Best regards

Hello everybody,

i have the segmentation fault at this line in lammps. It works on another compiler but with the GCC/8.3.0 it is not working. What could be issue here ?

impossible to say for sure from just this little information.
it looks like bad programming due to a type mismatch. what type is “x0”?
are there any compiler warnings with -Wall?

axel.

I should also add that there is no such code anywhere in the LAMMPS distribution.
So this has to be in your code or somebody else’s code that you are using but not in LAMMPS.