[postgis-users] Help please

Zamil Murji Zamil.Murji at divestco.com
Tue Aug 12 20:38:36 PDT 2003


Hello all

If I run this in my browser:
http://10.0.50.30/cgi-bin/mapserv?mode=nquery&map=/mapfiles/idc-query.map&imgext=-98.86166+28.00098+-98.73630+28.10481&mapsize=524+434&imgbox=122+199+307+365

I get about 11 records printed back and then it hangs. If I run the same thing command line like so:
./mapserv "QUERY_STRING=mode=nquery&map=/mapfiles/idc-query.map&imgext=-98.86166+28.00098+-98.73630+28.10481&mapsize=524+434&imgbox=122+199+307+365"

Everything comes back normally. Am I missing a setting in my apache .conf file. I am using the mapserver 4.0 compiled on red hat 7.3.

Funny thing, when I edit the source code and recompile, I will get less records brought back (say 5). All that I added was some print statements. Also it doesn't freeze at the same place in the code everytime. If I add some print statements, it might go so far. If I take out some print statements it dies somewhere else.

BTW, I am querying a postgis layer.

I ran through valgrind and it reported 0 errors.

Any ideas?
Zamil



More information about the postgis-users mailing list