[mythtv-commits] Ticket #3855: mythmusic segfaults during scan for new music

MythTV mythtv at cvs.mythtv.org
Mon Aug 20 21:48:30 UTC 2007


#3855: mythmusic segfaults during scan for new music
--------------------------------+-------------------------------------------
 Reporter:  skd5aner at gmail.com  |        Owner:  stuartm
     Type:  defect              |       Status:  new    
 Priority:  minor               |    Milestone:  0.21   
Component:  mythmusic           |      Version:  head   
 Severity:  medium              |   Resolution:         
  Mlocked:  0                   |  
--------------------------------+-------------------------------------------

Comment(by skd5aner at gmail.com):

 Well, the patch didn't help... I'm still seeing the same symptoms at the
 same time.  Here is the last few lines of my log (-v all) before it
 crashes AFTER applying the patch:


 {{{

 2007-08-20 17:43:34.031 MSqlQuery: SELECT CONCAT_WS('/', path, filename),
 date_m
 odified FROM music_songs LEFT JOIN music_directories ON
 music_songs.directory_id
 =music_directories.directory_id WHERE filename NOT LIKE ('%://%')
 2007-08-20 17:43:34.032 MSqlQuery: SELECT CONCAT_WS('/', path, filename)
 FROM mu
 sic_albumart LEFT JOIN music_directories ON
 music_albumart.directory_id=music_di
 rectories.directory_id WHERE music_albumart.embedded=0
 2007-08-20 17:43:34.034 MSqlQuery: SELECT data FROM settings WHERE value =
 'Albu
 mArtFilter' AND hostname = 'raptor' ;
 2007-08-20 17:43:34.035 MSqlQuery: SELECT data FROM settings WHERE value =
 'Albu
 mArtFilter' AND hostname IS NULL;
 2007-08-20 17:43:34.035 MSqlQuery: SELECT data FROM settings WHERE value =
 'NonI
 D3FileNameFormat' AND hostname = 'raptor' ;
 2007-08-20 17:43:34.057 MSqlQuery: SELECT artist_id FROM music_artists
 WHERE art
 ist_name = '10 Years' ;
 2007-08-20 17:43:34.057 MSqlQuery: INSERT INTO music_artists (artist_name)
 VALUE
 S ('10 Years');
 2007-08-20 17:43:34.057 MSqlQuery: SELECT LAST_INSERT_ID();
 2007-08-20 17:43:34.057 MSqlQuery: SELECT album_id FROM music_albums WHERE
 artis
 t_id = 1  AND album_name = 'The Autumn Effect' ;
 2007-08-20 17:43:34.058 MSqlQuery: INSERT INTO music_albums (artist_id,
 album_na
 me, compilation, year) VALUES (1, 'The Autumn Effect', 0, 2005);
 2007-08-20 17:43:34.058 MSqlQuery: SELECT LAST_INSERT_ID();
 2007-08-20 17:43:34.058 MSqlQuery: SELECT genre_id FROM music_genres WHERE
 genre
  = 'Unknown Genre' ;
 2007-08-20 17:43:34.058 MSqlQuery: INSERT INTO music_genres (genre) VALUES
 ('Unk
 nown Genre');
 2007-08-20 17:43:34.059 MSqlQuery: SELECT LAST_INSERT_ID();
 2007-08-20 17:43:34.059 MSqlQuery: INSERT INTO music_songs ( directory_id,
 lastp
 lay, artist_id, album_id,  name,         genre_id, year,      track,
 length,
        filename, rating,    format,    date_entered, date_modified )
 VALUES (  2
 , '2007-08-20T17:43:34', 1,   1,    'Wasteland',       1, 2005,     5,
 230000,
     '05 ~ 10 Years -  Wasteland.mp3', 0,   '',   '2007-08-20T17:43:34',
 '2007
 -08-20T17:43:34' );
 2007-08-20 17:43:34.060 MSqlQuery: SELECT LAST_INSERT_ID();
 2007-08-20 17:43:34.060 MSqlQuery: SELECT albumart_id FROM music_albumart
 WHERE
 song_id=1 AND imagetype=0;
 2007-08-20 17:43:34.060 MSqlQuery: INSERT INTO music_albumart ( filename,
 imaget
 ype, song_id, embedded ) VALUES ( '', 0, 1, 1 );
 2007-08-20 17:43:34.061 MSqlQuery: INSERT INTO music_albumart SET filename
 = 'fo
 lder.jpg', directory_id = 2, imagetype = 1;
 2007-08-20 17:43:34.072 MythSocket(825f560:6): socket is readable
 2007-08-20 17:43:34.072 MythSocket(825f560:6): cb->readyRead()
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3855#comment:3>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list