From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: pgsql: Modify pg_basebackup to use a new COPY subprotocol for base back |
Date: | 2022-01-18 21:58:18 |
Message-ID: | CA+TgmoaC6OoLOnDj5tt_MopTjACcpa6Udd04X6qxdbnPZewocQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Tue, Jan 18, 2022 at 4:36 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> > Andres pointed out to me that longfin is sad:
>
> > 2022-01-18 14:52:35.484 EST [82470:4] LOG: server process (PID 82487)
> > was terminated by signal 4: Illegal instruction: 4
>
> > Tom, any chance you can get a stack trace?
>
> Hmm, I'd assumed that was just a cosmic ray or something.
> I'll check if it reproduces, though.
Thomas pointed out to me that thorntail also failed, and that it
included a backtrace. Unfortunately it's not somewhat confusing. The
innermost frame is:
#0 0x00000100006319a4 in bbsink_archive_contents (len=<optimized
out>, sink=<optimized out>) at
/home/nm/farm/sparc64_deb10_gcc_64_ubsan/HEAD/pgsql.build/../pgsql/src/backend/replication/basebackup.c:1672
1672 return true;
Line 1672 of basebackup.c is indeed "return true" but we're inside of
sendFile(), not bbsink_archive_contents(). However,
bbsink_archive_contents() is an inline function so maybe the failure
is misattributed. I wonder whether the "sink" pointer in that function
is somehow not valid ... but I don't know how that would happen, or
why it would happen only on this machine.
--
Robert Haas
EDB: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2022-01-18 22:06:11 | Re: pgsql: Modify pg_basebackup to use a new COPY subprotocol for base back |
Previous Message | Tom Lane | 2022-01-18 21:36:46 | Re: pgsql: Modify pg_basebackup to use a new COPY subprotocol for base back |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2022-01-18 22:06:11 | Re: pgsql: Modify pg_basebackup to use a new COPY subprotocol for base back |
Previous Message | Tom Lane | 2022-01-18 21:51:48 | Re: Allow root ownership of client certificate key |