Bug 1049302
Summary: | [abrt] grep: Pexecute(): grep killed by SIGABRT | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Francesco Frassinelli (frafra) <fraph24> | ||||||||||||||||||||||
Component: | grep | Assignee: | Jaroslav Škarvada <jskarvad> | ||||||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||
Version: | 20 | CC: | germano.massullo, jskarvad, lkundrak | ||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/fea77fcd0f2d18c2c1670e7b6fc0ca42e3ddac30 | ||||||||||||||||||||||||
Whiteboard: | abrt_hash:313f290524a5cf06e6e494f8f9307a3d64ddae04 | ||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||
Last Closed: | 2014-01-07 12:36:29 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
Francesco Frassinelli (frafra)
2014-01-07 11:39:40 UTC
Created attachment 846605 [details]
File: backtrace
Created attachment 846606 [details]
File: cgroup
Created attachment 846607 [details]
File: core_backtrace
Created attachment 846608 [details]
File: dso_list
Created attachment 846609 [details]
File: environ
Created attachment 846610 [details]
File: limits
Created attachment 846611 [details]
File: maps
Created attachment 846612 [details]
File: open_fds
Created attachment 846613 [details]
File: proc_pid_status
Created attachment 846614 [details]
File: var_log_messages
More information about this strange behavior: it seems to happen only when "*" or "?" operators are involved. $ echo à | grep -P "[0-9]*" Annullato (core dumped) $ echo à | grep -P "[0-9]?" Annullato (core dumped) $ echo à | grep -P "[0-9]" $ echo à | grep -P "[0-9]{1}" $ echo à | grep -P "[0-9]{2}" $ echo à | grep -P "[0-9]{1,}" I guess this is dupe of bug 1044654. I am unable to reproduce with grep-2.16. If the problem persists, feel free to reopen. *** This bug has been marked as a duplicate of bug 1044654 *** |