[deal.II] Re: Segfault upon printing Point in GDB

2021-05-03 Thread Bruno Turcksin
Corbin, Take a look at https://dealii.org/developer/users/gdb.html This should help. Note that gdb should not segfault. It probably means that there is a problem with your code. Best, Bruno On Saturday, May 1, 2021 at 12:07:49 AM UTC-4 corbin@gmail.com wrote: > And the file is here. > >

[deal.II] Re: Segfault upon printing Point in GDB

2021-04-30 Thread Corbin Foucart
And the file is here. On Saturday, May 1, 2021 at 12:07:13 AM UTC-4 Corbin Foucart wrote: > Hello all, > > When I attempt to use the GDB 'print' command to print information about a > Point object, I'm having some trouble. For example, suppose I've defined > > const Point p_ex(1, 1); > >- I