Bug 1095880

Summary: [abrt] iproute: get_dns_host(): ss killed by SIGSEGV
Product: [Fedora] Fedora Reporter: Rafael Torato Rocha <rafaeltorato>
Component: iprouteAssignee: Pavel Šimerda (pavlix) <psimerda>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: jpopelka, rvokal, twoerner
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/9bb618162d404a746d4e4019084d7413bedddf8d
Whiteboard: abrt_hash:e5a1c1afb8273f61c0375918627ccb4f916dedb3
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-14 00:22:44 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 Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: exploitable
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Rafael Torato Rocha 2014-05-08 17:57:35 UTC
Version-Release number of selected component:
iproute-3.14.0-1.fc20

Additional info:
reporter:       libreport-2.2.2
backtrace_rating: 4
cmdline:        ss hhmcefx
crash_function: get_dns_host
executable:     /usr/sbin/ss
kernel:         3.14.2-200.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (5 frames)
 #1 get_dns_host at ss.c:1116
 #2 parse_hostcond at ss.c:1298
 #3 yylex at ssfilter.y:255
 #4 yyparse at ssfilter.c:1322
 #5 ssfilter_parse at ssfilter.y:270

Comment 1 Rafael Torato Rocha 2014-05-08 17:57:40 UTC
Created attachment 893719 [details]
File: backtrace

Comment 2 Rafael Torato Rocha 2014-05-08 17:57:45 UTC
Created attachment 893720 [details]
File: cgroup

Comment 3 Rafael Torato Rocha 2014-05-08 17:57:47 UTC
Created attachment 893721 [details]
File: core_backtrace

Comment 4 Rafael Torato Rocha 2014-05-08 17:57:49 UTC
Created attachment 893722 [details]
File: dso_list

Comment 5 Rafael Torato Rocha 2014-05-08 17:57:51 UTC
Created attachment 893723 [details]
File: environ

Comment 6 Rafael Torato Rocha 2014-05-08 17:57:53 UTC
Created attachment 893724 [details]
File: exploitable

Comment 7 Rafael Torato Rocha 2014-05-08 17:57:55 UTC
Created attachment 893725 [details]
File: limits

Comment 8 Rafael Torato Rocha 2014-05-08 17:57:58 UTC
Created attachment 893726 [details]
File: maps

Comment 9 Rafael Torato Rocha 2014-05-08 17:58:00 UTC
Created attachment 893727 [details]
File: open_fds

Comment 10 Rafael Torato Rocha 2014-05-08 17:58:02 UTC
Created attachment 893728 [details]
File: proc_pid_status

Comment 11 Rafael Torato Rocha 2014-05-08 17:58:04 UTC
Created attachment 893729 [details]
File: var_log_messages

Comment 12 Fedora Admin XMLRPC Client 2014-08-20 08:54:09 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 13 Pavel Šimerda (pavlix) 2015-03-14 00:22:44 UTC
While this one's pretty old, I attempted to analyze it and my conclusion is that the crash occurs in the call to gethostbyname2("hhmcefx", AF_INET) which static storage for the result and thus should be generally safe. The program is single threaded so I don't see any reason to introduce an issue.

I would normally switch this bug report to glibc but unfortunately there is no debugging information for the glibc part. In this situation, closing will be the best thing to do for now.

Please reopen if you have more information.