Mailing List Archive

MythMusic SegFault
Hey all-

I updated Myth last night and now I am getting a segfault in MythMusic
when I choose "Select Music". I'm also noticing the line "playlist.o:
Not sure how I got 0 as a track number, but it ain't good" when it
starts up.

This is a RedHat 7.3 box with everything previously working fine. After
this initial crash, I updated qt to 3.1.1 (from 3.0.5) and did a
completely fresh checkout of MythMusic to see if it'd help.
Unfortunately, it didn't...

Anything else I should be trying? Any ideas???

Thanks much,
Joe




% gdb ./mythmusic
samir/pub/downloads/multimedia/video/myth-cvs/mythmusic/mythmusic
GNU gdb Red Hat Linux (5.2-2)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run
Starting program:
/pub/downloads/multimedia/video/myth-cvs/mythmusic/mythmusic/mythmusic
[New Thread 1024 (LWP 13715)]
[New Thread 2049 (LWP 13730)]
[New Thread 1026 (LWP 13731)]
[New Thread 2051 (LWP 13732)]
playlist.o: Not sure how I got 0 as a track number, but it ain't good
[New Thread 3076 (LWP 13733)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 13715)]
0x4076328a in QListViewItem::firstChild () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
(gdb) bt
#0 0x4076328a in QListViewItem::firstChild () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#1 0x08063ca3 in DatabaseBox::checkParent (this=0xbfffead0, item=0x0)
at databasebox.cpp:633
#2 0x0806433d in DatabaseBox::checkTree (this=0xbfffead0) at
databasebox.cpp:762
#3 0x08061873 in DatabaseBox::DatabaseBox (this=0xbfffead0,
all_playlists=0x8169bf8, music_ptr=0x8166578,
parent=0x0, name=0x0) at databasebox.cpp:154
#4 0x0806dd6a in startDatabaseTree (all_playlists=0x8169bf8,
all_music=0x8166578) at main.cpp:249
#5 0x0806df04 in MusicCallback (data=0xbffff380, selection=@0x816ded0)
at main.cpp:282
#6 0x4040709e in ThemedMenu::handleAction () from
/usr/local/lib/libmyth-0.9.so.0
Re: MythMusic SegFault [ In reply to ]
On Saturday 12 April 2003 11:31 am, m0j0.j0j0 wrote:
> Hey all-
>
> I updated Myth last night and now I am getting a segfault in MythMusic
> when I choose "Select Music". I'm also noticing the line "playlist.o:
> Not sure how I got 0 as a track number, but it ain't good" when it
> starts up.
>
> This is a RedHat 7.3 box with everything previously working fine. After
> this initial crash, I updated qt to 3.1.1 (from 3.0.5) and did a
> completely fresh checkout of MythMusic to see if it'd help.
> Unfortunately, it didn't...
>
> Anything else I should be trying? Any ideas???

Still get it with current CVS?

Isaac
Re: MythMusic SegFault [ In reply to ]
That fixed the segfault. Thanks much!

I'm still getting some fun messages...

playlist.o: Not sure how I got 0 as a track number, but it ain't good
playlist.o: Oh crap ... how did we get something with an ID of 0 on a
playlist?

Is this bad?

Joe




On Sat, 2003-04-12 at 10:49, Isaac Richards wrote:
> On Saturday 12 April 2003 11:31 am, m0j0.j0j0 wrote:
> > Hey all-
> >
> > I updated Myth last night and now I am getting a segfault in MythMusic
> > when I choose "Select Music". I'm also noticing the line "playlist.o:
> > Not sure how I got 0 as a track number, but it ain't good" when it
> > starts up.
> >
> > This is a RedHat 7.3 box with everything previously working fine. After
> > this initial crash, I updated qt to 3.1.1 (from 3.0.5) and did a
> > completely fresh checkout of MythMusic to see if it'd help.
> > Unfortunately, it didn't...
> >
> > Anything else I should be trying? Any ideas???
>
> Still get it with current CVS?
>
> Isaac
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
Re: MythMusic SegFault [ In reply to ]
On Saturday 12 April 2003 11:49 am, Isaac Richards wrote:

> >
> > Anything else I should be trying? Any ideas???
>
> Still get it with current CVS?
>
> Isaac


This is now doubly fixed.

You should get a message on your next run (from CVS) that it's removing 0's
from your playlist(s). If that keeps happening on future runs of mythmusic,
please let me know.

- thor