EXTENT MANAGEMENT

Hi,
on 11g R2 on Win 2008
Would it be better to change to UNIFORM SIZE 128K for performance ?
What are the advantage of AUTOALLOCATE ?
Can we alter from AUTOALOCATE to UNIFORME or vice versa?
Thank you.

user522961 wrote:
Hi,
on 11g R2 on Win 2008
Would it be better to change to UNIFORM SIZE 128K for performance ?
What are the advantage of AUTOALLOCATE ?
Can we alter from AUTOALOCATE to UNIFORME or vice versa?
Thank you. What made you think so to change to UNIFORM size?
There is lots of debates around the AUTOALOCATE vs UNIFORME extents size performance, because its not like one size fits all. So you have to carefully read your current setup/configuration of database first then plan to change to UNIFORM.
UNIFORM extents are choosen for Large segments when you know its size in advance and you are inserting large amount of data.
However if you are not sure about size of segments and you are unaware of data that will be manipulated then i would suggest you to go with AUTO, this is usually used in case where future growth is not known and data set or segments are small in size typically in OLTP systems.
See nice blog here https://blogs.oracle.com/datawarehousing/entry/parallel_load_uniform_or_autoallocate
And - http://www.oracle.com/technetwork/issue-archive/2007/07-may/o37asktom-101781.html

