Cgpdftoraster hogging memory at startup

Hi, I hope someone can help me with this. I've poked and prodded in my files forever without a lot of luck. At startup, I have four programs - two "cgpdftoraster" and "hpimager" each - opening under the user "lp". I have no idea who/what lp is, nor why it's opening cgpdfraster, as I'm not printing anything at startup, and I've not printed a pdf in months.
The programs utilize about 95% of my memory until I shut them down (which takes an agonizingly long time with so little memory). Does anyone have any idea how I can make them stop?? Or even better, how to get rid of this "lp" user?
Thanks much.
- Austin
Message was edited by: ajohns90

Hi ajohns90, and a warm welcome to the forums!
First, how much free space do you have on what sized drive? How Much Memory?
Are there any jobs undone in Printer box?
Or even better, how to get rid of this "lp" user?
You can't, it's what OsX uses for printing, lp = LinePrinter.
What kind f Printer? Are you using Gimp Print or Cups Drivers?
Might give a try with Applejack...
http://www.versiontracker.com/dyn/moreinfo/macosx/19596
After installing, reboot holding down CMD+s, then when the DOS like prompt shows, type in...
applejack AUTO
Then let it do all 5 of it's things.
At least it'll eliminate some questions if it doesn't fix it.
The 5 things it does are...
Correct any Disk problems.
Repair Permissions.
Clear out Cache Files.
Repair/check several plist files.
Dump the VM files for a fresh start.

