Bug 657463 - [abrt] gdesklets-0.36.2-3.fc14: Process /usr/bin/python was killed by signal 11 (SIGSEGV)
Summary: [abrt] gdesklets-0.36.2-3.fc14: Process /usr/bin/python was killed by signal ...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: python
Version: 14
Hardware: x86_64
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Dave Malcolm
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:3d6d5614e984f78537eb3c50d1e...
: 652401 658585 677528 695133 705195 711912 717418 718429 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-26 07:53 UTC by Ralf Schneider
Modified: 2012-08-16 22:31 UTC (History)
24 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-08-16 22:31:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (363.53 KB, text/plain)
2010-11-26 07:53 UTC, Ralf Schneider
no flags Details
renewed backtrace (371.04 KB, text/plain)
2010-11-29 23:21 UTC, Ralf Schneider
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Launchpad 719622 0 None None None Never

Description Ralf Schneider 2010-11-26 07:53:42 UTC
abrt version: 1.1.14
architecture: x86_64
Attached file: backtrace
cmdline: python /usr/lib64/gdesklets/gdesklets-daemon
component: gdesklets
executable: /usr/bin/python
kernel: 2.6.35.6-48.fc14.x86_64
package: gdesklets-0.36.2-3.fc14
reason: Process /usr/bin/python was killed by signal 11 (SIGSEGV)
release: Fedora release 14 (Laughlin)
time: 1290757381
uid: 500

How to reproduce
-----
1. /usr/bin/gdesklets is placed in gnome start programs
2. When doing a normal boot or a reboot then the crash happens at startup of gdesklets I think
3. When starting gdesklets from a shell with gdesklets start all is going ok

Comment 1 Ralf Schneider 2010-11-26 07:53:45 UTC
Created attachment 463004 [details]
File: backtrace

Comment 2 Ralf Schneider 2010-11-26 09:44:42 UTC
To clarify Point 3 from before:
After the crash happend I have to issue a gdesklets restart to bring up the deamon again.

Comment 3 Luya Tshimbalanga 2010-11-26 23:15:14 UTC
Which desklet did you use prior to be crash?

Comment 4 hemilo 2010-11-27 15:54:28 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1.start the app
2.clikkin on the ithem 
3.no respons


Comment
-----
I only start the gdesklets app. ant clikking on a widiit. the widgit dont start and then i got this bug