Similar Messages

  • Extent Management in Oracle 8i

    Hi all,
    i want to ask about extent management in oracle 8i maybe some people here can help me about this. I have some question about extent :
    1. Which is better Local Extent Management or Dictionary management.
    2. Which is better Many Extents or less extents in a table.
    3. How we decide the extent size for a table, is it based by the estimated sized of a table or there is some standard that 1 extent should be hold a number of records.
    Thanks For Helping Me.
    Monica

    Hi all,
    i want to ask about extent management in oracle 8i maybe some people here can help me about this. I have some question about extent :
    1. Which is better Local Extent Management or Dictionary management.
    2. Which is better Many Extents or less extents in a table.
    3. How we decide the extent size for a table, is it based by the estimated sized of a table or there is some standard that 1 extent should be hold a number of records.
    Thanks For Helping Me.
    Monica

  • Trying to install recently downloaded 'BEAUTY RETOUCHING KIT' on my Photoshop 14.1 version through Adobe Extention Manager, but didn't getting through.

    I am trying to install recently download/purchased BEAUTY RETOUCHING ACTION KIT from Adobe Add-On page, also downloaded latet ADOBE EXTENTION MANAGER CC but unable to install the Retouching Kit..
    The message displayed is you need a Photoshop 13.0 or above., but we already have 14.1 version of Photoshop duly installed.
    didn't get any appropriate help from the Support Page too

    Hi All
    Version 13 Photoshop is also knows as CS6, and Version 14 is known as CC, so you have to ensure that you have the appropriate version of Extension Manager installed that corresponds to your version of Photoshop. It sounds as though you are trying to install Beauty Retouching Kit via Extension Manager CS6 but using Photoshop CC. You can download Extension Manager CC a number of ways but to get the latest version, you can use the CC Desktop App (free) to install it. Hope this helps.

  • Dreamweaver CS4 Extention Manager configuration problen

    Hi,
    I am trying to install a Dreamweaver Extention into CS4 Extention Manager.
    When it opens, Dreamweaver does not show up.
    When I tried to import the product (Dreamweaver CS4) I get an error message  - The product configuration file xmanConfig.xml does not provide the display name tag. Please check your configuration.
    I found the file, but I don't know how to fix the problem and get the extention installed.
    Any suggestions?
    Thanks,
    Bonnie

    Anyone have an answer for this? Please I really dont feeling like reformating my computer again

  • Different between datafile autoextent and tablespace extent management auto

    hi guys,
    the above got me thinking.
    blocks are arrange in extents. The rest is ???? //??? ... . .... ..

    flaskvacuum wrote:
    hi guys,
    the above got me thinking.
    blocks are arrange in extents. The rest is ???? //??? ... . .... .. Datafile autoextend (its not datafile auto extent) - It will increase datafile size when all space in datafile is occupied and all its extents are used. So when objects needs to grow, oracle will increase the size of datafile (if autoextend is ON) and allocate extents to objects.
    Also see http://docs.oracle.com/cd/B28359_01/server.111/b28310/dfiles003.htm
    Tablespace extent management auto - Local managed tablespace will keep the track of extents in Bitmaps. Now creating this type of tablespace you can specify AUTOALLOCATE clause or the UNIFORM clause, AUTOALLOCATE will assign new extents to obejcts of size determine by oracle internally. UNIFORM if specified, oracle will assign uniform size extents to objects. Lets say you have specified 1M of Uniform size, then oracle will assign 1M of new extents to objects, all assigned extents will have same size i.e 1M. But its not the case with Autoallocate.
    Autoallocate will determine whats the best extent size which he needs to allocate to segement. Its internal mechanism
    http://docs.oracle.com/cd/B19306_01/server.102/b14231/tspaces.htm

  • Will a converted LMT have UNIFORM EXTENT MANAGEMENT?

    if we convert a DMT to an LMT, can we then set this LMT to have UNIFORM EXTENT MANAGEMENT?
    thanks

    Don't convert. Yes, Oracle provides a procedure to do the conversion, but it ends up creating a horrible 'hybrid' sort of tablespace, certainly unable to use a uniform extent management technique, but not really using a proper autoallocate method either.
    Better to create a new tablespace and move segments across from one to the other. Then drop the original.

  • OMF and extent management

    I have a few questions on OMF, extent management and going to 10g:
    1) If I have mostly BLOB data, would it be better to create a bigfile tablespace or not?
    2) For extent management, should I do local allocate?
    3) If I use OMF, can I still specify autoextend for the datafiles?
    4) If I create a tablespace for the BLOB data, would that be a good idea? Then make all the rest in another space, or does any one do that?

    user3804901 wrote:
    I have a few questions on OMF, extent management and going to 10g:
    1) If I have mostly BLOB data, would it be better to create a bigfile tablespace or not?Not sure this is dependent on whether you have BLOB data. Something to consider w/ bigfile tablespaces and 10g, is the fact that, depending on the size of the datafile, you may create a performance problem for backups, as, RMAN cannot parallelize backups on a single datafile until 11g.
    So, if you have a 4TB datafile, RMAN has to back it up sequentially, in 10g. As I said, this problem is solved in 11g.
    2) For extent management, should I do local allocate? What's 'local allocate'? I recommend autoallocate. It's simple and effective.
    3) If I use OMF, can I still specify autoextend for the datafiles?Yes.
    4) If I create a tablespace for the BLOB data, would that be a good idea? Then make all the rest in another space, or does any one do that?Yes, you could certainly do something like that. Generally, deciding how to divide up space amongst multiple tablespaces, is for convenience, and maybe reporting purposes. If you follow the Stripe-And-Mirror-Everything (SAME) strategy, then using tablespaces to "divide up" I/O doesn't really make sense any more. Whatever works for you, in terms of easing management and reporting, is probably ok.
    Hope that helps,
    -Mark

  • Difference between extent management and segment space management

    Hello,
    Could you tell me the difference between extent management and segment space management interms of datablocks?

    After 10g, default tablespace is locally managed and with this creation, your segment's spaces are managed "automatically".
    Automatic segment space management is onlyt avaliable to locally managed tablespaces.
    The logic of the automatic segment space management is;
    For instance, we have a rectangle cube which is totally empty (1 extent - 8 segments - 64 block in default). If we enter a new data to our table, data is stored inside this cube with it's information. (default 8k). If our data must be splitted, check row chaining for further information.
    At this point, oracle decides which block is filled with the entered data. It automatically fills the emty blocks. You can use this only if your tablespace is locally managed and your segment space managemet is auto.
    On the other hand,
    If we create dictionary managed tablespace,
    Data is stored in "dictionary" (tables in SYS schema). This is a bit slower than locally managed tablespaces. So filling the extents, segments and blocks will be slow too. You need to specify the PCTUSED, FREELISTS, FREELISTS GROUPS for the storage of the data. If segment space managent is auto, you don't need to define those values.
    In summary, locally managed tablespaces with automatic segment space management is Oracle's maybe the most important feature. I am not using dictionary managed tablespaces and i advice don't use it either. In the end, this is an upgrade of using segment spaces much more faster, easier and reliable, trustable.
    PS: You will need to check "High Water Mark" for automatic segment space management.

  • Difference between extent management and segment management

    friends what is the basic difference between extent management and segment management,as we know that segment is a collection of extents then why is it necesassry to manage both??..and what is the need to do so?

    saugat chatterjee wrote:
    friends what is the basic difference between extent management and segment management,as we know that segment is a collection of extents then why is it necesassry to manage both??..and what is the need to do so?Oracle stores data in it's own logical structure.
    Blocks --> Extent --> Segment
    Oracle block(also known as page) being the granular level where the data is stored. Extent is a collection of blocks.
    When you specify extent management, you mean where the allocation/de-allocation of extents(group of blocks) will be managed (either in dictionary or using bitmaps).
    When you specify segment space management, you mean that how the space inside a block will be managed. Extent management doesn't control space distribution inside block.
    Regards,
    S.K.

  • Temp Tablespace Extent Management and workarea_size_policy / sort_area_size

    So, in the past (8i etc) we used to size temporary tablespace like (n*sort_area_size) + db_block_size.
    Now in 9i / 10g we have the workarea_size_policy setting and pga_aggregate_target. How would we set extent sizes for the temporary tablespace? We let Oracle control the areasize parameters on the fly.
    Any suggestions out there? Typically, I like 1MB for no particular reason other than it matches my stripe size on the underlying disk. However, oracle will only write in chunks of your sort_area_size.
    Are there any guidelines out there where we can guess at what Oracle will use for the Sort_area_size?
    Thanks,
    BradW

    Thanks. I realize that. The only thing I was wondering about is what to set the extent sizes to be for the locally managed temp tablespace.
    I was curious what Oracle will set the sort_area_size to be during run time with in the PGA aggregate we specify....
    Just curious on the internal mechanisms so that I can tweak my temp tablespace a little bit.
    Thanks,
    BradW

  • Extention Manager CS5 not showing up - help

    Extension Manager CS5 not showing up.  I see the extension manager name and pull-down menu in the finder upper menu, but the app interface disappeared.  When I quit, it crashes.
    I even re-installed EM, but no luck.
    Anyone else having this problem?     I am a MacPro with OSX 10.6.8.
    Here my my log:
    ============
    Process:         Adobe Extension Manager CS5 [11410]
    Path:            /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/MacOS/Adobe Extension Manager CS5
    Identifier:      com.adobe.ExtensionManager
    Version:         "5.0.0.334" (5.0.334)
    Code Type:       X86 (Native)
    Parent Process:  launchd [293]
    Date/Time:       2011-08-09 13:45:00.126 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          33769 sec
    Crashes Since Last Report:           10
    Per-App Interval Since Last Report:  3401 sec
    Per-App Crashes Since Last Report:   7
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.ExtensionManager        0x000da876 COWLFrontController::sendCallbackMessage(char const*, adobe::version_1::vector<adobe::version_1::any_regular_t, adobe::version_1::capture_allocator<adobe::version_1::any_regular_t> > const&) + 2100
    1   com.adobe.ExtensionManager        0x00002cf6 SwfPlayerNibWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 222
    2   com.apple.HIToolbox               0x92354c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    3   com.apple.HIToolbox               0x92353ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    4   com.apple.HIToolbox               0x92353d55 SendEventToEventTargetWithOptions + 58
    5   com.apple.HIToolbox               0x923cde45 SendSimpleDefProcEvent(WindowData*, unsigned long, unsigned char) + 176
    6   com.apple.HIToolbox               0x923cd9e2 WindowData::Destruct() + 434
    7   com.apple.CoreFoundation          0x9118207d _CFRelease + 301
    8   com.adobe.ExtensionManager        0x000060a8 main + 4430
    9   com.adobe.ExtensionManager        0x000029aa start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x91807382 kevent + 10
    1   libSystem.B.dylib                 0x91807a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x91806f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x91806cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x91806781 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x918065c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x917e0c0e mach_wait_until + 10
    1   libSystem.B.dylib                 0x91868429 nanosleep + 345
    2   com.adobe.ExtensionManager        0x00141c7b ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.ExtensionManager        0x00141cdb ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.ExtensionManager        0x001388a4 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.ExtensionManager        0x001421e5 ScObjects::Thread::go(void*) + 315
    6   libSystem.B.dylib                 0x9180e259 _pthread_start + 345
    7   libSystem.B.dylib                 0x9180e0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                 0x917e0afa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x917e1267 mach_msg + 68
    2   com.adobe.adobeswfl               0x177be18f ExternalPlayer_Initialize + 465535
    3   libSystem.B.dylib                 0x9180e259 _pthread_start + 345
    4   libSystem.B.dylib                 0x9180e0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x917e0b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9180e6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9185705f pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x1776bf54 ExternalPlayer_Initialize + 129092
    4   com.adobe.adobeswfl               0x1753c34a 0x1752d000 + 62282
    5   com.adobe.adobeswfl               0x1776bce7 ExternalPlayer_Initialize + 128471
    6   com.adobe.adobeswfl               0x1776bd3f ExternalPlayer_Initialize + 128559
    7   libSystem.B.dylib                 0x9180e259 _pthread_start + 345
    8   libSystem.B.dylib                 0x9180e0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x917e0b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9180e6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9185705f pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x1776bf54 ExternalPlayer_Initialize + 129092
    4   com.adobe.adobeswfl               0x1753c34a 0x1752d000 + 62282
    5   com.adobe.adobeswfl               0x1776bce7 ExternalPlayer_Initialize + 128471
    6   com.adobe.adobeswfl               0x1776bd3f ExternalPlayer_Initialize + 128559
    7   libSystem.B.dylib                 0x9180e259 _pthread_start + 345
    8   libSystem.B.dylib                 0x9180e0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x917e0b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9180e6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9185705f pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x1776bf54 ExternalPlayer_Initialize + 129092
    4   com.adobe.adobeswfl               0x1753c34a 0x1752d000 + 62282
    5   com.adobe.adobeswfl               0x1776bce7 ExternalPlayer_Initialize + 128471
    6   com.adobe.adobeswfl               0x1776bd3f ExternalPlayer_Initialize + 128559
    7   libSystem.B.dylib                 0x9180e259 _pthread_start + 345
    8   libSystem.B.dylib                 0x9180e0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                 0x917e0b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9180e6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9185705f pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x1776bf54 ExternalPlayer_Initialize + 129092
    4   com.adobe.adobeswfl               0x1753c34a 0x1752d000 + 62282
    5   com.adobe.adobeswfl               0x1776bce7 ExternalPlayer_Initialize + 128471
    6   com.adobe.adobeswfl               0x1776bd3f ExternalPlayer_Initialize + 128559
    7   libSystem.B.dylib                 0x9180e259 _pthread_start + 345
    8   libSystem.B.dylib                 0x9180e0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                 0x91806412 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x918069a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x918065c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xbfffe06c  ecx: 0x02e1a0c0  edx: 0x00000000
      edi: 0xbfffe09c  esi: 0x02e1b30e  ebp: 0xbfffe0d8  esp: 0xbfffdf10
       ss: 0x0000001f  efl: 0x00010246  eip: 0x000da876   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -   0x1d1ff3 +com.adobe.ExtensionManager "5.0.0.334" (5.0.334) <CBF0F2F0-2CEC-DEA6-0B7E-F32EFE3AFB19> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/MacOS/Adobe Extension Manager CS5
      0x2fd000 -   0x300fe7 +libwchar.dylib ??? (???) <DE7B4F71-F31A-46F7-B70D-A8A157B5EB6B> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/libwchar.dylib
      0x305000 -   0x4fffef +AdobeOwl ??? (???) <466BD72B-E2A5-447A-9384-B6DC9AD3AE0C> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
      0x57a000 -   0xa78fc3 +AdobeOwlCanvas ??? (???) <45219076-15E0-4A0D-9BC0-2FFED8EA7E46> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
      0xbc1000 -   0xc08fc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
      0xc15000 -   0xc19ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
      0xc20000 -   0xc60ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
      0xf20000 -   0xf67fc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
      0xfa1000 -   0xfa2ffb +com.cooliris.safariplugin Cooliris Plugin (1.11) <439BB2F5-0ED4-2BB3-8AF3-1BDFF7D2A85F> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
      0xfa6000 -   0xfa7fff +com.ecamm.pluginloader Ecamm Plugin Loader v1.0.5 (1.0.5) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x45f6000 -  0x45f9fef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x4700000 -  0x47b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x153e0000 - 0x153e1ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x153fb000 - 0x15422fe7 +com.google.talk.camera 1.0.16.1405 (1.0.16.1405) <922E913C-C824-2664-F37E-30EB833BDD4C> /Users/billhdz/Library/QuickTime/Google Camera Adapter 0.component/Contents/MacOS/Google Camera Adapter 0
    0x15438000 - 0x1545ffe7 +com.google.talk.camera 1.0.16.1405 (1.0.16.1405) <12EE7A98-9112-3923-90F8-68CE312C2A94> /Users/billhdz/Library/QuickTime/Google Camera Adapter 1.component/Contents/MacOS/Google Camera Adapter 1
    0x15475000 - 0x154dafde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x154fa000 - 0x1556cfff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1557a000 - 0x155c0fc3  com.apple.motion.component 1.0 (1.0) <77973A13-4E79-426F-853F-2318E52A2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x155c6000 - 0x155c902f  Motion ??? (???) <B5E862EE-E0FF-4F86-A789-98E3E601A18C> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x157b0000 - 0x157b4ff7 +com.stclairsoft.DefaultFolderX.osax Default Folder X Addition version 1.0 (4.4.3) <835F8C3B-765D-2A9F-FE77-1A07E254A16C> /Users/billhdz/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
    0x157b9000 - 0x157dcfeb +com.stclairsoft.DefaultFolderX.CarbonPatcher kBundleVersion (kBundleVersion) <31B68F6B-6318-8E9F-A6A9-C92206F34ED5> /Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Carbon Patcher.bundle/Contents/MacOS/Carbon Patcher
    0x1752d000 - 0x17d30fe2 +com.adobe.adobeswfl ??? (1.0.7) <53D59B93-133D-41B4-AE25-83532E5C0F6C> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwl.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/ AdobeSWFL
    0x18499000 - 0x184baff3 +Cocoa Patcher ??? (???) <5BBFB538-9823-2C52-1DFE-77D9C64086D7> /Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
    0x18505000 - 0x1850fffd +com.linguisoft.Grammarian32 2.0 (2.0) <BE44FC4A-F971-7F27-7DBC-E11CE97A4A8A> /Users/billhdz/Library/Components/Grammarian32.component/Contents/MacOS/Grammarian32
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90003ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x90329000 - 0x903c1fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x903f8000 - 0x903f8ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x903f9000 - 0x9048bfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9048c000 - 0x90544feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x90545000 - 0x90592feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x9059f000 - 0x9059fff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90629000 - 0x906abffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x906ac000 - 0x906d4ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x90b91000 - 0x90bdafe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x90bdb000 - 0x90c1bff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x90c1c000 - 0x90c42ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x90c46000 - 0x90cfffe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x90d00000 - 0x90e82fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x90e83000 - 0x90e8aff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90e8b000 - 0x90ecdff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x90ed3000 - 0x91139ff7  com.apple.security 6.1.2 (55002) <64A20CEB-E614-D35F-7B9F-246BCB25BA23> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91175000 - 0x912f0fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x912f1000 - 0x912fbffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x912fc000 - 0x912fcff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x913d2000 - 0x913f4fef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x91479000 - 0x9147aff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9147b000 - 0x9147effb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x9147f000 - 0x914eeff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x914f1000 - 0x91524fff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9152b000 - 0x91668fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91748000 - 0x9178eff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x917ca000 - 0x917dffff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x917e0000 - 0x91987ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x91988000 - 0x91a35fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x91a36000 - 0x91b5cfe7  com.apple.WebKit 6534 (6534.50) <219E2787-ED6D-5358-6659-35A9D62955F9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91b6b000 - 0x91b86ff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x91cca000 - 0x91ccdfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x91cce000 - 0x91d38fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91d39000 - 0x91d9dffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x91d9e000 - 0x92109ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9210a000 - 0x9210aff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9210b000 - 0x9214eff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x921c4000 - 0x92208ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92209000 - 0x922b7ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x922c6000 - 0x92316ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x92317000 - 0x92322ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92323000 - 0x92327ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x92328000 - 0x9234cff7  libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x9234d000 - 0x92671fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x92672000 - 0x92f55ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92f56000 - 0x92f90ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x92f91000 - 0x92f95ff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x92f96000 - 0x92fa8ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x92fa9000 - 0x92fa9ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92ff6000 - 0x92ff6ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92ff7000 - 0x93094fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x93184000 - 0x931bafff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x931bb000 - 0x931c6ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x931e0000 - 0x934dafef  com.apple.QuickTime 7.6.6 (1783) <1EC8DC5E-12E3-1DB8-1F7D-44C6EF193C58> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x934db000 - 0x935a6fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x935fe000 - 0x93641ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x936c7000 - 0x9371aff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x9371b000 - 0x93725ff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93949000 - 0x9394aff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93a40000 - 0x93e75ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x93ea7000 - 0x93ea9ff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x93eaa000 - 0x93eadff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93eae000 - 0x93f6afff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x94126000 - 0x94129ff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9412a000 - 0x9412aff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94132000 - 0x94151ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94186000 - 0x94975557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x949bf000 - 0x94a67ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x94a68000 - 0x94a6aff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x94a6b000 - 0x94a70ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94a71000 - 0x94a7bfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x94cbb000 - 0x94cc7ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x94d1b000 - 0x94d78ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94d79000 - 0x94d99fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x94d9a000 - 0x94ec8fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94ec9000 - 0x94fa3fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x94fab000 - 0x9505bfe3  com.apple.QuickTimeImporters.component 7.6.6 (1783) <E0BF3843-1044-F371-AB6F-423C5E9E417B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x9505c000 - 0x95db6fe7  com.apple.WebCore 6534 (6534.50) <492FD955-DCB6-2E2D-3F51-CF295516877A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x95db7000 - 0x961cdff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x962d1000 - 0x962e2ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x962e3000 - 0x962ecff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9634e000 - 0x965bffef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x966d4000 - 0x966e8ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x966e9000 - 0x96904ff7  com.apple.JavaScriptCore 6534 (6534.49) <B8523DCA-B8EC-4E44-4E0C-6354BA2E67AB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96bc0000 - 0x96c6cfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x96c6d000 - 0x96d4dfe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x96d4e000 - 0x96daffe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x96db0000 - 0x96dccfe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x96dcd000 - 0x96ddbff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96ddc000 - 0x96ee8ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x96ee9000 - 0x96febfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x971cb000 - 0x971d9fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x9733d000 - 0x973d8fe7  com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x973d9000 - 0x974dafe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x975e8000 - 0x97662fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9784b000 - 0x9788cff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x978ab000 - 0x978e8ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x978e9000 - 0x9791aff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x97954000 - 0x988a6ff7  com.apple.QuickTimeComponents.component 7.6.6 (1783) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x988a7000 - 0x988e2feb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x98912000 - 0x98918fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x98a59000 - 0x98a8cff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x98a8e000 - 0x98edffef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x98fbf000 - 0x98fd7ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x99003000 - 0x99024fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9905f000 - 0x9937fff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x99380000 - 0x99400feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x994b8000 - 0x9967afeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x99aaa000 - 0x99ab0fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x99ab1000 - 0x99af5fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x99b44000 - 0x99b6eff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x99bdd000 - 0x99be4ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x99be5000 - 0x99be9ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x99bea000 - 0x99bfaff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9a3fd000 - 0x9a40aff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9a40b000 - 0x9aa86ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9ab03000 - 0x9ab17fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0xb0000000 - 0xb000fff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <24B39C2F-79B0-BDE3-C6D0-1F0E943070C7> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 10 GB, SMC 1.25f4
    Graphics: NVIDIA GeForce 8800 GT, NVIDIA GeForce 8800 GT, PCIe, 512 MB
    Memory Module: global_name
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    PCI Card: NVIDIA GeForce 8800 GT, sppci_displaycontroller, Slot-1
    Serial ATA Device: WDC WD3200AAJS-41VWA1, 298.09 GB
    Serial ATA Device: ST31000340AS, 931.51 GB
    Serial ATA Device: ST31500341AS, 1.36 TB
    Parallel ATA Device: PIONEER DVD-RW  DVR-112D
    USB Device: Logitech Camera, 0x046d  (Logitech Inc.), 0x09a6, 0xfd400000 / 4
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd200000 / 3
    USB Device: PTK-640, 0x056a  (WACOM Co., Ltd.), 0x00b9, 0xfd240000 / 6
    USB Device: Composite Device, 0x0971  (GretagMacbeth AG), 0x2005, 0xfd210000 / 5
    USB Device: Desktop, 0x0bc2  (Seagate LLC), 0x3300, 0xfd100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x5d200000 / 2
    USB Device: Hub, 0x0451  (Texas Instruments), 0x2046, 0x3d100000 / 2
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x1006, 0x3d130000 / 3
    USB Device: Microsoft Wireless Optical Mouse® 1.00, 0x045e  (Microsoft Corporation), 0x00e1, 0x3d133000 / 5
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0x3d132000 / 4
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown
    FireWire Device: HDD USB 2.0/1394A, Iomega, Up to 400 Mb/sec

    Hi Carl,
    How do I upload the file as an attachment here?
    The file wasn't that long ( ExtensionManager.log ).
    [DEBUG] Sun Aug 14 12:12:15 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/m ain.mm,891) -SoString can be printed directly
    [DEBUG] Sun Aug 14 12:12:15 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/m ain.mm,893) -The Launch Options for exman-2.0 is:
    [DEBUG] Sun Aug 14 12:12:15 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/m ain.mm,895) -
    [DEBUG] Sun Aug 14 12:12:15 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/m ain.mm,915) -OWL initialize succeed
    [DEBUG] Sun Aug 14 12:12:15 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/m ain.mm,919) -the programe argc is 2
    [DEBUG] Sun Aug 14 12:12:15 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/m ain.mm,931) --psn_0_2167313
    [ INFO] Sun Aug 14 12:12:15 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/. ./Control/StartupCmdLineParser.cpp,70) -StartCmdLineParser::m_CmdLine is:
    [ INFO] Sun Aug 14 12:12:15 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/. ./Control/StartupCmdLineParser.cpp,71) --psn_0_2167313
    -CurrDir="/"
    [DEBUG] Sun Aug 14 12:12:16 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/m ain.mm,1036) -/Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/MacOS/ExMan.swf
    [DEBUG] Sun Aug 14 12:12:35 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/. ./Control/OWLFrontController.cpp,399) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Sun Aug 14 12:12:35 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/. ./Control/OWLFrontController.cpp,402) -Method Name: airPostExit
    [DEBUG] Sun Aug 14 12:12:35 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/. ./Control/OWLFrontController.cpp,419) --1
    [DEBUG] Sun Aug 14 12:12:35 2011 (/Volumes/Builds/ExtensionManager_5.0.1_Mac/20110110.5_0_1.334/Trelo/Source/Manager/Mac/. ./Control/OWLFrontController.cpp,445) --------------------Request (C++ side To AIR part ) End---------------------------

  • Extention Manager CC update problem

    Over several weeks I have tried to install the Extension Manager CC update and it always fails.  I completed everything that is noted in FAQ and troubleshooting.  My last attempt included, uninstalling Extension Manager and re-installing.  I continue to get an error code: U44M1P36.
    What should I do next?
    I just ran it again and got a different error code: U44M1P34.

    Hi BroomfieldLK,
    Moving the discussion to Downloading, Installing, Setting Up forum
    Please try :
    Re: Unable to install Creative Cloud Updates
    Photoshop 14.1.2  Error Code: U44M1P34 since yesterday
    Thanks,
    Atul Saini

  • Indesign CS5.5 and Extention Manager startup crash

    When starting InDesign or the CS Extensionmanager it crashes on startup.
    Illustrator and Photoshop work fine, and if you logging to 'guest account' on the Mac CS 5.5 (and Extension manager) works fine.
    This is the crash report for Indesign 5.5.
    Indesign version is 7.5.2.318 on OS X 10.7.2, seen/read a lot of 'almost' simular problems, but still not my answer to the problem....
    Any help is greatly appreciated!

    Thank you for these first solutions, but I had already found (and tried) these from the forum, but did not provide the solution.
    I find it so strange that everything starts properly with another user account (like guest account).
    Are there any other ideas?

  • Strage issue with autoallocate extent management .

    Hi,
    I've got RAC 10.2.0.3 + ASM , tablespace defined as :
    TABLESPACE_NAME|BLOCK_SIZE|INITIAL_EXTENT|NEXT_EXTENT|MIN_EXTENTS|MAX_EXTENTS|PCT_INCREASE|MIN_EXTLEN|STATUS|CONTENTS|LOGGING|FORCE_LOGGING|EXTENT_MANAGEMENT|ALLOCATION_TYPE|PLUGGED_IN|SEGMENT_SPACE_MANAGEMENT|DEF_TAB_COMPRESSION|RETENTION|BIGFILE
    R_TBS|16384|65536||1|2147483645||65536|ONLINE|PERMANENT|LOGGING|NO|LOCAL|SYSTEM|NO|AUTO|DISABLED|NOT APPLY|NO
    Next when I create simple table t:
    create table t (id number) tablespace r_tbs ;
    dba_extents reports:
    OWNER|SEGMENT_NAME|PARTITION_NAME|SEGMENT_TYPE|TABLESPACE_NAME|EXTENT_ID|FILE_ID|BLOCK_ID|BYTES|BLOCKS|RELATIVE_FNO
    TALL|T||TABLE|USERS|8|5|520297|65536|4|5
    TALL|T||TABLE|USERS|7|5|520293|65536|4|5
    TALL|T||TABLE|USERS|6|5|520289|65536|4|5
    TALL|T||TABLE|USERS|5|5|520285|65536|4|5
    TALL|T||TABLE|USERS|4|5|520281|65536|4|5
    TALL|T||TABLE|USERS|3|5|520277|65536|4|5
    TALL|T||TABLE|USERS|2|5|520273|65536|4|5
    TALL|T||TABLE|USERS|1|5|520269|65536|4|5
    TALL|T||TABLE|USERS|0|5|520261|131072|8|5I was sure that table should be 16k size (=block size) .
    Could You explain such behaviour ?
    Regards
    Greg

    When you create a table, Oracle allocates to the table's data segment an initial extent of a specified number of data blocks. Although no rows have been inserted yet, the Oracle data blocks that correspond to the initial extent are reserved for that table's rows.
    If the data blocks of a segment's initial extent become full and more space is required to hold new data, Oracle automatically allocates an incremental extent for that segment. An incremental extent is a subsequent extent of the same or greater size than the previously allocated extent in that segment.

  • Extention Manager installation failure

    I just opened a Creative Cloud account and installed Premiere Pro. I then downloaded and installed PluralEyes 3. When tried to install the Premiere Connector in Extension Manager I got the following message:
    Failed to install the Creative Suite Extension 'PluralEyes Collection:Extras:PluralEyes 3 Connector for Premiere Pro.zxp'. Please make sure the manifest.xml of this extension is valid and the Extension Manager recognizes at least one product which the extension supports. The extension will not be installed.
    I also tried installing Adobe Exchange and was given the same error message asking for a valid manifest. What is the problem?

    I just encountered this issue and did 1 (maybe 2) things to solve it.
    Ensure that the extension manager application that is opening is Extension Manager CC, and not Extension Manager CS6 (which is installed with CC for Fireworks CS6 alone).  This presumes our issues are derived from the same CC scenario.  If this install attempt is not correlating to the appropriate Extension Manager, exit from Extension Manager CS6 and run Extension Manager CC.  Select Install within Extension Manager CC and point the dialogue window to your PluralEyes 3 Connector for Premiere Pro executable.
    The other thing I tried prior to realizing the wrong extension manager was the default, was unzipping the PluralEyes 3 Connector for Premiere Pro file and extracting it to the same location as that file itself.  I don't expect that this mattered ,as it alone did not resolve my issue; rather the use of the appropriate extension manager was the final solution to my problem, but I mention it just in the event it was a contributing factor.
    Hope this helps

Maybe you are looking for

  • How do I port a number from Sprint?

    I just signed up for Verizon yesterday with an individual line, and need to port my number from Sprint (also an individual line). What number do I need to call?

  • 3 problems with conversion to PDF

    Hi, I am using Adobe Acrobat 6.0 Professional and MS Word 2003. When converting Word documents to PDF, I have these problems: 1) Bright colours in my Word files (red, pink, yellow) turn much darker and duller in PDF. They look kind of dirty red/pink/

  • Cloning error

    Hi Yesterday i was performing backup of our existing 11g DB and APPS then i tried to UP in other pc machine but i got error like this during restoring of CLONE ERROR: Failed to execute /oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl when

  • Eclipse Question

    The Hardey Har Har thread got me to download Eclipse and try it out. I am a harcore vim fan but I can see already how useful Eclipse will be. Anyway, I've started looking thru the tutorials (which are great) but can't figure one thing. This question

  • Photo library won't open with iPhoto 5 - asks for iPhoto4

    I used iPhoto 5.04 many times. This time, I get a dialog box saying I am using an unreleased version of iPhoto and I need to use iPhoto 4 or iPhoto 2. Any suggestions????