
m0j0 at foofus
Apr 12, 2003, 8:31 AM
Post #1 of 4
(784 views)
Permalink
|
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
|