Open tbonfort opened 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?
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.
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.
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.
Author: dmorissette Date: 2004/09/30 - 23:37
Let's close as invalid then.
Reporter: jlacroix Date: 2004/09/27 - 21:59