Changes between Version 12 and Version 13 of DevWikiGettingABackTrace


Ignore:
Timestamp:
Jul 14, 2023, 6:53:52 PM (10 months ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGettingABackTrace

    v12 v13  
    55= Prerequisites =
    66
    7 This tutorial assumes that you are running a POSIX-based operating system such as Linux, BSD, Solaris, MacOS, MSYS2, Cygwin etc. If you are running Windows then you can obtain a similar result once you have installed the required MingW/Msys2 components which are generally part of [https://www.msys2.org/ Msys2] or can be installed via Pacman package manager shipped with msys2. You will need to make sure that gdb (GNU debugger) has been installed on your system; to verify this, simply type "gdb -v" and check the output. If gdb is installed, you'll see something like this:
     7This tutorial assumes that you are running a POSIX-based operating system such as Linux, BSD, Solaris, MacOS, MSYS2, Cygwin etc. If you are running Windows then you can obtain a similar result once you have installed the required MingW/Msys2 components which are generally part of [https://www.msys2.org/ Msys2] or can be installed via Pacman package manager shipped with msys2. You will need to make sure that gdb (GNU debugger) has been installed on your system; to verify this, simply type ```gdb -v``` and check the output. If gdb is installed, you'll see something like this:
    88
    99{{{
    1010GNU gdb (GDB) 8.1
    1111Copyright (C) 2018 Free Software Foundation, Inc.
    12 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    13 }}}
     12License GPLv3+: GNU GPL version 3 or later
    1413= TIP =
    1514The most meaningful backtrace can be achieved by working against a postgresql compiled with debug fiels.  To build postgresql