Bug 1477322

Summary: [abrt] libcacard: main(): vscclient killed by signal 6
Product: [Fedora] Fedora Reporter: christof.schulze
Component: libcacardAssignee: Marc-Andre Lureau <marcandre.lureau>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: fidencio, hdegoede, marcandre.lureau, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/79dd4086248ad16c238e07e1e4a2fd4736baa684
Whiteboard: abrt_hash:8c2b5c73093d2eede71ad2ec653ae04f0c63f412;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-02 11:54:03 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: cpuinfo
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description christof.schulze 2017-08-01 19:18:28 UTC
Version-Release number of selected component:
libcacard-2.5.3-1.fc26

Additional info:
reporter:       libreport-2.9.1
backtrace_rating: 4
cmdline:        vscclient --help
crash_function: main
executable:     /usr/bin/vscclient
journald_cursor: s=edfdd94a288c4f3d8557d6de99b9fa3d;i=181d8f;b=d026ca22394643b887178dff7ab42ceb;m=1b2a13d46;t=55513d54191ec;x=925a77612aea8c34
kernel:         4.11.11-300.fc26.x86_64
rootdir:        /
runlevel:       N 5
type:           CCpp
uid:            0

Truncated backtrace:
Thread no. 1 (0 frames)

Comment 1 christof.schulze 2017-08-01 19:18:37 UTC
Created attachment 1307746 [details]
File: backtrace

Comment 2 christof.schulze 2017-08-01 19:18:38 UTC
Created attachment 1307747 [details]
File: cgroup

Comment 3 christof.schulze 2017-08-01 19:18:41 UTC
Created attachment 1307748 [details]
File: core_backtrace

Comment 4 christof.schulze 2017-08-01 19:18:42 UTC
Created attachment 1307749 [details]
File: cpuinfo

Comment 5 christof.schulze 2017-08-01 19:18:44 UTC
Created attachment 1307750 [details]
File: dso_list

Comment 6 christof.schulze 2017-08-01 19:18:46 UTC
Created attachment 1307751 [details]
File: environ

Comment 7 christof.schulze 2017-08-01 19:18:48 UTC
Created attachment 1307752 [details]
File: limits

Comment 8 christof.schulze 2017-08-01 19:18:50 UTC
Created attachment 1307753 [details]
File: maps

Comment 9 christof.schulze 2017-08-01 19:18:52 UTC
Created attachment 1307754 [details]
File: open_fds

Comment 10 christof.schulze 2017-08-01 19:18:54 UTC
Created attachment 1307755 [details]
File: proc_pid_status

Comment 11 christof.schulze 2017-08-01 19:18:56 UTC
Created attachment 1307756 [details]
File: var_log_messages

Comment 12 Marc-Andre Lureau 2017-08-02 11:54:03 UTC
Fixed upstream:

commit 2803c96e27a38e29a9cdefd51bcf157ac9da7335 (HEAD -> master, origin/master, origin/HEAD)
Author: Marc-André Lureau <marcandre.lureau>
Date:   Wed Aug 2 10:54:37 2017 +0200

    vscclient: handle ? option
    
    Unknown option fallbacks to '?' case.
    Keep the assert(optarg) for scan-build.
    
    Fixes:
    https://bugzilla.redhat.com/show_bug.cgi?id=1477322
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau>
    Acked-by: Victor Toso <victortoso>