Hello,

Running an app generates the error:

app_name.exe: malloc.c:2617: sysmalloc: Assertion `(old_top == initial_top
(av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE &&
prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)'
failed.

>From posts in other mailing lists, I think that the error is due to the
allocation of some variables. I’m using GCCv11.3 and was wondering if
either upgrading to GCCv13.1 or using some specific flag for  gfortran
would help to overcome the issue.

Thanks.

Reply via email to