=== 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: /raid/testing/castro-gpu/amrex/Tools/Plotfile//fcompare.pgi.ex() [0x500fbb]
    amrex::BLBackTrace::print_backtrace_info(_IO_FILE*)
??:0

 1: /raid/testing/castro-gpu/amrex/Tools/Plotfile//fcompare.pgi.ex() [0x500922]
    amrex::BLBackTrace::handler(int)
??:0

 2: /raid/testing/castro-gpu/amrex/Tools/Plotfile//fcompare.pgi.ex() [0x40ea55]
    main_main()
??:0

 3: /raid/testing/castro-gpu/amrex/Tools/Plotfile//fcompare.pgi.ex() [0x410857]
    main
??:0

 4: /lib64/libc.so.6(__libc_start_main+0xf3) [0x7fb37bba21a3]
    __libc_start_main
??:0

 5: /raid/testing/castro-gpu/amrex/Tools/Plotfile//fcompare.pgi.ex() [0x40beae]
    _start
??:0