Re: Segmentation fault with core dump

From: Joshua Berry <yoberi(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: PostgreSQL - General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Segmentation fault with core dump
Date: 2013-04-10 23:25:24
Message-ID: CAPmZXM2d8X4PkfVnW7BxA7dY14+ezVeizHxP8h0MJhbuOKYksA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Ok, I might be seeing whats going on here. Could you go to 'printtup'
> and print *myState, *myState->attrinfo, *typpeinfo?
>

#4 0x00000000004593c4 in printtup (slot=0x2d14618, self=0x2a50c40)
at printtup.c:297
297 printtup_prepare_info(myState, typeinfo, natts);
(gdb) print *myState, *myState->attrinfo, *typeinfo
value has been optimized out
(gdb)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andres Freund 2013-04-10 23:28:57 Re: Segmentation fault with core dump
Previous Message Tom Lane 2013-04-10 23:22:57 Re: Segmentation fault with core dump