Library scan segfault

General discussions
Locked
ddkp
Posts: 2
Joined: Mon Nov 07, 2011 1:08 pm

Library scan segfault

Post by ddkp »

After a fresh install of SVN 1680 I can't seem to get my entire library to scan completely. Reaches about 14,000/17,000 before crashing, nothings there on restart. Works ok with smaller folders tho. Any ideas whats going wrong?

Backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7c0db70 (LWP 13197)]
0x00ad675e in TagLib::String::String(TagLib::String const&) ()
from /usr/lib/libtag.so.1
(gdb) bt
#0 0x00ad675e in TagLib::String::String(TagLib::String const&) ()
from /usr/lib/libtag.so.1
#1 0x00af6840 in TagLib::ASF::Attribute::toString() const ()
from /usr/lib/libtag.so.1
#2 0x082215a7 in guASFTagInfo::Read (this=0x9385e90)
at /home/ddkp/guayadeque/guayadeque/src/TagInfo.cpp:2583
#3 0x0810fde5 in guDbLibrary::ReadFileTags (this=0x85f2888, filename=...,
allowrating=false)
at /home/ddkp/guayadeque/guayadeque/src/DbLibrary.cpp:1729
#4 0x082497f7 in guLibUpdateThread::Entry (this=0x8d86980)
at /home/ddkp/guayadeque/guayadeque/src/LibUpdate.cpp:332
#5 0x002024ab in wxThreadInternal::PthreadStart(wxThread*) ()
from /usr/lib/libwx_baseu-2.8.so.0
#6 0x0020250b in wxPthreadStart () from /usr/lib/libwx_baseu-2.8.so.0
#7 0x01058d31 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#8 0x00f8e0ce in clone () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: Not enough registers or memory available to unwind further
(gdb)
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Library scan segfault

Post by anonbeat »

Thank you very much for your bug report. This should be fixed in svn 1681
ddkp
Posts: 2
Joined: Mon Nov 07, 2011 1:08 pm

Library scan segfault

Post by ddkp »

Cheers, scanned fine now,
Appreciate the work!
Locked