[mapserver-users] cgi-bin/mapserv double free error on RHEL 8.2
Even Rouault
even.rouault at spatialys.com
Fri Apr 16 15:37:19 PDT 2021
> Not sure. I would also take a look inside your /cgi-bin/ dir and
> execute: ldd mapserv (and look for any conflicts with libs) but
> that's an awful guess, not easy to see (but I've been here before with
> PROJ/GeoTIFF/Spatialite lib conflicts, in this case I'm not sure what
> lib).
I strongly concur with Jeff's suggestion of using ldd mapserv.
Segmentation fault after the end of a plain & simple "mapserv -v" really
smells a binary that links to 2 versions of the same lib, and clashes
during deallocation of static variables (although I would expect it to
also crash in all situations, but behaviour might be quite unprectible).
And the usual suspects are indeed the ones listed by Jeff.
--
http://www.spatialys.com
My software is free, but my time generally not.
More information about the MapServer-users
mailing list