Re: 15beta1 crash on mips64el in pg_regress/triggers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 15beta1 crash on mips64el in pg_regress/triggers
Date
Msg-id 175723.1652975385@sss.pgh.pa.us
Whole thread Raw
In response to Re: 15beta1 crash on mips64el in pg_regress/triggers  (Christoph Berg <myon@debian.org>)
Responses Re: 15beta1 crash on mips64el in pg_regress/triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Christoph Berg <myon@debian.org> writes:
> Re: Tom Lane
>> Hmm, so what's different between this and buildfarm member topminnow?

> That one is running Debian jessie (aka oldoldoldoldstable), uses
> -mabi=32 with gcc 4.9, and runs a kernel from 2015.
> The Debian buildd is this: https://db.debian.org/machines.cgi?host=mipsel-aql-01
> The host should be running Debian buster, with the build done in an
> unstable chroot. I don't know what "LS3A-RS780-1w (Quad Core Loongson 3A)"
> means, but it's probably much newer hardware than the other one.

I see that the gcc farm[1] has another mips64 machine running Debian
buster, so I've started a build there to see what happens.

            regards, tom lane

[1] https://cfarm.tetaneutral.net/machines/list/



pgsql-hackers by date:

Previous
From: Dagfinn Ilmari Mannsåker
Date:
Subject: Re: [PATCH] Add result_types column to pg_prepared_statements view
Next
From: Ranier Vilela
Date:
Subject: Re: Avoid unecessary MemSet call (src/backend/utils/cache/relcache.c)