Segfault on 0.14
Hi, psi 0.14 with the otr-patches on arch linux sometimes (not
reproducible) so I ran it in strace for quite some time, what I assume
to be qt-events are clutting the output, so I'll just post some of the
last lines. I'll save more in a file, available per request.
poll([{fd=3, events=POLLIN}, {fd=12, events=POLLIN|POLLPRI}, {fd=14,
events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16,
events=POLLIN|POLLPRI}, {fd=17, events=POLLIN}, {fd=7, events=POLLIN},
{fd=20, events=POLLIN}, {fd=21, events=POLLIN}, {fd=30, events=POLLIN},
{fd=29, events=POLLIN}, {fd=31, events=POLLIN}], 12, 0) = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {102987, 370840428}) = 0
read(7, 0xa2a6868, 4096) = -1 EAGAIN (Resource temporarily
unavailable)
clock_gettime(CLOCK_MONOTONIC, {102987, 371121820}) = 0
read(7, 0xa2a6868, 4096) = -1 EAGAIN (Resource temporarily
unavailable)
read(17, 0xa2df5a8, 4096) = -1 EAGAIN (Resource temporarily
unavailable)
poll([{fd=3, events=POLLIN}, {fd=12, events=POLLIN|POLLPRI}, {fd=14,
events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16,
events=POLLIN|POLLPRI}, {fd=17, events=POLLIN}, {fd=7, events=POLLIN},
{fd=20, events=POLLIN}, {fd=21, events=POLLIN}, {fd=30, events=POLLIN},
{fd=29, events=POLLIN}, {fd=31, events=POLLIN}], 12, 0) = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {102987, 371631664}) = 0
read(7, 0xa2a6868, 4096) = -1 EAGAIN (Resource temporarily
unavailable)
clock_gettime(CLOCK_MONOTONIC, {102987, 372831544}) = 0
read(7, 0xa2a6868, 4096) = -1 EAGAIN (Resource temporarily
unavailable)
read(17, 0xa2df5a8, 4096) = -1 EAGAIN (Resource temporarily
(Continue reading)