Re: [GENERAL] Debugging a postgresql server crash.

2005-02-18 Thread Tom Lane
Clemens Wehrmann <[EMAIL PROTECTED]> writes: > I am trying to debug a postgresql server crash and am out of my depth. I think you're doing pretty well, actually ... > Selecting works for records where offset < 129833, but is broken for the next > record. You mean offset < 129831, no? At least t

[GENERAL] Debugging a postgresql server crash.

2005-02-18 Thread Clemens Wehrmann
I am trying to debug a postgresql server crash and am out of my depth. The server is sent a segmentation fault when accessing certain data. I've tracked down one such place (though there may be others). I'm wondering if its possible for a more experienced person to see from the below if I'm