Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1036446 - [abrt] cinnamon-2.0.11-1.fc20: g_desktop_app_info_get_is_hidden: Process /usr/bin/cinnamon was killed by signal 11 (SIGSEGV)
Summary: [abrt] cinnamon-2.0.11-1.fc20: g_desktop_app_info_get_is_hidden: Process /usr...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: cinnamon
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: leigh scott
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:413a51cdf16de6ca6f17825e8a4...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-02 01:50 UTC by Giuseppe
Modified: 2023-09-12 00:26 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-29 13:18:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (33.07 KB, text/plain)
2013-12-02 01:50 UTC, Giuseppe
no flags Details
File: cgroup (159 bytes, text/plain)
2013-12-02 01:50 UTC, Giuseppe
no flags Details
File: core_backtrace (25.12 KB, text/plain)
2013-12-02 01:50 UTC, Giuseppe
no flags Details
File: dso_list (20.60 KB, text/plain)
2013-12-02 01:50 UTC, Giuseppe
no flags Details
File: environ (1.11 KB, text/plain)
2013-12-02 01:50 UTC, Giuseppe
no flags Details
File: exploitable (82 bytes, text/plain)
2013-12-02 01:50 UTC, Giuseppe
no flags Details
File: limits (1.29 KB, text/plain)
2013-12-02 01:50 UTC, Giuseppe
no flags Details
File: maps (84.92 KB, text/plain)
2013-12-02 01:51 UTC, Giuseppe
no flags Details
File: open_fds (5.27 KB, text/plain)
2013-12-02 01:51 UTC, Giuseppe
no flags Details
File: proc_pid_status (929 bytes, text/plain)
2013-12-02 01:51 UTC, Giuseppe
no flags Details
File: var_log_messages (13.64 KB, text/plain)
2013-12-02 01:51 UTC, Giuseppe
no flags Details

Description Giuseppe 2013-12-02 01:50:21 UTC
Version-Release number of selected component:
cinnamon-2.0.11-1.fc20

Additional info:
reporter:       libreport-2.1.9
backtrace_rating: 4
cmdline:        cinnamon --replace
crash_function: g_desktop_app_info_get_is_hidden
executable:     /usr/bin/cinnamon
kernel:         3.11.8-300.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (9 frames)
 #0 g_desktop_app_info_get_is_hidden at gdesktopappinfo.c:689
 #1 desktop_entry_get_hidden at desktop-entries.c:576
 #2 process_layout at gmenu-tree.c:3680
 #4 gmenu_tree_build_from_layout at gmenu-tree.c:4757
 #5 gmenu_tree_load_sync at gmenu-tree.c:732
 #6 on_apps_tree_changed_cb at cinnamon-app-system.c:339
 #7 _g_closure_invoke_va at gclosure.c:840
 #10 menu_layout_invoke_monitors at menu-layout.c:154
 #15 meta_run at core/main.c:570

Comment 1 Giuseppe 2013-12-02 01:50:32 UTC
Created attachment 831367 [details]
File: backtrace

Comment 2 Giuseppe 2013-12-02 01:50:35 UTC
Created attachment 831368 [details]
File: cgroup

Comment 3 Giuseppe 2013-12-02 01:50:40 UTC
Created attachment 831369 [details]
File: core_backtrace

Comment 4 Giuseppe 2013-12-02 01:50:44 UTC
Created attachment 831370 [details]
File: dso_list

Comment 5 Giuseppe 2013-12-02 01:50:49 UTC
Created attachment 831371 [details]
File: environ

Comment 6 Giuseppe 2013-12-02 01:50:53 UTC
Created attachment 831372 [details]
File: exploitable

Comment 7 Giuseppe 2013-12-02 01:50:56 UTC
Created attachment 831373 [details]
File: limits

Comment 8 Giuseppe 2013-12-02 01:51:03 UTC
Created attachment 831374 [details]
File: maps

Comment 9 Giuseppe 2013-12-02 01:51:07 UTC
Created attachment 831375 [details]
File: open_fds

Comment 10 Giuseppe 2013-12-02 01:51:11 UTC
Created attachment 831376 [details]
File: proc_pid_status

Comment 11 Giuseppe 2013-12-02 01:51:15 UTC
Created attachment 831377 [details]
File: var_log_messages

Comment 12 austinenglish 2014-03-29 08:45:33 UTC
Still present.

Comment 13 leigh scott 2014-03-29 10:08:36 UTC
No steps to reproduce = closed

Comment 14 austinenglish 2014-03-29 22:47:51 UTC
May be related to https://github.com/linuxmint/Cinnamon/issues/2986. I frequently get it when running winetricks test. To reproduce, you'd need to build wine:

$ git clone git://source.winehq.org/git/wine.git wine
$ cd wine
$ ./configure && make -j4
$ ./wine winetest -c -t foo -o log.txt -m foo

that's will usually trigger it for me.

For reference, my HEAD is at 2aad5d7cafa3bdcfe5fa993f9c0ff7b7c62601e5 / wine-1.7.15-112-g2aad5d7.

Comment 15 austinenglish 2014-03-29 22:48:22 UTC
I meant winetest above, not winetricks test (related project..)

Comment 16 austinenglish 2014-03-30 04:59:56 UTC
It seems that opening/closing a lot of windows, even to an Xvfb $DISPLAY, can cause this issue.

I've got two a running that is doing:
while true ; do
export DISPLAY=:999 #xvfb
winserver -k ; rm -rf ~/.wine
winetricks -q -v xmllite || break
done

no windows pop up, but after a while (roughly 45 minutes or so), cinnamon crashes.

What more information do you need to reopen this bug, or should I file a new one?

Comment 17 Fedora End Of Life 2015-05-29 09:53:40 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 18 Fedora End Of Life 2015-06-29 13:18:37 UTC
Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 19 Red Hat Bugzilla 2023-09-12 00:26:44 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


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