On Wednesday 18 July 2007 06:55:16 Bob Copeland wrote: > Hi! > > > I tried using riocp on an mp3 and ended up with a segmentation fault > > > > $> riocp 01\ -\ Finn\ Arild-Trolltech\ -\ Qt\ 4\ Dance.mp3 > > [...] > > > Downloading Rio database... Segmentation fault > > Can you get a backtrace in gdb? Just do this: > > $ gdb riocp > gdb> run 01\ -\ Finn\ Arild-Trolltech\ -\ Qt\ 4\ Dance.mp3 > ... Segmentation fault should occur ... > gdb> bt > > Then reply with the output.
I got the download database working after i used the -b flag. Amarok is also working with it. It no longer seems to be segfaulting, unless you give it bad input with the -s. (gdb) run -s Qt4 Starting program: /usr/local/bin/riocp -s Qt4 Karma found: /dev/karma mounted on /mnt/karma * Using UTF-8 codeset. Using UTF-8 codeset. lk_karma_authenticate: 0 lk_karma_request_io_lock: ok Downloading Rio database... Done! Searching FIDs with "Qt4 ": Program received signal SIGSEGV, Segmentation fault. 0xb7e61938 in strcmp () from /lib/libc.so.6 (gdb) How would i replicate my prior issue? Would I have to delete the db first and attempt redownloading? -- ~Ziling Zhao ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ linux-karma-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-karma-devel
