Hi Martin, Thanks for the hint. Will do so...
Cheers Stefan -----Original Message----- From: Martin Landa [mailto:[email protected]] Sent: onsdag 11. januar 2017 11.26 To: Blumentrath, Stefan <[email protected]> Cc: GRASS developers list ([email protected]) <[email protected]> Subject: Re: [GRASS-dev] v.what.rast: topology really necessary? Hi Stefan, 2017-01-10 22:49 GMT+01:00 Blumentrath, Stefan <[email protected]>: > After repeated testing, a colleague of mine pointed out that I know occupy > almost all available PostGIS connections on our server. > It seems that connections hang from testing and that either v.external or > v.what.rast does not close the PG connection properly after the module > finishes... Or are there other possible explanations? I would guess that the command which segfauls could be a problem. I tested all the commands including v.what.rast which segfaults and check number of active connection via pg_top. No connection hanged even I launched the command with segfault. > Where should I look to find the source of the issue? Install pgtop on the server, login as postgres user and run pg_top command. It will show you number of active connection. Run GRASS command and check number of connection. Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
