Comment 5 for bug 1007913

Revision history for this message
NoOp (glgxg) wrote :

$ apt-cache policy evolution
evolution:
  Installed: 3.10.4-0ubuntu2
  Candidate: 3.10.4-0ubuntu2
  Version table:
 *** 3.10.4-0ubuntu2 0
        500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     3.10.4-0ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Crashes when attempting to 'Refresh' NNTP newsgroups on gmane.org.

From dmesg | tail
pool[16077]: segfault at 7f1b08022000 ip 00007f1b6f1dccd4 sp 00007f1b26ffc5e8 error 4 in libc-2.19.so[7f1b6f144000+1bb000]

Last parts from strace evolution:

poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=11, events=POLLIN}, {fd=3, events=POLLIN}], 4, 14) = 1 ([{fd=5, revents=POLLIN}])
read(5, "\2\0\0\0\0\0\0\0", 16) = 8
recvmsg(6, 0x7fffb3192970, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=11, events=POLLIN}, {fd=3, events=POLLIN}], 4, 13) = 1 ([{fd=5, revents=POLLIN}])
read(5, "\20\0\0\0\0\0\0\0", 16) = 8
recvmsg(6, 0x7fffb3192970, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=11, events=POLLIN}, {fd=3, events=POLLIN}], 4, 5) = 0 (Timeout)
read(5, 0x7fffb3192b10, 16) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"\206\3\4\0\25\0@\4\0\0\0\0\255\7\0\0005\30\4\00063@\4\22\0@\4'\4\36\0"..., 15112}, {NULL, 0}, {"", 0}], 3) = 15112
recvmsg(6, 0x7fffb3192970, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=11, events=POLLIN}, {fd=3, events=POLLIN}], 4, 14) = 1 ([{fd=5, revents=POLLIN}])
recvmsg(6, 0x7fffb3192970, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=11, events=POLLIN}, {fd=3, events=POLLIN}], 4, 12) = 1 ([{fd=5, revents=POLLIN}])
read(5, "\6\0\0\0\0\0\0\0", 16) = 8
recvmsg(6, 0x7fffb3192970, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=11, events=POLLIN}, {fd=3, events=POLLIN}], 4, 12) = 1 ([{fd=5, revents=POLLIN}])
read(5, "\4\0\0\0\0\0\0\0", 16) = 8
recvmsg(6, 0x7fffb3192970, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=11, events=POLLIN}, {fd=3, events=POLLIN}], 4, 12) = 1 ([{fd=5, revents=POLLIN}])
read(5, "\2\0\0\0\0\0\0\0", 16) = 8
recvmsg(6, 0x7fffb3192970, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=11, events=POLLIN}, {fd=3, events=POLLIN}], 4, 9) = 1 ([{fd=5, revents=POLLIN}])
read(5, "\2\0\0\0\0\0\0\0", 16) = 8
recvmsg(6, 0x7fffb3192970, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=11, events=POLLIN}, {fd=3, events=POLLIN}], 4, 6) = 1 ([{fd=5, revents=POLLIN}])
read(5, "\2\0\0\0\0\0\0\0", 16) = 8
+++ killed by SIGSEGV +++
Segmentation fault