Re: Non-reproducible AIO failure - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Non-reproducible AIO failure
Date
Msg-id 3zwk4uyk6slx4733konnoi4xmw2gfex2nqvjbhcoe4qnviviir@rhktsngioqq3
Whole thread Raw
In response to Re: Non-reproducible AIO failure  (Konstantin Knizhnik <knizhnik@garret.ru>)
Responses Re: Non-reproducible AIO failure
List pgsql-hackers
Hi,

On 2025-06-10 21:09:18 +0300, Konstantin Knizhnik wrote:
> 
> On 10/06/2025 8:41 pm, Andres Freund wrote:
> > I was able to reproduce it with gcc, too.
> > I've reproduced it without that bitfield, unfortunately :(.

> But also only at MacOS?

Correct.


> I wonder if it is possible to set hardware watchpoint fro program itself
> (not using gdb)? I.e. using ptrace?
> Looks like it is not possible to debug yourself:
> https://stackoverflow.com/questions/64321402/adding-a-watchpoint-in-the-current-process-not-in-gdb-not-for-debugging
> 
> but it is possible to fork process.
> In theory it certainly should be possible - gdb is normal process, so at
> least we can implement our mini-gdb.
> But not sure how complex it will be.

If this were on intel, I would try to use intel-pt to get the execution trace
for the recent past at the time of the assertion failure, but it's not
intel...


FWIW, in all the incidents I looked at the actual read-in buffers are valid,
so it's not like the IO did not occur or such.


Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Proposal: Global Index for PostgreSQL
Next
From: Nathan Bossart
Date:
Subject: Re: add function for creating/attaching hash table in DSM registry