Bug 556029
| Summary: | [abrt] crash in mutter-2.28.0-2.fc12 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Xion Luhnis <xion.luhnis> | ||||
| Component: | mutter | Assignee: | Peter Robinson <pbrobinson> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | otaylor, pbrobinson | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:b90c04ee1a942d4188ef9bafa536134567695e22 | ||||||
| Fixed In Version: | mutter-2.29.1-1.fc13 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-04-13 01:49:51 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Xion Luhnis
2010-01-16 14:22:29 UTC
Created attachment 384798 [details]
File: backtrace
If I try to start gnome-shell from the console, I get :
[xion@localhost ~]$ gnome-shell --replace
JS LOG: conforming method: IntrospectRemote for org.freedesktop.DBus.Introspectable
JS LOG: Loading tweener.js
JS LOG: Loading tweenlist.js
JS LOG: Done loading tweenlist.js
JS LOG: Done loading tweener.js
JS LOG: Loading equations.js
JS LOG: Done loading equations.js
Anomalie dans le gestionnaire de fenêtres : Unexpected X error: BadRequest (invalid request code or no such operation) serial 559 error_code 1 request_code 151 minor_code 179)
Shell killed with signal 6
From the mailing list of gnome-shell, I tried to add some information to my intel xorg :
------------------
...
Section "Device"
# Option "Tiling" "False"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
Option "DRI" "True" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
# For Intel and Gnome-shell
Option "XAANoOffscreenPixmaps" "true"
Option "ForceEnablePipeA" "true"
Option "DRI" "true"
Option "NoDDC" "true"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "AccelMethod" "XAA"
Option "MigrationHeuristic" "greedy"
#Option "AccelMethod" "UXA"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
# Graphical issues
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
...
---------------------------------------
But now, I'm still getting an error at gnome-shell startup :
---------------------------------------
[xion@localhost ~]$ gnome-shell --replace
JS LOG: conforming method: IntrospectRemote for org.freedesktop.DBus.Introspectable
JS LOG: Loading tweener.js
JS LOG: Loading tweenlist.js
JS LOG: Done loading tweenlist.js
JS LOG: Done loading tweener.js
JS LOG: Loading equations.js
JS LOG: Done loading equations.js
Anomalie dans le gestionnaire de fenêtres : Unexpected X error: BadRequest (invalid request code or no such operation) serial 559 error_code 1 request_code 151 minor_code 179)
Shell killed with signal 6
[xion@localhost ~]$ JS LOG: conforming method: IntrospectRemote for org.freedesktop.DBus.Introspectable
JS LOG: Loading tweener.js
JS LOG: Loading tweenlist.js
JS LOG: Done loading tweenlist.js
JS LOG: Done loading tweener.js
Panel leaving: a new panel shell is starting.
** (gnome-panel:14958): WARNING **: panel-applet-frame.c:1288: failed to load applet OAFIID:GnoteApplet:
(null)
JS LOG: Loading equations.js
JS LOG: Done loading equations.js
Anomalie dans le gestionnaire de fenêtres : Unexpected X error: BadRequest (invalid request code or no such operation) serial 557 error_code 1 request_code 151 minor_code 179)
Shell killed with signal 6
---------------------------------------
mutter-2.29.1-1.fc13,gjs-0.6-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/mutter-2.29.1-1.fc13,gjs-0.6-1.fc13 mutter-2.29.1-1.fc13, gjs-0.6-1.fc13 has been pushed to the Fedora 13 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 mutter gjs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/mutter-2.29.1-1.fc13,gjs-0.6-1.fc13 mutter-2.29.1-1.fc13, gjs-0.6-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |