Really weird OSX bug. Any ideas chaps?

Caporegime
Joined
1 Nov 2003
Posts
35,691
Location
Lisbon, Portugal
Hi guys,

Quick one for you, basically whenever I create or save a NEW file to my OS hard drive (I have 4 internal drives) About every 10 seconds a blank .rtf file is created and put on my desktop, regardless of where I save file I had just saved, IE documents, music, whatever.

It looks like this...

rtf.png


Now, I can and have been deleting them, but it's getting annoying, it'll keep creating the files till my desktop is full up.

Any ideas? :)

Thanks,
Jake
 
Try the following in Terminal to see what's involved with them when they appear

Code:
sudo opensnoop | grep .rtf
 
Last edited:
Hi mate,

Thanks for the suggestion, its made no difference really, the rtf files are blank. :)
 
What apps do you have running on startup ? (look in the Users section in system preferences).
Also check /library/LaunchAgents , /library/LaunchDaemons/ and /(username)/library/LaunchAgents to see what is there.
 
Back
Top Bottom