In my server RMAN can't allocate memory to the virtual instance

Hi
I want to restore my database in a new server
At first I want to restore "spfile" from controlfile autobackup, there is no spfile or pfile of my database in the new server
I do these steps
1 . expoer ORACLE_SID=Sales
2. rman target /
3. rman > set dbid 817528985
4. rman > startup force nomount
after step 4 I get this error :
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of startup command at 09/22/2010 14:03:21
RMAN-04014: startup failed: ORA-04031: unable to allocate 28704 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","kebm test replies")
I get this error while I have about *80GB* free memory on the new server
and my parameters in /etc/sysctl.conf file is :
kernel.sysrq = 0
kernel.core_uses_pid = 1
kernel.shmall = 5242880
kernel.shmmax = 42949672960
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 1048576
net.core.rmem_max = 1048576
net.core.wmem_default = 262144
net.core.wmem_max = 262144
I need to say that I can create a new database in that server by dbca that its
sga_max_size is 9632M and pga_aggregate_target is 3206M
Do you know what is wrong ? Do you know why RMAN can't allocate memory to the virtual instance ?
thanks

The database which could not start is because of the low memory on the system or in the sga_max_size there is high value set. So the system could not allocate so large memory as it does not have free so much. There may be other reasons like OS limitation in order of usage the memory.
Set a lower amount of memory in the database.
Eg:
SQL> alter system set sga_max_size=1600M scope=spfile;
System altered.
SQL> alter system set sga_target=1600M;
System altered.
refer the link it will be useful:http://arjudba.blogspot.com/2008/05/startup-fails-with-ora-27102-out-of.html
else use manually copy the spfile/pfile to the new server
refer the link, it may be useful to you.http://oracleinstance.blogspot.com/2010/08/disaster-recovery-using-rman-demo.html
Edited by: rajeysh on Sep 22, 2010 4:40 PM