Similar Messages

  • Yosemite using up A LOT OF MEMORY at startup...

    Hey everyone,
    I have been running Yosemite on my MBP Retina with no problems until a couple weeks ago.  Normally at startup it would bring my free RAM usage to around 13.5-14GB (I have 16GB in my MBP), which is normal, but Mavericks never used that much.  Now it is using almost 6GB at startup, including:  2GB of app memory (at startup, why it's that big I don't know), 2GB of wired memory and the cache which is hovering at 2GB.  Just a moment ago I had to restart my Mac because I only had 1 GB of free RAM because 15 of it went to the cache for some reason.  I did a PRAM and SMC reset along with a disk permission repair and now my startup RAM is now sticking below 12 and 13 GB and after a couple of hours of working and video editing, after freeing up RAM is would be below 11. 
    WHAT IS GOING ON!!!?!???!?!!  HELP ME PLEASE!!!! 

    Please check the article below and post back with test results.
    Using EtreCheck

  • Both Elements 10 and 11 have started hogging memory on my Windows 7 computer which has 8 G of memory

    Elements 10 and 11 have been hogging memory on my Windows 7 computer which has 8 G of memory.  How can I stop this?

    The first thing to do is to go to the organizer preferences>media analysis and be sure the auto analyzer is turned off.

  • Weblogic java process slowly hogging memory

    My unix 'top' utility tells me that my Weblogic java process is slowly
    hogging memory, over a period of hours under heavy load, until the machine
    finally starts swapping and performance goes into the toilet.
    I got a copy of jprobe, which I had hoped would show me that I have memory
    leaks, but it said everything was fine, I could see the little graph of heap
    memory getting sent back down to 10 Meg every minute or so. Then I bring up
    'top' with no jprobe, and I watch "SIZE" grow to 250 Meg and I run out of
    virtual memory. Anybody know what is up?
    System info: Weblogic Server 5.1, sp5, Solaris 2.7, JDK 1.2.2_07.
    Thanks in Advance
    Greg

    250M for WLS is not very much. How much physical memory is on
    the machine? What do you have your heap size set to?
    Use the command /usr/proc/bin/pmap to dump out the memory
    segments of the JVM. You will find one of the segments labeled
    'heap' this is not the Java Heap, this is the C heap. Does it
    grow? If it does, do you have native code (type 2 db drivers)or
    any other native code? The JVM also uses the C heap. Compiling
    JSPs seems to use a lot of memory. JSPs compiled with SP9 will
    use less C heap than pre-SP9.
    There will be another 'anon' segement that corresponds to the
    size of the max Java Heap as shown by the weblogic console.
    The 'Total' should correspond to the 'size' you see in top.
    Mike
    "Greg Lems" <[email protected]> wrote:
    My unix 'top' utility tells me that my Weblogic java process is slowly
    hogging memory, over a period of hours under heavy load, until the machine
    finally starts swapping and performance goes into the toilet.
    I got a copy of jprobe, which I had hoped would show me that I have memory
    leaks, but it said everything was fine, I could see the little graph
    of heap
    memory getting sent back down to 10 Meg every minute or so. Then I bring
    up
    'top' with no jprobe, and I watch "SIZE" grow to 250 Meg and I run
    out of
    virtual memory. Anybody know what is up?
    System info: Weblogic Server 5.1, sp5, Solaris 2.7, JDK 1.2.2_07.
    Thanks in Advance
    Greg

  • Studio 11: cc -fast hangs on acomp when invoked via gmake and hogs memory

    Hi,
    i am seeing a weird issue here on Solaris 8 Sparc with Studio 11. Running ./configure with optimization CFLAGS (-fast -xnolibmopt) for libiconv 1.13 hangs on "checking for stdbool.h that conforms to C99..." with acomp being the last spawned process. Trussing the acomp shows a myriad of brk()s and the process hogs memory like there is no tomorrow.
       PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
    29072 skayser   684M  670M cpu13   30    0   0:01.23 3.1% acomp/1I tried to let it run for a bit longer, after half an hour it is still there, hogging memory. On Solaris 8 x86 this configure step runs just fine. On both platforms (x86 and Sparc) there is no stdbool.h. cc complains in both cases, but on Solaris 8 x86 it simply quits, while on Solaris 8 Sparc it doesn't.
    To be more precise: I can only see the issue when i let ./configure run under gmake (our build system is based on Makefiles). When i try to compile the [stdbool snippet|http://pastebin.com/m6010e35c] manually, cc returns just fine.
    $ /opt/studio/SOS11/SUNWspro/bin/cc -c -fast -xnolibmopt -xarch=v8 -I/opt/csw/include -I/opt/csw/include conftest-stdbool.c
    "conftest-stdbool.c", line 64: cannot find include file: <stdbool.h>
    "conftest-stdbool.c", line 96: type specifier can not be used as array size expression qualifier
    "conftest-stdbool.c", line 96: warning: no explicit type given
    cc: Fatal error in /opt/studio/SOS11/SUNWspro/prod/bin/acomp
    Status 139
    $ Simply putting this invocation line in a Makefile and invoking gmake leads to a hanging acomp.
    $ cat Makefile
    all:
            /opt/studio/SOS11/SUNWspro/bin/cc -c -fast -xnolibmopt -xarch=v8 -I/opt/csw/include -I/opt/csw/include conftest-stdbool.c
    $ gmake
    /opt/studio/SOS11/SUNWspro/bin/cc -c -fast -xnolibmopt -xarch=v8 -I/opt/csw/include -I/opt/csw/include conftest-stdbool.c
    "conftest-stdbool.c", line 64: cannot find include file: <stdbool.h>
    "conftest-stdbool.c", line 96: type specifier can not be used as array size expression qualifier
    "conftest-stdbool.c", line 96: warning: no explicit type givenNo acomp fatal error as before, no return to the prompt.
    There is no such issue if i use /usr/ccs/bin/make instead or when i revert to -xO3 as optimization flags. Anyone seen something like this or any idea what could be wrong here? There is someone over at the OpenSolaris forums having a similar problem (" [Sun Studio 11 cc hangs when compiling|http://opensolaris.org/jive/thread.jspa?messageID=209219] "), but there is no solution attached to the thread.
    $ cc -V
    cc: Sun C 5.8 Patch 121015-06 2007/10/03Sebastian

    Hi Sebastian,
    The problem looks very strange... Probably "gmake" sets some environment, that causes the problem.
    You can run "gmake" under "truss", to find out what is so special there:
    truss  -a  -e  -f  -o gmake.tr  gmakeIt will generate file "gmake.tr", where you can find how "gmake" invokes "cc".
    Then you can try to set the same environment and run "cc" manually.
    This is a long way, but in many cases it helps to understand the problem.
    Thanks,
    Nik

  • Not enough memory on startup disk to run applications with more than 200Gb free!!

    I have a MacBook Pro final 2011 with 8 GB RAM and 500 GB disk with Mountain Lion OS X 10.8.5 and I'm using only 56% of my disk (over 276.5 GB). Nevertheless after some time my MAC starts to became slower until it opens a window with the message 'not enough memory on startup disk to run applications' and asking me to choose an application to stop! How can it be that 'not enough memory on startup disk' (espaço insuficiente no disco de inicialização) if I have more than 200 Gb free? Is there anything that can be done to solve that?

    1. Empty Trash.
        http://support.apple.com/kb/PH10677
    2. Delete "Recovered Messages", if any.
        Hold the option key down and click "Go" menu in the Finder menu bar.
        Select "Library" from the dropdown.
        Library > Mail > V2 > Mailboxes
        Delete "Recovered Messages", if any.
        Empty Trash. Restart.
    3. Repair Disk
        Steps 1 through 7
        http://support.apple.com/kb/PH5836
    4. Disk space / Time Machine ?/ Local Snapshots
       http://support.apple.com/kb/ht4878
    5. Re-index Macintosh HD
       System Preferences > Spotlight > Privacy
       http://support.apple.com/kb/ht2409
    6. For more on this and very helpful tips:
        http://pondini.org/OSX/DiskSpace.html
        http://pondini.org/OSX/LionStorage.html

  • Using 7GB of memory on startup with no apps running

    I have a 2009 macbook 13inch with 1TB HDD and 8GB Ram running yosemite, mavericks before it, and mavericks was not better or worse
    it is constantly running out of memory
    i have "memory clean" running (which is insanely good and free) so it flushes it out otherwise it would be unusable
    when i start up it is using 7GB of memory, sometime a wee bit less but not much
    the 2 biggest offenders are "backupd" and "kernel" processes. you see them in activity monitor
    kernel is kind of fundamental and i believe that backupd is time machine
    i killed backupd and now i have 4.25GB of memory used with only iTunes and safari open (1 tab - this one)
    there are well over 100 process running just from startup probably closer to 150
    cpu is using less than 15%
    i have 160GB free on my HDD
    so what is occurring? and how do i get it to behave like a normal macbook?
    if your response starts with "i don't know, but". or any derivation there of, please stop typing and go a help an old person across the road :-)

    Perhaps the CPU is stuck running cycles, trying to figure out how to restore
    all those Caches and other important stuff you've used some third-party
    unnecessary software to delete? By pre-loading many simple OS X tasks,
    the system does well enough to take on chores for daily use on its own.
    Has the Console utility's system logs shed some light on how this RAM is
    being used? What of the limited info in Activity Monitor, which is less open
    about where these resources have gone, than previous OS X versions?
    You may see about some command-line interface sleuthing to get into OS X
    underpinnings to check; there are several items in OS X  Developer library
    to read up on. Helpful if you have more than one Mac and have a viable 2nd
    computer not running the latest OS X just in case a new upgrade isn't a good
    way to go just yet. Not all computer models appreciate a newest system install.
    {If you have a backup from before the last upgrade of OS X, that may be an
    idea to revert to that; a full system clone on external drive, a bootable copy,
    is helpful to restore previous system function, or to offer a way back.}
    Sometimes the system log files can help illuminate issues such as kernel
    problems, and other hung processes that may hog CPU cycles, & RAM.
    What brand of 'clean' have you been submitting your OS X hidden parts, to?
    Some do more than clean, they toss out vital system parts & essential caches.
    Maybe someone with command-line experience such as Linc Davis could
    help you, if he sees your thread. If so, there are tedious testing intervals to
    see what is going on; not necessarily to cure the issue but to outline a cause.
    Diagnostic testing may be required to see if there are any hardware causes
    to the symptoms; but a new installation may help. If the problems have been
    saved in a Time Machine backup, then be aware you can re-introduce them
    from there should you rely on that to restore your current system & files.
    There are a few good ideas among these Guide pages to review:
    http://www.thesafemac.com/tech-guides/
    Are there excessive items in your startup files, and other extensions installed
    that could account for wasted RAM and system resources? You may wish to
    check that out and delete or disable those.
    In any event...
    Good luck & happy computing!

  • G4 450 and protools, somehow ran out of memory to startup. Error code 10. Tried turning off extensions to boot but now just locks up as I tried a HD verify/repair and then moved the folder to the desktop screen. cant get it off now.froze.

    Ok, I have a Mac g4,  os9. ..450 Processor. I Think I upgraded ram, can't remember. Maybe a 512 card. Added an 80 gig internal HD for music storage.  Computer was solely used for protools LE 5.  I knew I was kinda close on my memory for running the program after recording things with plug ins etc.  It was beginning to get slow at startup.  Anyway it's been a couple years since I used it.  I got it set up yesterday and it wouldn't launch and kept giving me error code 10. So I replaced the battery and tried again.  the small finder icon in middle of screen would then pop up and alternate with a "?". Then it would change to a pict of a hard drive disk and then a me alternating "?".  It would still give me the error code if I clicked on anything. So I then held down the shift key to turn off extensions as it had mentionEd to do a couple times. Still would give me the error code on my home page.  If I tried to get into my hd which is on desktop it would give me the message, but somehow it did open one occasion and I went into it and scrolled to disk verify and repair. Did it. Said things were fine. I then saved the results in a file which was then offered along with location. I chose desktop. Probably really bad idea in hind sight.. It did it, but now no matter if I turn extensions off,  the home screen pops up but then goes blank.  The hard drive icon along with the new folder, and my protools icon immediately dissapear. And it freezes.  at one point a message did pop up saying finder could not start up because there is not enough memory available.  I'm not a computer guy.  Ive tried finding the guy who helped me set this thing up 10 years ago but to no avail. If I can be guided to somehow uncover some of the unneeded memory usage I would then learn how to more efficiently use it.  How the heck do I even start. I can't get to a screen which shows what's eating my computers space to even start getting rid of unneeded stuff. Please help if you can.  I have so much to loose if I can't get it to work.  Btw...I no longer have the os9 disk. I think it was tossed 10 years ago or more.  May not even have my original pro tools disks anymore.  Uggh.

    Ouch, tough spot, but offhand I'd say some memory may have gone bad, or maybe just needs re-seating after all this time.
    Not much you can do, but try this anyway...
    PRAM reset, CMD+Option+p+r...
    http://support.apple.com/kb/ht1379
    In fact, do 3 in a row, takes a bit of time.

  • Persistence of Memory: No Startup After Battery Exhaustion

    Last night I had the trusty 17" running iTunes under Leopard...playing smooth jazz with the visualizer on. My SO and I enjoyed it.
    And now the plot thickens: After a while I heard a warning chime...only later realizing that I'd forgotten to plug the thing in. It shut down.
    This morning as I try to start it up I get the greyed-out screen with the progress bar at the bottom...the kind of greyed-out screen the Mac displays when it's reloading the memory image now that it has power to run. It gets about halfway through the progress bar[s] and then stops.
    Here's what I've done:
    1. I tried the PRAM reset.
    2. I tried the PMU reset.
    3. I tried inserting the Leopard startup/install disc. The greyed-out screen featuring the "Lathe" iTunes visualizer appears and the progress bars go about halfway across before the disc has time to register and be read by the computer.
    4. I tried removing the RAM chips and battery, powering up with the charger. Nothing.
    So: How do I get past this persistent machine state image?
    Thank you for taking this challenge on.
    It's interesting: I never had any of these problems with the little 15" Titanium on which I'm typing this right now. But then I never let a Mac running iTunes under Leopard and visualizer playing jazz while I was otherwise too occuplied to go and plug the blasted thing in.

    I took the road few dare travel--I performed a HDD swap between my 17" AlBook and my 15" Titanium. Booting up the 15" with the 17's HDD worked just fine--no grey screen. Booting up the 17" with the 15's HDD took a few tries, though.
    After reversing the HDD swap, everything is back to normal.
    I think one thing I have learned from this is that the machine state is kept in machine memory--that is, it's not something on the HDD.

  • Not enough memory on startup disk

    How do I create more memory on my startup disk?

    You don't!
    Memory and disk space are two different things.
    Why are you saying you don't have enough memory? Did you get a message saying this?
    You can add memory to your computer by adding RAM
    You can make space on your hard drive by deleting unwanted files or programs.
    Please clarify what the problem is so we can help you.
    And please give us some info about your iMac.
    Model, RAM installed, etc.
    Click on Apple menu and on about this mac to get info.
    To clarify some more:
    You add memory to a computer to make it perform better.
    But you can't add memory to a startup disk. You can make space on a startup disk by removing unwanted stuff or you can get a bigger disk to have more space.

  • Locking/Hogging memory... use PLOCK?

    Let's say I have 1 GIG of memory and a memory intensive application called MEMORY_APP.
    If I ran MEMORY_APP with the full 1 GIG I'd get some results. Then, as I locked more and more memory my performance would decrease.
    For example, I might expect to see results something like the following...
    1 GIG avail memory = 300 DB transactions / sec
    750 MB avail memory = 250 DB transactions / sec
    500 MB avail memory = 200 DB transactions / sec
    ETC
    I'm trying to find memory's effects on applications by "locking" more and more memory into a single process and running my other application under the new, stressed, conditions.
    Is this the way to go? I am not seeing what I expect?

    I'll try to be more clear/simple.
    I want to create and application, called lock_mem, that will take an integer as an argument. The application will then HOG/STEAL/LOCK memory away from the rest of the system. That is, it will utilize memory in such a way that the machine will perform as though it actually has less memory. I'm trying to simulate a machine with less memory.
    For example, if I'm running my tests on a machine with 2 GB of RAM I would, theoretically, be able to run lock_mem with a range of input values and see how that machine would perform with "less" memory installed.
    If I ran 'lock_mem 250', the machine would run as if it had 1750 MB of RAM.
    If I ran 'lock_mem 1000', the machine would run as if it had 1 GB of RAM.
    PLOCK is supposed to lock memory for a specific application. However, when I STEAL AS MUCH MEMORY AS I CAN, I don't see a performance hit.
    Ideas? Suggestions... maybe there's another way to try to do this?

  • Losing memory in startup disc when loading pics. in iPhoto

    Yesterday was loading images from my camera to iPhoto when a notice came up that I had no more memory in my startup disc.
    Don't understand, the iPhoto program is not on the startup disc, PhotoShop is though
    Why does loading images to iPhoto use up the remaining memory on the startup disc? and how can I correct this as I load in hundreds of pictures
    Is there a capacity for iPhoto? Right now I have 3700 images, mostly in RAW format?
    Do I need to burn DVD's of the images in the library then remove them, to open up space?

    Rickbbq:
    As Keith mentioned the library folder will be on your boot drive in the Pictures folder.
    You should know that it's best to keep the applications on the boot drive in the Applications folder so that when updates come along the updater will know were for find it. You can move the library to the external drive as already mentioned but it's best to keep the applications where they were installed originally.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • FlashPlayerPlugin_12_0_0_77.exe*32 Hogs memory and CPUs.

    Firefox at 369,616 K FlashPlayerPlugin at 1,550,628 K and 51% CPU. Firefox extremely sluggish. This has been happening for about 6 months with very new release of Flash and Firefox. Makes Firefox unusable. Fix this or people will start to move to google chrome or IE

    Hi gsenum,
    Thank you for your statement. We appreciate you reporting on the performance. Firefox is always improving and they are tracking the flash updates and checking for vulnerabilities.[[Firefox uses too much memory (RAM) - How to fix]] [[Firefox uses too many CPU resources - How to fix]]

  • Safari and Chrome Hogging Memory to Play Video

    Safari and Chrome Start to hog up most of the processor. the videos start out of but after a while the proccessor jumps up to 100% then make the video out of sync with th audio. The Audio will play fine. Once it starts The Processor will cycle up and down until the video is stopped. also I noticed the when transfering any file to and from a USB Stick it takes along time now.
    This is what is going on with no video playing.
    7/22/13 1:36:06.693 PM com.nds.pcshow: Created socket (3)
    7/22/13 1:36:06.693 PM com.nds.pcshow: Set SO_REUSEADDR 1
    7/22/13 1:36:06.693 PM com.nds.pcshow: Set SO_REUSEPORT 1
    7/22/13 1:36:06.693 PM com.nds.pcshow: bind to 0.0.0.0:1900
    7/22/13 1:36:06.693 PM com.nds.pcshow: Starting child process!!!!!!!!!!.
    7/22/13 1:36:07.109 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    7/22/13 1:36:07.160 PM configd: network configuration changed.
    7/22/13 1:36:07.204 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c83aee0>: The operation couldn’t be completed. Socket is not connected
    7/22/13 1:36:07.234 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c83aee0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    7/22/13 1:36:07.237 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c84b370>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    7/22/13 1:36:13.397 PM configd: network configuration changed.
    7/22/13 1:36:13.571 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    7/22/13 1:36:13.572 PM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on LDGUEST because it is protected and not on the exception list
    7/22/13 1:36:13.572 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    7/22/13 1:36:13.578 PM configd: network configuration changed.
    7/22/13 1:36:18.882 PM rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    7/22/13 1:37:46.659 PM Mail: Using V2 Layout
    7/22/13 1:37:48.755 PM SyncServer: [0x7fc5d9c17080] |DataManager|Warning| Client com.apple.DotMacSync image file path /System/Library/PreferencePanes/Mac.prefPane/Contents/Resources/Internet.tiff does not exist.
    7/22/13 1:37:48.758 PM SyncServer: [0x7fc5d9c17080] |DataManager|Warning| Client com.yahoo.70:cd:60:78:53:6c image file path /System/Library/PrivateFrameworks/YahooSync.framework/Resources/Yahoo! Sync.app/Contents/Resources/y_logo_mac_1.png does not exist.
    7/22/13 1:38:06.763 PM mDNSResponder:  42: Could not write data to client because of error - aborting connection
    7/22/13 1:38:06.768 PM mDNSResponder:  42: DNSServiceGetAddrInfo      v4v6 ytimg.l.google.com.
    7/22/13 1:38:21.815 PM com.apple.mdworker.pool.0: I/O error : encoder error
    7/22/13 1:38:22.251 PM mdworker: *** Failed to decode 8bi data, treating as binary
    7/22/13 1:38:22.254 PM mdworker: *** Failed to decode 8bi data, treating as binary
    7/22/13 1:38:22.435 PM mdworker: *** Failed to decode 8bi data, treating as binary
    This is what is going on when Video is playing
    7/22/13 1:41:18.771 PM Yahoo! Sync: Unable to load nib file: MainMenu, exiting
    7/22/13 1:53:45.739 PM com.apple.SecurityServer: Session 100030 created
    7/22/13 1:53:46.821 PM login: USER_PROCESS: 1739 ttys000
    7/22/13 1:58:24.693 PM login: DEAD_PROCESS: 1739 ttys000
    7/22/13 2:10:09.258 PM PluginProcess: REQUIRE_NO_ERR failure: 0xe00002d7 - file: /SourceCache/IOBluetoothFamily/IOBluetoothFamily-4080.4.17/Core/Framework/Core/ Device/IOBluetoothDeviceConfigUserLib.m:446
    7/22/13 2:10:09.264 PM [0x0-0xe00e0].com.apple.Safari: 2013-07-22 14:10:09.245 PluginProcess[1777:23b07] REQUIRE_NO_ERR failure: 0xe00002d7 - file: /SourceCache/IOBluetoothFamily/IOBluetoothFamily-4080.4.17/Core/Framework/Core/ Device/IOBluetoothDeviceConfigUserLib.m:446
    7/22/13 2:12:14.825 PM [0x0-0x120120].com.ibm.lotus.Notes: [068C:0005-B1982000] 07/22/2013 02:12:14 PM  00:81

    Safari and Chrome Start to hog up most of the processor. the videos start out of but after a while the proccessor jumps up to 100% then make the video out of sync with th audio. The Audio will play fine. Once it starts The Processor will cycle up and down until the video is stopped. also I noticed the when transfering any file to and from a USB Stick it takes along time now.
    This is what is going on with no video playing.
    7/22/13 1:36:06.693 PM com.nds.pcshow: Created socket (3)
    7/22/13 1:36:06.693 PM com.nds.pcshow: Set SO_REUSEADDR 1
    7/22/13 1:36:06.693 PM com.nds.pcshow: Set SO_REUSEPORT 1
    7/22/13 1:36:06.693 PM com.nds.pcshow: bind to 0.0.0.0:1900
    7/22/13 1:36:06.693 PM com.nds.pcshow: Starting child process!!!!!!!!!!.
    7/22/13 1:36:07.109 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    7/22/13 1:36:07.160 PM configd: network configuration changed.
    7/22/13 1:36:07.204 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c83aee0>: The operation couldn’t be completed. Socket is not connected
    7/22/13 1:36:07.234 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c83aee0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    7/22/13 1:36:07.237 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c84b370>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    7/22/13 1:36:13.397 PM configd: network configuration changed.
    7/22/13 1:36:13.571 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    7/22/13 1:36:13.572 PM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on LDGUEST because it is protected and not on the exception list
    7/22/13 1:36:13.572 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    7/22/13 1:36:13.578 PM configd: network configuration changed.
    7/22/13 1:36:18.882 PM rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    7/22/13 1:37:46.659 PM Mail: Using V2 Layout
    7/22/13 1:37:48.755 PM SyncServer: [0x7fc5d9c17080] |DataManager|Warning| Client com.apple.DotMacSync image file path /System/Library/PreferencePanes/Mac.prefPane/Contents/Resources/Internet.tiff does not exist.
    7/22/13 1:37:48.758 PM SyncServer: [0x7fc5d9c17080] |DataManager|Warning| Client com.yahoo.70:cd:60:78:53:6c image file path /System/Library/PrivateFrameworks/YahooSync.framework/Resources/Yahoo! Sync.app/Contents/Resources/y_logo_mac_1.png does not exist.
    7/22/13 1:38:06.763 PM mDNSResponder:  42: Could not write data to client because of error - aborting connection
    7/22/13 1:38:06.768 PM mDNSResponder:  42: DNSServiceGetAddrInfo      v4v6 ytimg.l.google.com.
    7/22/13 1:38:21.815 PM com.apple.mdworker.pool.0: I/O error : encoder error
    7/22/13 1:38:22.251 PM mdworker: *** Failed to decode 8bi data, treating as binary
    7/22/13 1:38:22.254 PM mdworker: *** Failed to decode 8bi data, treating as binary
    7/22/13 1:38:22.435 PM mdworker: *** Failed to decode 8bi data, treating as binary
    This is what is going on when Video is playing
    7/22/13 1:41:18.771 PM Yahoo! Sync: Unable to load nib file: MainMenu, exiting
    7/22/13 1:53:45.739 PM com.apple.SecurityServer: Session 100030 created
    7/22/13 1:53:46.821 PM login: USER_PROCESS: 1739 ttys000
    7/22/13 1:58:24.693 PM login: DEAD_PROCESS: 1739 ttys000
    7/22/13 2:10:09.258 PM PluginProcess: REQUIRE_NO_ERR failure: 0xe00002d7 - file: /SourceCache/IOBluetoothFamily/IOBluetoothFamily-4080.4.17/Core/Framework/Core/ Device/IOBluetoothDeviceConfigUserLib.m:446
    7/22/13 2:10:09.264 PM [0x0-0xe00e0].com.apple.Safari: 2013-07-22 14:10:09.245 PluginProcess[1777:23b07] REQUIRE_NO_ERR failure: 0xe00002d7 - file: /SourceCache/IOBluetoothFamily/IOBluetoothFamily-4080.4.17/Core/Framework/Core/ Device/IOBluetoothDeviceConfigUserLib.m:446
    7/22/13 2:12:14.825 PM [0x0-0x120120].com.ibm.lotus.Notes: [068C:0005-B1982000] 07/22/2013 02:12:14 PM  00:81

  • QuickTime 10.1 Stops Working, Starts hogging memory before terminating!

    Hi, I was using QuickTime 10.1, which came with my new iMac OS X 10.7.2, to export M4A out of M4V.  After about ten exports, QT stops working and starts hogging gigabytes of RAM before terminating itself.  Please advise.  Thanks-

    I have never tried this, but...
    How to downgrade QT?
    Solution
    This is how you can downgrade QuickTime 7.1.6 to version 7.1.5:
    1. Download Quicktime 7.1.5 installer:
    http://www.apple.com/support/downloads/quicktime715formac.html
    2. Mount the installer package. This is very important.
    3. Download and install Pacifist from this location:
    http://www.charlessoft.com/
    4. Run Pacifist. In its dialog press the "Open Package" button. Browse for the .PKG file in the mounted package. In the appearing list Right Click on the .PKG and from the context menu choose "Install To Default Location". Please note that if you mistakenly select the unmounted .DMG file into Pacifist instead of the PKG, there will be an installation but without an effect.
    5. Check in the "User Administrator Privileges" checkbox. Press Install.
    6. When asked tell the installer to replace the already existing files. Do this with all the files.
    7. When the install process is finished restart the computer.
    8. Run the QuickTime 7.1.5 installer package again WITHOUT Pacifist and let it install the files again.
    9. Restart the computer
    Sue

Maybe you are looking for