-
Bug
-
Resolution: Done
-
Major
-
1.2.3.Final
-
None
postgres decoderbufs.so is crashing on the reading WAL entry with a value of "-infinity" for column type "timestamp with time zone ".
The backtrace is
{ "signal": 11
, "executable": "/usr/pgsql-11/bin/postgres"
, "only_crash_thread": true
, "stacktrace":
[ { "crash_thread": true
, "frames":
[
,
{ "address": 140442986424973 , "build_id": "0aa126aed9ac1a229bf30fcdfa70b2d00a7a454b" , "build_id_offset": 14989 , "function_name": "tuple_to_tuple_msg.isra.2" , "file_name": "/usr/pgsql-11/lib/decoderbufs.so" },
{ "address": 140442986426396 , "build_id": "0aa126aed9ac1a229bf30fcdfa70b2d00a7a454b" , "build_id_offset": 16412 , "function_name": "pg_decode_change" , "file_name": "/usr/pgsql-11/lib/decoderbufs.so" },
{ "address": 7459792 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3265488 , "function_name": "change_cb_wrapper" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7503629 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3309325 , "function_name": "ReorderBufferCommitInternal" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7445800 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3251496 , "function_name": "DecodeTxnFinalization" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7448417 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3254113 , "function_name": "DecodeXactOp" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7449901 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3255597 , "function_name": "LogicalDecodingProcessRecord" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7541445 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3347141 , "function_name": "XLogSendLogical" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7550882 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3356578 , "function_name": "WalSndLoop" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7554425 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3360121 , "function_name": "exec_replication_command" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7876080 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3681776 , "function_name": "PostgresMain" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7366627 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3172323 , "function_name": "ServerLoop" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 7370391 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 3176087 , "function_name": "PostmasterMain" , "file_name": "/usr/pgsql-11/bin/postgres" },
{ "address": 4727274 , "build_id": "6d0a9ae4f3efb3149b70cc961e71bc5846c29def" , "build_id_offset": 532970 , "function_name": "main" , "file_name": "/usr/pgsql-11/bin/postgres" } ]
} ]
}