Opened 16 years ago

Closed 16 years ago

#4709 closed patch (fixed)

Segfault in mediarenderer.cpp

Reported by: andrei@… Owned by: Isaac Richards
Priority: minor Milestone: 0.21
Component: mythtv Version: 0.21-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Trying to run multiple frontend instances on the same box leads to "mini http server" not being able to initialize (couldn't bind the tcp port apparently), which later results in "delete" being called twice. (the segfault happens on application exit).

Attachments (1)

mediarenderer.patch (468 bytes) - added by andrei@… 16 years ago.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by andrei@…

Attachment: mediarenderer.patch added

comment:1 Changed 16 years ago by Nigel

(In [16151]) Fix crash if HTTPserver fails to start, thanks to Andrei Tanas. See #4709

comment:2 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [16152]) Fix crash if HTTPserver fails to start, thanks to Andrei Tanas. Closes #4709

Note: See TracTickets for help on using tickets.