Re: segfault with incremental sort

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: luis(dot)roberto(at)siscobra(dot)com(dot)br
Cc: pgsql-bugs <pgsql-bugs(at)lists(dot)postgresql(dot)org>, "alan(dot)formagi" <alan(dot)formagi(at)siscobra(dot)com(dot)br>
Subject: Re: segfault with incremental sort
Date: 2020-10-30 19:51:23
Message-ID: 107029.1604087483@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

luis(dot)roberto(at)siscobra(dot)com(dot)br writes:
> I'm not sure how to get the stack trace correctly.. following the instructions I only get the function names, but not files or line numbers...
> What can I do to get more helpful information?

That means you need to install debug symbols, which on most Linux
systems are an optional sub-package for each package. On Red Hat
based systems, try "sudo debuginfo-install postgresql"

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message luis.roberto 2020-10-30 20:35:02 Re: segfault with incremental sort
Previous Message Heath Lord 2020-10-30 19:47:23 Re: REL_13_STABLE Windows 10 Regression Failures