https://bugs.documentfoundation.org/show_bug.cgi?id=107970

--- Comment #7 from [email protected] ---
The gist of the attached strace is this repeating set of lines


poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=20, events=POLLIN}],
3, 230) = 1 ([{fd=9, revents=POLLIN}])
read(9, "\1\0\0\0\0\0\0\0", 16)         = 8
write(9, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=20, events=POLLIN}],
3, 230) = 1 ([{fd=9, revents=POLLIN}])
read(9, "\1\0\0\0\0\0\0\0", 16)         = 8
write(9, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=20, events=POLLIN}],
3, 230) = 1 ([{fd=9, revents=POLLIN}])
read(9, "\1\0\0\0\0\0\0\0", 16)         = 8
write(9, "\1\0\0\0\0\0\0\0", 8)         = 8

[...]

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to