libreport version: 2.0.10 abrt_version: 2.0.10 backtrace_rating: 4 cmdline: python /usr/bin/gnome-tweak-tool crash_function: g_logv executable: /usr/bin/python2.7 kernel: 3.3.4-5.fc17.x86_64 pid: 6151 pwd: /home/eric time: Wed 30 May 2012 02:21:24 AM EST uid: 1000 username: eric backtrace: Text file, 64111 bytes build_ids: Text file, 4305 bytes core_backtrace: Text file, 5963 bytes dso_list: Text file, 11628 bytes maps: Text file, 53518 bytes cgroup: :9:perf_event:/ :8:blkio:/ :7:net_cls:/ :6:freezer:/ :5:devices:/ :4:memory:/ :3:cpuacct,cpu:/ :2:cpuset:/ :1:name=systemd:/user/eric/2 environ: :XDG_VTNR=1 :XDG_SESSION_ID=2 :HOSTNAME=fedora :IMSETTINGS_INTEGRATE_DESKTOP=yes :SHELL=/bin/bash :TERM=dumb :HISTSIZE=1000 :GNOME_KEYRING_CONTROL=/run/user/eric/keyring-OATV5i :IMSETTINGS_MODULE=none :USER=eric :USERNAME=eric :MAIL=/var/spool/mail/eric :PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/eric/.local/bin:/home/eric/bin :DESKTOP_SESSION=gnome :QT_IM_MODULE=xim :PWD=/home/eric :XMODIFIERS=@im=none :GNOME_KEYRING_PID=852 :LANG=en_US.UTF-8 :GDMSESSION=gnome :HISTCONTROL=ignoredups :XDG_SEAT=seat0 :HOME=/home/eric :SHLVL=1 :LOGNAME=eric :DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-qKC0LIKqQO,guid=8a0f2ea4b9695de7d41bef2c00000060 :'LESSOPEN=||/usr/bin/lesspipe.sh %s' :WINDOWPATH=1 :XDG_RUNTIME_DIR=/run/user/eric :DISPLAY=:0 :XAUTHORITY=/var/run/gdm/auth-for-eric-rzvgFI/database :_=/usr/bin/gnome-session :GNOME_DESKTOP_SESSION_ID=this-is-deprecated :SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/854,unix/unix:/tmp/.ICE-unix/854 :SSH_AUTH_SOCK=/run/user/eric/keyring-OATV5i/ssh :GPG_AGENT_INFO=/run/user/eric/keyring-OATV5i/gpg:0:1 :GJS_DEBUG_OUTPUT=stderr :'GJS_DEBUG_TOPICS=JS ERROR;JS LOG' :GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gnome-tweak-tool.desktop :GIO_LAUNCHED_DESKTOP_FILE_PID=6151 :DESKTOP_STARTUP_ID=gnome-shell-1063-fedora-gnome-tweak-tool-6_TIME1228505 limits: :Limit Soft Limit Hard Limit Units :Max cpu time unlimited unlimited seconds :Max file size unlimited unlimited bytes :Max data size unlimited unlimited bytes :Max stack size 8388608 unlimited bytes :Max core file size 0 unlimited bytes :Max resident set unlimited unlimited bytes :Max processes 1024 7733 processes :Max open files 1024 4096 files :Max locked memory 65536 65536 bytes :Max address space unlimited unlimited bytes :Max file locks unlimited unlimited locks :Max pending signals 7733 7733 signals :Max msgqueue size 819200 819200 bytes :Max nice priority 0 0 :Max realtime priority 0 0 :Max realtime timeout unlimited unlimited us open_fds: :0:/dev/null :pos: 0 :flags: 0100000 :1:/home/eric/.xsession-errors :pos: 225268 :flags: 0102002 :2:/home/eric/.xsession-errors :pos: 225268 :flags: 0102002 :3:/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_shell.py :pos: 0 :flags: 0100000 :4:anon_inode:[eventfd] :pos: 0 :flags: 02004002 :5:socket:[44995] :pos: 0 :flags: 02004002 :6:anon_inode:[eventfd] :pos: 0 :flags: 02004002 :7:socket:[43890] :pos: 0 :flags: 02004002 :8:anon_inode:[eventfd] :pos: 0 :flags: 02004002 :9:socket:[45000] :pos: 0 :flags: 02004002 :10:anon_inode:[eventfd] :pos: 0 :flags: 02004002 :11:anon_inode:inotify :pos: 0 :flags: 02004000 :12:socket:[43893] :pos: 0 :flags: 02004002 var_log_messages: :May 30 02:19:42 fedora abrt[6109]: Saved core dump of pid 6103 (/usr/bin/python2.7) to /var/spool/abrt/ccpp-2012-05-30-02:19:41-6103 (54095872 bytes) :May 30 02:21:25 fedora abrt[6161]: Saved core dump of pid 6151 (/usr/bin/python2.7) to /var/spool/abrt/ccpp-2012-05-30-02:21:24-6151 (54099968 bytes)
Created attachment 587448 [details] File: dso_list
Created attachment 587449 [details] File: build_ids
Created attachment 587450 [details] File: maps
Created attachment 587451 [details] File: backtrace
Created attachment 587452 [details] File: core_backtrace
Just trying to open gnome3 advanced settings backtrace_rating: 4 Package: python-2.7.3-6.fc17 OS Release: Fedora release 17 (Beefy Miracle)
I tried to open gnome-tweak-tool in Fedora 17 and this error showed up. backtrace_rating: 4 Package: python-2.7.3-6.fc17 OS Release: Fedora release 17 (Beefy Miracle)
(In reply to comment #7) > I tried to open gnome-tweak-tool in Fedora 17 and this error showed up. > > backtrace_rating: 4 > Package: python-2.7.3-6.fc17 > OS Release: Fedora release 17 (Beefy Miracle) I solved this disabling the "User Themes" extension (https://extensions.gnome.org/extension/19/user-themes/) of Gnome3.4
Thanks for filing this bug report. Looking at the backtrace in attachment 587451 [details], I see that the SIGTRAP happened in thread 1 in a call to g_logv: log_domain: "GLib-GIO" log_level: G_LOG_LEVEL_ERROR format="Settings schema '%s' is not installed\n" from frame 2's call to g_settings_set_property(), where the schema_id is "org.gnome.shell.extensions.user-theme" So presumably it's trying to log "Settings schema 'org.gnome.shell.extensions.user-theme' is not installed\n" when the SIGTRAP happens. As I understand, SIGTRAP is reserved for the debugger, so I'm not sure why ABRT reported this. All of this happens during the import of "gtweak.tweaks.tweak_shell" at frame 48.
Attempted to open gnome-tweak-tool. backtrace_rating: 4 Package: python-2.7.3-6.fc17 OS Release: Fedora release 17 (Beefy Miracle)
Hi, I fixed this using: http://askubuntu.com/questions/127123/crashes-when-using-gnome-tweak-tool-with-gnome-3-4 from the answer.
cannot start gnome-tweak-tool backtrace_rating: 4 Package: python-2.7.3-6.fc17 OS Release: Fedora release 17 (Beefy Miracle)
Clicked on Advanced Settings to open gnome tweak tool. backtrace_rating: 4 Package: python-2.7.3-6.fc17 OS Release: Fedora release 17 (Beefy Miracle)
This dependency can be solved, when gnome-tweak-tool would require gnome-shell-extension-user-theme. (Don't know if there is another, better way as I use XFCE.) Reassigning to gnome-tweak-tool.
gnome-tweak-tool-3.4.0.1-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/gnome-tweak-tool-3.4.0.1-2.fc17
gnome-tweak-tool-3.2.2-3.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/gnome-tweak-tool-3.2.2-3.fc16
Package gnome-tweak-tool-3.2.2-3.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnome-tweak-tool-3.2.2-3.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-8862/gnome-tweak-tool-3.2.2-3.fc16 then log in and leave karma (feedback).
gnome-tweak-tool 3.4.0.1 and pygobject3 3.2.2 work fine for me without gnome-shell-extension-user-theme installed. As expected the shell theme box is disabled and has a warning triangle by it saying the user-theme extension is not installed. The NEWS file for gnome-tweak-tool 3.4.0 mentions a fix for the user-theme shell extention and that it requires pygobject3 >= 3.2.1.
gnome-tweak-tool-3.4.0.1-2.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
gnome-tweak-tool-3.2.2-3.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.