[postgis-users] runtime problems on Solaris

strk at refractions.net strk at refractions.net
Tue Jun 14 15:01:01 PDT 2005


On Tue, Jun 14, 2005 at 10:37:20AM -0700, James Marca wrote:
> At approximately Tue, Jun 14, 2005 at 11:04:05AM +0200, strk at refractions.net wrote:
> > mmm... does the trace stop there ? 
> > Can you try a backtrace from gdb ?
> 
> We will try.  My sysadmin was having trouble getting gdb to connect to
> the postgresql process to trace the session.  Is there anyway to
> run the postgis code *without* using postgresql?

No way, you need postgres.
What I do is:

# pg_ctl stop
# gdb postgres
gdb> run test.sql

--strk;



More information about the postgis-users mailing list