Bug 1055103
| Summary: | [abrt] chrony: combine_sources(): chronyd killed by SIGABRT | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Georg Wittig <nc-wittigge> | ||||||||||||||||||||||
| Component: | chrony | Assignee: | Miroslav Lichvar <mlichvar> | ||||||||||||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 20 | CC: | mlichvar, nc-wittigge | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/3da99bac532985ae569b6043e0ec3912bc7c18fc | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:19e33f63f2d0facd3a615acf295a74ee7eb1e812 | ||||||||||||||||||||||||
| Fixed In Version: | chrony-1.30-0.1.pre1.fc21 | Doc Type: | Bug Fix | ||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2014-06-09 13:50:38 UTC | Type: | --- | ||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||
| Bug Depends On: | |||||||||||||||||||||||||
| Bug Blocks: | 1061048 | ||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||
|
Description
Georg Wittig
2014-01-18 20:00:33 UTC
Created attachment 852099 [details]
File: backtrace
Created attachment 852100 [details]
File: cgroup
Created attachment 852101 [details]
File: core_backtrace
Created attachment 852102 [details]
File: dso_list
Created attachment 852103 [details]
File: environ
Created attachment 852104 [details]
File: limits
Created attachment 852105 [details]
File: maps
Created attachment 852106 [details]
File: open_fds
Created attachment 852107 [details]
File: proc_pid_status
Created attachment 852108 [details]
File: var_log_messages
Thanks for the report. Is this with the default /etc/chrony.conf or did you make any modifications? (In reply to Miroslav Lichvar from comment #11) > Is this with the default /etc/chrony.conf or did you make any modifications? The following is my chrony.conf file: server 192.53.103.108 iburst prefer server 192.53.103.104 iburst prefer server 192.53.103.103 iburst prefer server 0.fedora.pool.ntp.org iburst server 1.fedora.pool.ntp.org iburst server 2.fedora.pool.ntp.org iburst server 3.fedora.pool.ntp.org iburst # Ignore stratum in source selection. stratumweight 0 # Record the rate at which the system clock gains/losses time. driftfile /var/lib/chrony/drift # Enable kernel RTC synchronization. rtcsync # In first three updates step the system clock instead of slew # if the adjustment is larger than 100 seconds. makestep 10 3 # Allow client access from local network. #allow 192.168/16 # Listen for commands only on localhost. bindcmdaddress 127.0.0.1 bindcmdaddress ::1 # Serve time even if not synchronized to any NTP server. local stratum 10 keyfile /etc/chrony.keys # Specify the key used as password for chronyc. commandkey 1 # Generate command key if missing. generatecommandkey # Disable logging of client accesses. noclientlog # Send a message to syslog if a clock adjustment is larger than 0.5 seconds. logchange 0.5 logdir /var/log/chrony #log measurements statistics tracking Thanks, I can reproduce it now. It may happen when some sources have the prefer option. This is fixed in upstream git and will be in chrony-1.30. |