Re: plperl segfault in plperl_trusted_init() on kfreebsd

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Christoph Berg <cb(at)df7cb(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: plperl segfault in plperl_trusted_init() on kfreebsd
Date: 2013-05-16 12:33:45
Message-ID: 20130516123344.GT4361@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Christoph Berg (cb(at)df7cb(dot)de) wrote:
> That was because the plain "./configure" version (for a minimal way to
> reproduce) didn't built with debug symbols. The original gcc line from the
> Debian build log is:

It did, but Debian (and Ubuntu and friends) pull the debugging symbols
out of the binaries and stick them into independent packages, allowing
you to only install them if you need/want to.

Try installing postgresql-9.3-dbg. At least the postgresql-9.2-dbg
package on my system also includes the plperl.so debugging symbols.

Thanks,

Stephen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2013-05-16 13:14:44 Re: plperl segfault in plperl_trusted_init() on kfreebsd
Previous Message Stephen Frost 2013-05-16 12:25:34 Re: Better LWLocks with compare-and-swap (9.4)