MapServer / MapServer-import

3 stars 2 forks source link

WMS 1.1.1 GetCapabilities crash #910

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: jlacroix Date: 2004/09/27 - 21:59

Kralidis,Tom [Burlington] wrote:
> I'm not sure what happened, but when I rebuild as per below, everything
> compiles fine.  When I issue a WMS 1.1.1 GetCapabilities, I get a
> partial XML document response.

Tom, do you have more information? Where in the capabilities does it crash?
tbonfort commented 12 years ago

Author: dmorissette Date: 2004/09/27 - 23:07

FYI, I have tested GetCapabilities with WMS 1.0.0 and WMS 1.1.1 with today's CVS
version on RH9 and I don't get any crash (I'm using the gmap75_wms.map mapfile).
I also ran the requests in Valgrind (memory checker) and it reported no error,
just a small memory leak that I fixed.

Tom, we'll need more details to reproduce. Perhaps this is related to bug 909?
In your initial email you wrote that you were on FC2. Do you use a custom iconv?
You don't need one: it comes with glibc... maybe that could explain the problem?
tbonfort commented 12 years ago

Author: dmorissette Date: 2004/09/27 - 23:15

Tom, in bug 909 you specified --with-libiconv=/usr/local. Does this mean that
you installed a custom libiconv under /usr/local? You shouldn't need that on FC2
since iconv is now part of glibc. There is a possibility that your crash could
come from this second libiconv on your system. What happens if you take out the
--with-libiconv and do a make clean;make? If the problem is with the second
iconv, then the crash should go away.
tbonfort commented 12 years ago

Author: tomkralidis Date: 2004/09/28 - 15:04

See Bug 909 for more details w.r.t. libiconv.  We'll resume this bug once 909 is
taken care of.
tbonfort commented 12 years ago

Author: tomkralidis Date: 2004/09/30 - 22:44


This seems to have been related to bug 909.  All works fine now.  This is now a
non-issue.
tbonfort commented 12 years ago

Author: dmorissette Date: 2004/09/30 - 23:37

Let's close as invalid then.