Sandbox pasteboard warning: "Lock timeout attempting set sandbox extension to pasteboard" |
||
Issue description[ RUN ] DownloadUtilMacTest.AddFileToPasteboardTest 2016-04-01 13:36:39.981 unit_tests[6214:37866] ____CFPasteboardIssueSandboxExtensionForFileURL_block_invoke : Lock timeout attempting set sandbox extension to pasteboard [ OK ] DownloadUtilMacTest.AddFileToPasteboardTest (554 ms) I'm fixing some Pasteboard leaks. In the process, I noticed this warning message. OSX: 10.11. Worth investigating?
,
Apr 4 2016
And for reference, Erik tried adding a call to +[NSPasteboard generalPasteboard] before any other pasteboard activity occurs in the test, but the log message still showed.
,
Apr 4 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by rsesek@chromium.org
, Apr 4 2016This is probably not worth investigating too hard unless we're seeing this in a production environment. Attached some basic CFG for how we get here in CF. From AppKit, it's: -[NSPasteboard setPropertyList:forType:] +[NSPasteboard _convertPropertyListToData:] -[NSPasteboard _setData:forType:index:usesPboardTypes:] CFPasteboardSetData() The lock it's trying to acquire is a CFPasteboard-instance-specific one, so I'm not sure why it's failing.59.6 KB
59.6 KB View Download