[geos-devel] Solaris

Dave Blasby dblasby at refractions.net
Tue Oct 28 23:05:49 EST 2003


Quoting Paul Ramsey <pramsey at refractions.net>:

> Yeah, unfortunately, looks like Solaris support needs a little tweaking...
>

1. compile geos with debugging (-g)
2. run it in the debugger 
   (gdb ./SimpleWKTTester)
3. when it crashes, type "w" (for 'where')


Solaris is much more picky about memory mangement issues than linux, but I 
would have thought valgrind would have picked it up.  Solaris also has 
different byte alignments (8 byte word align for doubles on solaris vs 4 on 
intel).

dave




More information about the geos-devel mailing list