[Paraview] Program received signal SIGFPE, Arithmetic exception.

Ben Boeckel ben.boeckel at kitware.com
Mon Mar 20 10:21:44 EDT 2017


On Fri, Mar 17, 2017 at 12:36:10 -0700, Burlen Loring wrote:
> fyi, https://gitlab.kitware.com/paraview/paraview/merge_requests/1476
> 
> it complains about clang-format, but it seems that the source file was 
> not formatted in that way to begin with.

When I enabled clang-format checking, I did a sweep of the repo with
clang-format.

I think the problem is that your headers aren't sorted:

    #include <limits>
    #include <algorithm>

--Ben


More information about the ParaView mailing list