Search crash

Feel free to post bug reports here. I need exact, detailed steps showing me how I can re-create the bug on my machine, so give as much info and detail as possible.
Post Reply
Karanight
Posts: 532
Joined: Sat Jan 24, 2009 2:30 am
Location: Stockport UK
Contact:

Search crash

Post by Karanight »

I've got the latest kJams and when I search kJams quits
If I search for one letter and let that search complete and then search for the next letter in the word that doesn't make it quit.
If I paste a word in the search that doesn't make in quit.
But if I type more that one letter one after the other kJams quits

Here's the crash report

Version: kJams Pro 1.0b07r00 (1.0)
Code Type: X86 (Native)

Date/Time: 2013-04-10 09:34:46.981 +0100
OS Version: Mac OS X 10.6.8 (10K549)

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 com.metamuse.kjams 0x0004051d CApp::Crash() + 3
1 com.metamuse.kjams 0x00231723 CCriticalRecList::CCriticalRecList(CSearchManager*, bool) + 111
2 com.metamuse.kjams 0x00231ae4 CSearchManager::erase(SuperString const&) + 36
3 com.metamuse.kjams 0x00231cf4 CSearchManager::CSearchRec::completion() + 56
4 com.metamuse.kjams 0x003e250e CSearchManager::completion(long, SuperString const&, SDB_Selection&) + 310
5 com.metamuse.kjams 0x0029427c CT_FilterSelection::completion(long) + 62
Posted by Len of LensKaraoke fame

Web site at
http://lenskaraoke.com

dave
Site Admin
Posts: 6684
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Search crash

Post by dave »

fixed. new build in a few minutes

Brendan
Posts: 424
Joined: Sun Dec 30, 2007 1:05 pm
Location: Vacaville, CA.

Re: Search crash

Post by Brendan »

Dave, i just sent crash report. Im having the same issue of quitting on search. I have version10b9

Brendan
Posts: 424
Joined: Sun Dec 30, 2007 1:05 pm
Location: Vacaville, CA.

Re: Search crash

Post by Brendan »

This happens on both my machines, appearently it works untill i type a number in the search bar. Ex. 1,000 faces or 500 miles

dave
Site Admin
Posts: 6684
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Search crash

Post by dave »

just did a minor overhaul of how search queries are tracked, fixing crashers.

please try the next release, let me know

Brendan
Posts: 424
Joined: Sun Dec 30, 2007 1:05 pm
Location: Vacaville, CA.

Re: Search crash

Post by Brendan »

Yeah, still having issues, i typed "1,000 and it yields appropriate results. If i just enter 1000 (minus the comma) it crashes(shuts down with no message.)

Brendan
Posts: 424
Joined: Sun Dec 30, 2007 1:05 pm
Location: Vacaville, CA.

Re: Search crash

Post by Brendan »

I did update to R10 before i tried this

dave
Site Admin
Posts: 6684
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Search crash

Post by dave »

send the crash report please :)

Brendan
Posts: 424
Joined: Sun Dec 30, 2007 1:05 pm
Location: Vacaville, CA.

Re: Search crash

Post by Brendan »

I'm not getting the usual crash report on this bug, it just quits, where can i find it? Is this what you need?

Process: kJams Pro [5203]
<snip>

dave
Site Admin
Posts: 6684
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Search crash

Post by dave »

sorry, i meant "by email", thanks.

and yes, that is part of it, but the missing critical piece is the log file.

please dig it out manually. if you just go help->send log file, that does NOT send the log from the crash.

dave
Site Admin
Posts: 6684
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Search crash

Post by dave »

if you're crashing on r10 or later when you search, please call me during office hours.

Brendan
Posts: 424
Joined: Sun Dec 30, 2007 1:05 pm
Location: Vacaville, CA.

Re: Search crash

Post by Brendan »

Sent via email. Is nobody else having this issue?

dave
Site Admin
Posts: 6684
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Search crash

Post by dave »

for the workaround: sort by PLI

the problem is your metadata is not getting properly cached, so when you're sorted by, say, "Album", and you do a search, some of the songs' album data gets loaded, causing it to need to re-sort by album, DURING the search. now, when you're searching a list, and someone scrambles the list when you're part way thru the search, it messes up your search. unfortunately, this causes kJams to crash.

the permanent fix would be to somehow get all your album data properly cached and saved.

Post Reply