Comment 5 Ralf Schneider 2010-11-27 21:37:18 UTC
(In reply to comment #3)
> Which desklet did you use prior to be crash?

I use six different Desklets one with three instances.

1. GoodWeather display 0.3
2. SlideShow 0.9
3. FTB-info 0.3.2
4. FTB-mem-gauge 0.3.2
5. FTB-cpu-plot 0.3.2
6. 3 Instances of FTB-net-plot 0.3.2 (eth0, eth1, wlan0)

Comment 6 hemilo 2010-11-27 22:07:28 UTC
Clock and The calender.

Comment 7 Luya Tshimbalanga 2010-11-29 06:39:18 UTC
Running above desklets:
1. GoodWeather display 0.3
2. SlideShow 0.9
3. FTB-info 0.3.2
4. FTB-mem-gauge 0.3.2
5. FTB-cpu-plot 0.3.2
6. 3 Instances of FTB-net-plot 0.3.2 (eth0, eth1, wlan0)
7. Clock
8. Calender

Unfortunately, I am unable to reproduce the crash related to gdesklets from my hardware (. Apparently the bug is related to python because I noticed the segment fault on those line:

Program terminated with signal 11, Segmentation fault.
#0  0x00000031e04e532a in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0
#0  0x00000031e04e532a in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0
#1  0x00000031e04ea71d in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0
#2  0x00000031e04eb04d in PyEval_EvalCodeEx () from /usr/lib64/libpython2.7.so.1.0

I will assign this report to python maintainer for investigation.

Comment 8 Dave Malcolm 2010-11-29 19:28:01 UTC
Thank you for taking the time to report this crash. Unfortunately, the stack trace is not very useful in determining the cause of the crash, because it lacks debugging symbols. In order to get a symbolic stack trace, the appropriate debuginfo packages need to be installed. In order to accomplish this, you can run the command:

debuginfo-install python

Please see http://fedoraproject.org/wiki/StackTraces for more information about stack traces.

Comment 9 Ralf Schneider 2010-11-29 23:18:38 UTC
(In reply to comment #8)

Hi again, I installed the requested debuginfos via
> 
> debuginfo-install python
> 
Also I did :
debuginfo-install gdesklets
yum install pango-debuginfo
yum install glib2-debuginfo
yum install gtk2-debuginfo

After that I had still 62 missing debug infos reported by abrt so finally I installed 

yum install kernel-debuginfo-common
yum install kernel-debuginfo

which was proposed by abrt but still 62 missing debug infos remain. I attached you the renewed backtrace above. If I should install any other debug packages please don't hesitate to request them.

Comment 10 Ralf Schneider 2010-11-29 23:21:15 UTC
Created attachment 463603 [details]
renewed backtrace

Renewed backtrace with debuginfos for python and gdesklets installed

Comment 11 Luya Tshimbalanga 2010-11-30 23:13:26 UTC
*** Bug 652401 has been marked as a duplicate of this bug. ***

Comment 12 Luya Tshimbalanga 2010-11-30 23:36:13 UTC
*** Bug 658585 has been marked as a duplicate of this bug. ***

Comment 13 Francis Souza 2010-12-10 18:29:36 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. Just stoped working
2.
3.

Comment 14 Francis Souza 2010-12-17 14:12:00 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1.During screensaver
2.
3.

Comment 15 Francis Souza 2010-12-22 14:19:33 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1.During screensaver
2.
3.

Comment 16 Quentin 2011-01-01 12:09:15 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1.Je venais de me loguer dans FC14
2.
3.

Comment 17 Francis Souza 2011-01-05 22:27:17 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. During screensaver
2.
3.

Comment 18 Patrice FERLET 2011-01-06 01:53:27 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. Only tried to run on gnome-shell session
2.
3.

Comment 19 Francis Souza 2011-01-19 14:15:36 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. During screensaver
2.
3.

Comment 20 Francis Souza 2011-01-20 14:15:35 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. During screensaver
2.
3.

Comment 21 Alexey Torkhov 2011-01-26 18:27:01 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. clicked on calendar desklet

Comment 22 Quentin 2011-01-26 22:20:59 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. Je viens juste de me log et d'arriver sur mon bureau .
2.
3.

Comment 23 YBnawtbug 2011-01-27 07:00:20 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. I Believe I quit out of gdesklets?
2. Not sure what happened, Sorry.
3.

Comment 24 Fedora Update System 2011-01-28 00:22:56 UTC
gdesklets-0.36.3-1.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/gdesklets-0.36.3-1.fc13

Comment 25 Fedora Update System 2011-01-28 00:23:03 UTC
gdesklets-0.36.3-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/gdesklets-0.36.3-1.fc14

Comment 26 Fedora Update System 2011-01-28 19:17:10 UTC
gdesklets-0.36.3-1.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update gdesklets'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/gdesklets-0.36.3-1.fc14

Comment 27 Timur Kristóf 2011-02-01 12:51:21 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. gDesklets started at system startup
2. The crash happened
3.

Comment 28 Luya Tshimbalanga 2011-02-02 01:22:53 UTC
(In reply to comment #27)
> Package: gdesklets-0.36.2-3.fc14
> Architecture: x86_64
> OS Release: Fedora release 14 (Laughlin)
> 
> 
> How to reproduce
> -----
> 1. gDesklets started at system startup
> 2. The crash happened
> 3.

Can you test update posted on Comment #26 to see if the issue is fixed?

Comment 29 Daniel 2011-02-11 11:52:08 UTC
Package: gdesklets-0.36.2-3.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. start gdesklets
2. gdesklets will crash
3.

I used clock in my gdesklets' configuration.

Comment 30 Fedora Update System 2011-02-14 20:27:16 UTC
gdesklets-0.36.3-1.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 31 Fedora Update System 2011-02-14 20:27:45 UTC
gdesklets-0.36.3-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 32 Luya Tshimbalanga 2011-02-15 21:30:55 UTC
*** Bug 677528 has been marked as a duplicate of this bug. ***

Comment 33 Luya Tshimbalanga 2011-02-15 21:42:35 UTC
Also assigned to upstream.

Comment 34 Jeff Layton 2011-02-16 13:55:38 UTC
Package: gdesklets-0.36.3-1.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. Opened the "manage gdesklets" window
2. Double-clicked on the clock gdesklet
3.

Comment 35 Quentin 2011-02-16 21:11:39 UTC
Package: gdesklets-0.36.3-1.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. Je me suis loggué et s'est arrivé quand le bureau est apparu.
2.
3.

Comment 36 Michael 2011-02-18 06:05:12 UTC
Package: gdesklets-0.36.3-1.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1.
2.
3..

Comment 37 Luya Tshimbalanga 2011-02-18 18:53:37 UTC
Dave, I contacted upstream about this bug. They need more details about backtrace and suspected python or pygtk2 being the culprit.

Comment 38 Dmitry Petrich 2011-02-25 19:15:36 UTC
Package: gdesklets-0.36.3-1.fc14
Architecture: i686
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1. turn on computer
2.
3.

Comment 39 Piotr 2011-02-26 13:18:33 UTC
Package: gdesklets-0.36.3-1.fc14
Architecture: x86_64
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1.Just login and use firefox, smplayer et. Gdesklet is generally unstable

Comment 40 Luya Tshimbalanga 2011-06-09 07:35:44 UTC
*** Bug 705195 has been marked as a duplicate of this bug. ***

Comment 41 Luya Tshimbalanga 2011-06-09 07:38:49 UTC
*** Bug 695133 has been marked as a duplicate of this bug. ***

Comment 42 Luya Tshimbalanga 2011-06-29 00:27:55 UTC
*** Bug 717418 has been marked as a duplicate of this bug. ***

Comment 43 Luya Tshimbalanga 2011-06-29 03:57:50 UTC
Would anyone enable debuginfo to generate better backtrace? Upstream is unable to fully reproduce the bug. Thank you.

Comment 44 Luya Tshimbalanga 2011-07-20 01:19:14 UTC
*** Bug 718429 has been marked as a duplicate of this bug. ***

Comment 45 Luya Tshimbalanga 2011-07-20 01:19:42 UTC
*** Bug 711912 has been marked as a duplicate of this bug. ***

Comment 46 Christian Jose 2011-07-30 19:25:37 UTC
Package: gdesklets-0.36.3-2.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Lovelock)

Comment
-----
Screen was locked when crash occured.

Comment 47 Christian Jose 2011-08-02 22:08:45 UTC
Package: gdesklets-0.36.3-2.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Lovelock)

Comment
-----
Was browsing a web page I think, when gdesklets crashed.

Comment 48 Christian Jose 2011-08-08 20:21:04 UTC
Package: gdesklets-0.36.3-2.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Lovelock)

Comment
-----
Well, I had removed the "nVidia Thermal and Freqs ver0.3" desklet, leaving only "World Time Banner 0.9" enabled, as I suspected that if any particular desklet were at fault it was likely one that monitored sensors etc. This is not the case, as the crash proves.

Comment 49 Christian Jose 2011-08-08 22:33:07 UTC
Package: gdesklets-0.36.3-2.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Lovelock)

Comment
-----
OK, so it isn't related to a specific deklet since this time I disabled  "World Time Banner 0.9" and left only  "nVidia Thermal and Freqs ver0.3"  enabled and I got the crash - infact 2 crashes in one evening is unusual. So it's not the desklets, just something inherent in python possibly - or that exists in both desklets - either way, a desklet should not cause a python crash.

Comment 50 Fedora End Of Life 2012-08-16 22:31:31 UTC
This message is a notice that Fedora 14 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 14. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained.  At this time, all open bugs with a Fedora 'version'
of '14' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this 
occurring, but we forgot to do that. A thousand apologies.)

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

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we were unable to fix it before Fedora 14 reached 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 to click on 
"Clone This Bug" (top right of this page) and open it against that 
version of Fedora.

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.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


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