Bug 1228937 - [abrt] snappy-player: clutter_x11_get_stage_window(): snappy killed by SIGABRT
Summary: [abrt] snappy-player: clutter_x11_get_stage_window(): snappy killed by SIGABRT
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: snappy-player
Version: 23
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Antonio T. (sagitter)
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:8d1b5cd8f0aba0852e2abd7361f...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-06 20:40 UTC by wstatt
Modified: 2015-07-29 01:53 UTC (History)
3 users (show)

Fixed In Version: snappy-player-1.0-5.20150622git8f239a.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-29 01:40:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (24.53 KB, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: cgroup (177 bytes, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: core_backtrace (1.77 KB, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: dso_list (12.35 KB, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: environ (1.07 KB, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: limits (1.29 KB, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: maps (40.05 KB, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: mountinfo (3.25 KB, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: namespaces (85 bytes, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: open_fds (806 bytes, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: proc_pid_status (806 bytes, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details
File: var_log_messages (614 bytes, text/plain)
2015-06-06 20:41 UTC, wstatt
no flags Details

Description wstatt 2015-06-06 20:40:59 UTC
Description of problem:
when i start a .avi file the programm crashes
all codecs are installed

Version-Release number of selected component:
snappy-player-1.0-3.fc22

Additional info:
reporter:       libreport-2.5.1
backtrace_rating: 4
cmdline:        snappy /home/wolfgang/San_Andreas.avi
crash_function: clutter_x11_get_stage_window
executable:     /usr/bin/snappy
global_pid:     3101
kernel:         4.0.4-303.fc22.i686
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (3 frames)
 #5 clutter_x11_get_stage_window at x11/clutter-stage-x11.c:1276
 #6 screensaver_new at screensaver.c:369
 #7 interface_start at user_interface.c:1682

Comment 1 wstatt 2015-06-06 20:41:02 UTC
Created attachment 1035720 [details]
File: backtrace

Comment 2 wstatt 2015-06-06 20:41:03 UTC
Created attachment 1035721 [details]
File: cgroup

Comment 3 wstatt 2015-06-06 20:41:05 UTC
Created attachment 1035722 [details]
File: core_backtrace

Comment 4 wstatt 2015-06-06 20:41:06 UTC
Created attachment 1035723 [details]
File: dso_list

Comment 5 wstatt 2015-06-06 20:41:08 UTC
Created attachment 1035724 [details]
File: environ

Comment 6 wstatt 2015-06-06 20:41:09 UTC
Created attachment 1035725 [details]
File: limits

Comment 7 wstatt 2015-06-06 20:41:11 UTC
Created attachment 1035726 [details]
File: maps

Comment 8 wstatt 2015-06-06 20:41:12 UTC
Created attachment 1035727 [details]
File: mountinfo

Comment 9 wstatt 2015-06-06 20:41:13 UTC
Created attachment 1035728 [details]
File: namespaces

Comment 10 wstatt 2015-06-06 20:41:14 UTC
Created attachment 1035729 [details]
File: open_fds

Comment 11 wstatt 2015-06-06 20:41:15 UTC
Created attachment 1035730 [details]
File: proc_pid_status

Comment 12 wstatt 2015-06-06 20:41:17 UTC
Created attachment 1035731 [details]
File: var_log_messages

Comment 13 pja0071 2015-06-21 19:09:18 UTC
Another user experienced a similar problem:

ran program to read film

reporter:       libreport-2.6.0
backtrace_rating: 4
cmdline:        snappy '/run/media/Films/704a059f-ff4e-4111-8dd2-0a80ab0eba48/New/SF/The Last Starfighter (1984) [1080p]/The.Last.Starfighter.1984.1080p.BluRay.x264.YIFY.mp4'
crash_function: clutter_x11_get_stage_window
executable:     /usr/bin/snappy
global_pid:     4757
kernel:         4.0.4-301.fc22.x86_64
package:        snappy-player-1.0-3.fc22
reason:         snappy killed by SIGABRT
runlevel:       N 5
type:           CCpp
uid:            1000

Comment 14 Antonio T. (sagitter) 2015-06-21 19:21:38 UTC
Try by CLI with:

$ export CLUTTER_BACKEND=x11
$ snappy your_file.avi

Comment 15 Patrick Angley 2015-06-21 22:57:01 UTC
(In reply to Antonio Trande from comment #14)
> Try by CLI with:
> 
> $ export CLUTTER_BACKEND=x11
> $ snappy your_file.avi

Thanks this works, but how do I solve this issue in a gnome session when submission is done for me through gnome ?

Comment 16 Antonio T. (sagitter) 2015-06-22 12:39:00 UTC
(In reply to Patrick Angley from comment #15)
> (In reply to Antonio Trande from comment #14)
> > Try by CLI with:
> > 
> > $ export CLUTTER_BACKEND=x11
> > $ snappy your_file.avi
> 
> Thanks this works, but how do I solve this issue in a gnome session when
> submission is done for me through gnome ?

A new release will be ready within next 10 days.

If you need a fix now, you can edit the file /usr/share/applications/snappy.desktop by setting Exec key:

Exec=env CLUTTER_BACKEND=x11 snappy

and reload gnome-shell.

Comment 17 Fedora Update System 2015-07-12 20:27:21 UTC
snappy-player-1.0-5.20150622git8f239a.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/snappy-player-1.0-5.20150622git8f239a.fc21

Comment 18 Fedora Update System 2015-07-12 20:28:01 UTC
snappy-player-1.0-5.20150622git8f239a.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/snappy-player-1.0-5.20150622git8f239a.fc22

Comment 19 Fedora Update System 2015-07-14 15:42:18 UTC
Package snappy-player-1.0-5.20150622git8f239a.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing snappy-player-1.0-5.20150622git8f239a.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-11569/snappy-player-1.0-5.20150622git8f239a.fc22
then log in and leave karma (feedback).

Comment 20 Jan Kurik 2015-07-15 14:03:08 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 21 Fedora Update System 2015-07-29 01:40:20 UTC
snappy-player-1.0-5.20150622git8f239a.fc22 has been pushed to the Fedora 22 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 22 Fedora Update System 2015-07-29 01:53:01 UTC
snappy-player-1.0-5.20150622git8f239a.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.


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