From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 7C6BB3858401 for ; Mon, 26 Jun 2023 16:49:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7C6BB3858401 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-x42e.google.com with SMTP id ffacd0b85a97d-313f1085ac2so1179995f8f.1 for ; Mon, 26 Jun 2023 09:49:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687798143; x=1690390143; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=M/oceSJO6Cya/MioDy6ADrohHiISyqmRTbyqBRpPcxM=; b=l3HH6p7QTzi5/gWTEOKLPBcAL7pBqJ+9kTQXiw81FkhOUFlp6hx6BRip6M2yKNYa2g FFXM2phkYYMPUSezIAaQwZBEhqRjCxvxs1tXwUlMGcpgpRDu/Md/4uPnp2xf9CtqgEkt 8mfM5bZGoLw4rJ21vpw/+b1sEBpmeM46XSiQdN9b7FcONgiuy/ZFKqiU4zfvhbdXfWaG l94pRf8DaTpTYrRhtHGY7FY//+VeiRjV1NT5KiMxFRU37HtpM8/Ckq9u2rhml/YmAbID 532PmIU/M0Y/Ixdg6Q31wG5YhA4NZTTpmwUmIzaBzI0wYg0/m/k0P4zXcHoS8ArjzNoZ jsLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687798143; x=1690390143; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=M/oceSJO6Cya/MioDy6ADrohHiISyqmRTbyqBRpPcxM=; b=TxO7RHKyb3/OlYjSZAAVtc7WVKi36z0iX1SAvitPjA70dazX0CZqiROZRvQXfCD82d 04YD5lMdWI0l/RmOeWwG7/rjFagoARZeUNH0S2u6cbK1I8yVo3cXjzhVjMj0lqL6uoIt EFd+UVH6eKEt0fHdu4WNqX2sce/DsKrO96u6lOoZVz4llE2YTj5y+OmTiuYLV/AWm2t7 R33uAfvH6VtiY2EypyrM5/1dUjRu6pov0P3c/2BFf8wR7D4B/KCBCaEEUtY0PexP6a4g q9ugoLPqlyGXqOr98zMcYtN+Gw9i/lNCSY6K59bHbXzPFqvau5YbgrhV12MwnDPBRyM3 CAMg== X-Gm-Message-State: AC+VfDy0LG0X8HNZs33caYi36vqhteZ+4HKvO7o4T77cdyTSKfGsKTpz T+xpTen6Of4ebbvLp/JtkQ2cOje34EbsFbjIZqg4DknmtrE= X-Google-Smtp-Source: ACHHUZ5FOas38EbMZ9dCOo/t0QWEmVHMSz8enIJRY7vQD3a8PPXLh7YacnS+8DGWwuAwSkTEy6f830Q7PJ56c5hZhdc= X-Received: by 2002:a5d:608f:0:b0:313:f157:7d56 with SMTP id w15-20020a5d608f000000b00313f1577d56mr2157593wrt.30.1687798142797; Mon, 26 Jun 2023 09:49:02 -0700 (PDT) MIME-Version: 1.0 From: odyhpc Fdez Date: Mon, 26 Jun 2023 12:48:51 -0400 Message-ID: Subject: Sysmalloc error To: fortran@gcc.gnu.org Content-Type: multipart/alternative; boundary="000000000000c10a7405ff0b20ca" X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_KAM_HTML_FONT_INVALID,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --000000000000c10a7405ff0b20ca Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, Running an app generates the error: app_name.exe: malloc.c:2617: sysmalloc: Assertion `(old_top =3D=3D initial_= top (av) && old_size =3D=3D 0) || ((unsigned long) (old_size) >=3D MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) =3D=3D 0= )' failed. =46rom posts in other mailing lists, I think that the error is due to the allocation of some variables. I=E2=80=99m 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. --000000000000c10a7405ff0b20ca--