VLC hogging up memory

Well, I've spent the past hour or so trying to get DVD to play.  Playback in kplayer is very screwy, and ogle and vlc crash on startup.  However, I did get DVD playback in VLC by not using the menu.  However, it is using up almost all of the available memory on my system, as well as about 50~60% of my computer's swap space.  Any way to reduce the memory usage?

If this "report data" has a lot of blanks in the ArrayList<ArrayList<PrintData>>, then you could try using a sparse matrix. Then you don't need to hold an empty space in (what I am guessing is) a rectangular array for each blank. Instead of getting the data at coordinate [1, 5] as:
PrintData data = reportRow.get(1).get(5);You could make a Map:
Map<String, PrintData>and create the keys as a comma-separated String ("1,5"), only adding key-values for the non-blank locations. Or, define a Pair type:
class Pair
   private int row;
   private int column;
//constructor/getter/etc.--probably want to make them immutable, so the row/column could be final.
}and use that for the key ( new Pair(1,5) ), with appropriate hashCode and equals methods. I've done that, and it saved quite a lot of memory. Mine happened to have been ArrayList<ArrayList<Float>> (not my choice). For storing it to disk (a requirement), I temporarily created a full rectangular array of float (instead of serializing the Map, or serializing the ArrayList<ArrayList<Float>>), and saved 60% of the disk space comapred to the ArrayList<ArrayList<Float>> (because no overhead of ArrayList or Float objects). Then, when reading from disk, I built the new sparse matrix Map, throwing out all of the empty cells. You might be able to create a rectangular array of PrintData, or else just serialize the sparse matrix of PrintData.

