Page 1 of 1

Is NewMesh%Variables used before association?

Posted: 07 Jun 2017, 21:19
by nickwan
Dear Peter,

My case to test multigrid terminated with the following message --

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
Segmentation fault

The broken point is found at the 1619-th line 'CALL UpdateSolverMesh( Solver, NewMesh )' in MainUtils.F90. To my understanding, NewMesh is created by the 1612-th line but NewMesh%Variables is not associated, however, NewMesh%Variables is used in UpdateSolverMesh.

Is it just my misunderstanding or a real bug?

Thank you very much

Zhenwen