OK so here is my gdb output:

GNU gdb (GDB) 7.6.50.20131218-cvs-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/psensor...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/psensor -d3
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[1389528695] [INFO] Fehlerdiagnosemodus wird aktiviert.
[New Thread 0x7fffe71f0700 (LWP 4908)]

** (psensor:4902): WARNING **: Couldn't register with accessibility bus: Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
[New Thread 0x7fffe5b31700 (LWP 4910)]
[1389528696] [ERR] hddtemp: Öffnen der Verbindung gescheitert.
[1389528696] [ERR] Ermittlung der NVIDIA-Informationen gescheitert.
[New Thread 0x7fffd7607700 (LWP 4911)]
[New Thread 0x7fffd6e06700 (LWP 4912)]
[New Thread 0x7fffd5c9f700 (LWP 4918)]
[New Thread 0x7fffd549e700 (LWP 4919)]
[Thread 0x7fffd549e700 (LWP 4919) exited]
^C
Program received signal SIGINT, Interrupt.
__lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
135     ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Datei oder 
Verzeichnis nicht gefunden.

I pressed control C in gdb once the window turned dark gray after trying
to close one of the preferences windows (the lockup happens for both
preferences panes).

here are the backtraces:
(gdb) bt full
#0  __lll_lock_wait () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1  0x00007ffff4d8068d in _L_lock_1086 () from 
/lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#2  0x00007ffff4d80607 in __GI___pthread_mutex_lock (mutex=0x88ea90) at 
../nptl/pthread_mutex_lock.c:134
        max_cnt = -1
        __PRETTY_FUNCTION__ = "__pthread_mutex_lock"
        type = 4294966784
#3  0x00007ffff68e2121 in g_mutex_lock () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4  0x00007ffff7443d80 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#5  0x00007ffff68a19f5 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6  0x00007ffff68a1d58 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7  0x00007ffff68a215a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#8  0x00007ffff786b9b5 in gtk_main () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
No symbol table info available.
#9  0x000000000040931f in main ()
No symbol table info available.

(gdb) info threads
  Id   Target Id         Frame 
  6    Thread 0x7fffd5c9f700 (LWP 4918) "gmain" 0x00007ffff4a9c65d in poll () 
at ../sysdeps/unix/syscall-template.S:81
  5    Thread 0x7fffd6e06700 (LWP 4912) "pool" 
pthread_cond_timedwait@@GLIBC_2.3.2 ()
    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
  4    Thread 0x7fffd7607700 (LWP 4911) "psensor" 0x00007ffff4a7014d in 
nanosleep () at ../sysdeps/unix/syscall-template.S:81
  3    Thread 0x7fffe5b31700 (LWP 4910) "dconf worker" 0x00007ffff4a9c65d in 
poll () at ../sysdeps/unix/syscall-template.S:81
  2    Thread 0x7fffe71f0700 (LWP 4908) "gdbus" 0x00007ffff4a9c65d in poll () 
at ../sysdeps/unix/syscall-template.S:81
* 1    Thread 0x7ffff7fb6a00 (LWP 4902) "psensor" __lll_lock_wait () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135

(gdb) bt full 2
#0  0x00007ffff4a9c65d in poll () at ../sysdeps/unix/syscall-template.S:81
No locals.
#1  0x00007ffff68a1cf4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
(More stack frames follow...)

(gdb) bt full 3
#0  0x00007ffff4a9c65d in poll () at ../sysdeps/unix/syscall-template.S:81
No locals.
#1  0x00007ffff68a1cf4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x00007ffff68a215a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
(More stack frames follow...)

(gdb) bt full 4
#0  0x00007ffff4a9c65d in poll () at ../sysdeps/unix/syscall-template.S:81
No locals.
#1  0x00007ffff68a1cf4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x00007ffff68a215a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3  0x00007ffff7189d26 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
No symbol table info available.
(More stack frames follow...)

(gdb) bt full 5
#0  0x00007ffff4a9c65d in poll () at ../sysdeps/unix/syscall-template.S:81
No locals.
#1  0x00007ffff68a1cf4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x00007ffff68a215a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3  0x00007ffff7189d26 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
No symbol table info available.
#4  0x00007ffff68c6ca5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
(More stack frames follow...)

(gdb) bt full 6
#0  0x00007ffff4a9c65d in poll () at ../sysdeps/unix/syscall-template.S:81
No locals.
#1  0x00007ffff68a1cf4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x00007ffff68a215a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3  0x00007ffff7189d26 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
No symbol table info available.
#4  0x00007ffff68c6ca5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5  0x00007ffff4d7e182 in start_thread (arg=0x7fffe71f0700) at 
pthread_create.c:312
        __res = <optimized out>
        pd = 0x7fffe71f0700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737070958336, 
-7674678255644777976, 1, 0, 140737070959040, 140737070958336, 
                7674660380074893832, 7674689457110049288}, mask_was_saved = 
0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, 
              cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
(More stack frames follow...)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267565

Title:
  psensor hangs when closing preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1267565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to