leafhopper: Assert("outerstartsel <= outerendsel"), File: "costsize.c"

Started by Michael Paquier11 months ago2 messages
#1Michael Paquier
Michael Paquier
michael@paquier.xyz

Hi,
(Buildfarm machine owner in CC.)

This animal has been unstable for some time and this is likely just a
symptom masking a bigger issue, but leafhopper has reported an
intriguing failure yesterday on HEAD:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=leafhopper&amp;dt=2025-01-16%2007%3A41%3A03

The relevant part of the issue can be found with the two following
logs, in 027_stream_regress_primary.log:
2025-01-16 07:47:29.748 UTC [823960:16] pg_regress/type_sanity LOG:
statement: SELECT t1.oid, t1.typname, p1.oid, p1.proname FROM pg_type
AS t1, pg_proc AS p1 WHERE t1.typinput = p1.oid AND p1.provolatile NOT
IN ('i', 's');
[...]
TRAP: failed Assert("outerstartsel <= outerendsel"), File:
"costsize.c", Line: 3678, PID: 823960

I don't recall seeing something like that. Does that ring a bell for
anybody?

Thanks,
--
Michael

#2Tom Lane
Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Paquier (#1)
Re: leafhopper: Assert("outerstartsel <= outerendsel"), File: "costsize.c"

Michael Paquier <michael@paquier.xyz> writes:

This animal has been unstable for some time and this is likely just a
symptom masking a bigger issue, but leafhopper has reported an
intriguing failure yesterday on HEAD:
TRAP: failed Assert("outerstartsel <= outerendsel"), File:
"costsize.c", Line: 3678, PID: 823960

I don't recall seeing something like that. Does that ring a bell for
anybody?

We've had trouble with that assertion before, eg [1]/messages/by-id/7270.1302902842@sss.pgh.pa.us[2]/messages/by-id/19320.1323039341@sss.pgh.pa.us[3]/messages/by-id/E1kUT0Q-000057-AW@gemulon.postgresql.org. But the
previous reports have generally had to do with unexpected NaN or
Inf values in the calculation. Not sure why leafhopper and only
leafhopper would be showing that.

regards, tom lane

[1]: /messages/by-id/7270.1302902842@sss.pgh.pa.us
[2]: /messages/by-id/19320.1323039341@sss.pgh.pa.us
[3]: /messages/by-id/E1kUT0Q-000057-AW@gemulon.postgresql.org