Package: pidgin
Version: 2.10.7-2
Severity: grave
Hello,
Since this morning (after a reboot), Pidgin started to freeze after a
few minutes. It doesn't respond to SIGTERM, one has to use SIGKILL to
kill it. And there is no error message when it is run from a terminal.
strace output ends with (~325k lines):
[...]
15430 open("/etc/dconf/profile/user", O_RDONLY) = -1 ENOENT (No such file or
directory)
15430 access("/home", F_OK) = 0
15430 stat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
15430 access("/home/steph", F_OK) = 0
15430 stat("/home/steph", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
15430 access("/home/steph/.cache", F_OK) = 0
15430 stat("/home/steph/.cache", {st_mode=S_IFDIR|0700, st_size=12288, ...}) = 0
15430 access("/home/steph/.cache/dconf", F_OK) = 0
15430 stat("/home/steph/.cache/dconf", {st_mode=S_IFDIR|0700, st_size=4096,
...}) = 0
15430 open("/home/steph/.cache/dconf/user", O_RDWR|O_CREAT, 0600) = 4
15430 ftruncate(4, 1) = 0
15430 mmap(NULL, 1, PROT_READ, MAP_SHARED, 4, 0) = 0x7fdc5f80b000
15430 close(4) = 0
15430 open("/home/steph/.config/dconf/user", O_RDONLY) = 4
15430 fstat(4, {st_mode=S_IFREG|0644, st_size=20374, ...}) = 0
15430 mmap(NULL, 20374, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fdc5f806000
15430 close(4) = 0
15430 eventfd2(0, O_NONBLOCK|O_CLOEXEC) = 4
15430 write(4, "\1\0\0\0\0\0\0\0", 8) = 8
15430 mmap(NULL, 8392704, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7fdc5ccb7000
15430 mprotect(0x7fdc5ccb7000, 4096, PROT_NONE) = 0
15430 clone(child_stack=0x7fdc5d4b6f30,
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CH
15430 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
15430 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fdc5f805000
15430 write(1, "'none'\n", 7 <unfinished ...>
13670 <... select resumed> ) = 1 (in [22])
15430 <... write resumed> ) = 7
13670 read(22, <unfinished ...>
15430 exit_group(0) = ?
13670 <... read resumed> "'none'\n", 4096) = 7
13670 select(27, [22 26], NULL, NULL, NULL) = 1 (in [22])
13670 read(22, "", 4096) = 0
13670 close(22) = 0
13670 select(27, [26], NULL, NULL, NULL) = 1 (in [26])
13670 read(26, "", 4096) = 0
13670 close(26) = 0
13670 eventfd2(0, O_NONBLOCK|O_CLOEXEC) = 19
13670 write(19, "\1\0\0\0\0\0\0\0", 8) = 8
13670 wait4(15430, 0x7f260c26e7e4, WNOHANG, NULL) = 0
13670 poll([{fd=19, events=POLLIN}], 1, 4294967295) = 1 ([{fd=19,
revents=POLLIN}])
13670 poll([{fd=19, events=POLLIN}], 1, 4294967295) = 1 ([{fd=19,
revents=POLLIN}])
13670 read(19, "\1\0\0\0\0\0\0\0", 16) = 8
13670 poll([{fd=19, events=POLLIN}], 1, 4294967295) = ? ERESTART_RESTARTBLOCK
(To be restarted)
13670 --- SIGCHLD (Child exited) @ 0 (0) ---
13670 write(3, "\21\0\0\0", 4) = 4
13670 rt_sigreturn(0x2) = -1 EINTR (Interrupted system call)
13670 read(19, 0x7fff02be7fc0, 16) = -1 EAGAIN (Resource temporarily
unavailable)
13670 poll([{fd=19, events=POLLIN}], 1, 4294967295) = ? ERESTART_RESTARTBLOCK
(To be restarted)
13670 --- SIGINT (Interrupt) @ 0 (0) ---
13670 write(3, "\2\0\0\0", 4) = 4
13670 rt_sigreturn(0x2) = -1 EINTR (Interrupted system call)
13670 poll([{fd=19, events=POLLIN}], 1, 4294967295) = ? ERESTART_RESTARTBLOCK
(To be restarted)
13670 --- SIGINT (Interrupt) @ 0 (0) ---
13670 write(3, "\2\0\0\0", 4) = 4
13670 rt_sigreturn(0x2) = -1 EINTR (Interrupted system call)
13670 poll([{fd=19, events=POLLIN}], 1, 4294967295) = ? ERESTART_RESTARTBLOCK
(To be restarted)
13670 --- SIGINT (Interrupt) @ 0 (0) ---
[... the above 4 lines repeated many times ...]
13670 write(3, "\2\0\0\0", 4) = 4
13670 rt_sigreturn(0x2) = -1 EINTR (Interrupted system call)
13670 poll([{fd=19, events=POLLIN}], 1, 4294967295) = ? ERESTART_RESTARTBLOCK
(To be restarted)
13670 --- SIGTERM (Terminated) @ 0 (0) ---
13670 write(3, "\17\0\0\0", 4) = 4
13670 rt_sigreturn(0x2) = -1 EINTR (Interrupted system call)
13670 poll([{fd=19, events=POLLIN}], 1, 4294967295) = ? ERESTART_RESTARTBLOCK
(To be restarted)
13670 --- SIGTERM (Terminated) @ 0 (0) ---
13670 write(3, "\17\0\0\0", 4) = 4
13670 rt_sigreturn(0x2) = -1 EINTR (Interrupted system call)
13670 poll([{fd=19, events=POLLIN}], 1, 4294967295 <unfinished ...>
13672 +++ killed by SIGKILL +++
13670 +++ killed by SIGKILL +++
Cheers,
--
Stéphane
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages pidgin depends on:
ii gconf2 3.2.5-1+build1
ii libatk1.0-0 2.4.0-2
ii libc6 2.17-2
ii libcairo2 1.12.2-3
ii libdbus-1-3 1.6.8-1
ii libdbus-glib-1-2 0.100.2-1
ii libfontconfig1 2.9.0-7.1
ii libfreetype6 2.4.9-1.1
ii libgdk-pixbuf2.0-0 2.26.1-1
ii libglib2.0-0 2.36.1-2build1
ii libgstreamer0.10-0 0.10.36-1.2
ii libgtk2.0-0 2.24.10-2
ii libgtkspell0 2.0.16-1
ii libice6 2:1.0.8-2
ii libpango1.0-0 1.30.0-1
ii libpurple0 2.10.7-2
ii libsm6 2:1.2.1-2
ii libx11-6 2:1.5.0-1
ii libxml2 2.8.0+dfsg1-7+nmu1
ii libxss1 1:1.2.2-1
ii perl-base [perlapi-5.14.2] 5.14.2-21
ii pidgin-data 2.10.7-2
Versions of packages pidgin recommends:
ii gstreamer0.10-plugins-base 0.10.36-1.1
ii gstreamer0.10-plugins-good 0.10.31-3+nmu1
Versions of packages pidgin suggests:
ii libsqlite3-0 3.7.16.2-1
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]