Similar Messages

  • Error: ORA-04030: out of process memory when trying to allocate 639232 byte

    I had encountered a problem while i'm trying to compile a package. The error is : Error: ORA-04030: out of process memory when trying to allocate 639232 byte. Pls advice what can i do?
    Thanks

    OK, it looks like there's something else that's hogging your memory on that server. What do you see when you go into Task Manager, then select Processes, and then 'Mem Usage'?
    Edit:
    Although this would appear to be high: Max PGA Allocated:1.66GB
    What are your settings for pga_aggregate_target, and workarea_size_policy?

  • Problems with com.apple.IconServicesAgent taking up lots of memory

    In efforts to clean up my Mac (Mavericks 10.9.4 on a 2008 iMac with 4GB memory, 278 BG free), I starting noticing a new process called com.apple.IconServicesAgent. It was the second largest hog of memory on my computer behind kernel_task. Kernel_task was taking up about 460MB (too much?) and this com.apple.IconServicesAgent was taking up 163MB.  Since I've only got 4GB memory, I wanted to curb this.
    In Activity Monitor, I could easily click to Force Quit that process and suffered no ill effects. It would, however, within a few minutes, reappear at around 12-14MB. Over time, even with the computer idle, it would grow back to around 160MB. It doesn't seem to get much bigger than that, but it seems fruitless to delete this ever so often to get memory relief.
    Since you can stop this process and force quit it with no side effects, is this just some superfluous file that Apple has put in to monitor something that doesn't need monitoring?  I can't seem to find anyone that knows anything about this process.
    Perhaps one of you have had this same issue? There seem to have been a few questions, but none of them that I saw were definitive.  I clicked on a couple and they wouldn't open for one reason or another.
    Thank you for your help, in advance.  Just trying to cut down on memory, since after boot I have about 2.80-3.2 GB consumed out of my 4.0 GB.

    Check this site. Works miracles on this problem.
    http://kieranhealy.org/blog/archives/2014/01/07/an-issue-in-mavericks-with-com-d ot-apple-dot-iconservicesagent/

  • Is there a memory leak in Aperture 3.5?

    Aperture 3.5
    Mac mini (late 2012), 16GB RAM
    OSX 10.9
    I’ve been doing some phto editing work in Aperture recently. This has involved painting in Curve adjustments. It’s been getting pretty slow. Then this window appeared.
    Looking at Activity Monitor, I found that memory had become rather tight. After I quit Aperture, the memory pane zipped down to green levels. See comparison screenshot here:
    You can actually see the point where Aperture is quit - a massive drop in memory pressure. It seems that as I edit images in Aperture (and it appears that brushing in adjustments is the culprit - I only need to do two or three images before this starts to get serious), the memory pressure increases to a point where it seems to blow a gasket, and I am invited to quit applications.
    The images are shot in RAW, and are 14MP in size.

    Hi SierraDragon,
    Yes I have a decent Mac, at least I think.
    I have a late 2011 17inch i7 Macbook Pro with 16G ram and 512 SSD.
    Something seems to be hogging the memory and not releasing it when I was using Aperture. It will virtually continue to use the memory until it got to ZERO!
    I do notice, everytime I scroll to the next RAW image, at least a few hundred mac is gone, zoom in to the picture takes another few hundred. That's a giga byte per image. So after about 10 images, my 16G is gone.
    This is weird. Yes Aperture will continue to use my SSD as virtual memory but I do notice performance drop, even with SSD and I can image someone who has a traditional hard drive will suffer terribly.
    I also use Activity Monitor to see the memory usage and it also seems that there's a big chuck goes to file cache!! I think that's Aperture's image preview when I scrolling through images. But they should be released as soon as I move to the next or two.
    That's poor execution I imagine but i am no technical guy so I don't really know. I am just trying to find a solution so I can get some work done. I have to use Adobe Lightroom as a back up at the moment but it isn't my favourite image processor.
    Jimmy

  • COM+ and OLEDB - memory leak in OCI dlls

    Hi forum,
    I've a COM+ DLL written in C++ which uses OLEDB(Oracle 8.1.7 provider) to reach to the 8i database. I've observed that after some 1000 database activities the DLLhost.exe hogs on memory to the tune of 50MB and never releases the same. I also saw the same behavior with a Win32 console application. For some reason the Uninitialize of the IDBIntialize does not seem to reduce the memory. I also ran bounce checker on my code. And its pointing to the OCI dlls for a memory leak of 18K per each database activity.
    I downloaded the OLEDB sample code(VCOLEMRecordsSample) from the OTN site:-
    http://otn.oracle.com/sample_code/tech/windows/ole_db/oledb8/index.html
    This also seems to hold on to memory after successive run of SQL queries.
    Is there anything that I am missing. I am curious about the fact that it happens with the sample app hosted on the OTN site. Do I need some OCI patches to be applied to the client? In fact, applied couple of them, but does not help.
    Appreciate any pointers!

    I am using 8.1.7.3.2. In fact I applied this patch recently.
    Also today I detected a memory leak in my code.
    After GetColumnsInfo() call I was not releasing the last param(ppStringsBuffer).
    This seems to have fixed the problem. I tried running the win32 console app for 5,000 runs(each run has 2 SQL queries and 1 stored proc). The peak mem usage stays stable around 26MB and the mem usage varies from 8MB to 26MB. I guess this is fine, any info?

  • Question - Why Lightroom is not releasing memory?

    I've posted this question earlier and was wondering if anyone else is having this problem.
    After Lightroom is closed everything slows down. I checked the Task Manager Process tab and noticed the LR is still hogging the memory at 80% to 92%. I have to end the task from there. I don't want to do this every time I shutdown the program. Is there a fix?
    Thanks

    I cannot duplicate this as reported with V1.0 trial on Windows XP.
    Memory allocations and CPU use varies with the gestures I make to the number of photos chosen. I see memory go up for each module loaded (hint: if you never use the Print, Slideshow or Web modules, don't click on them; they appear to be loaded upon demand) but it memory is also released. Average CPU seems reasonable for a foreground application.
    Now, for larger libraries, I bet Lr has to flush all the journaled changes, close up some big structures and finalize all the library stuff. This could probably take a noticeable amount of time after the GUI has closed. I'd expect this work to be finalized in a short amount of time and the actual process disappear.
    I guess with a really large library with a lot of pending changes this might take seconds, but even if it is minutes I'd just let it work (maybe purging previews?). A lot of big apps are designed with the new "defer what you can" paradigm, which means you defer a lot of housekeeping to shutdown to decrease startup time (and, therefore, increase perceived application performance).
    Real operating systems will give an app that is the process of shutting down access to the resources it needs to complete without starving other processes.
    If this is always a problem you might want to raise this with Adobe. It could be a deadlock somewhere.

  • Rapid memory loss

    I am losing memory rapidly. I have no idea why? I've lost about 5oo gigs in just a few weeks.. I am a photographer, but all my files are stored on exteral drives..

    You have a memory leak in an application.  Go to User>Applications>Activity Monitor and see what's hogging the memory.
    But are you sure it's not early onset Alzheimer's?

  • Memory Leak? (Update)

    Thanks for all the responses for this problem. Here is what I've come
    up with so far. I believe I have found the culprit.
    1) First, I used the LabVIEW VI profiler with memory tracking enabled.
    This didn't show what VI was hogging the memory, so it didn't help. It
    reported only 10M of memory was being used, when Windows NT reported
    110M in use by LabVIEW.
    2) VI references had been mentioned as the possible culprit if the
    references had not been closed. I then opened a VI reference at the
    beginning of the program, used these references throughout the loop, and
    then closed them at the end of the loop. Result: still had a memory
    leak.
    3) After some troubleshooting, I started deleting some sub-VIs out of
    my program to see when
    the memory was freed. I thought I could isolate
    which VI was hogging the memory. This seemed to have worked, because
    I've done it twice, deleting different VIs up to a point, and when I
    delete one of them out of the diagram, the memory is freed. This is
    what I'll explain below.
    Every iteration of the loop, the front panel is converted to a .png file
    and saved to the drive for output across the network to any browser
    which has connected. Using the LabVIEW/vi.lib/utility/printvi.llb/Get
    Panel Image.VI, the front panel can be changed into a .png format. The
    next step is where the problem lies. A Java applet is looking for a png
    file to download to a browser when a request is made. Therefore, the
    panel image which has just been made needs to be saved to a file. The
    Graphics & Sound -> Graphics Formats -> Write PNG file.VI is used for
    this. This is the VI which is causing the problem. Upon looking at the
    VI, it just calls a CIN. Therefore, I'm not sure how to find out why it
    is
    hogging the memory. If I delete this VI, and I don't save the front
    panel to a png file (but I do convert it to png format), I don't have
    the memory leak.
    Any ideas?
    Mark
    Sent via Deja.com http://www.deja.com/
    Before you buy.

    I wish I could update to LV 6i, but I can't now. I'm stuck with 5.1.1
    for now. I don't know how I could "legally" get the .dll and png write
    VI from 6.
    Mark
    In article <[email protected]>,
    "news.t-online.de" wrote:
    > Hi Mark,
    >
    > you are right. It looks like lvpng.dll is causing the problem.
    >
    > Are you able to switch to LabVIEW6? The lvpng.dll has been changed
    > and I didn't see the memory leak here. You can also try to use only
    the
    > Write PNG File.VI and/or lvpng.dll shipped with labview 6 instead of
    > porting the complete application to labview 6.
    >
    > Martin
    >
    > --
    > Martin Henz Systemtechnik
    > Dipl. Ing. (FH) Martin Henz
    > Walchensee Str. 3
    > 70378 Stuttgart
    > Tel. ++49-711-5302605
    > Fax ++49-711-5058649
    > http://www.mhst.de
    > schrieb im Newsbeitrag
    news:[email protected]...
    > > Thanks for all the responses for this problem. Here is what I've
    come
    > > up with so far. I believe I have found the culprit.
    > >
    > > 1) First, I used the LabVIEW VI profiler with memory tracking
    enabled.
    > > This didn't show what VI was hogging the memory, so it didn't help.
    It
    > > reported only 10M of memory was being used, when Windows NT reported
    > > 110M in use by LabVIEW.
    > >
    > > 2) VI references had been mentioned as the possible culprit if the
    > > references had not been closed. I then opened a VI reference at the
    > > beginning of the program, used these references throughout the loop,
    and
    > > then closed them at the end of the loop. Result: still had a memory
    > > leak.
    > >
    > > 3) After some troubleshooting, I started deleting some sub-VIs out
    of
    > > my program to see when the memory was freed. I thought I could
    isolate
    > > which VI was hogging the memory. This seemed to have worked,
    because
    > > I've done it twice, deleting different VIs up to a point, and when I
    > > delete one of them out of the diagram, the memory is freed. This is
    > > what I'll explain below.
    > >
    > > Every iteration of the loop, the front panel is converted to a .png
    file
    > > and saved to the drive for output across the network to any browser
    > > which has connected. Using the
    LabVIEW/vi.lib/utility/printvi.llb/Get
    > > Panel Image.VI, the front panel can be changed into a .png format.
    The
    > > next step is where the problem lies. A Java applet is looking for a
    png
    > > file to download to a browser when a request is made. Therefore,
    the
    > > panel image which has just been made needs to be saved to a file.
    The
    > > Graphics & Sound -> Graphics Formats -> Write PNG file.VI is used
    for
    > > this. This is the VI which is causing the problem. Upon looking at
    the
    > > VI, it just calls a CIN. Therefore, I'm not sure how to find out
    why it
    > > is hogging the memory. If I delete this VI, and I don't save the
    front
    > > panel to a png file (but I do convert it to png format), I don't
    have
    > > the memory leak.
    > >
    > > Any ideas?
    > >
    > > Mark
    > >
    > >
    > > Sent via Deja.com http://www.deja.com/
    > > Before you buy.
    >
    >
    Sent via Deja.com http://www.deja.com/
    Before you buy.

  • How can i detect "Memory leak" with large LabVIEW projects.

    Hi,
    I have a huge LabVIEW application that runs out of memory after running continuously for some time. I am not able to find out the VI that is hogging up memory. Is there any tool that dynamically detects the VI that is leaking memory.
    Or, is there a tool or a way to identify the critical areas which can be potential culprits that is leaking memory.
    Regards
    Bharath

    Bdev wrote:
    Thanks Dennis.
    I think Desktop Execution toolkit should solve the problem. 
    Wayne Wrote
    Have you tried Tools»Profile»Performance and Memory ?  http://zone.ni.com/reference/en-XX/help/371361F-01/lvdialog/profile/
    But this will just give me the amount of memory used by the VIs and not the amount of memory that is not getting released.
    And where is the problem about that? Just try to find what VIs keep increasing in memory size. That are the culprits. If you have real memory leaks, meaning there is memory that is not managed by LabVIEW directly but for instance by a DLL somewhere and that DLL looses references to memory, so it goes really lost, then the only way to find that is by successively exclude functionality in your application until you can find the culprit.
    There is no other simple way to find out about who is loosing memory references than by doing debugging by exclusion until the problem disappears. The only way to speed this up, which quite often works for me is doing an educated guess, about what components are most likely to do this misbehaviour.
    Not knowing anything about your application and if you are talking about memory hogs (fairly easily identifiable by the mentioned Performance and Memory monitor) or actual memory leaks, it is hard to tell how to go about it. Memory hogs are usually the first thing I suspect escpecially with software I inherit somehow from people from whom I'm not sure they know all the ins and outs of LabVIEW programming.
    If a leak seems likely the first culprit usually are custom DLLs (yes even DLLs I have written myself), then NI DLLs such as DAQmx, etc. and last there come leaks in LabVIEW itself. This last category is very seldom but it has happened to me. However before going to scream about LabVIEW having a memory leak you really, really should make sure you have very intensivly researched all the other possibilities. The chance that you run into a memory leak in LabVIEW, while not impossible, is so small compared to the other ways of causing either a memory hog or running into a leak in an external component to LabVIEW, that in 99.9% of the cases where someone screams about a LabVIEW memory leak, he is simply wrong.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Problem with loading and unloading external swfs

    Hello Forum,
    I'm pretty new to as3, and it's giving me a great challenge. I have a large number of captivate files that I want to play inside a simple container built in CS5.5... but switching back and forth between all the movies hogs the memory like crazy, so I need something to clean it up. All code is in a single frame on the main timeline. First, I create the loader:
    var FlashLoader:Loader = new Loader();
    var flashUrl:URLRequest = new URLRequest("placeholder.swf");
    FlashLoader.load(flashUrl);
    addChild(FlashLoader);
    The actual movies are located via an XML... but as I said the memory problem is huge, so I tried to build something to get rid of that. Ideally, I want the loader to clean up everything and start life anew with a single mouse click, like so:
    function _mouseClickHandler2(event:MouseEvent):void {
              FlashLoader.unloadAndStop();
              FlashLoader.parent.removeChild(FlashLoader);
              FlashLoader = null;
              var flashUrl:URLRequest = new URLRequest(event.target.href);
              var FlashLoader:Loader = new Loader();
              addChild(FlashLoader);
              FlashLoader.load(flashUrl);
              FlashLoader.x = 120;
              setChildIndex(FlashLoader,0);
              trace(FlashLoader.parent.numChildren);
    //          System.gc();
    //          System.gc();
    //          try {
    //                    new LocalConnection  .connect('gc');
    //                    new LocalConnection  .connect('gc');
    //          } catch (e: * ) {
    //          trace(getMemory ());
    //trace(event.target.href);
    //trace(event.target.text);
    Upon clicking on the menu (and thus switching movies), I get the following error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
              at Treeview_working_fla::MainTimeline/_mouseClickHandler2()
    And this doesn't make sense to me. The FlashLoader is given a placeholder swf at the beginning, so why would the FlashLoader inside the function be recognized as having a null object reference?
    Thanks in advance

    In my quest to tackle this problem, I've decided to try and isolate the problem, and have made a simple "click to load, click to unload" when I stumbled upon a curious problem. The movie loads fine, and the UNLOAD function upon mouseclick also works perfectly. However, upon clicking again to activate RELOAD, it gives the error "No active security context" and refuses to load the same exact swf with the same exact path that successfully loaded the first time!
    import flash.events.MouseEvent;
    import flash.display.Loader;
    import flash.net.URLRequest;
    var FlashLoader:Loader = new Loader();
    var flashUrl:URLRequest = new URLRequest("folder/subfolder/movie.swf");
    FlashLoader.x = 120;
    FlashLoader.load(flashUrl);
    stage.addChild(FlashLoader);
    stage.addEventListener(MouseEvent.CLICK, UNLOAD);
    function UNLOAD(event:MouseEvent) {
              flashUrl = null;
              stage.removeChild(FlashLoader);
              FlashLoader.unloadAndStop();
              stage.removeEventListener(MouseEvent.CLICK, UNLOAD);
              stage.addEventListener(MouseEvent.CLICK, RELOAD);
    function RELOAD(event:MouseEvent) {
              var FlashLoader:Loader = new Loader();
              var flashUrl:URLRequest = new URLRequest("folder/subfolder/movie.swf");
              FlashLoader.x = 120;
              FlashLoader.load(flashUrl);
              stage.addChild(FlashLoader);
              stage.removeEventListener(MouseEvent.CLICK, RELOAD);
              stage.addEventListener(MouseEvent.CLICK, UNLOAD);

  • 1st series iMac G5: Booting problems, kernel panics, waking from sleep...

    Specifications of the iMac described: 1.8 Ghz, 1GB, 80GB, 64 Mb Nvidia VRAM, Airport, 10.5.5
    Back in August 2004 my dad bought us kids an iMac G5 for ‘family use’. It had a fresh install of 10.3.5 on it and compared to the (1999) iMac G3 it replaced it was amazingly fast.
    The iMac never showed any signs of probable issues, until we decided to upgrade to Leopard in January 2008. Initially, this upgrade was only meant to be able to sync with the latest iPod nano (who demanded a newer version of iTunes).
    After the installation the first thing I noticed was a high CPU usage, the machine seemed slower than ever and that with 1 Gb of RAM (the minimum sys. req. for Leopard are 512 Mb of RAM). Anyway, then the real thing started, it wouldn’t turn on anymore. We brought it to an Authorized Apple Reseller, the Tech department said the Logic board had failed. The costs of the fix weren’t the worth the computer anymore, so...end of story. The iMac was indeed one of the bad series, although it hadn’t any swollen capacitors.
    My dad already made up his mind and bought himself a Macbook. He then told me that if I was able to get the broken iMac fixed, I could keep it. And so, I bought an ‘as-is’ logic board on Ebay. Last weekend I installed it, and it actually seemed to work! Yet, the problems are during the startup: the first thing I see is a screen full with horizontal lines flickering all the time, like an old TV with bad signal. Mostly it won’t boot and I get the message to restart the computer (kernel panic, I got dozens of logs already!). Sometimes it got stuck during booting (grey apple screen with gear in the middle) making the fans go crazy (after a while) and sounding what others describe as a ‘jetliner taking off’ sound. Sometimes the screen remains black. Generally it takes me 5 to 10 minutes to start up properly. Maybe it’s just me but it seems like when the computer has warmed up a little (by turning on and off on and on) starting up gets smoother. I mean the startup screen suffers from less horizontal flickering lines.
    During the use of Leopard, I again get high CPU usage, especially when I use multiple programs at the same time, or when starting multiple programs. My iStat Pro said once that the fans were running at 4700 rpm and the heat of the CPU was about 70 Celsius. If I really want to **** my iMac off I should play a racing game. That just totally freaks him out! These problems could probably be solved by adding more RAM. Right?
    The iMac also has a sleep problem. Sometimes after lets say an hour or so, you can’t get it out of sleep mode (by manipulating keyboard and/or mouse, the sleep light stops, but the screen stays off --> only solution is to restart). What happened to me once was that it slept so long that it just got into a deep sleep by turning itself off completely!
    Here’s a list of what I tried so far:
    - Disk Utility: Resetting the permissions, no problems were found.
    - Resetting the SMU, both on the logic board itself as by pressing the power button 5 - 8 seconds, no improvements.
    - Resetting the PRAM, no improvements.
    - Did the Hardware test of the original install CD, nothing was found, all good.
    - Did Archive and Instal, this actually messed my system entirely, cause it wouldn't boot at all and when starting up from the Leopard installation DVD it wouldn't recognize the Macintosh HD.
    - Did Archive and Instal with the original disks, this disk did recognize Macintosh HD and so I installed the original system, 10.3. Booting problems and those flickering lines are still there though.
    Next phase will be erase and install, but first I want to know what you guys think about all this.
    Oh eh, One more thing; The guys at Applecare (phone support) told me that the replaced logic board was also out of warranty and so they couldn’t help me. But as the man on the phone was kind, he told me to go look for a special ‘driver’ on the net. He said that the driver should be able to resolve some of the issues described. He said that I had to give in the name of the LB on google and look for results. Is this bogus? Because I haven’t found anything useful on google so far. What’s the name (rather than a number) of the LB in the first place?
    I hope you guys can give me some answers. I'm kinda desperate. But I still feel there's hope...

    The symptoms of a flakey power supply are sleep problems and you have done all the right things as far as resetting the SMU and PRAM. Your CPU usage can be tracked by going to Utilities>Activity Monitor - look and see what is hogging the memory. The flickering lines could also be an optical system going south.
    The other thing you can do is run DiskWarrior or TechToolPro to see if you have corrupted directories. Preferential Treatment will let you check for corrupted preferences.

  • New Found Hardware Wizard on Windows XP Pro SP3

    hi, can anyone help???
    had iphone connecting fine on desktop with Vista, I rebooted yesterday with XP Pro SP3 (fed up with Vista hogging all memory)
    Installed and opened itunes and connected iphone and got a "new found hardware wizard" that attempted to find device drivers to no avail, iphone will light up with a yellow ! in device manager for as long as the phone is switched on, as soon as it goes to standby the device manager loses it.
    Have tried various USB ports (all 2.0) and have succesfully opened other USB devices plug and play including my ipod video, but for some reason XP pro sp3 and iphone 3G dont want to talk????
    Any suggestions?

    Make sure you have the latest iTunes version installed, but at least 7.7. Better yet, reinstall 7.7.1 to be on the safe side.
    Also make sure your XP installation is fully patched with the latest fixes for SP3.
    If that does not help, consider reinstalling XP, but only SP2, which seems to have no issue with iphone 3G.
    XP SP3 tends to be a bit troublesome with certain hardware combinations, but it's a bit hard to say what exactly makes it act up.

  • MacBook Pro keeps Crashing/Rebooting when Typing

    Ever since I installed Mavericks my MacBook Pro keeps crashing/rebooting.  It's an early 2012 model machine, and until now has given me no problems at all (except for some odd SafariDAVClient thing that keeps hogging my  memory and I have to force close periodically).  
    The problem is when I am typing a lot (e-mail, or a document) the computer will suddenly freeze momentarilly, then reboot giving me the grey screen with several different languages indicating there was a crash and I need to press any key to continue.  I have tried doing a clean re-install of OSX as one discussion thread here suggested to no avail. 
    THANK YOU for any help someone might be able to offer!
    Here is my most recent "panic" log:
    ue Jan 28 13:28:37 2014
    panic(cpu 3 caller 0xffffff80220dc19e): Kernel trap at 0xffffff7fa2c8192c, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x000038250c8b4885, CR3: 0x0000000024514000, CR4: 0x00000000000606e0
    RAX: 0x000038250c8b4865, RBX: 0xffffff8033589e00, RCX: 0x0000000000000000, RDX: 0x7fffffffffffffff
    RSP: 0xffffff80a1a238f0, RBP: 0xffffff80a1a23930, RSI: 0x0000000000000050, RDI: 0xffffff80220f36a0
    R8:  0x000000000000006f, R9:  0x0000000000000000, R10: 0x000000000012006f, R11: 0x0000000000070000
    R12: 0xffffff80220f36a0, R13: 0x000000000000001f, R14: 0x0000000080000000, R15: 0x000000000000000a
    RFL: 0x0000000000010286, RIP: 0xffffff7fa2c8192c, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x000038250c8b4885, Error code: 0x0000000000000000, Fault CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff80a1a23580 : 0xffffff8022022f69
    0xffffff80a1a23600 : 0xffffff80220dc19e
    0xffffff80a1a237d0 : 0xffffff80220f3606
    0xffffff80a1a237f0 : 0xffffff7fa2c8192c
    0xffffff80a1a23930 : 0xffffff7fa2c7f1ae
    0xffffff80a1a23990 : 0xffffff7fa3ea83a5
    0xffffff80a1a23a00 : 0xffffff7fa2c86265
    0xffffff80a1a23a80 : 0xffffff7fa2c89289
    0xffffff80a1a23b00 : 0xffffff7fa2c88710
    0xffffff80a1a23b50 : 0xffffff7fa2c87c75
    0xffffff80a1a23b90 : 0xffffff7fa2c86900
    0xffffff80a1a23bd0 : 0xffffff7fa2c778a0
    0xffffff80a1a23c10 : 0xffffff7fa2c6d0fe
    0xffffff80a1a23c60 : 0xffffff7fa2c70d54
    0xffffff80a1a23cb0 : 0xffffff7fa2c6fa38
    0xffffff80a1a23e00 : 0xffffff7fa2c62176
    0xffffff80a1a23e90 : 0xffffff7fa2c60c8d
    0xffffff80a1a23ed0 : 0xffffff7fa2ce4b07
    0xffffff80a1a23f00 : 0xffffff7fa2ce287a
    0xffffff80a1a23f20 : 0xffffff802204a15a
    0xffffff80a1a23fb0 : 0xffffff80220d6aa7
          Kernel Extensions in backtrace:
             com.apple.iokit.IOHIDFamily(2.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffffff 7fa2c5c000->0xffffff7fa2ccdfff
                dependency: com.apple.driver.AppleFDEKeyStore(28.30)[558B2575-5197-3C4C-BAD2-8CB465638FA8]@ 0xffffff7fa2c51000
             com.apple.iokit.IOUSBHIDDriver(650.4.4)[B79A7E01-DD3F-3C1A-840A-879D262C69DE]@0 xffffff7fa2ce1000->0xffffff7fa2ce9fff
                dependency: com.apple.iokit.IOHIDFamily(2.0.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffff ff7fa2c5c000
                dependency: com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xff ffff7fa2615000
             com.spsys.driver.IOKitDriver(1.0.1)[00000000-0000-0000-0000-000000000000]@0xfff fff7fa3ea7000->0xffffff7fa3eaafff
                dependency: com.apple.iokit.IOHIDFamily(2.0.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffff ff7fa2c5c000
    BSD process name corresponding to current thread: kernel_task
    Mac OS ver

    Make a "Genius" appointment at an Apple Store, or go to another authorized service provider. You may have to leave the machine there for several days.
    Print the first page of the panic report and bring it with you.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. There are ways to back up a computer that isn't fully functional—ask if you need guidance.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    Apple also recommends that you deauthorize a device in the iTunes Store before having it serviced.
    *An SSD doesn't need to be zeroed.

  • White flash, spinning wheel of death, Mountain Lion, MBP retina, simple piano roll edit then crash WHY ?

    I have a brand new Macbook pro Retina OSX Mountain Lion pre installed, Logic Pro 9 studio. I'm running in 32 bit mode, Logic is crashing constantly and all I'm doing is copying a note on the piano roll to another beat. That's all it takes to crash. I will add to this post other functions that cause the crash as time goes on trying to work on a song. Anyone else experiencing this behavior ?

    Did some research on the forums, I tried running  Logic 9 in 64bit mode and so far that seems to do the trick. I should mention that I was using 1 instance of BFD drums and quite a few waves plugins. I think the BFD was hogging the memory perhaps.

  • Possible Bug in iOS 8 via Streaming iTunes Video results in lost storage space?

    Hi looking for suggestions or help on this issue if you can.
    I'm not sure if the issue is my attempting to stream a movie from iTunes under iOS 8 or if it is a result of the iOS 8 update (size) itself or some type of memory leak or inability of memory to be released back to the OS.
    This AM I had ~4.8GB of free space on my 16GB iPhone 5C; running under iOS 7. I then updated to iOS 8 by connecting the phone to my iMac and doing the install through iTunes under a USB wired connection. I however I did NOT check after the update how much space was "Available" after the update on the iPhone itself.
    While streaming a long movie (LOTR extended) from the iCloud through the Apple Video app; now under iOS 8, I received a notification that my Storage space was nearly used up. While looking in Settings\Usage\Storage I can see that I had roughly 250MB of space "Available" but only 12.7GB was "USED." Here is were things get strange. Looking into the "Manage Storage" section I added up all of the space "used" by the apps listed (Video app was NOT listed) and came up with a sum of 6GB of used space. Now why is that? The listed 12.7GB of used space is not equal to 6GB what is using up the remaining 6.7GB?
    Now my research of the web suggests iOS 7 was ~3.5GB in size and my best GUESS at iOS 8 is that it is a16GB - 12.7GB = 3.3GB; although I thought iOS 8 was going to use up more space? For the sake of argument lets say iOS 8 is 5.8GB and my calculated Used Space it 6GB, that equals 11.8GB. Where are the remaining 4.2GB?
    Keep in mind I added No new apps (albeit a few updates to FindMyFrieds, Remote, Pages, AirPort Utility, FindMyiPhone all to be iOS 8 compatable).  I also force quit the VIDEO app thinking that the video that was streaming was taking up local storage while it was playing. Is it possible that the memory was used up by the stream and is not being Released; hence it seems I have no available space?
    Powering the phone down and re-starting it did not seem to do anything.
    I still need to go home, connect to iTunes and double check if the available space on the phone matches to what iTunes see.
    Thanks and sorry for the long question, just wanted to get as many variables out there in case anyone else has had this issue.

    searching.4.answers . . . sounds like you too were able to "inform" your device that the content is no longer needed, great.  I posted a solution that later didn't work for me when I streamed another video (see my post dated Nov 1 - cjdmedia).  I then had great success using what others in this forum have suggested . . . I downloaded the free ibrowse app (do a quick google search for this and you'll find the website for it).  Sure enough it was a piece of cake to navigate to the iCloud assets folder and find and delete the video file.  That is my solution from now on.  Unfortunate that I need to do that to have my storage space clear. 
    Also in my post I shared that I thought this was a bug, unfortunately I now believe that this could be intended behavior.  The only question is how long does this data just sit there until it is removed by the system? or is it removed by the system?  If it is not removed by the system at some point then a strong argument could be made that this is a bug. Streaming means that data is not permenantly saved on the device, right?  
    My fundamental issue is that I have 16GB storage that really means I have a total of 12.8GB (so says my iPhone).  With no personal photos or videos, only 300MB of music, some books etc, and all the apps I want installed on my iPhone I end up with only 9GB available for anything else.  A typical movie in HD takes up half of that.  Not aware that the data of movies was being stored on my phone while streaming I completely filled up my iPhone only days after completely wiping and setting up.  When I got the notification that my phone was full when trying to take video of my kids Trick-or-Treating - I was infuriated that something was hogging the memory in my phone, perhaps I had upgraded to iOS 8 too early before known issues were eliminated.  I thought I had 9GB of space for pictures and video!  To be fair, Apple did not ruin Halloween because my wife had her iPhone.  I also know that this "issue" has been around since iOS 7 (based on my searching) and I haven't seen any confirmation it has ever been dealt with.  From another apple discussion forum stream itunes purchased movies to iPad I discovered that if your device is almost full you can still "stream" because somehow the system knows how much space you have and then behaves more like what you'd expect from streaming which is interesting. 
    So to wrap this long post . . . it is obvious that to stream there needs to be data stored locally, but it is unclear how much data and how long this data will stay on your device.  The quickest solution (requires a computer) is to use the iBrowse app and manually delete the movie files in the iCloud assets folder.

Maybe you are looking for

  • I need to buy some new hard drives for my Mac Pro

    I had an extra internal hard drive in my Mac Pro, a Seagate one, that suddenly stopped working and I needed to send it to a data recovery company, so... Now I'd like to - Install a new internal HD - Install a NAS with two/three disks. (Hitachi if pos

  • Adf TreeTable,  collapsed and expand property.

    Hi, I want to set some instructional text on UI based on whether af:treetable row is expanded or collapsed. Is there any property that I can use on UI that give this information? I am using adf, Oracle JDeveloper 11g. Thanks -Rishabh

  • KOC4 Vs KE5Z

    Dear experts     I am trying to see the link between KOC4 and KE5Z report. Is there any link between these two reports ?

  • Reg:Process Order Notification in PP

    Hi Experts,      I have a clarification that while doing process order,after usage decision a notification will be automatically generated, if in the usage decision the user selected rework, then after activating it it should go to production order s

  • Flash in non dotmac website

    There are some great walk throughs on how to add flash to dotmac web sites but I have yet to run across one for a non dotmac website. iwebunlimited.com has a great walk through, but, as I said before, nothing for the rest of us. When I create the fla