Plot demo fails on Py3 with stack overflow

Issue #596 resolved
Jan Blechta created an issue

http://fenicsproject.org:8010/builders/dolfin-next-full-trusty-amd64-py3/builds/765/steps/make%20run_regressiontests/logs/demo.log

Comments (11)

  1. Jan Blechta reporter

    Although I haven't fully tracked down the problem, updating CppHeaderParser.py seems to help. Fix is in tormod/topic-facet-integrals-in-local-solver branch.

  2. Jan Blechta reporter

    The fix is in tormod/topic-facet-integrals-in-local-solver and next which seems sufficient. The problem does not occur in master.

  3. Jan Blechta reporter
    • changed status to open

    The issue must come from jan/fix-issue-576 which is now in master, thus making py3 buildbot red. Can be tormod/topic-facet-integrals-in-local-solver merged into master, @martinal, @trlandet, to fix the problem? The next buildbots are green (except of sid, see #597), so tormod/topic-facet-integrals-in-local-solver seems ready.

  4. Tormod Landet

    It is ok for me to merge tormod/topic-facet-integrals-in-local-solver into master. The only thing in the topic branch is that could potentially be fixed is that I believe the two @skip_in_parallel decorators in test_local_solver.py can be removed, as they were not the cause of the tests failing, but I do not know 100% as the tests worked in parallel for me all along (even with float/int bug in MPI.max)

  5. Jan Blechta reporter
    • changed status to open

    Now it tends to happen in Navier-Stokes demo http://fenicsproject.org:8010/builders/dolfin-next-full-trusty-amd64-py3/builds/869/steps/make%20run_regressiontests/logs/demo.log. Possible fix in jan/fix-issue-596.

  6. Log in to comment