[pdal] segmentation fault

Luca Delucchi lucadeluge at gmail.com
Mon Dec 1 02:05:09 PST 2014


On 24 November 2014 at 17:24, Andrew Bell <andrew.bell.ia at gmail.com> wrote:
> The PDAL code requires C++ 11 and sets that as part of the build process.
> The C++ 11 ABI requires all the libraries linked together also to be built
> in conformance with the C++ ABI.  If this doesn't happen, there are rules
> that can be violated that results the bad behavior that results in your
> error.  The likely cause is that you're linking with a boost library that
> wasn't built with C++ 11 ABI compatibility.  You can confirm this by looking
> at the symbol table (I'd have to look to make sure what the exact check is),
> but the fix is to build boost with C++ 11 enabled and then make sure you
> link against the newly built boost libraries.
>

I cannot compile boost by myself, I have to host pdal in a server
where I have no root permission and they doesn't wont/are not able to
recompile all the libraries related to pdal. (It was already difficult
ask them to compile pdal :-( )

> If this doesn't help, let me know and I'll try to confirm the exact steps
> for verification and the fix.
>


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org


More information about the pdal mailing list