Bug 1396587 - [abrt] spice-vdagent: udscs_read_complete(): spice-vdagent killed by SIGABRT
Summary: [abrt] spice-vdagent: udscs_read_complete(): spice-vdagent killed by SIGABRT
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: spice-vdagent
Version: 25
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Christophe Fergeau
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:3644ce07c6c3947dd63065174c8...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-18 16:50 UTC by Pavel Grunt
Modified: 2016-11-23 15:37 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-23 15:37:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (18.67 KB, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: cgroup (242 bytes, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: core_backtrace (2.48 KB, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: dso_list (4.09 KB, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: environ (1.03 KB, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: limits (1.29 KB, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: maps (19.54 KB, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: mountinfo (3.21 KB, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: namespaces (102 bytes, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: open_fds (333 bytes, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: proc_pid_status (1.11 KB, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details
File: var_log_messages (835 bytes, text/plain)
2016-11-18 16:50 UTC, Pavel Grunt
no flags Details

Description Pavel Grunt 2016-11-18 16:50:26 UTC
Description of problem:
Agent is from the @spice/nightly copr repository, crash happens on login gdm to Gnome on Xorg

Version-Release number of selected component:
spice-vdagent-0.17.0-2016111012130.fc25

Additional info:
reporter:       libreport-2.8.0
backtrace_rating: 4
cmdline:        /usr/bin/spice-vdagent
crash_function: udscs_read_complete
executable:     /usr/bin/spice-vdagent
global_pid:     3057
kernel:         4.8.7-300.fc25.x86_64
pkg_fingerprint: 768B 5A37 3E28 F4B5
pkg_vendor:     Fedora Project COPR (@spice/nightly)
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (3 frames)
 #6 udscs_read_complete at src/udscs.c:239
 #7 udscs_do_read at src/udscs.c:292
 #8 udscs_client_handle_fds at src/udscs.c:337

Comment 1 Pavel Grunt 2016-11-18 16:50:36 UTC
Created attachment 1221911 [details]
File: backtrace

Comment 2 Pavel Grunt 2016-11-18 16:50:38 UTC
Created attachment 1221912 [details]
File: cgroup

Comment 3 Pavel Grunt 2016-11-18 16:50:40 UTC
Created attachment 1221913 [details]
File: core_backtrace

Comment 4 Pavel Grunt 2016-11-18 16:50:42 UTC
Created attachment 1221914 [details]
File: dso_list

Comment 5 Pavel Grunt 2016-11-18 16:50:44 UTC
Created attachment 1221915 [details]
File: environ

Comment 6 Pavel Grunt 2016-11-18 16:50:45 UTC
Created attachment 1221916 [details]
File: limits

Comment 7 Pavel Grunt 2016-11-18 16:50:48 UTC
Created attachment 1221917 [details]
File: maps

Comment 8 Pavel Grunt 2016-11-18 16:50:50 UTC
Created attachment 1221918 [details]
File: mountinfo

Comment 9 Pavel Grunt 2016-11-18 16:50:52 UTC
Created attachment 1221919 [details]
File: namespaces

Comment 10 Pavel Grunt 2016-11-18 16:50:53 UTC
Created attachment 1221920 [details]
File: open_fds

Comment 11 Pavel Grunt 2016-11-18 16:50:55 UTC
Created attachment 1221921 [details]
File: proc_pid_status

Comment 12 Pavel Grunt 2016-11-18 16:50:57 UTC
Created attachment 1221922 [details]
File: var_log_messages

Comment 13 Christophe Fergeau 2016-11-18 16:59:23 UTC
(In reply to Pavel Grunt from comment #0)
> Description of problem:
> Agent is from the @spice/nightly copr repository, crash happens on login gdm
> to Gnome on Xorg
> 
> Version-Release number of selected component:
> spice-vdagent-0.17.0-2016111012130.fc25

Would it be possible to get some git commit hash in the extra version?
I'd consider building these nightly package with -O0 also if we are fine with performance not being great, this would make the backtraces better.
I'd blame https://cgit.freedesktop.org/spice/linux/vd_agent/commit/?id=5dd6d2a88a966f1267ed0249a698f76723c063be (which has wrong ownership, forgot to change the author :(

Comment 14 Pavel Grunt 2016-11-18 17:14:27 UTC
(In reply to Christophe Fergeau from comment #13)
> (In reply to Pavel Grunt from comment #0)
> > Description of problem:
> > Agent is from the @spice/nightly copr repository, crash happens on login gdm
> > to Gnome on Xorg
> > 
> > Version-Release number of selected component:
> > spice-vdagent-0.17.0-2016111012130.fc25
> 
> Would it be possible to get some git commit hash in the extra version?

It will be in the changelog

> I'd consider building these nightly package with -O0 also if we are fine
> with performance not being great, this would make the backtraces better.
good idea, i will rebuild the package

> I'd blame
> https://cgit.freedesktop.org/spice/linux/vd_agent/commit/
> ?id=5dd6d2a88a966f1267ed0249a698f76723c063be (which has wrong ownership,
> forgot to change the author :(


Note You need to log in before you can comment on or make changes to this bug.