Re: Details of Segmentation Fault

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Horn <steve(at)stevehorn(dot)cc>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Details of Segmentation Fault
Date: 2012-09-10 01:21:31
Message-ID: 21009.1347240091@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Steve Horn <steve(at)stevehorn(dot)cc> writes:
> I am trying to get the details of a segmentation fault that I'm
> encountering when running a function from the pgRouting library. The log
> in /var/log/postgresql doesn't give me a lot of detail:

No, it wouldn't. You should try to get a stack trace. See
https://wiki.postgresql.org/wiki/Generating_a_stack_trace_of_a_PostgreSQL_backend

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Hitesh Varule 2012-09-10 11:17:28 Need help (unterminated dollar-quoted string at or near "$$ LANGUAGE plpgsql IMMUTABLE; ")
Previous Message Steve Horn 2012-09-10 01:13:33 Details of Segmentation Fault