Opened 18 years ago

Closed 17 years ago

#697 closed defect (worksforme)

Bug: Acessing status.php causes commflag to fail

Reported by: gkruse@… Owned by: cpinkham
Priority: minor Milestone: 0.19
Component: mythweb Version: head
Severity: medium Keywords: commflag mythweb
Cc: Ticket locked: no

Description

Every time I access status.php commercial flagging on a remote host fails immediately. If status.php is not accessed, commercial flagging runs to completion. Please see the attached logs.

Attachments (2)

backendlog.txt (8.6 KB) - added by gkruse@… 18 years ago.
backend log
commflagLog.txt (2.1 KB) - added by gkruse@… 18 years ago.
commflag log

Download all attachments as: .zip

Change History (6)

Changed 18 years ago by gkruse@…

Attachment: backendlog.txt added

backend log

Changed 18 years ago by gkruse@…

Attachment: commflagLog.txt added

commflag log

comment:1 Changed 17 years ago by xris

Owner: changed from xris to Isaac Richards

Isaac, since status.php (now linked straight to /status) just calls the backend status page, this is something in the core, not specifically mythweb.

comment:2 Changed 17 years ago by Isaac Richards

Owner: changed from Isaac Richards to cpinkham

Chris, any ideas?

comment:3 Changed 17 years ago by cpinkham

If something is causing the building of the status webpage to take a long time, then won't it tie up the event queue wince the page is built inside HttpStatus::readClient()? This could cause the flagger to hang if it is trying to read data over the socket connection to the backend.

Can the submitter try to reproduce the problem while running both mythcommflag and mythbackend with "-v network". On the backend, retrieve the status page with wget using "date ; wget -O /dev/null http://localhost:6544/ ; date" so I can see the timestamps of when the wget started and ended.

Please attach the logs of mythcommflag, mythbackend, and the output of wget showing the timestamps from the date commands before and after.

comment:4 Changed 17 years ago by cpinkham

Resolution: worksforme
Status: newclosed

3 weeks and no response from the submitter. I'm closing this and assuming it's not an issue anymore. If the problem reoccurs, you can reopen if you provide the logs I asked for previously.

Note: See TracTickets for help on using tickets.