Opened 13 years ago
Last modified 5 years ago
#11392 closed Bug Report - General
MythFrontend wont exit. Strace for EAGAIN (Resource temporarily unavailable) — at Version 1
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | 0.26 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by )
All,
New install of Mythtv .26 on archlinux.
When I run mythfrontend i cant exit. It halts on after I select "yes, exit mythtv"
The output attached is "strace mythfrontend > log 2>&1 &"
poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=39, events=POLLIN}, {fd=40, events=POLLIN}, {fd=41, events=POLLIN}, {fd=49, events=POLLIN}, {fd=48, events=POLLIN}, {fd=63, events=POLLIN}, {fd=64, events=POLLIN}, {fd=68, events=POLLIN}], 11, 2629) = 1 ([{fd=3, revents=POLLIN}])
read(3, "\1\0\0\0\0\0\0\0", 16) = 8
clock_gettime(CLOCK_MONOTONIC, {991, 645882073}) = 0
recv(6, 0x8fbd2e0, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1359926572, 322178}, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {991, 646258299}) = 0
recv(6, 0x8fbd2e0, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=39, events=POLLIN}, {fd=40, events=POLLIN}, {fd=41, events=POLLIN}, {fd=49, events=POLLIN}, {fd=48, events=POLLIN}, {fd=63, events=POLLIN}, {fd=64, events=POLLIN}, {fd=68, events=POLLIN}], 11, 2612) = 1 ([{fd=3, revents=POLLIN}])
read(3, "\1\0\0\0\0\0\0\0", 16) = 8
clock_gettime(CLOCK_MONOTONIC, {991, 648051635}) = 0
Note:
See TracTickets
for help on using tickets.

Strace.. mythfrontend.2013-02-03_16-22-37