Re: Non-reproducible AIO failure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Konstantin Knizhnik <knizhnik(at)garret(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Non-reproducible AIO failure
Date: 2025-06-17 14:15:37
Message-ID: 808323.1750169737@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> Both of you are running Ventura, right?

FTR, the machines I'm trying this on are all running current Sequoia:

[tgl(at)minim4 ~]$ uname -a
Darwin minim4.sss.pgh.pa.us 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22 19:53:27 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6041 arm64

Interestingly, the M1 seems to be using a different kernel build than
my two M4 machines:

[tgl(at)minim1 ~]$ uname -a
Darwin minim1.sss.pgh.pa.us 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22 19:48:46 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T8103 arm64

although Apple has a history of using kernels customized to specific
core counts, so maybe that's all there is there.

These are all personally-owned bare metal:

[tgl(at)minim4 ~]$ profiles status -type enrollment
Enrolled via DEP: No
MDM enrollment: No
[tgl(at)minim4 ~]$ kextstat -l | grep -v com.apple
Executing: /usr/bin/kmutil showloaded --list-only
No variant specified, falling back to release

As for your previous question, I tried both c=16 and c=32 on
the M4.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2025-06-17 14:16:51 Re: Avoid possible dereference null pointer (src/backend/utils/cache/relcache.c)
Previous Message Aleksander Alekseev 2025-06-17 14:10:04 Re: Avoid possible dereference null pointer (src/backend/utils/cache/relcache.c)