| Summary: | [abrt] postgresql-server: errfinish(): postgres killed by SIGABRT | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Francisco de la Peña <fran> | ||||||||||||||||||||||||||
| Component: | postgresql | Assignee: | Pavel Raiskup <praiskup> | ||||||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 23 | CC: | devrim, fran, hhorak, jmlich83, jstanek, pkajaba, praiskup, tgl | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/5c2a4bb95eebd0b81527affa6e8850164df5020d | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:80fd2d181c6c1296ee663b9cdbfcbf317544d610;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2016-02-01 13:29:14 UTC | Type: | --- | ||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
|
Description
Francisco de la Peña
2016-01-18 21:24:09 UTC
Created attachment 1115968 [details]
File: backtrace
Created attachment 1115969 [details]
File: cgroup
Created attachment 1115970 [details]
File: core_backtrace
Created attachment 1115971 [details]
File: dso_list
Created attachment 1115972 [details]
File: environ
Created attachment 1115973 [details]
File: limits
Created attachment 1115974 [details]
File: maps
Created attachment 1115975 [details]
File: mountinfo
Created attachment 1115976 [details]
File: namespaces
Created attachment 1115977 [details]
File: open_fds
Created attachment 1115978 [details]
File: proc_pid_status
Created attachment 1115979 [details]
File: var_log_messages
What would actually be useful here is the tail end of the postmaster log --- do you have that? The stack trace says that the failure occurred while trying to write pg_control during a database shutdown. An error in that would lead to a PANIC exit, which does abort(), so the SIGABRT in itself is neither surprising nor indicative of a bug. What would be interesting to know is why the write failed --- out of disk space? somebody mangled the permissions on the file? who knows? ... but there should be an entry in the postmaster log reporting what errno we got. I've read the log, however the postmaster log didn't have relevant shutdown information. There was enough disk space and the issue didn't happen again so far. I'll reopen if this happens again with relevant data. |