RE: BUG #18165: Could not duplicate handle for "Global/PostgreSQL.xxxxxxxxxx": Bad file descriptor
Boyer, Maxime (he/him | il/lui) <maxime.boyer@cra-arc.gc.ca>
From: "Boyer, Maxime (he/him | il/lui)" <Maxime.Boyer@cra-arc.gc.ca>
To: Alexander Lakhin <exclusion@gmail.com>, Thomas Munro <thomas.munro@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2023-10-21T15:38:41Z
Lists: pgsql-bugs
You guys are good! I did set min_dynamic_shared_memory to 2 GB in the new config, which didn't exist on 11. I can set it to 0 and give it a try on Tuesday. Does 2 GB seem overkill? We have plenty of memory to go by. dynamic_shared_memory_type = windows # the default is the first option # supported by the operating system: # posix # sysv # windows # mmap # (change requires restart) min_dynamic_shared_memory = 2GB # (change requires restart) Thanks! Maxime -----Original Message----- From: Alexander Lakhin <exclusion@gmail.com> Sent: October 21, 2023 2:30 AM To: Thomas Munro <thomas.munro@gmail.com>; Tom Lane <tgl@sss.pgh.pa.us> Cc: Andres Freund <andres@anarazel.de>; Boyer, Maxime (he/him | il/lui) <Maxime.Boyer@cra-arc.gc.ca>; pgsql-bugs@lists.postgresql.org Subject: Re: BUG #18165: Could not duplicate handle for "Global/PostgreSQL.xxxxxxxxxx": Bad file descriptor Hi Thomas, 21.10.2023 08:26, Thomas Munro wrote: > And concretely this would be the fix, I think. But I don't have > Windows, and for reasons I haven't fathomed I haven't yet managed to > reproduce it by pushing a change of default min_dynamic_shared_memory > to CI. Is there any chance that a Postgres hacker on Windows could > confirm the above theory, and that the attached fixes it? I've tried on master: echo min_dynamic_shared_memory = 10MB >c:\temp\extra.config set TEMP_CONFIG=c:\temp\extra.config vcregress check and got: ... Installation complete. # initializing database system by running initdb # postmaster failed, examine ".../src/test/regress/log/postmaster.log" for the reasonBail out! >cat ../../../src/test/regress/log/postmaster.log 2023-10-20 23:12:46.110 PDT postmaster[3140] LOG: starting PostgreSQL 17devel, compiled by Visual C++ build 1928, 64-bit 2023-10-20 23:12:46.113 PDT postmaster[3140] LOG: listening on IPv6 address "::1", port 55312 2023-10-20 23:12:46.113 PDT postmaster[3140] LOG: listening on IPv4 address "127.0.0.1", port 55312 2023-10-20 23:12:46.129 PDT startup[6188] LOG: database system was shut down at 2023-10-20 23:12:41 PDT 2023-10-20 23:12:46.130 PDT startup[6188] FATAL: could not duplicate handle for "Global/PostgreSQL.753594369": Bad file descriptor 2023-10-20 23:12:46.132 PDT postmaster[3140] LOG: startup process (PID 6188) exited with exit code 1 2023-10-20 23:12:46.132 PDT postmaster[3140] LOG: aborting startup due to startup process failure 2023-10-20 23:12:46.132 PDT postmaster[3140] LOG: database system is shut down With your patch applied, `vcregress check` passes just fine. Best regards, Alexander
Commits
-
Fix min_dynamic_shared_memory on Windows.
- fb9a16a1a6f2 14.10 landed
- f72790b2952d 15.5 landed
- 174ccda5e287 16.1 landed
- dab889d60bac 17.0 landed
-
Fix huge_pages on Windows
- fdd8937c071e 16.0 cited
-
Preallocate some DSM space at startup.
- 84b1c63ad418 14.0 cited