Comment 2 for bug 1649877

Revision history for this message
Andrea (maruscya) wrote :

I have the same issue on different servers. All postgres UIDs and GIDs are set as 3003. After the change of UID and GID to 199 as Tim Bishop suggest the errors gone away !

I made some tests changing the UIDs and GIDs.

UID GID Status
999 999 Postgres works
999 1000 Postgres works
1000 999 Postgres crash
1000 1000 Postgres crash

The problem seems related to UID > 999

The postgresql source code compiled on the same server (xenial) works perfectly with UID and GID 3003