[postgis-tickets] [PostGIS] #2985: server crash when analyzing table with 1 row

PostGIS trac at osgeo.org
Wed Nov 5 10:02:49 PST 2014


#2985: server crash when analyzing table with 1 row
----------------------------------+-----------------------------------------
 Reporter:  nkiraly               |       Owner:  pramsey           
     Type:  defect                |      Status:  new               
 Priority:  critical              |   Milestone:  PostGIS PostgreSQL
Component:  postgis               |     Version:  2.1.x             
 Keywords:  analyze server crash  |  
----------------------------------+-----------------------------------------

Comment(by pramsey):

 Just on the off-chance that some useful info is revealed, could you attach
 gdb to the process and get the stack trace from the crash?

  * connect to your database
  * find the backend process you're connected to (ps -ax) and then attached
 gdb to it (gdb -p)
  * resume the backend in gdb (type 'c')
  * go to your connection and crash the backend
  * return to gdb and get the backtrace (type 'bt")

 Thanks!

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2985#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list