On 10/31/2018 07:57 AM, 'Maxi Miller' via deal.II User Group wrote: > > If I compile the program in release mode, it segfaults at > */solution_function.vector_value(eval_point, result)/*. If I compile it > in debug mode, it runs slower, but without problems. When removing the > line with */solution_function.vector_value(eval_point, result)/*, it > works in release mode, too. Why does that happen, and how can I fix that?
Maxi -- do you think you could come up with a simple and self-contained example that others could take a look at? I am somewhat surprised of the failure mode. But then I've seen weirder bugs. Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
