On Thu, Feb 13, 2020 at 10:41 AM Roy Stogner <royst...@ices.utexas.edu>
wrote:

>
> On Thu, 13 Feb 2020, Bailey Curzadd wrote:
>
> > /usr/local/lib/libmesh_opt.so.0
>
> Well, this is the first thing you'll want to change.  Often times a
> bug that exhibits as an incomprehensible segmentation fault in opt
> mode will instead trigger a sensible assertion failure in dbg mode.
>

In addition to compiling in dbg mode, which is a great suggestion, you may
also want to see if you can reproduce the error with a very stripped down
Eigen-only example. We don't do anything particularly controversial with
our Eigen wrappers, for example the EigenSparseLinearSolver does not even
appear to have any "state" which could get messed up between solves. So I
think it's likely that the error is in Eigen itself and you'll need to get
help from those devs, who will likely want an Eigen-only example.
Of course, now that I've said that, we'll probably figure out that it's our
fault somehow :_[

-- 
John

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to