After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 333276 - gnome-theme-manager crashes with xgl/compiz
gnome-theme-manager crashes with xgl/compiz
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] theme-manager
2.14.x
Other other
: High critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 333305 333825 335775 336135 337667 338522 342718 343626 346600 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-03-03 17:18 UTC by v.hautot
Modified: 2006-07-25 09:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Don't attempt to load window manager theme name from an unkown window mnager (1.79 KB, patch)
2006-07-16 22:20 UTC, Thomas Wood
committed Details | Review

Description v.hautot 2006-03-03 17:18:02 UTC
Distribution: Ubuntu 6.04 (dapper)
Package: gnome-themes
Severity: Normal
Version: GNOME2.13.92 unspecified
Gnome-Distributor: Ubuntu
Synopsis: gnome-theme-manager  bug
Bugzilla-Product: gnome-themes
Bugzilla-Component: General
Bugzilla-Version: unspecified
BugBuddy-GnomeVersion: 2.0 (2.13.90)
Description:
Description of the crash:
Reboot  of gnome-theme-manager when i have select a new themes

I work on dapper with xgl

nvidia geforce 6

Steps to reproduce the crash:
1. install glx
2. download theme on gnome art web site
3. drag and drop the .tar.gz on gnome-theme-manager
4. Change themes
Expected Results:


How often does this happen?


Additional Information:



Debugging Information:

Backtrace was generated from '/usr/bin/gnome-theme-manager'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1997260480 (LWP 8435)]
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread 1997260480 (LWP 8435))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 strcmp
    from /lib/tls/i686/cmov/libc.so.6
  • #5 main
  • #0 __kernel_vsyscall




------- Bug created by bug-buddy at 2006-03-03 17:18 -------


Bugreport had an attachment. This cannot be imported to Bugzilla.
Contact bugmaster@gnome.org if you are willing to write a patch for this.

Comment 1 Christopher Aillon 2006-03-04 08:25:12 UTC
*** Bug 333305 has been marked as a duplicate of this bug. ***
Comment 2 Sergej Kotliar 2006-03-08 16:39:31 UTC
*** Bug 333825 has been marked as a duplicate of this bug. ***
Comment 3 Sergej Kotliar 2006-03-24 01:25:16 UTC
*** Bug 335775 has been marked as a duplicate of this bug. ***
Comment 4 Sergej Kotliar 2006-03-27 12:05:24 UTC
*** Bug 336135 has been marked as a duplicate of this bug. ***
Comment 5 Amias Channer 2006-03-27 14:16:11 UTC
(In reply to comment #4)
> *** Bug 336135 has been marked as a duplicate of this bug. ***
> 

just to confirm i am using Xgl and Compiz .

If i use the fast-user-switch to get a new session it doesn't use the
3d and compositing , this seems to make the theme-manager work perfectly
for that user.
Comment 6 Sergej Kotliar 2006-04-07 22:06:42 UTC
*** Bug 337667 has been marked as a duplicate of this bug. ***
Comment 7 Sergej Kotliar 2006-04-07 22:08:05 UTC
Confirming bug due to the many duplicates. Also retitling to better reflect it being caused by xgl or compiz.
Comment 8 Sergej Kotliar 2006-04-15 10:50:37 UTC
*** Bug 338522 has been marked as a duplicate of this bug. ***
Comment 9 Paul M Edwards 2006-04-21 14:05:19 UTC
I'm experiencing the crash when merely executing gnome-theme-manager.

Ubuntu Dapper Drake
AMD64 3500+
1 GB RAM
1 GB swap file (yeah, file, not a partition)
nVidia 6600 GT using restricted (proprietary) Xorg module
Comment 10 Sergej Kotliar 2006-05-23 19:43:07 UTC
*** Bug 342718 has been marked as a duplicate of this bug. ***
Comment 11 Sergej Kotliar 2006-06-02 09:44:25 UTC
*** Bug 343626 has been marked as a duplicate of this bug. ***
Comment 12 Thomas Wood 2006-06-06 15:53:14 UTC
Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so.
Comment 13 Fabio Bonelli 2006-07-05 08:43:16 UTC
*** Bug 346600 has been marked as a duplicate of this bug. ***
Comment 14 Thomas Wood 2006-07-16 22:20:21 UTC
Confirmed. This has something to do with the theme manager trying to retrieve theme settings from the window manager, but the window manager doesn't supply them. The following patch prevents the theme manager from attempting to load the current window manager theme name from an unknown window manager
Comment 15 Thomas Wood 2006-07-16 22:20:48 UTC
Created attachment 69012 [details] [review]
Don't attempt to load window manager theme name from an unkown window mnager
Comment 16 Sebastien Bacher 2006-07-23 09:24:44 UTC
Thomas, any reason why you don't commit that patch? 
Comment 17 Thomas Wood 2006-07-23 20:40:45 UTC
I was hoping to ask some of the original theme manager authors why the crash occurs before I use this fix. However, I haven't had time, so I will commit this now.
Comment 18 Thomas Wood 2006-07-25 09:46:25 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.