Bug 538679 - [abrt] crash detected in compiz f12/f13/f14/f15 in doPoll at display.c:1211
Summary: [abrt] crash detected in compiz f12/f13/f14/f15 in doPoll at display.c:1211
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: compiz
Version: 13
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Adel Gadllah
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:124fec73bebd5ed5d60ae9e2ef4...
: 538698 551083 551456 553503 583229 586165 595110 600645 603318 605824 610807 652153 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-19 04:13 UTC by amit
Modified: 2011-06-27 14:32 UTC (History)
30 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-27 14:32:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (16.47 KB, text/plain)
2009-11-19 04:13 UTC, amit
no flags Details

Description amit 2009-11-19 04:13:41 UTC
abrt detected a crash.

How to reproduce
-----
1. Logged in at the graphical login window
2. While the login was in progress switched to tty2 console
3. After a while on text console, switched back to graphical console and saw complete white screen.
4. Reproduceability is 50%

Attached file: backtrace
cmdline: compiz --sm-client-id 10da7ba3678a046c7d125859434442271400000026710030 --ignore-desktop-hints glib gconf gnomecompat
component: compiz
executable: /usr/bin/compiz
kernel: 2.6.31.5-127.fc12.i686
package: compiz-0.8.2-19.fc12
rating: 3
reason: Process was terminated by signal 11

Comment 1 amit 2009-11-19 04:13:42 UTC
Created attachment 370262 [details]
File: backtrace

Comment 2 Hamidou Dia 2009-11-22 03:35:19 UTC
Hi Amit,

Thanks for the bug report.  We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue.

Please could you attach your X server config file (/etc/X11/xorg.conf, if available), output of the dmesg command, and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link below.

By the way: may I ask you to try the same with KMS disabled and report back the result.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance.

Regards

-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 3 Hamidou Dia 2009-11-30 03:42:39 UTC
Hi all,

I was passing again over this.
And it looks like this might be a 100% compiz related issue, and hence
the requested files might not needed.

So I will leave it to our maintainers.

@Adel, it is up to you.

Regards.

Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 4 Hamidou Dia 2009-12-29 17:33:47 UTC
Core was generated by `compiz --sm-client-id
10da7ba3678a046c7d125859434442271400000026710030 --ignore'.
Program terminated with signal 11, Segmentation fault.
#0  0x080547dd in doPoll (timeout=<value optimized out>) at display.c:1211
 in display.c

Thread 1 (Thread 1702):
#0  0x080547dd in doPoll (timeout=<value optimized out>) at display.c:1211
        w = 0x3f800000
        i = <value optimized out>
        rv = 3
#1  0x0805755b in eventLoop () at display.c:1655
-------------------------

So it can be indexed.

-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 5 Hamidou Dia 2009-12-29 17:35:05 UTC
*** Bug 551083 has been marked as a duplicate of this bug. ***

Comment 6 Chris Campbell 2010-01-08 04:05:17 UTC
*** Bug 553503 has been marked as a duplicate of this bug. ***

Comment 7 Karel Klíč 2010-05-25 08:39:19 UTC
*** Bug 583229 has been marked as a duplicate of this bug. ***

Comment 8 Karel Klíč 2010-05-25 08:39:23 UTC
*** Bug 595110 has been marked as a duplicate of this bug. ***

Comment 9 Jeff Raber 2010-06-08 03:39:56 UTC
*** Bug 538698 has been marked as a duplicate of this bug. ***

Comment 10 Jeff Raber 2010-06-08 03:40:03 UTC
*** Bug 600645 has been marked as a duplicate of this bug. ***

Comment 11 Jeff Raber 2010-06-08 03:43:31 UTC
Offending section of code:

01:doPoll (int timeout)
02:{
03:    int rv;
04:
05:    rv = poll (core.watchPollFds, core.nWatchFds, timeout);
06:    if (rv)
07:    {
08:        CompWatchFd *w;
09:        int         i;
10:
11:        for (i = core.nWatchFds - 1, w = core.watchFds; w; i--, w = w->next)
12:        {
13:            if (core.watchPollFds[i].revents != 0 && w->callBack)
14:                (*w->callBack) (w->closure);
15:        }
16:    }
17:
18:    return rv;
19:}


Crashes seem to happen at lines 11 and 13 above.



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 12 Jeff Raber 2010-06-08 03:47:08 UTC
Also, I'm fairly sure that bug 551456 is related, if not the same bug.



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 13 poweroff.sntndr 2010-06-30 21:01:34 UTC
Package: compiz-0.8.6-1.fc13
Architecture: x86_64
OS Release: Fedora release 13 (Goddard)


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

Comment 14 Scott Williams 2010-07-05 15:26:44 UTC
Package: compiz-0.8.6-1.fc13
Architecture: x86_64
OS Release: Fedora release 13 (Goddard)


How to reproduce
-----
Compiz froze while adjustig ccsm.  Attempting to reload compiz failed.

Comment 15 Jeff Raber 2010-07-23 03:57:29 UTC
*** Bug 551456 has been marked as a duplicate of this bug. ***

Comment 16 Jeff Raber 2010-07-23 03:58:42 UTC
*** Bug 610807 has been marked as a duplicate of this bug. ***

Comment 17 Jeff Raber 2010-07-23 03:58:49 UTC
*** Bug 605824 has been marked as a duplicate of this bug. ***

Comment 18 Jeff Raber 2010-07-23 04:20:55 UTC
*** Bug 586165 has been marked as a duplicate of this bug. ***

Comment 19 Jeff Raber 2010-07-23 04:22:11 UTC

-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 20 Hamidou Dia 2010-09-20 20:49:35 UTC
*** Bug 603318 has been marked as a duplicate of this bug. ***

Comment 21 Bug Zapper 2010-11-04 06:06:36 UTC
This message is a reminder that Fedora 12 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 12.  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 WONTFIX if it remains open with a Fedora 
'version' of '12'.

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 prior to Fedora 12's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 12 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 please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

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

Comment 22 Jeff Raber 2010-11-04 06:57:29 UTC
Changing version to 13 as there appear to be several instances of this crash reported against F13.



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 23 Hamidou Dia 2010-11-12 14:41:50 UTC
Hi guys,

Changing the title.

Regards

Hamidou



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 24 Hamidou Dia 2010-11-12 14:43:47 UTC
*** Bug 652153 has been marked as a duplicate of this bug. ***

Comment 25 Raphos 2010-11-23 21:02:42 UTC
Package: compiz-0.8.6-3.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Rawhide)


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

Comment 26 Raphos 2010-11-25 20:01:55 UTC
Package: compiz-0.8.6-3.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Rawhide)


How to reproduce
-----
1.Re size windows
2.
3.

Comment 27 Raphos 2010-12-03 15:59:25 UTC
Package: compiz-0.8.6-3.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Rawhide)


How to reproduce
-----
1.Happends before shutdown computer
2.
3.

Comment 28 Bug Zapper 2011-06-02 17:24:01 UTC
This message is a reminder that Fedora 13 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 13.  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 WONTFIX if it remains open with a Fedora 
'version' of '13'.

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 prior to Fedora 13's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 13 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 please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

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

Comment 29 Bug Zapper 2011-06-27 14:32:40 UTC
Fedora 13 changed to end-of-life (EOL) status on 2011-06-25. Fedora 13 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.

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


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