site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=U0SNomMjth1qE0+iekDGlgV1CjZJo6HaRBKBJopdnes=; b=TFir8oeKdhcxqOaOZrDNmvclfCCXQZSDVaYeX9yYVPbbauKZ2v4rZJ2uN0ZnYxZbIqLqutVM+Pk0IDaIh59Qn2Nlc7TJvePPh/mFct+xWROrmNorkp/+OAktVWuoyIejSS5HiEhb1oQj8Wv+/7GwwC85UBUONycEK2AGRb8QWWI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ibHgvtFbMweMpQ6Xsw9YVV2VHgtEl+JJJNi3vFTI4pUvpZT5xhGxoW67A6ByPu+C0hQ4DDs5aLCKuo9rcoK3lu2M+7oOFZCaC0gcMrApAhqEjWmBBtzOX4cQatj9Xpx48bRiqCjGOUZEHKUiQzwpqTvfFjPKlGDDFAG9blMQVcI= When monitoring file activity for All Processes in Instruments I often get errors. This happens every 1 to 5 minutes. "DTrace Error error on enabled probe ID 5 (ID 17606: syscall::close:entry): invalid address (0xbffff378) in action #8" Screenshot: http://tinyurl.com/4eqtjk I was unable to find any discussion of this error on Leopard, but some people have seen this in solaris: http://www.opensolaris.org/jive/thread.jspa?messageID=10250 "> dtrace: error on enabled probe ID ... This is because you're doing a copyinstr from a memory address which has not yet been faulted in. This is known as a "first touch" fault, and is described in the Solaris Dynamic Tracing Guide..." This error happens when Time Machine is running. Is there any way to avoid it? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Achille