Opened 18 years ago

Closed 18 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@… 18 years ago.

Download all attachments as: .zip

Change History (3)

by andrei@…, 18 years ago

Attachment: mediarenderer.patch added

comment:1 by Nigel, 18 years ago

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

comment:2 by Nigel, 18 years ago

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.