8 Feb
2018
8 Feb
'18
11:48 a.m.
On 08/02/18 11:38, Floriane Gidel [RPG] wrote:
Hi Lawrence,
with
$ firedrake-clean $ export PYOP2_DEBUG=1 $ gdb --args python TOC2.py
(gdb) break PetsError
(gdb) run
I have no error anymore. So it seems that it fixed the issue! Should I try to run it with
$ python TOC2.py
to make sure that it's fixed ? What was the issue then?
So it might be that by compiling in debug mode, a bug no longer appears. But let's try in non-debug mode: so do: $ firedrake-clean $ unset PYOP2_DEBUG $ python TOC2.py And see if you get an error. If not, it's possible just that somehow some compiled code was wrongly cached? Lawrence