- Notifications
You must be signed in to change notification settings - Fork1.2k
PostgreSQL 14.11 is not able to identify the postmaster daemon.#1209
-
PostgreSQL 14.11 runs out on error. PostgreSQL errors out on 14.11 PostgreSQL 14.5, 14.6, 14.0 works just fine. Seems like the compiler is overshooting on the address space to load postgres. any help here is much appreciated. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments 1 reply
-
It's possible that the issue you're encountering is related to For detailed information, including the root cause and potential workarounds, please visit: |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
-
Thanks, this works for me. However the traceback results and coredump looks similar with that of the one which is working and failing. pretty strange to debug. But clearly getting libraries are not getting loaded to the container memory. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Yeah, the seccomp blocks happen at the kernel level, so strace is one of the few tools that shows what's happening and even then it's usually an obscure |
BetaWas this translation helpful?Give feedback.
All reactions
-
Yeah seems like it has to read the XFR register call. but failing to do so.. its not able to identify what to load to kernel. either fails with Segmentation fault. possibly expecting a fix in generic. |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #1208 on March 06, 2024 20:52.