Similar Messages

  • WARNING : CAN NOT ALLOCATE BLOCK FOR THE EVENT !

    Im developing a packet filtering program on Solaris 2.6. When program is executed for a while this warning message appreas :
    WARNING : CAN NOT ALLOCATE BLOCK FOR THE EVENT !
    and screen gets frozen,
    if please somebody knows when and why this message appears, please help...
    Thanks in advance,
    emre celebi
    [email protected]

    Im developing a packet filtering program on Solaris 2.6. When program is executed for a while this warning message appreas :
    WARNING : CAN NOT ALLOCATE BLOCK FOR THE EVENT !
    and screen gets frozen,
    if please somebody knows when and why this message appears, please help...
    Thanks in advance,
    emre celebi
    [email protected]

  • My ipad says can not allocate memory when trying to log on the net

    After loading music on my ipad2 I can not log on to the web. It says cannot open the page. The error was: "The operation couldn't be completed. Cannot allocate memory". Does anyone know how to fix this issue?

    Close all Inactive Apps
    1. Double-click the Home button to see all Inactive Apps
    2. Hold the Apps down for a second or two until you see the minus sign
    3. Tap the minus sign to close App
    4. Reset iPad. Hold the Sleep and Home button down for about 10 second until you see the Apple logo

  • Smbnetfs manual mount shares returns 'can't allocate memory'

    So I have Samba running on my linux computer so that I could access the files on it from my other windows computer.  This is all fine and dandy and works.  Now when I have another computer thats on Linux and I'm trying to connect to the host machine with
    sudo mount -t cifs //192.168.0.142/IPC$ /mnt/networkshare/ -o user=siegemachine,password=xxxx,workgroup=HOME,ip=192.168.0.142
    I get
    mount error(12): Cannot allocate memory
    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
    The only thing I've found by searching is that if the host is a windows file that you can change the packet size or something within the registry but since its being hosted by a linux computer... I'm not exactly sure what I should check first.
    Also, when I cd into the smbnetfs folder in /mnt/smbnet I can see my workgroup (HOME) and when I go into that I see the hostname of my linux computer upstairs.  Now, going into that directory and typing ls reveals nothing though.

    You've never said what version of Win you're using; however, if it's Win 7 then you'll have to hack the registry and/or the local security policy settings. There are various tutorials on the net to learn how to do this.  If you are on Win 7 I strongly suggest you google for
    "windows 7" +samba

  • FCPX: Can't Allocate Memory

    Hi, I just downloaded FCPX 10.0.1 today (Jan 16th 2012). I bring it up, I click the 'Create a new Project' link, and a popup comes up and says"
         "The Operation couldn't be completed. Cannot Allocate Memory"
    Now I've seen others in here report this same problem, and their problems were fixed by unlocking the Movies directory.
    In my case, the Movies is a symlink to the directory on a server:
         Movies --> /scratch/Movies
    where /scratch is an NFS exported directory on the server. I have full write access to this directory.
    I've killed all other applications such that FCPX is the only application I have running.
    Here's some info about the laptop:
         Processor  2.4 GHz Intel Core 2 Duo
         Memory  4 GB 667 MHz DDR2 SDRAM
         Graphics  NVIDIA GeForce 8600M GT 256 MB
         Software  Mac OS X Lion 10.7.2 (11C74)
    Any help appreciated.
    Thanks

    I downloaded FCPXagain, this time onto a newer Mac Mini that has better specs . And it works.
    So I am now convinced, my 4 year old Mac Book PRO is just not up to the task of running FCPX.
    Thanks, Jim

  • Can't allocate memory

    Hello,
    I have an question that not really concerne OWB but rather Oracle (adminstration).
    This is an error that occurs after running a mapping (in mode SETBASED) that make a insert into a table of a lot of record an also make a lot of calculations for each records.
    The solution is to turn the operating mode to ROWBASED and there is no more problem.
    That cause the ORA-04030 error : out of process memory when trying to allocate 61464 bytes (koh-kghu sessi,peidxblds:num)
    OK, so i remeber that I must change the operating mode, but when a set ROWBASED and a re-run the mapping, this error is still there and i can only run the mapping without problems after one day (+-).
    My question is, why ORACLE will not run this mapping immediatly, how can I do to liberate the memory for this mapping?
    Remember ORACLE also the name of the mapping? So that when a run the mapping it see that there was already a problem with it and say STOP?
    Thanks you,
    Sébastien.

    ORA-04030 out of process memory when trying to allocate string bytes (string,string)
    Cause: Operating system process private memory has been exhausted.
    Action: See the database administrator or operating system administrator to increase process memory quota. There may be a bug in the application that causes excessive allocations of process memory space.
    So this means that you should start of with reviewing the process memory allocated and if possible increase this.
    Jean-Pierre

  • How can I allocate memory at runtime?

    Hi,
    I have declared a an array of objects like.
    private SampeObject [] channelAccounts = null;
    How can I allocate the memory at runtime(dynamically) ? I tried with
    channelAccounts = new SObject(); But its giving runtime null pointer exception.
    Can anyone tell me how can I allocate the memory.
    Thanks,
    Chinnionline

    public class ArrayAlloExample
        public void buildArray()
            // Determine how many you want
            int howMany = 12 ;
            // Declare the array to be the size its supposed to be
            SampleObject[] sObjList = new SampleObject[howMany] ;
            // Spin through the array and load it with new objects
            for(int i=0; i<howMany; i++)
                sObjList[i] = new SampleObject() ;
    class SampleObject
        private String stuff ;
        public SampleObject()
            super() ;
            doStuff() ;
        public void doStuff()
            stuff = "Put some really spiffy stuff here" ;
    }This is an example of how to load an array of objects. That said, there are MUCH better ways of dealing with collections of things than with arrays.
    Arrays are handy when you know how many of something you're going to have. If you don't, then I'd reccomend an ArrayList or something similar.
    Hope this helps,
    PS.

  • Partition Failed Partition failed with the error: POSIX reports: The operation couldn't be completed. CAN NOT ALLOCATE MEMORY

    I plug usb mass storage device to my macbook pro i7 than every thing is stack and i reinforce to shutdown and than I start again but mac fail to boot again.
    I tried different optiones in disk utility in mac os startup disk. but still fail to repair, erase and partition. I try to fix with the steps listed in
    https://discussions.apple.com/message/13288923#13288923
    but it fail to partition with the msg:
    Partition Failed
         Partition failed with the error: POSIX reports: The operation couldn’t be completed.cannot allocate memory
    pls pls pls help urgentely on this matter I stop working.
    Kind Regards,
    pe

    Hi again OGELTHORPE.
    I've already run two hardware tests. One quick one and one extended one. It was unable to pick anything up.
    It's like everything is running perfectly, but when I go to erase the HDD or partition it, it pops up with the error message. Even when I try to erase and partition using "Terminal", I received the same error message.
    It's beginning to do my head in, but will see if replacing the SATA cable will make any difference. If it doesn't, I'll hazard a guess it could be the Logic Board.
    Thanks again for your suggestions!
    L.

  • SQL server 2012 Ent using less memory than the allocated amount after enabling -T834

    I am facing the situation mentioned here.
    http://blogs.msdn.com/b/psssql/archive/2009/06/05/sql-server-and-large-pages-explained.aspx
    My SQL Server 2012 is not able to use all the 112 GB RAM that was allocated to it after enabling -T834.
    This was not the case earlier. Now I see the Total server memory and target server memory counters are just 27 GB constantly. I found the below error while starting SQL after enabling -T834. I restarted services again and this time it started fine. But I
    didnt bother about the error untill users complained slowness and SQL memory usage was found to be low.
     Detected 131068 MB of RAM. This is an informational message; no user action is required.
     Using large pages in the memory manager.
     Large Page Allocated: 32MB
     Large page allocation failed during memory manager initialization
     Failed to initialize the memory manager
     Failed allocate pages: FAIL_PAGE_ALLOCATION 2
     Error: 17138, Severity: 16, State: 1.
     Unable to allocate enough memory to start 'SQL OS Boot'. Reduce non-essential memory load or increase system memory.
    Now, SQL is started by its Total server memory is only 27 GB. How can I make SQL server use all the allocated max server memory with -T834 still on ?
    Bharath Kumar ------------- Please mark solved if I've answered your question, vote for it as helpful to help other user's find a solution quicker

    Hi Bharath , 
    in the below post the scenario is mentioned clearly 
    http://blogs.msdn.com/b/psssql/archive/2009/06/05/sql-server-and-large-pages-explained.aspx
    Unable to allocate enough memory to start 'SQL OS Boot'. Reduce non-essential memory load or increase system memory.
    This shows one of the problems with large pages: the memory size requested must be contiguous. This is called out very nicely at the MSDN
    article on Large Pages
    These memory regions may be difficult to obtain after the system has been running for a long time because the space for each large page must be contiguous, but the memory may have become fragmented. This is an expensive operation;
    therefore, applications should avoid making repeated large page allocations and allocate them all one time at startup instead.
    In this case above, even if ‘max server memory’ was set to say 8Gb, the server could only allocate 2Gb and that now becomes a maximum allocation for the buffer pool. Remember we don’t grow the buffer pool when using large pages so whatever memory we allocate
    at startup is the max you get.
    The other interesting thing you will find out with large pages is a possible slowdown in server startup time. Notice in the ERRORLOG entry above the gap of 7 minutes between the server discovering trace flag 834 was on (the "Using large pages..” message)
    and the message about how much large memory was allocated for the buffer pool. Not only does it take a long time to call VirtualAlloc() but in the case where we cannot allocate total physical memory or ‘max server memory” we attempt to allocate lower values
    several times before either finding one that works or failing to start. We have had some customers report the time to start the server when using trace flag 834 was over 30 minutes.
    regards,
    Ram
    ramakrishna

  • Allocate Memory in the application

    Hello All,
    Would some one please tell me how to allocation memory for application that need a lot of memory in Java? I remember you can write system.allocateMem()
    in your application.
    Thanks

    hi
    ur question is very good ,we can allocate memory explicitly but it's better to use the gc() method in our application.
    when u r creatiing a huge application that time when u feel that or the JVM will give the error that the " Less Memorry" that time u can use the gc() method for those object that r no longer to be refered this is the way u can increse your memory.

  • A field of the table in sql server db can't be updated with the db adapter

    Hi all,
    I am using db adapter to update data in bpel. The database is sql server.
    But on the running time, i find a field which named 'JDBCT1' can't be updated. all the other fields of this table can be updated properly.
    For the operation type, i have tried the update only and execute pure sql. None of them works.
    The version of SOA is 11.1.1.6.
    Can any one give some solutions?
    It's urgent, thank you!

    Hi,
    Pls check the data type in your mapping file and data type in table. It might be mismatched.
    thanks

  • When playing games on facebook, I often get the message "virtual memory too low, is being increased" Is there something I can do to clean out the "virtual memory" to avoid this?

    As mentioned in my question above, it happens usually during playing games. I wondered if there were someway to clean out the virtual memory, as opposed to it "increasing" continually and overloading my memory in general. You are speaking with a computer novice for the most part, so I am unfamiliar with a lot. I do do updates and general maintenance on the computer, but is that enough for this issue?

    Your plugins list shows outdated plugin(s) with known security and stability risks.
    * Shockwave Flash 10.0 r45
    Update the [[Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Physical memory is the memory that is installed on your computer as real memory. To be able to run programs that require more memory and more programs at the same time (via time sharing and task switching) it is also possible to move (swap) currently not needed code and data to disk to make room for other programs and data. The total memory available for programs is the Virtual Memory.
    You can check the Virtual Memory settings here: Control Panel > System > Advanced > Performance > Settings (Advanced tab)<br />
    Windows can manage more memory then is physical available and that memory is stored in a page file on your hard drive.
    If the size of that file is not large enough and all available memory is in use then you get the Virtual Memory is low warning.
    Make sure that you have at least 1 GB or the recommended setting for the Virtual Memory.
    If you have less than 1 GB physical memory installed on your computer then if possible add more memory.
    http://support.microsoft.com/kb/555223 - RAM, Virtual Memory, Pagefile and all that stuff

  • I have an iMac5, 1 with dual core of 2 x 512 MB. Can I add memory to the original computer to take advantage of the new OSX Mavericks download?

    I have an iMac5, 1, with a dual core of 2 X 512 MB RAM. Can I add memory to my original computer in order to take advantage of the recent OSX Mavericks download?

    You can:
    Maximum Memory
    3.0 GB (4.0 GB can be installed, only 3.0 GB will be addressed)
    Memory Slots
    2 - 200-pin PC2-5300 (667MHz) DDR2 SO-DIMM
    You will need to replace the modules you now have with one 2 and one 1 GB module or two 2 GB modules.
    You cannot install anything higher than 10.75 Lion as your model is not able to run anything higher.
    Upgrading from Snow Leopard to Lion or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99.
    If you sign into the App Store and try to purchase Mountain Lion but the App Store says your computer is not compatible then you may still be able to upgrade to Lion per the following information.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Be sure to check whether any of your applications will have to be upgraded or replaced..
    App Compatibility Table - RoaringApps

  • Iphoto Crash - Can't allocate memory

    Iphoto crashes and issues error report. When re-opening Iphoto, get a message stating "Inconsistencies Found - Repair Database".  Cycle repeats over and over again.
    Review of error reports shows failure due to "CoreImage_crashed_because_it_could_not_allocate_memory(void const*) + 17"
    Why is CorelImage crashing and what can I do about it?
    Running on a MacMini, OSX 10.8.2, 2GB main memory, Iphoto version 9.4.2
    Error report follows:
    Process: iPhoto [2837]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version:         9.4.2 (9.4.2)
    Build Info: iPhotoProject-710042000000000~2
    App Item ID: 408981381
    App External ID: 11723545
    Code Type:       X86 (Native)
    Parent Process: launchd [159]
    User ID:         501
    Date/Time: 2012-12-19 09:01:10.554 -0500
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          48318 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  2360 sec
    Per-App Crashes Since Last Report:   3
    Crashed Thread: 13  Dispatch queue: Face Detection
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ffffffff
    VM Regions Near 0xffffffff:
    --> shared memory 00000000ffffb000-00000000ffffc000 [ 4K] r-x/r-x SM=SHM 
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 libFontParser.dylib            0x9784f19f TTrueTypeFontHandler::RenderGlyph(unsigned short, TTrueTypeQuadOutlineContext&, unsigned int) const + 91
    1 libFontParser.dylib            0x9784f13e TTrueTypeFontHandler::ParseOutline(unsigned short, TTrueTypeQuadOutlineContext&) const + 40
    2 libFontParser.dylib            0x9784f0ff TTrueTypeFontHandler::GetOutlinePath(unsigned short, TGlyphOutlineBatch const&) const + 69
    3 libFontParser.dylib            0x9784edb3 FPFontCopyGlyphPath + 147
    4   libCGXType.A.dylib                    0x9560a9da create_path_for_glyph + 40
    5 libCGXType.A.dylib                    0x9560a97c xt_path_builder_create_path_for_glyph + 302
    6 libCGXType.A.dylib                    0x9560a792 create_glyph_path + 40
    7 com.apple.CoreGraphics               0x983eab43 CGFontCreateGlyphPath + 51
    8 com.apple.CoreGraphics               0x983e9c2e CGFontCreateGlyphBitmap8 + 394
    9 com.apple.CoreGraphics               0x983e9a76 CGFontCreateGlyphBitmap + 174
    10 com.apple.CoreGraphics              0x983e9681 CGGlyphLockLockGlyphBitmaps + 1391
    11 libRIP.A.dylib                  0x962a92fc ripc_DrawGlyphs + 1904
    12 com.apple.CoreGraphics              0x98749c5a draw_glyphs + 633
    13 com.apple.CoreGraphics              0x983e77f4 CGContextShowGlyphsWithAdvances + 515
    14 com.apple.CoreText                     0x942d8033 CTFontDrawGlyphsWithAdvances + 109
    15 com.apple.CoreText                     0x942d7f08 TRun::DrawGlyphs(CGContext*, CFRange) const + 246
    16 com.apple.CoreText                     0x942d78bd TLine::DrawGlyphs(CGContext*) const + 209
    17  com.apple.CoreText                     0x942d77e7 CTLineDraw + 35
    18 com.apple.QuartzCore                 0x92035783 -[CATextLayer _drawLine:inContext:atPoint:] + 55
    19 com.apple.QuartzCore                 0x92035747 drawLine(objc_object*, void*, CGPoint, __CTLine const*) + 68
    20  com.apple.QuartzCore                 0x9203502c -[CATextLayer _applyLinesToFunction:info:] + 965
    21 com.apple.QuartzCore                 0x92034c43 -[CATextLayer drawInContext:] + 307
    22 com.apple.iLifeKit                        0x0229333a -[IPKQuantizedTextLayer drawInContext:] + 73
    23 com.apple.QuartzCore                 0x92155b5f backing_callback(CGContext*, void*) + 88
    24 com.apple.QuartzCore                 0x92056bbd CABackingStoreUpdate_ + 3241
    25 com.apple.QuartzCore                 0x92055943 CA::Layer::display_() + 1369
    26  com.apple.QuartzCore                 0x920553e4 -[CALayer _display] + 20
    27 com.apple.QuartzCore                 0x920553c5 CA::Layer::display() + 221
    28 com.apple.QuartzCore                 0x920552e3 -[CALayer display] + 20
    29 com.apple.QuartzCore                 0x9205520b CA::Layer::display_if_needed(CA::Transaction*) + 673
    30 com.apple.QuartzCore                 0x92054a84 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 38
    31 com.apple.QuartzCore                 0x92049cfa CA::Context::commit_transaction(CA::Transaction*) + 338
    32 com.apple.QuartzCore                 0x92049a70 CA::Transaction::commit() + 362
    33 com.apple.QuartzCore                 0x9204987d CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 67
    34 com.apple.CoreFoundation          0x96fa6dfe __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
    35 com.apple.CoreFoundation          0x96fa6d3d __CFRunLoopDoObservers + 381
    36 com.apple.CoreFoundation          0x96f80655 CFRunLoopRunSpecific + 405
    37 com.apple.CoreFoundation          0x96f804ab CFRunLoopRunInMode + 123
    38 com.apple.HIToolbox                   0x9449315a RunCurrentEventLoopInMode + 242
    39 com.apple.HIToolbox                   0x94492ec9 ReceiveNextEventCommon + 374
    40 com.apple.HIToolbox                   0x94492d44 BlockUntilNextEventMatchingListInMode + 88
    41 com.apple.AppKit                       0x9642da3a _DPSNextEvent + 724
    42 com.apple.AppKit                       0x9642d26c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    43 com.apple.AppKit                       0x964236cc -[NSApplication run] + 855
    44 com.apple.AppKit                       0x963c66f6 NSApplicationMain + 1053
    45 com.apple.iPhoto                          0x00068c99 0x59000 + 64665
    46 com.apple.iPhoto                          0x000682e5 0x59000 + 62181
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib                  0x9001bc02 __select_nocancel + 10
    1 libdispatch.dylib                0x942aca08 _dispatch_mgr_invoke + 376
    2 libdispatch.dylib                0x942ac7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad289 _pthread_cond_wait + 938
    2 libsystem_c.dylib              0x988ad512 pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation                   0x9a1703c6 -[NSCondition waitUntilDate:] + 404
    4 com.apple.Foundation                   0x9a1701ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5 com.apple.Foundation                   0x9a175740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                      0x0200ae12 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore                      0x02009efa -[XTThread run:] + 412
    8 com.apple.Foundation                   0x9a1421d8 -[NSThread main] + 45
    9 com.apple.Foundation                   0x9a14215b __NSThread__main__ + 1396
    10 libsystem_c.dylib                         0x988a8557 _pthread_start + 344
    11 libsystem_c.dylib                         0x98892cee thread_start + 34
    Thread 3:
    0 libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad289 _pthread_cond_wait + 938
    2 libsystem_c.dylib              0x988ad512 pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation                   0x9a1703c6 -[NSCondition waitUntilDate:] + 404
    4 com.apple.Foundation                   0x9a1701ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5 com.apple.Foundation                   0x9a175740 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore                      0x0200ae12 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore                      0x02009efa -[XTThread run:] + 412
    8 com.apple.Foundation                   0x9a1421d8 -[NSThread main] + 45
    9 com.apple.Foundation                   0x9a14215b __NSThread__main__ + 1396
    10 libsystem_c.dylib                         0x988a8557 _pthread_start + 344
    11  libsystem_c.dylib                         0x98892cee thread_start + 34
    Thread 4:
    0 libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad289 _pthread_cond_wait + 938
    2 libsystem_c.dylib              0x988ad512 pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation                   0x9a1703c6 -[NSCondition waitUntilDate:] + 404
    4 com.apple.Foundation                   0x9a1701ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5 com.apple.Foundation                   0x9a175740 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore                      0x0200ae12 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore                      0x02009efa -[XTThread run:] + 412
    8 com.apple.Foundation                   0x9a1421d8 -[NSThread main] + 45
    9 com.apple.Foundation                   0x9a14215b __NSThread__main__ + 1396
    10 libsystem_c.dylib                         0x988a8557 _pthread_start + 344
    11 libsystem_c.dylib                         0x98892cee thread_start + 34
    Thread 5:
    0 libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad289 _pthread_cond_wait + 938
    2 libsystem_c.dylib              0x988ad512 pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation                   0x9a1703c6 -[NSCondition waitUntilDate:] + 404
    4 com.apple.Foundation                   0x9a1701ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5 com.apple.Foundation                   0x9a175740 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore                      0x0200ae12 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore                      0x02009efa -[XTThread run:] + 412
    8 com.apple.Foundation                   0x9a1421d8 -[NSThread main] + 45
    9 com.apple.Foundation                   0x9a14215b __NSThread__main__ + 1396
    10  libsystem_c.dylib                         0x988a8557 _pthread_start + 344
    11 libsystem_c.dylib                         0x98892cee thread_start + 34
    Thread 6:
    0 libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad289 _pthread_cond_wait + 938
    2 libsystem_c.dylib              0x988ad512 pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation                   0x9a1703c6 -[NSCondition waitUntilDate:] + 404
    4 com.apple.Foundation                   0x9a1701ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5 com.apple.Foundation                   0x9a175740 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore                      0x0200ae12 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore                      0x02009efa -[XTThread run:] + 412
    8 com.apple.Foundation                   0x9a1421d8 -[NSThread main] + 45
    9 com.apple.Foundation                   0x9a14215b __NSThread__main__ + 1396
    10 libsystem_c.dylib                         0x988a8557 _pthread_start + 344
    11 libsystem_c.dylib                         0x98892cee thread_start + 34
    Thread 7:
    0 libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad289 _pthread_cond_wait + 938
    2 libsystem_c.dylib              0x988ad512 pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation                   0x9a1703c6 -[NSCondition waitUntilDate:] + 404
    4 com.apple.Foundation                   0x9a1701ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5 com.apple.Foundation                   0x9a175740 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore                      0x0200ae12 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore                      0x02009efa -[XTThread run:] + 412
    8 com.apple.Foundation                   0x9a1421d8 -[NSThread main] + 45
    9   com.apple.Foundation                   0x9a14215b __NSThread__main__ + 1396
    10 libsystem_c.dylib                         0x988a8557 _pthread_start + 344
    11 libsystem_c.dylib                         0x98892cee thread_start + 34
    Thread 8:
    0 libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad289 _pthread_cond_wait + 938
    2 libsystem_c.dylib              0x988ad512 pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation                   0x9a1703c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                   0x9a1701ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5 com.apple.Foundation                   0x9a175740 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore                      0x0200ae12 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore                      0x02009efa -[XTThread run:] + 412
    8 com.apple.Foundation                   0x9a1421d8 -[NSThread main] + 45
    9 com.apple.Foundation                   0x9a14215b __NSThread__main__ + 1396
    10 libsystem_c.dylib                         0x988a8557 _pthread_start + 344
    11 libsystem_c.dylib                         0x98892cee thread_start + 34
    Thread 9:
    0 libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad289 _pthread_cond_wait + 938
    2   libsystem_c.dylib              0x988ad512 pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation                   0x9a1703c6 -[NSCondition waitUntilDate:] + 404
    4 com.apple.Foundation                   0x9a1701ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5 com.apple.Foundation                   0x9a175740 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.RedRock                       0x0265a48f -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7 libobjc.A.dylib                   0x94e17586 -[NSObject performSelector:] + 62
    8 com.apple.proxtcore                      0x02013df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9 libobjc.A.dylib                   0x94e175d3 -[NSObject performSelector:withObject:] + 70
    10 com.apple.proxtcore                     0x0200c22c -[XTSubscription postMessage:] + 191
    11 com.apple.proxtcore                     0x0200baef -[XTDistributor distributeMessage:] + 681
    12 com.apple.proxtcore                     0x0200b313 -[XTThread handleMessage:] + 515
    13 com.apple.proxtcore                     0x02009f10 -[XTThread run:] + 434
    14 com.apple.Foundation                  0x9a1421d8 -[NSThread main] + 45
    15 com.apple.Foundation                  0x9a14215b __NSThread__main__ + 1396
    16 libsystem_c.dylib                         0x988a8557 _pthread_start + 344
    17  libsystem_c.dylib                         0x98892cee thread_start + 34
    Thread 10:
    0 libsystem_kernel.dylib                  0x9001ae9a __accept + 10
    1 com.apple.iPhoto               0x0045124d 0x59000 + 4162125
    2 com.apple.iPhoto               0x0049b651 0x59000 + 4466257
    3 com.apple.iPhoto               0x0049b5be 0x59000 + 4466110
    4 libsystem_c.dylib              0x988a8557 _pthread_start + 344
    5 libsystem_c.dylib              0x98892cee thread_start + 34
    Thread 11:: CVDisplayLink
    0 libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad220 _pthread_cond_wait + 833
    2 libsystem_c.dylib              0x989330a1 pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreVideo                    0x99fe016d CVDisplayLink::runIOThread() + 903
    4 com.apple.CoreVideo                    0x99fdfdce startIOThread(void*) + 160
    5 libsystem_c.dylib              0x988a8557 _pthread_start + 344
    6 libsystem_c.dylib              0x98892cee thread_start + 34
    Thread 12:: Dispatch queue: com.apple.Mercury.KDatabaseMgr
    0 libsystem_kernel.dylib                  0x9001c69e __fsync + 10
    1 com.apple.iLifeSQLAccess           0x020e69ab unixSync + 69
    2 com.apple.iLifeSQLAccess           0x020e688f syncJournal + 399
    3 com.apple.iLifeSQLAccess           0x020e6674 sqlite3PagerCommitPhaseOne + 1156
    4 com.apple.iLifeSQLAccess           0x020d2d2c sqlite3BtreeCommitPhaseOne + 701
    5 com.apple.iLifeSQLAccess           0x020d23ca sqlite3VdbeHalt + 1073
    6 com.apple.iLifeSQLAccess           0x020d1b00 sqlite3VdbeExec + 38690
    7   com.apple.iLifeSQLAccess           0x020c80d2 sqlite3_step + 2439
    8 com.apple.iLifeSQLAccess           0x020e89e0 -[HgKPreparedSql updateWithArgs:] + 255
    9 com.apple.iLifeSQLAccess           0x02144cc4 __50-[HgKDatabaseManager commitAndBeginNewTransaction]_block_invoke_0 + 55
    10 com.apple.iLifeSQLAccess          0x02145fc4 -[HgKDatabaseManager _dispatch_sync_if_needed_suspend:withBlock:] + 274
    11 com.apple.iLifeSQLAccess          0x02145e70 -[HgKDatabaseManager dispatch_sync_if_needed:] + 48
    12 com.apple.iLifeSQLAccess          0x02107a6e -[HgKDatabaseManager commitAndBeginNewTransaction] + 344
    13 com.apple.iLifeSQLAccess          0x02144eaf __60-[HgKDatabaseManager backgroundCommitAndBeginNewTransaction]_block_invoke_0 + 36
    14 libdispatch.dylib               0x942adf8f _dispatch_call_block_and_release + 15
    15 libdispatch.dylib               0x942a9c82 _dispatch_client_callout + 46
    16 libdispatch.dylib               0x942ab160 _dispatch_queue_drain + 206
    17 libdispatch.dylib               0x942aaffa _dispatch_queue_invoke + 50
    18  libdispatch.dylib               0x942ab12c _dispatch_queue_drain + 154
    19 libdispatch.dylib               0x942aaffa _dispatch_queue_invoke + 50
    20 libdispatch.dylib               0x942aaecb _dispatch_worker_thread2 + 230
    21 libsystem_c.dylib                         0x988aae12 _pthread_wqthread + 441
    22 libsystem_c.dylib                         0x98892cca start_wqthread + 30
    Thread 13 Crashed:: Dispatch queue: Face Detection
    0 com.apple.CoreImage                    0x99556205 CoreImage_crashed_because_it_could_not_allocate_memory(void const*) + 17
    1 com.apple.CoreImage                    0x99556090 FEVirtualMemory::allocate(unsigned long&, signed char&, FEVirtualMemoryUsage) + 288
    2 com.apple.CoreImage                    0x99407f67 fe_buffer_activate(FEContext*, unsigned int) + 489
    3   com.apple.CoreImage                    0x99407cea -[FEBuffer beginRenderForContext:textureTarget:warpMode:flipped:flags:] + 164
    4 com.apple.CoreImage                    0x994443dd FETexture::renderSetup(FEContext*, FEFormat) + 205
    5 com.apple.CoreImage                    0x9944430b FETexture::textureRenderSetup(FEContext*, void*, FEFormat) + 37
    6 com.apple.CoreImage                    0x9944d444 FEDivTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 462
    7   com.apple.CoreImage                    0x99449d5b FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 151
    8 com.apple.CoreImage                    0x99449f23 FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 69
    9 com.apple.CoreImage                    0x99444703 FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 749
    10 com.apple.CoreImage                   0x99445082 FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 996
    11 com.apple.CoreImage                   0x9944a2b7 FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 885
    12 com.apple.CoreImage                   0x9944c76d FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 719
    13 com.apple.CoreImage                   0x99449d5b FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 151
    14 com.apple.CoreImage                   0x9944d76f FETreeNode::render(FETreeContext*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 97
    15 com.apple.CoreImage                   0x9944d708 FETreeContext::render(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 52
    16 com.apple.CoreImage                   0x99450e57 FETreeContext::renderTree(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 185
    17 com.apple.CoreImage                   0x994511a7 FETreeContext::renderImage_(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 785
    18 com.apple.CoreImage                   0x994514f0 FETreeContext::renderImage(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 356
    19 com.apple.CoreImage                   0x994271ac -[FEImage(Internal) _renderWithContext:bounds:transform:colorSpace:format:premultiplied:setupCallba ck:finishCallback:callbackData:] + 268
    20 com.apple.CoreImage                   0x99426c4a -[FEImage renderToContext:bounds:transform:destinationFormat:colorSpace:] + 171
    21 com.apple.CoreImage                   0x993d0ef1 renderImage(FEContext*, CGRect, CGAffineTransform, unsigned int, void*) + 119
    22 com.apple.CoreImage                   0x993d0c1a -[CIBitmapContextImpl renderWithBounds:matrix:function:info:] + 290
    23 com.apple.CoreImage                   0x993d0e72 -[CIBitmapContextImpl render:] + 223
    24 com.apple.CoreImage                   0x993d6b29 -[CIContext drawImage:inRect:fromRect:] + 1427
    25 com.apple.iLifeFaceRecognition   0x013dea3a -[FaceRecognitionManager _fastMakeGrayCGImageOfMaxDimensionUsingCI:fromCGImage:rawData:] + 981
    26  com.apple.iLifeFaceRecognition   0x013dc6d5 -[FaceRecognitionManager _detectFacesInCGImage:ofPhoto:withUserInfo:maxDimension:options:delegate:contex t:] + 357
    27 com.apple.iLifeFaceRecognition   0x013dc4b6 -[FaceRecognitionManager detectFacesInPhoto:userInfo:options:delegate:context:] + 259
    28 com.apple.RedRock                      0x026c61a8 -[RKFaceDetectionWorker detectFacesForMaster:aggressive:] + 1287
    29 com.apple.iPhoto                          0x00787c62 0x59000 + 7531618
    30 com.apple.RedRock                      0x028de5c0 -[RKFaceDetectionWorker performJob:forWorkOrder:] + 437
    31 com.apple.proxtcore                     0x020456e5 -[XTWorker performJob:] + 117
    32 libobjc.A.dylib                  0x94e175d3 -[NSObject performSelector:withObject:] + 70
    33 com.apple.proxtcore                     0x0200c22c -[XTSubscription postMessage:] + 191
    34 com.apple.proxtcore                     0x0200baef -[XTDistributor distributeMessage:] + 681
    35 com.apple.proxtcore                     0x0200b313 -[XTThread handleMessage:] + 515
    36 com.apple.proxtcore                     0x0202a55d __42-[XTDispatchMsgQueue triggerDispatchQueue]_block_invoke_0 + 176
    37 libdispatch.dylib               0x942adf8f _dispatch_call_block_and_release + 15
    38 libdispatch.dylib               0x942a9c82 _dispatch_client_callout + 46
    39 libdispatch.dylib               0x942ab160 _dispatch_queue_drain + 206
    40 libdispatch.dylib               0x942aaffa _dispatch_queue_invoke + 50
    41 libdispatch.dylib               0x942aaecb _dispatch_worker_thread2 + 230
    42 libsystem_c.dylib                         0x988aae12 _pthread_wqthread + 441
    43 libsystem_c.dylib                         0x98892cca start_wqthread + 30
    Thread 14:
    0 libsystem_kernel.dylib                  0x9001b8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib              0x988ad220 _pthread_cond_wait + 833
    2 libsystem_c.dylib              0x989330a1 pthread_cond_wait$UNIX2003 + 71
    3 com.apple.Foundation                   0x9a140734 -[NSCondition wait] + 274
    4 com.apple.iPhoto               0x000aaa64 0x59000 + 334436
    5 com.apple.iPhoto               0x000aa672 0x59000 + 333426
    6 com.apple.CoreFoundation           0x96fd6d6d __invoking___ + 29
    7 com.apple.CoreFoundation           0x96fd6ca7 -[NSInvocation invoke] + 279
    8 com.apple.RedRock                       0x0267685b -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x026875f4 -[RKInvoker _invokeTargetWithPool:] + 68
    10 libobjc.A.dylib                  0x94e175d3 -[NSObject performSelector:withObject:] + 70
    11 com.apple.proxtcore                     0x02013df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12 libobjc.A.dylib                  0x94e175d3 -[NSObject performSelector:withObject:] + 70
    13 com.apple.proxtcore                     0x0200c22c -[XTSubscription postMessage:] + 191
    14 com.apple.proxtcore                     0x0200baef -[XTDistributor distributeMessage:] + 681
    15 com.apple.proxtcore                     0x0200b313 -[XTThread handleMessage:] + 515
    16 com.apple.proxtcore                     0x02009f10 -[XTThread run:] + 434
    17 com.apple.Foundation                  0x9a1421d8 -[NSThread main] + 45
    18 com.apple.Foundation                  0x9a14215b __NSThread__main__ + 1396
    19 libsystem_c.dylib                         0x988a8557 _pthread_start + 344
    20 libsystem_c.dylib                         0x98892cee thread_start + 34
    Thread 15:
    0 libsystem_kernel.dylib                  0x9001c0ee __workq_kernreturn + 10
    1 libsystem_c.dylib              0x988ab04c _pthread_workq_return + 45
    2 libsystem_c.dylib              0x988aae19 _pthread_wqthread + 448
    3 libsystem_c.dylib              0x98892cca start_wqthread + 30
    Thread 16:: Dispatch queue: NSPersistentUI I/O
    0 libsystem_kernel.dylib                  0x9001d466 __writev + 10
    1 com.apple.AppKit                        0x965f2f05 __45-[NSPersistentUIManager writeRecords:toFile:]_block_invoke_0 + 34
    2 com.apple.AppKit                        0x965f2a49 -[NSPersistentUIManager writeRecords:toFile:] + 481
    3 com.apple.AppKit                        0x965f1354 -[NSPersistentUIManager writeRecords:withWindowInfos:flushingStaleData:] + 259
    4 com.apple.AppKit                        0x96bf5c3b __block_global_2 + 146
    5 com.apple.AppKit                        0x96c00b75 my_io_execute_passive_block + 67
    6 libdispatch.dylib                0x942a9c82 _dispatch_client_callout + 46
    7 libdispatch.dylib                0x942ab160 _dispatch_queue_drain + 206
    8 libdispatch.dylib                0x942aaffa _dispatch_queue_invoke + 50
    9 libdispatch.dylib                0x942aaecb _dispatch_worker_thread2 + 230
    10 libsystem_c.dylib                         0x988aae12 _pthread_wqthread + 441
    11 libsystem_c.dylib                         0x98892cca start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib                  0x9001c0ee __workq_kernreturn + 10
    1 libsystem_c.dylib              0x988ab04c _pthread_workq_return + 45
    2 libsystem_c.dylib              0x988aae19 _pthread_wqthread + 448
    3 libsystem_c.dylib              0x98892cca start_wqthread + 30
    Thread 18:
    0 libsystem_kernel.dylib                  0x9001c0ee __workq_kernreturn + 10
    1 libsystem_c.dylib              0x988ab04c _pthread_workq_return + 45
    2 libsystem_c.dylib              0x988aae19 _pthread_wqthread + 448
    3   libsystem_c.dylib              0x98892cca start_wqthread + 30
    Thread 13 crashed with X86 Thread State (32-bit):
      eax: 0x995561ff  ebx: 0xb038b92a  ecx: 0xffffffff  edx: 0x00000100
      edi: 0xb038b910  esi: 0x99555f7e  ebp: 0xb038b838  esp: 0xb038b830
       ss: 0x00000023  efl: 0x00010246  eip: 0x99556205   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0xffffffff
    Logical CPU: 0
    ple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 2132
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=273.6M resident=64.8M(24%) swapped_out_or_unallocated=208.9M(76%)
    Writable regions: Total=3.1G written=1.5G(48%) resident=977.1M(31%) swapped_out=592.9M(19%) unallocated=2.1G(69%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 32.0M
    CG backing stores                  4040K
    CG image                            160K
    CG raster data                      176K
    CG shared images                   1184K
    CoreAnimation                      6552K
    CoreServices                       1200K
    Foundation (reserved)               1.5G        reserved VM address space (unallocated)
    IOKit                              23.4M
    MALLOC                              1.5G
    MALLOC guard page                    48K
    MALLOC_LARGE (reserved)            2848K        reserved VM address space (unallocated)
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=249                      156K
    Memory tag=35                      1740K
    OpenCL                               20K
    OpenGL GLSL                         896K
    SQLite page cache                   288K
    Stack                              88.1M
    VM_ALLOCATE 19.1M
    __DATA                             16.2M
    __DATA/__OBJC                       484K
    __IMAGE                             528K
    __IMPORT                             16K
    __LINKEDIT                         49.2M
    __OBJC                             6172K
    __OBJC/__DATA                        88K
    __PAGEZERO                            4K
    __TEXT                            224.4M
    __UNICODE                           544K
    mapped file                       223.8M
    shared memory                       952K
    ===========                      =======
    TOTAL                               3.7G
    TOTAL, minus reserved VM space      2.2G
    Model: Macmini4,1, BootROM MM41.0042.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.65f2
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142323837334648532D4346382020
    Memory Module: BANK 1/DIMM0, 1 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142323837334648532D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK5055GSXF, 500.11 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0x06630000 / 6
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 2

    I backed up the iPhoto Libary folder and did a Rebuild.  No change in problem, with the same error message.
    I then took the backup copy of the Iphoto Library and loaded onto my son's Macbook Pro (OS X version 10.8.2, Iphoto version 9.4.2).  Again, iPhoto crashes - same error message: 
    CoreImage_crashed_because_it_could_not_allocate_memory(void const*) + 17
    This is the error report for the specific thread that crashed on the Macbook Pro:
    Thread 16 Crashed:: Dispatch queue: Face Detection
    0 com.apple.CoreImage                  0x94fb5205 CoreImage_crashed_because_it_could_not_allocate_memory(void const*) + 17
    1 com.apple.CoreImage                  0x94fb5090 FEVirtualMemory::allocate(unsigned long&, signed char&, FEVirtualMemoryUsage) + 288
    2   com.apple.CoreImage                  0x94e66f67 fe_buffer_activate(FEContext*, unsigned int) + 489
    3 com.apple.CoreImage                  0x94e66cea -[FEBuffer beginRenderForContext:textureTarget:warpMode:flipped:flags:] + 164
    4 com.apple.CoreImage                  0x94ea33dd FETexture::renderSetup(FEContext*, FEFormat) + 205
    5 com.apple.CoreImage                  0x94ea330b FETexture::textureRenderSetup(FEContext*, void*, FEFormat) + 37
    6 com.apple.CoreImage                  0x94eac444 FEDivTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 462
    7 com.apple.CoreImage                  0x94ea8d5b FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 151
    8 com.apple.CoreImage                  0x94ea8f23 FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 69
    9 com.apple.CoreImage                  0x94ea3703 FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 749
    10 com.apple.CoreImage                 0x94ea4082 FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 996
    11  com.apple.CoreImage                 0x94ea92b7 FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 885
    12 com.apple.CoreImage                 0x94eab76d FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 719
    13 com.apple.CoreImage                 0x94ea8d5b FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 151
    14 com.apple.CoreImage                 0x94eac76f FETreeNode::render(FETreeContext*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 97
    15 com.apple.CoreImage                 0x94eac708 FETreeContext::render(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 52
    16 com.apple.CoreImage                 0x94eafe57 FETreeContext::renderTree(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 185
    End of message

  • Can´t authorize computer  because of a problem on the aktivation server. Can´t deauthorize either, get the same message.

    Message: Activation Server error
    code: E_ADEPT_REQUEST_EXPIRED http://adeactivate.adobe.com/adept/ACTIVATE 2014-11-15T02:04:17_08:00%20(1416045857000)%20is%20before%202014-11-16T00:34:51-08:00%20( 1416126891019)

    If you don't already have a current backup, back up all data, then reinstall the OS.* You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used.
    If you use FileVault 2, then before running the Installer you must launch Disk Utility and select the icon of the FileVault startup volume ("Macintosh HD," unless you gave it a different name.) It will be nested below another icon with the same name. Click the Unlock button in the toolbar and enter your login password when prompted. Then quit Disk Utility to be returned to the main Recovery screen.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode. All other data will be preserved.
    *The linked support article refers to OS X 10.9 ("Mavericks"), but the procedure is the same for OS X 10.7 ("Lion") and later.

Maybe you are looking for

  • Using 'Preview Layouts' on specific objects

    Hi everyone, I would want to know if it is possible to import CR layouts in SBO, and use it with the menu "Preview Layouts" on personalized objects. When I try to import a CR layout with the Report And Layout Manager of SBO, I choose my RPT file, che

  • How can I deauthorize all within a year

    Hello, I have all five authorized and need to deauthorize all - but I can't until June.  Anyway around this unreaonable restriction? In Gassho, John

  • Apple TV: Photo landscape instead of portret

    My Apple TV shows all photos as landscape pictures (horizontal). Even photos which were shot as protret (vertical) are showed horizontal. The screensaver and the browser recognize the pictures as portret orientation. I believe this occurs since the l

  • OUTGOING_CALL_PROCESS

    hi friends,          i want to know what is the use of this function module 'OUTGOING_CALL_PROCESS'.           and also give the sample code. thanks in advance, Regards, ARUN

  • I cant open safari on my macbook pro, pls help me!!

    Safari in my macbook pro get stuck cant opned it. pls help me some clues to solve it.