ForTrilinos icon indicating copy to clipboard operation
ForTrilinos copied to clipboard

IoC drivers segfault with Flang when releasing base

Open aprokop opened this issue 5 years ago • 1 comments

I updated the container to Flang 20180612. The tests ForTrilinosInterface_test_solver_handle_test_fortran and ForTrilinosInterface_test_nox_fortran now segfault. Commenting out base class release fixes that.

I'm attaching a simpler reproducer. If base is commented out, it runs. Otherwise segfaults.

It is also funny that commenting out code inside my_apply while keeping base release also makes it pass. Weird.

aprokop avatar Dec 25 '18 13:12 aprokop