Bug 1074243
| Summary: | [abrt] rsync: hash_search(): rsync killed by SIGABRT | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | smanocch <stefano.manocchio> | ||||||||||||||||||||||
| Component: | rsync | Assignee: | Michal Luscon <mluscon> | ||||||||||||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 20 | CC: | mluscon, psimerda, ssorce | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/37a8784177218808bb438f49d0da74bdb1cf2544 | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:d6ed478215bf406c9b602c8016e4df52176ba200 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2014-08-22 11:31:11 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: | |||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||
|
Description
smanocch
2014-03-09 07:26:10 UTC
Created attachment 872346 [details]
File: backtrace
Created attachment 872347 [details]
File: cgroup
Created attachment 872348 [details]
File: core_backtrace
Created attachment 872349 [details]
File: dso_list
Created attachment 872350 [details]
File: environ
Created attachment 872351 [details]
File: limits
Created attachment 872352 [details]
File: maps
Created attachment 872353 [details]
File: open_fds
Created attachment 872354 [details]
File: proc_pid_status
Created attachment 872355 [details]
File: var_log_messages
I think the high cpu load is expected as rsync produces check sums for all blocks of file during transfer. You can try to tweak block size by -B option, or transfer virtual images with --sparse to create new files and consequently use --inplace option for difference synchronization. |