[mythtv] frontend crash gdb
Isaac Richards
ijr at case.edu
Thu Mar 9 07:55:05 UTC 2006
On Thursday 09 March 2006 00:15, Steven Adeff wrote:
> On 3/8/06, Steven Adeff <adeffs.mythtv at gmail.com> wrote:
> > I have a gdb.txt from a frontend crash core dump output. I don't know
> > why it crashed, but I've been getting random crashes from mythfrontend
> > for a while, I just now got around to setting up coredump captures so
> > I could create some gdb's for the dev's to figure out the issue.
> >
> > I've attached it, and can create a ticket if someone lets me know how
> > to address the ticket. I'll create more of these as the crashes occur.
>
> happened again while watching a recording, here's the gdb.txt from
> this occurance...
> (boy I hope I'm creating these properly...)
You're close. =) You're cutting off the top bits - where it says where it
crashed. Just include from the 'program exited with sigsegv at' information
on.
Both of the crashes you sent seem to be dying in the LCD server communication
code.. Looks to me like it's probably due to unsafe threaded usage of
QSocket in the LCD class. Would probably be better to rewrite that to use
QSocketDevice instead.
Isaac
More information about the mythtv-dev
mailing list