Re: Segmentation fault when running queries in sequence

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Matt Gibbins <matt_gibbins@xxxxxxxxxxxxxxx> writes:
> I executed continue and the gdb reported '[Detaching after fork from 
> child process 2790431]' for several sequences and the remote process 
> then crashed.

I think this means that you attached to the parent postmaster
process, not to the per-session child process where the crash
will occur.

On the whole, attaching to a live server process is kind of the
hard way to do this anyhow.  I'd recommend enabling saving of
core dump files and then gdb'ing the core file.  That avoids
needing to identify in advance the process that is going to crash.

			regards, tom lane





[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux