Skip to content

Instantly share code, notes, and snippets.

@dalizard
Created January 9, 2015 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalizard/73978e10511815cea876 to your computer and use it in GitHub Desktop.
Save dalizard/73978e10511815cea876 to your computer and use it in GitHub Desktop.
1/9/15 4:33:40.420 PM 2BUA8C4S2C.com.agilebits.onepassword-osx-helper[444]: This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.
Stack:(
0 CoreFoundation 0x00007fff93ba464c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff92ba66de objc_exception_throw + 43
2 CoreFoundation 0x00007fff93ba44fd +[NSException raise:format:] + 205
3 Foundation 0x00007fff8cd00be0 _AssertAutolayoutOnMainThreadOnly + 83
4 Foundation 0x00007fff8cadf432 -[NSISEngine withBehaviors:performModifications:] + 31
5 AppKit 0x00007fff8fd007ea -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 70
6 AppKit 0x00007fff8fd88138 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke + 482
7 AppKit 0x00007fff8fd0372f -[NSView(NSConstraintBasedLayout) _setLayoutEngine:] + 233
8 AppKit 0x00007fff8fd002da -[NSView _setSuperview:] + 2165
9 AppKit 0x00007fff8fd4bcec -[NSClipView _setSuperview:] + 153
10 AppKit 0x00007fff8fcff618 -[NSView addSubview:] + 436
11 AppKit 0x00007fff8fee5f4b _NSEditTextCellWithOptions + 2688
12 AppKit 0x00007fff8fee4f65 -[NSTextFieldCell _selectOrEdit:inView:target:editor:event:start:end:] + 506
13 AppKit 0x00007fff8fee4a8c -[NSCell selectWithFrame:inView:editor:delegate:start:length:] + 59
14 2BUA8C4S2C.com.agilebits.onepassword-osx-helper 0x0000000105ccbab2 2BUA8C4S2C.com.agilebits.onepassword-osx-helper + 506546
15 AppKit 0x00007fff8fee4511 -[NSTextField selectText:] + 230
16 AppKit 0x00007fff8fee42fc -[NSTextField becomeFirstResponder] + 160
17 AppKit 0x00007fff8fdf7e32 -[NSWindow makeFirstResponder:] + 727
18 2BUA8C4S2C.com.agilebits.onepassword-osx-helper 0x0000000105c980c8 2BUA8C4S2C.com.agilebits.onepassword-osx-helper + 295112
19 CoreFoundation 0x00007fff93b60cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
20 CoreFoundation 0x00007fff93a521b4 _CFXNotificationPost + 3140
21 Foundation 0x00007fff8ca8fea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
22 2BUA8C4S2C.com.agilebits.onepassword-osx-helper 0x0000000105c796fc 2BUA8C4S2C.com.agilebits.onepassword-osx-helper + 169724
23 2BUA8C4S2C.com.agilebits.onepassword-osx-helper 0x0000000105c68ef2 2BUA8C4S2C.com.agilebits.onepassword-osx-helper + 102130
24 CoreFoundation 0x00007fff93a7d33c __invoking___ + 140
25 CoreFoundation 0x00007fff93a7d192 -[NSInvocation invoke] + 290
26 Foundation 0x00007fff8cd08d08 __NSXPCCONNECTION_IS_CALLING_OUT_TO_EXPORTED_OBJECT__ + 17
27 Foundation 0x00007fff8cb28134 -[NSXPCConnection _decodeAndInvokeMessageWithData:] + 1695
28 Foundation 0x00007fff8cb25239 message_handler + 654
29 libxpc.dylib 0x00007fff89f18589 _xpc_connection_call_event_handler + 58
30 libxpc.dylib 0x00007fff89f1704b _xpc_connection_mach_event + 1901
31 libdispatch.dylib 0x00007fff8dd3e0f8 _dispatch_client_callout4 + 9
32 libdispatch.dylib 0x00007fff8dd3f1a3 _dispatch_mach_msg_invoke + 445
33 libdispatch.dylib 0x00007fff8dd3c154 _dispatch_queue_drain + 571
34 libdispatch.dylib 0x00007fff8dd3da10 _dispatch_mach_invoke + 232
35 libdispatch.dylib 0x00007fff8dd3c154 _dispatch_queue_drain + 571
36 libdispatch.dylib 0x00007fff8dd3decc _dispatch_queue_invoke + 202
37 libdispatch.dylib 0x00007fff8dd3b6b7 _dispatch_root_queue_drain + 463
38 libdispatch.dylib 0x00007fff8dd49fe4 _dispatch_worker_thread3 + 91
39 libsystem_pthread.dylib 0x00007fff8aec96cb _pthread_wqthread + 729
40 libsystem_pthread.dylib 0x00007fff8aec74a1 start_wqthread + 13
)
@dalizard
Copy link
Author

dalizard commented Jan 9, 2015

OSX 10.10.1 (14B25), 1Password 5.0.2 (502006). This message appears in Console.app every time I launch the application and enter my password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment