BUG #16782: initdb coredump post-bootstrap initialization

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: humings(at)gmail(dot)com
Subject: BUG #16782: initdb coredump post-bootstrap initialization
Date: 2020-12-20 16:26:22
Message-ID: 16782-e79a2f3b5b716e64@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16782
Logged by: Ming HU
Email address: humings(at)gmail(dot)com
PostgreSQL version: 12.0
Operating system: Centos 7 (Linux 3.10.0-229.el7.x86_64)
Description:

1. log
-bash-4.2$ initdb
The files belonging to this database system will be owned by user
"huming02".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /opt/home/huming02/postgresql-12.0/demodb ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... PRC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... sh: line 1: 114793 Segmentation
fault (core dumped) "/opt/home/huming02/postgresql-12.0/bin/postgres"
--single -F -O -j -c search_path=pg_catalog -c exit_on_error=true template1
> /dev/null
child process exited with exit code 139
initdb: removing data directory
"/opt/home/huming02/postgresql-12.0/demodb"

2. backtrace of coredump
(gdb) bt
#0 pg_detoast_datum (datum=0x100000000) at fmgr.c:1741
#1 0x0000000000808b63 in json_object (fcinfo=<optimized out>) at
json.c:2291
#2 0x00007f5a4b8b70bd in parse_value () from /lib64/libjansson.so.4
#3 0x00007f5a4b8b74f6 in parse_json () from /lib64/libjansson.so.4
#4 0x00007f5a4b8b7693 in json_loads () from /lib64/libjansson.so.4
#5 0x00007f5a4bac1ccc in nss_request () from /lib64/libnss_http.so.2
#6 0x00007f5a4bac22f3 in _nss_http_getpwuid_r_locked () from
/lib64/libnss_http.so.2
#7 0x00007f5a4bac23c7 in _nss_http_getpwuid_r () from
/lib64/libnss_http.so.2
#8 0x00007f5a524c052e in getpwuid_r@@GLIBC_2.2.5 () from /lib64/libc.so.6
#9 0x00007f5a524bfc66 in getpwuid () from /lib64/libc.so.6
#10 0x00000000008fecba in get_user_name (errstr=errstr(at)entry=0x7fff2f037a18)
at username.c:40
#11 0x00000000008fed12 in get_user_name_or_exit (progname=0x27ed010
"postgres") at username.c:79
#12 0x0000000000480107 in main (argc=10, argv=0x27ee0d0) at main.c:226

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-12-20 17:28:42 Re: BUG #16782: initdb coredump post-bootstrap initialization
Previous Message Urmisha Patel 2020-12-19 22:43:45 Re: Issue while connecting PostgreSQL 13 with Tableau 2020.3 & even applying COPY statement on PGAdmin