Re: Foreign memory context read - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Foreign memory context read
Date
Msg-id 4DDA0573020000250003DAFD@gw.wicourts.gov
Whole thread Raw
In response to Foreign memory context read  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
Responses Re: Foreign memory context read  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
List pgsql-hackers
Vaibhav Kaushal  wrote:
> Do you think its the 'slot_getattr' causing the seg-fault?
On many platforms it's not hard to get a core file out of a segfault
(perhaps by using ulimit), and then get a stack trace (using gdb or
similar) to see exactly where it is happening.
-Kevin



pgsql-hackers by date:

Previous
From: Vaibhav Kaushal
Date:
Subject: Re: Foreign memory context read
Next
From: "Kevin Grittner"
Date:
Subject: Re: Fw: Help required regarding patch development