=== If no file names and line numbers are shown below, one can run addr2line -Cpfie my_exefile my_line_address to convert `my_line_address` (e.g., 0x4a6b) into file name and line number. Or one can use amrex/Tools/Backtrace/parse_bt.py. === Please note that the line number reported by addr2line may not be accurate. One can use readelf -wl my_exefile | grep my_line_address' to find out the offset for that line. 0: ./Maestro2d.gnu.TEST.MPI.ex() [0x64b916] amrex::BLBackTrace::print_backtrace_info(_IO_FILE*) /raid/testing/maestroex-gfortran/amrex//Src/Base/AMReX_BLBackTrace.cpp:179:39 1: ./Maestro2d.gnu.TEST.MPI.ex() [0x64d814] amrex::BLBackTrace::handler(int) /raid/testing/maestroex-gfortran/amrex//Src/Base/AMReX_BLBackTrace.cpp:85:15 2: ./Maestro2d.gnu.TEST.MPI.ex() [0x6dbf00] amrex::Abort(char const*) inlined at /raid/testing/maestroex-gfortran/amrex//Src/LinearSolvers/MLMG/AMReX_MLMG.cpp:180:31 in amrex::MLMG::solve(amrex::Vector > const&, amrex::Vector > const&, double, double, char const*) /raid/testing/maestroex-gfortran/amrex//Src/Base/AMReX.H:155:19 amrex::MLMG::solve(amrex::Vector > const&, amrex::Vector > const&, double, double, char const*) /raid/testing/maestroex-gfortran/amrex//Src/LinearSolvers/MLMG/AMReX_MLMG.cpp:180:31 3: ./Maestro2d.gnu.TEST.MPI.ex() [0x4d9132] std::vector >::~vector() inlined at /raid/testing/maestroex-gfortran/amrex//Src/Base/AMReX_Vector.H:25:7 in Maestro::MacProj(amrex::Vector, std::allocator > >&, amrex::Vector >&, amrex::Vector > const&, BaseState const&, bool) /usr/include/c++/11/bits/stl_vector.h:680:15 amrex::Vector >::~Vector() /raid/testing/maestroex-gfortran/amrex//Src/Base/AMReX_Vector.H:25:7 Maestro::MacProj(amrex::Vector, std::allocator > >&, amrex::Vector >&, amrex::Vector > const&, BaseState const&, bool) ../../../Source/MaestroMacProj.cpp:184:32 4: ./Maestro2d.gnu.TEST.MPI.ex() [0x440b84] Maestro::AdvanceTimeStep(bool) ../../../Source/MaestroAdvance.cpp:385:47 5: ./Maestro2d.gnu.TEST.MPI.ex() [0x4d198d] Maestro::InitIter() ../../../Source/MaestroInit.cpp:765:24 6: ./Maestro2d.gnu.TEST.MPI.ex() [0x4d3864] Maestro::Init() ../../../Source/MaestroInit.cpp:209:27 7: ./Maestro2d.gnu.TEST.MPI.ex() [0x42a5d4] main ../../../Source/main.cpp:61:23 8: /lib64/libc.so.6(+0x40f20) [0x7fe8fcac8f20] __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58:16 9: /lib64/libc.so.6(__libc_start_main+0x80) [0x7fe8fcac8fd0] call_init inlined at ../csu/libc-start.c:379:5 in __libc_start_main@@GLIBC_2.34 ../csu/libc-start.c:128:20 __libc_start_main_impl ../csu/libc-start.c:379:5 10: ./Maestro2d.gnu.TEST.MPI.ex() [0x435f65] _start at ??:?