[BUGS] BUG #14657: Server process segmentation fault in v10,May 10th dev snapshot
От | sveinn.sveinsson@gmail.com |
---|---|
Тема | [BUGS] BUG #14657: Server process segmentation fault in v10,May 10th dev snapshot |
Дата | |
Msg-id | 20170517141151.1435.79890@wrigleys.postgresql.org обсуждение исходный текст |
Ответы |
Re: [BUGS] BUG #14657: Server process segmentation fault in v10, May10th dev snapshot
|
Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 14657 Logged by: Sveinn Sveinsson Email address: sveinn.sveinsson@gmail.com PostgreSQL version: Unsupported/Unknown Operating system: Linux x86_64 Description: The following causes segmentation fault in v10, May 10th development snapshot: create table test (sd timestamp,anb varchar(16)) partition by range (sd); create table test_1 partition of test for values from ('2017-01-01') to ('2017-02-01'); create index test_1_a on test_1 (anb,sd); insert into test values ('2017-01-01','12345'); select min(sd), max(sd) from test where anb='12345'; The server log file shows: 2017-05-16 09:36:13.243 UTC [1503] LOG: server process (PID 3474) was terminated by signal 11: Segmentation fault 2017-05-16 09:36:13.243 UTC [1503] DETAIL: Failed process was running: select min(sd), max(sd) from test where anb='12345'; 2017-05-16 09:36:13.244 UTC [1503] LOG: terminating any other active server processes 2017-05-16 09:36:13.245 UTC [3463] WARNING: terminating connection because of crash of another server process The stack trace is (no debug info): Program terminated with signal 11, Segmentation fault. #0 0x000000000061ab1b in list_nth () (gdb) bt #0 0x000000000061ab1b in list_nth () #1 0x00000000005e4081 in ExecLockNonLeafAppendTables () #2 0x00000000005f4d52 in ExecInitMergeAppend () #3 0x00000000005e0365 in ExecInitNode () #4 0x00000000005f35a7 in ExecInitLimit () #5 0x00000000005e00f3 in ExecInitNode () #6 0x00000000005dd207 in standard_ExecutorStart () #7 0x00000000006f96d2 in PortalStart () #8 0x00000000006f5c7f in exec_simple_query () #9 0x00000000006f6fac in PostgresMain () #10 0x0000000000475cdc in ServerLoop () #11 0x0000000000692ffa in PostmasterMain () #12 0x0000000000476600 in main () Regards, Sveinn Sveinsson. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
В списке pgsql-bugs по дате отправления: