Re: Segmentation fault with core dump - Mailing list pgsql-general

From Joshua Berry
Subject Re: Segmentation fault with core dump
Date
Msg-id CAPmZXM2d8X4PkfVnW7BxA7dY14+ezVeizHxP8h0MJhbuOKYksA@mail.gmail.com
Whole thread Raw
In response to Re: Segmentation fault with core dump  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: Segmentation fault with core dump
List 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)
 

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Segmentation fault with core dump
Next
From: Andres Freund
Date:
Subject: Re: Segmentation fault with core dump