Skip to content

Instantly share code, notes, and snippets.

@begriffs
Created February 14, 2018 04:11
Show Gist options
  • Save begriffs/869f2f9f02d3020e84aba96ce3f8545d to your computer and use it in GitHub Desktop.
Save begriffs/869f2f9f02d3020e84aba96ce3f8545d to your computer and use it in GitHub Desktop.
extension-death-log
2018-02-13 22:10:15.407 CST [26887] LOG: server process (PID 27923) was terminated by signal 11: Segmentation fault
2018-02-13 22:10:15.407 CST [26887] DETAIL: Failed process was running: select '1/3'::rational;
2018-02-13 22:10:15.407 CST [26887] LOG: terminating any other active server processes
2018-02-13 22:10:15.408 CST [27416] WARNING: terminating connection because of crash of another server process
2018-02-13 22:10:15.408 CST [27416] DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-02-13 22:10:15.408 CST [27416] HINT: In a moment you should be able to reconnect to the database and repeat your command.
2018-02-13 22:10:15.410 CST [27936] FATAL: the database system is in recovery mode
2018-02-13 22:10:15.411 CST [26887] LOG: all server processes terminated; reinitializing
2018-02-13 22:10:15.434 CST [27937] LOG: database system was interrupted; last known up at 2018-02-13 21:58:24 CST
2018-02-13 22:10:15.490 CST [27937] LOG: database system was not properly shut down; automatic recovery in progress
2018-02-13 22:10:15.491 CST [27937] LOG: redo starts at 0/1633770
2018-02-13 22:10:15.491 CST [27937] LOG: invalid record length at 0/16337A8: wanted 24, got 0
2018-02-13 22:10:15.491 CST [27937] LOG: redo done at 0/1633770
2018-02-13 22:10:15.499 CST [26887] LOG: database system is ready to accept connections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment