| Summary: | Find causes core dump | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Radka Brychtova <rskvaril> | ||||||
| Component: | findutils | Assignee: | Kamil Dudka <kdudka> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.8 | ||||||||
| Target Milestone: | rc | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | findutils-4.4.2-9.el6 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-02-11 20:35:31 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 1122818 [details]
Crash report from abrt
I believe this is a duplicate of bug #1305063. Could you please re-test it with findutils-4.4.2-9.el6? Sure, I will re-test it and send you output. This testing have problem, that the issue is not 100% reproducible, even on the same machine the test pass 4 times and the 5. is fail and then next pass again. But it looks like, the new package may fix the problem, at least I don't find the core dump with new package. Thank you for testing it! I will close this bug as duplicate but feel free to reopen it in case the latest version of findutils crashes in your environment. Sorry for the inconveniences. *** This bug has been marked as a duplicate of bug 1305063 *** |
Description of problem: Abrt check show core dump after using find in the test on RHEL 6.8. Version-Release number of selected component (if applicable): pkg_name: findutils pkg_release: 8.el6 pkg_version: 4.4.2 kernel: 2.6.32-604.el6.x86_64 How reproducible: Using find in some test - not 100% Steps to Reproduce: One of our test for cups (/CoreOS/cups/scheduler/ssl-crash ) uses find: find / -name a -a -name b 2>/dev/null Actual results: use ./runtest.sh: line 80: 8315 Aborted (core dumped) find / -name a -a -name b 2> /dev/null Expected results: No core dump Additional info: add attachment with abrt output