Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

tutorial pde files

More
6 years 10 months ago #60 by ddrake
tutorial pde files was created by ddrake
Hi,
Two of the pde files in ngsolve-src/pde_tutorial: d3_helmholz.pde and /pde/scattering.pde are segfaulting in my current build (NGSolve-6.2.1706-163-g0ed4994). I think this is a recent regression. Their stack traces are roughly the same. The segfault occurs trying to read the order edge value from oe[] here
Code:
/// set edge orders template <typename TA> void SetOrderEdge (const TA & oe) { for (int i = 0; i < N_EDGE; i++) order_edge[i] = oe[i]; }
when getting the surface value in the process of building the scene. I'm attaching a gdb stack trace for the helmholz.pde with some context as a pdf file.
Thanks!
Attachments:
More
6 years 10 months ago #62 by joachim
Replied by joachim on topic tutorial pde files
fixed with the coming nightly release
(commit d07f40c27e266ce5059c0e0a3b039aab1f7339f3)
The following user(s) said Thank You: ddrake
Time to create page: 0.144 seconds