Jump to content

Locking Up with pre-release v2.8.1 b417 [Fixed 2.8.1 b418]


raguay.customct

Recommended Posts

I just updated to the latest release and it started locking up. The console program is giving these errors:

 

11/10/15 12:05:03.892 PM Alfred 2[10385]: -[__NSCFString replaceOccurrencesOfString:withString:options:range:]: Range {0, 7} out of bounds; string length 5
11/10/15 12:05:03.896 PM Alfred 2[10385]: (
0   CoreFoundation                      0x00007fff8ba1cc72 __exceptionPreprocess + 178
1   libobjc.A.dylib                     0x00007fff91d9ef7e objc_exception_throw + 48
2   CoreFoundation                      0x00007fff8ba1cb1d +[NSException raise:format:] + 205
3   CoreFoundation                      0x00007fff8b970b8f -[__NSCFString replaceOccurrencesOfString:withString:options:range:] + 255
4   Foundation                          0x00007fff9d5b4bed -[NSString stringByReplacingOccurrencesOfString:withString:options:range:] + 184
5   Alfred 2                            0x000000010000c12d Alfred 2 + 49453
6   AppKit                              0x00007fff8e0c99fa -[NSView _drawRect:clip:] + 3626
7   AppKit                              0x00007fff8e0c82d9 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1873
8   AppKit                              0x00007fff8e0c86b6 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2862
9   AppKit                              0x00007fff8e0c86b6 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2862
10  AppKit                              0x00007fff8e0c86b6 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2862
11  AppKit                              0x00007fff8e0c61ff -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 838
12  AppKit                              0x00007fff8e218ae0 -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 284
13  AppKit                              0x00007fff8e0c1fc7 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2449
14  AppKit                              0x00007fff8e07c749 -[NSView displayIfNeeded] + 1950
15  AppKit                              0x00007fff8e0b776a -[NSWindow _setFrameCommon:display:stashSize:] + 3835
16  AppKit                              0x00007fff8e0b6860 -[NSWindow _setFrame:display:allowImplicitAnimation:stashSize:] + 222
17  AppKit                              0x00007fff8e0b677b -[NSWindow setFrame:display:] + 67
18  Alfred 2                            0x0000000100005af3 Alfred 2 + 23283
19  Alfred 2                            0x000000010000b65f Alfred 2 + 46687
20  Alfred 2                            0x000000010000a8e8 Alfred 2 + 43240
21  CoreFoundation                      0x00007fff8b9d68fc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
22  CoreFoundation                      0x00007fff8b9d686f ___CFXRegistrationPost_block_invoke + 63
23  CoreFoundation                      0x00007fff8b9d5f37 _CFXRegistrationPost + 407
24  CoreFoundation                      0x00007fff8b9d5ca2 ___CFXNotificationPost_block_invoke + 50
25  CoreFoundation                      0x00007fff8b9cff32 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1922
26  CoreFoundation                      0x00007fff8b8bea85 _CFXNotificationPost + 693
27  Foundation                          0x00007fff9d592921 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
28  Alfred Framework                    0x00000001000bfe34 -[AlfredWorkflowManager setSearchQuery:] + 1297
29  Foundation                          0x00007fff9d618d4b __NSThreadPerformPerform + 279
30  CoreFoundation                      0x00007fff8b92ce41 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
31  CoreFoundation                      0x00007fff8b91ed5c __CFRunLoopDoSources0 + 556
32  CoreFoundation                      0x00007fff8b91e27f __CFRunLoopRun + 927
33  CoreFoundation                      0x00007fff8b91dc78 CFRunLoopRunSpecific + 296
34  HIToolbox                           0x00007fff932a6935 RunCurrentEventLoopInMode + 235
35  HIToolbox                           0x00007fff932a6677 ReceiveNextEventCommon + 184
36  HIToolbox                           0x00007fff932a65af _BlockUntilNextEventMatchingListInModeWithFilter + 71
37  AppKit                              0x00007fff8e078ec6 _DPSNextEvent + 1067
38  AppKit                              0x00007fff8e445621 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
39  AppKit                              0x00007fff8e06eda0 -[NSApplication run] + 682
40  AppKit                              0x00007fff8dff10ec NSApplicationMain + 1176
41  Alfred 2                            0x000000010000170c Alfred 2 + 5900
)
11/10/15 12:05:50.881 PM Alfred 2[11561]: [TIMER] 1.949491 seconds to initialise Alfred
11/10/15 12:05:55.418 PM Alfred 2[11561]: Bartender: Loaded BartenderHelperNinetySix
 
Let me know if there is any other information I can get for you.
 
 
Link to comment
Share on other sites

It has now done it twice that I had to kill the process and restart to get it working. I figured out one thing:  

 

Range {0, 7} out of bounds; string length 5

 

This is referring to the Alfred Browser input. The string length in the browser is always the same as the "string length" item. Therefore, Alfred is looking at the string and over shooting the bounds all the time. Once done enough times, it locks up very hard.

Link to comment
Share on other sites

Hi, the problem was so bad, I had to roll back to the last 2.8 version from the website. Interestingly, my Mac Mini doesn't show this problem. Just my Macbook Air. Both are running the latest public beta of El Capitan (10.11.2 beta (15C27e)).

 

Ah sorry about that, if you update to b418 it should now be fine. This also gave me an opportunity to update to Xcode 7.1.1 which was marked as a critical update with parts of the tool chain!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...