Opened 19 years ago
Closed 19 years ago
#3739 closed defect (duplicate)
feedback loop master backend connecting to self
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
when i check the master backend's tcp connections i see these 2
mythbacke 31597 mythtv 27u IPv4 25722461 TCP 192.168.1.60:55962->192.168.1.60:6543 (ESTABLISHED) mythbacke 31597 mythtv 28u IPv4 25722462 TCP 192.168.1.60:55961->192.168.1.60:6543 (ESTABLISHED) mythbacke 31597 mythtv 29u IPv4 25722463 TCP 192.168.1.60:6543->192.168.1.60:55961 (ESTABLISHED) mythbacke 31597 mythtv 30u IPv4 25722465 TCP 192.168.1.60:6543->192.168.1.60:55962 (ESTABLISHED)
both going back into itself and the backend is constantly repeating the same few lines to itself and mythwelcome
2007-07-16 20:08:21.294 write -> 30 '51 BACKEND_MESSAGE[]:[]RECORDING_LIST_CHANGE[]:[]empty' 2007-07-16 20:08:21.296 read <- 27 51 BACKEND_MESSAGE[]:[]RECORDING_LIST_CHANGE[]:[]empty
2007-07-16 20:08:21.301 write -> 30 '45 BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty' 2007-07-16 20:08:21.303 read <- 27 45 BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty
Change History (4)
Note:
See TracTickets
for help on using tickets.

http://pastebin.ca/631672
another paste of it crashing(i forced a seg fault to get the core dump) it would have gone on for hours if left alone(doesnt crash and exit)