Is NewMesh%Variables used before association?

Clearly defined bug reports and their fixes
Post Reply
nickwan
Posts: 4
Joined: 02 Jun 2015, 06:40
Antispam: Yes

Is NewMesh%Variables used before association?

Post 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
Attachments
case.sif
(4.07 KiB) Downloaded 357 times
Post Reply