From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Subject: UBSan failing on expensive test(s)
Date: Sat, 16 May 2026 08:43:07 +0900 [thread overview]
Message-ID: <871pfcdyt0.fsf@gitster.g> (raw)
This started happening on 'next' that runs EXPENSIVE tests thanks to
Dscho's recent updates to enable them in CI.
https://github.com/git/git/actions/runs/25896439353/job/76110441841#step:10:2172
It claims that """
commit.c:1574:6: runtime error: signed integer overflow:
-2147483648 - 1 cannot be represented in type 'int'
""".
Another is related in the sense that it used to be hidden behind
EXPENSIVE prerequisite, but is probably unrelated.
https://github.com/git/git/actions/runs/25896439353/job/76110441842#step:10:156
next reply other threads:[~2026-05-15 23:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-15 23:43 Junio C Hamano [this message]
2026-05-16 2:13 ` UBSan failing on expensive test(s) Jeff King
2026-05-16 2:16 ` [PATCH 1/2] apply: plug leak on "patch too large" error Jeff King
2026-05-16 2:23 ` [PATCH 2/2] commit: handle large commit messages in utf8 verification Jeff King
2026-05-16 2:55 ` UBSan failing on expensive test(s) Derrick Stolee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871pfcdyt0.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.