From 3201213bec8a1084a75668ce9e93fbaf400e1fb0 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 12 Apr 2020 16:32:16 -0400 Subject: [PATCH] remove tabs --- doc/src/Errors_debug.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/Errors_debug.rst b/doc/src/Errors_debug.rst index a21099ee18..1e7e678602 100644 --- a/doc/src/Errors_debug.rst +++ b/doc/src/Errors_debug.rst @@ -101,7 +101,7 @@ drop back to the GDB prompt. Program received signal SIGSEGV, Segmentation fault. 0x00000000006653ab in LAMMPS_NS::PairLJCut::compute (this=0x829740, eflag=1, vflag=) at /home/akohlmey/compile/lammps/src/pair_lj_cut.cpp:139 - 139 comx += atom->rmass[i]*x[i][0]; /* BUG */ + 139 comx += atom->rmass[i]*x[i][0]; /* BUG */ (gdb) Now typing the command "where" will show the stack of functions starting from @@ -165,7 +165,7 @@ and the core dump and drop you to a prompt like before. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00000000006653ab in LAMMPS_NS::PairLJCut::compute (this=0x1b10740, eflag=1, vflag=) at /home/akohlmey/compile/lammps/src/pair_lj_cut.cpp:139 - 139 comx += atom->rmass[i]*x[i][0]; /* BUG */ + 139 comx += atom->rmass[i]*x[i][0]; /* BUG */ (gdb) From here on, you use the same commands as shown before to get a stack