Re: Cosmic ray hits integerset

From: Greg Stark <stark(at)mit(dot)edu>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Jakub Wartak <Jakub(dot)Wartak(at)tomtom(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Cosmic ray hits integerset
Date: 2021-07-12 02:09:53
Message-ID: CAM-w4HME7ErbD1L1pg-tnxDG7SoWyYX-nBXDct6TqAA4vO8nvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fwiw, yes it could be a cosmic ray.

It could also just be marginally bad ram. Bad ram is notoriously hard
to reliably test for. It can be very sensitive to the exact bit
pattern stored in it, the timing of reads and writes, and other
factors. The whole point of the rowhammer attacks is to push some of
those timing factors hard but the same failures can happen randomly.

On Wed, 7 Jul 2021 at 08:14, Joe Conway <mail(at)joeconway(dot)com> wrote:
>
> On 7/7/21 2:53 AM, Jakub Wartak wrote:
> > Hi, Asking out of pure technical curiosity about "the rhinoceros" - what kind of animal is it ? Physical box or VM? How one could get dmidecode(1) / dmesg(1) / mcelog (1) from what's out there (e.g. does it run ECC or not ?)
>
>
> Rhinoceros is just a VM on a simple desktop machine. Nothing fancy.
>
> Joe
>
> --
> Crunchy Data - http://crunchydata.com
> PostgreSQL Support for Secure Enterprises
> Consulting, Training, & Open Source Development
>
>

--
greg

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Nancarrow 2021-07-12 02:15:04 Re: row filtering for logical replication
Previous Message Peifeng Qiu 2021-07-12 02:07:29 Re: Support kerberos authentication for postgres_fdw