Opened 15 years ago

Closed 15 years ago

#6099 closed defect (duplicate)

SVN 19453-19624 kills X when exiting from LIveTV (or watching recorded material)

Reported by: nietu@… Owned by: Isaac Richards
Priority: minor Milestone: 0.22
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Running SVN versions of mythtv on minimyth. Latest working (which I have tested) from LiveTV point of view is 19326.

Attached log with -v all and mythconfig.mak

Environment: EPIA-M with CLE266 graphics and C3 cpu openchrome: 0.2.903 Via-XvMC: Xorg: 7.3 QT: 4.5.0-beta1

No matter if I use ffmpeg or XvMC as decoder it always crashes immediately after exiting from LiveTV.

Attachments (3)

error_truncated.log (174.5 KB) - added by nietu@… 15 years ago.
log w/ v-all
mythconfig.mak (17.6 KB) - added by nietu@… 15 years ago.
config file
gdb-output.txt (5.4 KB) - added by nietu@… 15 years ago.

Download all attachments as: .zip

Change History (11)

Changed 15 years ago by nietu@…

Attachment: error_truncated.log added

log w/ v-all

Changed 15 years ago by nietu@…

Attachment: mythconfig.mak added

config file

comment:1 Changed 15 years ago by nietu@…

attached log seems to be from ffmpeg decoder/Xv renderer run but exactly same affect when runnig with VIA-XvMC decoder/xvmc renderer

/Tommi

comment:2 Changed 15 years ago by Dibblah

Status: newinfoneeded_new

Can you please get a backtrace of the crash?

You may have to set a breakpoint at:

VERBOSE(VB_PLAYBACK, LOC + "Destroying glx context");

in openglcontext.cpp

comment:3 in reply to:  2 ; Changed 15 years ago by nietu@…

Replying to Dibblah:

Can you please get a backtrace of the crash?

You may have to set a breakpoint at:

VERBOSE(VB_PLAYBACK, LOC + "Destroying glx context");

in openglcontext.cpp

OK, when I set environment to debug "mode". It get stuck already before drawing theme for the first time. Error on log: "ASSERT: "i >= 0 && i < size()" in file ../../include/QtCore/../../src/corelib/tools/qstring.h, line 680"

Any idea?

Should we discuss this on email level?

/Tommi

Changed 15 years ago by nietu@…

Attachment: gdb-output.txt added

comment:4 in reply to:  3 Changed 15 years ago by nietu@…

Attached gdb-output.txt for below issue. Should I raise a new ticket for that? /Tommi

OK, when I set environment to debug "mode". It get stuck already before drawing theme for the first time. Error on log: "ASSERT: "i >= 0 && i < size()" in file ../../include/QtCore/../../src/corelib/tools/qstring.h, line 680"

Any idea?

Should we discuss this on email level?

/Tommi

comment:5 Changed 15 years ago by Dibblah

Does this occur when you remove the mythstream plugin?

comment:6 in reply to:  5 Changed 15 years ago by anonymous

I can test that later.

But this mine original problem is same than #6235. That "fix" which is listed on bottom of discussion helps also mine case. Of-course still occasional crash but system is more usable

Also that ticket #6235 includes backtrace for the xvmc related crash problem

So basically this #6099 can be closed or set to dublicate

comment:7 in reply to:  5 Changed 15 years ago by anonymous

Tested w/o mythstream plugin. Result: crash with same error on log

Replying to Dibblah:

Does this occur when you remove the mythstream plugin?

comment:8 Changed 15 years ago by danielk

Resolution: duplicate
Status: infoneeded_newclosed

dup of #6235

Note: See TracTickets for help on using tickets.