[pdal] Code in PDAL
Andrew Bell
andrew.bell.ia at gmail.com
Mon Mar 21 17:53:32 PDT 2022
On Mon, Mar 21, 2022 at 8:48 PM Andreas Yankopolus <andreas at yank.to> wrote:
> Howard,
>
> > I ran the scenario linked on my osx-arm64 m1 machine without issue in
> Release or Debug mode for the PDAL 2.4.0 RC1.
>
> I’m working on replicating the bug here. The version built by MacPorts
> exhibits it for 2.4.0 RC1.The version built by Homebrew doesn’t. Exception
> handling can get weird for reasons that I don’t understand.
>
Exception handling isn't "weird". The C++ language specifies exactly how it
works. If a program doesn't execute as specified by the program, there is a
bug in the compiler or the way that the application was built. There can be
errors in the code that lead to unexpected results during execution, but
undefined behavior is limited to specific cases documented in the language
specification.
--
Andrew Bell
andrew.bell.ia at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20220321/a34ba7a5/attachment.html>
More information about the pdal
mailing list