Opened 16 years ago
Closed 16 years ago
#6099 closed defect (duplicate)
SVN 19453-19624 kills X when exiting from LIveTV (or watching recorded material)
Reported by: | 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)
Change History (11)
Changed 16 years ago by
Attachment: | error_truncated.log added |
---|
comment:1 Changed 16 years ago by
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 follow-up: 3 Changed 16 years ago by
Status: | new → infoneeded_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 follow-up: 4 Changed 16 years ago by
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 16 years ago by
Attachment: | gdb-output.txt added |
---|
comment:4 Changed 16 years ago by
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 follow-ups: 6 7 Changed 16 years ago by
Does this occur when you remove the mythstream plugin?
comment:6 Changed 16 years ago by
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
log w/ v-all