Why is my index bigger than my table ?

Hi
I am using locally managed tablespaces, with system allocation on 9.2.0.8
I have a table with some 32 columns and a 3 column index (unique key).
The 3 columns indexed are not null and all number(12) datatype.
The index is bigger than the table by a factor of almost 10.
I am not using compression of any kind.
Any ideas ?
Cheers

If the table has insert or delete activity on it then the index is being maintained and it is this maintenance that can lead to an index growing larger than the base table when the length of the indexed columns are small compared to the row length.
If one of the 3 key columns is a sequence number or generally follows an ever increasing value pattern and the delete process does not delete all values within the leaf blocks then the index will have a tendency to grow large realtive to the table.
Worse is if any of the three key values are allowed to be updated after insertion. That then becomes a delete and insert into the index.
If the tablespace was originally a dictionary managed tablespace and was converted to locally managed auto-allocate via sys.dbms_space_admin.tablespace_migrate_to_local then the storage behavior is different from if the tablespace was created auto-allocate from day one.
Calculate the expected size of the index. Rebuild or re-create it as free space ditakes and then compare the resulting size to the expected size.
HTH -- Mark D Powell --

Similar Messages

  • Index size (row_nums) is bigger than the tables row

    Hi everyone,
    I'm encountering some strange problems with the CBO in Oracle 10.2.0.3 - it's telling me that I have more rows in the indexes than there are rows in the tables.
    I've tried all combinations of dbms_stats and analyse and cannot understand how the CBO comes up with such numbers. I've even done a "delete statistics" and
    Re-analysed the table and indexes but it doesn't help.
    The command I used is variations of the following:
    exec
    DBMS_STATS.GATHER_TABLE_STATS(ownname=>'MBS',tabname=>'READINGTOU', -
    estimate_percent=>dbms_stats.auto_sample_size,method_opt=>'FOR COLUMNS PROCESSSTATUS',degree=>2);
    EVEN TRIED
    exec sys.dbms_utility.analyze_schema('MBS','ESTIMATE', estimate_percent => 15);
    I've even used estimate_percent of 50 and still getting lower numbers for the table.
    Initially I was afraid that since the index is larger than the table, the index would never be used. So the question is, does it really matter that the indexes' num_rows is bigger than the tables' num_rows? What is the consequence of this? And how do I get the optimizer to correct the differences in the stats. The table is 30G in size and growing, so a COMPUTE is out of the question.
    but have the same problem in dev..and i did the COMPUTE in dev...get the same thing... I have more rows in the indexes than there are rows in the tables
    Edited by: user630084 on Mar 11, 2009 10:45 AM

    Is your issue that you are having problems with the execution plans of queries referencing these objects? Or is your problem that you are observing more num_rows in the index than in the table when you query the data dictionary?
    If it's the latter then there's really no concern (unless the estimates are insanely inconsistent). The statistics are estimates and as such, will not be 100% accurate, though they should do a reasonable job of representing the data in your system (when they don't, then you have an issue, but we've seen nothing to indicate that as of yet).

  • Indexes which bigger than their tables

    hi,
    is it possible to find indexed which are bigger sized than their tables using a single query?
    I do not want to use a cursor.

    user8954613 wrote:
    is it possible to find indexed which are bigger sized than their tables using a single query?
    I do not want to use a cursor.Then it is not possible.
    All SQL are parsed, stored and executed as cursors.
    If you do not want to use cursors, you cannot by implication use SQL.
    Now what you meant were likely you do not want to use PL/SQL to parse and execute the SQL cursor? In which case it is important to get the definitions and terminology right.
    Refer to Oracle® Database Concepts:
    >
    When an application issues a SQL statement, the application makes a parse call to the database to prepare the statement for execution. The parse call opens or creates a cursor, which is a handle for the session-specific private SQL area that holds a parsed SQL statement and other processing information.

  • Why Index size is bigger than table size?

    Dear All,
    I found in my database my tables sizes is coming around 30TB (All Tables in Database). and my index size for the same is 60TB. This is data ware housing environment.
    How the index size and table size are differing?
    Why they are differing? why index size is bigger than table size?
    How to manage the size?
    Please give me clear explanation and required information on the above.
    Regards
    Suresh

    There are many reasons why the total space allocated indexes could be larger than the total space allocated to tables. Sometimes it's a mark of good design, sometimes it indicates a problem. In your position your first move is to spend as little time as possible in deciding whether your high-level summary is indicative of a problem, so you need to look at a little more detail.
    As someone else pointed out - are you looking at the sizes because you are running out of space, or because you have a perceived performance problem. If not, then your question is one of curiosity.
    If it's about performance then you should be looking for code (either through statspack/AWR or sql_trace) that is performing badly and use the analysis of that code to help you identify suspect indexes.
    If it's about space, then you need to do some simple investigations aimed at finding a few indexes that can be "shrunk" or dropped. Pointers for this are:
    select
            table_owner, table_name, count(*)
    from
            dba_indexes
    group by
            table_owner, table_name
    having
            count(*) > 2   -- adjust to keep the output short
    order by
            count(*) desc;This tells you which tables have the most indexes - check the sizes of the tables and indexes and then check the index definitions for the larger tables with lots of indexes.
    Second quick check - join dba_tables to dba_indexes by table_name, and report the table blocks and index leaf blocks in desending order of leaf block count. Look for indexes which are very big, and also bigger than their underlying tables. There are special cases (and bugs) that can cause indexes to be much bigger than they need to be ... this report may identify a couple of anomalies that could benefit from an emergency fix followed (possibly) by a strategic fix.
    Regards
    Jonathan Lewis

  • Why full index scan is faster than full table scan?

    Hi friends,
    In the where clause of a query,if we give a column that contains index on it,then oracle uses index to search data rather than a TABLE ACCESS FULL Operation.
    Why index searching is faster?

    Sometimes it is faster to use index and sometimes it is faster to use full table scan. If your statistics are up to date Oracle is far more likely to get it right. If the query can be satisfied entirely from the index, then an index scan will almost always be faster as there are fewer blocks to read in the index than there would be if the table itself were scanned. However if the query must extract data from the table when that data is not in te index, then the index scan will be faster only if a small percentage of the rows are to be returned. Consiter the case of an index where 40% of the rows are returned. Assume the index values are distributed evenly among the data blocks. Assume 10 rows will fit in each data block thus 4 of the 10 rows will match the condition. Then the average datablock will be fetched 4 times since most of the time adjacent index entries will not be in the same block. The number of single datablock fetches will be about 4 times the number of datablocks. Compare this to a full table scan that does multiblock reads. Far fewer reads are required to read the entire table. Though it depends on the number of rows per block, a general rule is any query returning more than about 10% of a table is faster NOT using an index.

  • I used scripting brigde to add a movie that has size bigger than 5GB, exactly after two minutes iTunes return a failed, but the processing of the file is actually added to iTunes Library successfully. The copying take more than 5 minutes to complete. Why?

    I used scripting brigde to add a movie that has size bigger than 5GB, exactly after two minutes iTunes return a failed, but the processing of the file is actually added to iTunes Library successfully. The copying take more than 5 minutes to complete. Why the iTunes Scripting Brigde returned failed when it is actually success? It occurred exactly 2 minutes after submit the request to Scripting Brigde. Is this 2 minutes related to the Apple Event time out? if it does, how do I get around this problem? thx

    I can tell you that this is some of the absolutely worst customer service I have ever dealt with. I found out from a store employee that when they are really busy with calls, they have third party companies taking overflow calls. One of those companies is Xerox. What can a Xerox call center rep possibly be able to authorize on a Verizon account?  I'm Sure there is a ton of misinformation out there due to this. They don't note the accounts properly or so everyone can see them. I have been transferred before and have asked if they work for Verizon or a third party also and was refused an answer so, apparently they aren't required to disclose that information. I spent a long time in the store on my last visit and it's not just customers that get the runaround. It happens to the store employees as well and it's beyond frustrating.

  • Why are the PDF files in v27 bigger than in v25?

    I have just created a v27 version of my single iOS app, which has been v25 before. Now the app has a size of about 550 MB instead of about 430 MB. I found out that the PDF files of the slideshows are bigger  than before. What is the reason for this change and is there a way to get smaller file sizes again?
    Kind regards
    Michael
    No idea? At least someone of the staff should know why the DPS creates larger files now.
    There is another issue which indicates that Adobe doesn't care about file sizes. In slideshows the DPS always uses PNG files (if you don't choose PDF files, which are larger now, as I have told you). Of course it is because of transparency, but it would be easy to let the user choose between PNG and JPG like Twixl does.
    Message was edited by: Michael Kokoscha

    You should report this via Gold Support who will investigate this. Minor file size changes will always occure on releases, however since you report the size change is significant, there may be some issue and needs further testing.

  • Why are 'saved as' .psd files so much bigger than original raw nef files?

    I was under the impression that original raw files were the biggest possible. I appear to be very wrong. Why are 'saved as' .psd files so much bigger than original raw nef files?
    I'm beginning to think that saving them as psd is a bad idea.
    Yes, though I've heard all the arguments of keepng the original raw files (For ex. Did you throw away the negatives when you were using film) I se eno purpose in keeping them. Once I've made the initial adjustments--cropping, color correction etc. I don't feel a need to ever go back and never do. Most of my work is done in Photoshop and I like it that way--but suddenly finding myself with such huge files doesn't appeal to me at all--and other formats like tif...well never mind for now.

    Good point made c.pfaffenbichler however, my thinking is this--there is time spent on the raw file and then there is much more time spent on (usually a psd) the file once in Photoshop. For me to then go back to the orignal raw file, after having worked on it on PS would mean getting rid of all the work (larger amount of work, time wise and artistic wise) done on PS which seems pointless. Although the psd file does show your layers and stuff it only shows the end results of that layer. It does not show from where to where you pointed your brush, from what point to what point you changed the color or part of an image etc. etc.Anyhow I understand why most people keep their raw files, but this is the main reason why I do not. It would mean hours of work on an image you already worked on (and usually were satisfied with) to perhaps make some minor alteration. Also please note that though I was noce a pro photog, no I do it mostly for fun. Getting the exact red in my Coca Cola can has never been of importance. On the other hand, if there were a way of working on a raw file within Photoshop and keep it (save it as) a raw file equivalent, then I would absolutely do so.

  • Why does the music on my iPhone take bigger than in iTunes

    As topic, I'm not really sure why. On my iPhone the music take up 11.3 Gb but in iTunes it is 10.34 Gb.

    I found out that my iTunes Media folder is a few gigs bigger than in iTunes.
    Is it possible to overwrite the iTunes media folder with the music that is in iTunes itself?

  • Why is Photoshop crashing when I try to open any file bigger than 5mb?

    I've been pulling my hair out trying to figure out why Photoshop crashes after I attempt to open any .psd file bigger than 5 mb. I've tried getting rid of any unvalidated fonts, deleting setting files, etc. But the larger the file, Photoshop simply crashes. Is there anything I'm overlooking? Here's my crash report:
    Process:         Adobe Photoshop CS5 [299]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0 (12.0x20100407.r.1103) (12.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [93]
    Date/Time:       2011-02-21 13:26:46.072 -0700
    OS Version:      Mac OS X 10.6.4 (10F2554)
    Report Version:  6
    Interval Since Last Report:          7413 sec
    Crashes Since Last Report:           10
    Per-App Interval Since Last Report:  2116 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      4711467D-3520-4953-97FB-F4E7D69B423B
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    *** error for object 0x135c3f200: incorrect checksum for freed object - object was probably modified after being freed.
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x00007fff86cc23d6 __kill + 10
    1   libSystem.B.dylib                 0x00007fff86d62972 abort + 83
    2   libSystem.B.dylib                 0x00007fff86d51625 szone_error + 519
    3   libSystem.B.dylib                 0x00007fff86c7eb4b small_free_list_remove_ptr + 246
    4   libSystem.B.dylib                 0x00007fff86c7b5ef szone_free_definite_size + 3254
    5   libFontParser.dylib               0x00007fff86e35314 FPFontCreateFontsWithPath + 1358
    6   libCGXType.A.dylib                0x00007fff80bd3e52 create_private_data_with_path + 22
    7   com.apple.CoreGraphics            0x00007fff860bdc63 CGFontCreateFontsWithPath + 51
    8   com.apple.CoreGraphics            0x00007fff860bd8c4 CGFontCreateFontsWithURL + 433
    9   com.apple.CoreText                0x00007fff86b9a073 TCGFont::TCGFont(__CFURL const*, bool) + 73
    10  com.apple.CoreText                0x00007fff86b99e00 TCGFontCache::CopyFont(__CFURL const*) const + 92
    11  com.apple.CoreText                0x00007fff86b99c5a TBaseFont::CopyNativeFont() const + 50
    12  com.apple.CoreText                0x00007fff86b9b517 TBaseFont::CopyAvailableTables(unsigned int) const + 25
    13  AdobeCoolType                     0x0000000104311626 CTCleanup + 1011680
    14  AdobeCoolType                     0x00000001043145b4 CTCleanup + 1023854
    15  AdobeCoolType                     0x00000001043146f3 CTCleanup + 1024173
    16  AdobeCoolType                     0x0000000104315f24 CTCleanup + 1030366
    17  AdobeCoolType                     0x0000000104269465 CTCleanup + 323103
    18  AdobeCoolType                     0x00000001041c9e10 0x1041c5000 + 19984
    19  AdobeCoolType                     0x00000001041f9269 0x1041c5000 + 213609
    20  AdobeCoolType                     0x00000001042368a2 CTCleanup + 115292
    21  AdobeCoolType                     0x00000001041eeae4 0x1041c5000 + 170724
    22  AdobeCoolType                     0x0000000104201060 0x1041c5000 + 245856
    23  AdobeCoolType                     0x00000001041f4b24 0x1041c5000 + 195364
    24  AdobeCoolType                     0x000000010420747a 0x1041c5000 + 271482
    25  com.adobe.Photoshop               0x000000010090993c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6475264
    26  com.adobe.Photoshop               0x00000001008fcc22 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6422758
    27  com.adobe.Photoshop               0x0000000100964494 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6846808
    28  com.adobe.Photoshop               0x0000000100970fc4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6898824
    29  com.adobe.Photoshop               0x0000000100972848 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6905100
    30  com.adobe.Photoshop               0x0000000100448fbf AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1492099
    31  com.adobe.Photoshop               0x0000000100c46b6a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9871406
    32  com.adobe.Photoshop               0x0000000100c46bca AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9871502
    33  com.adobe.Photoshop               0x000000010096896e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6864434
    34  com.adobe.Photoshop               0x000000010096fd76 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6894138
    35  com.adobe.Photoshop               0x0000000100964e53 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6849303
    36  com.adobe.Photoshop               0x0000000100964f32 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6849526
    37  com.adobe.Photoshop               0x000000010098445e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6977826
    38  com.adobe.Photoshop               0x00000001008dc8b6 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6290810
    39  com.adobe.Photoshop               0x00000001004f9a30 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2215668
    40  com.adobe.Photoshop               0x00000001004fb776 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2223162
    41  com.adobe.Photoshop               0x00000001004fc0f5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2225593
    42  com.adobe.Photoshop               0x00000001004fdea4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2233192
    43  com.adobe.Photoshop               0x00000001004fdff3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2233527
    44  com.adobe.Photoshop               0x000000010076cbaf AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4784243
    45  com.adobe.Photoshop               0x000000010076e688 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4791116
    46  com.adobe.Photoshop               0x000000010076d106 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4785610
    47  com.adobe.Photoshop               0x000000010050f6b0 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2304884
    48  com.adobe.Photoshop               0x00000001004c0774 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1981496
    49  com.adobe.Photoshop               0x0000000100081235 0x100000000 + 528949
    50  com.adobe.Photoshop               0x0000000100c32067 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9786667
    51  com.adobe.Photoshop               0x0000000100080dd9 0x100000000 + 527833
    52  com.adobe.Photoshop               0x000000010006c134 0x100000000 + 442676
    53  com.adobe.Photoshop               0x000000010006cc51 0x100000000 + 445521
    54  com.adobe.Photoshop               0x0000000100071d74 0x100000000 + 466292
    55  com.adobe.Photoshop               0x000000010006716f 0x100000000 + 422255
    56  com.adobe.Photoshop               0x0000000100067232 0x100000000 + 422450
    57  com.adobe.Photoshop               0x00000001012f0007 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16856267
    58  com.adobe.Photoshop               0x00000001000792bc 0x100000000 + 496316
    59  com.adobe.Photoshop               0x000000010006716f 0x100000000 + 422255
    60  com.adobe.Photoshop               0x0000000100067232 0x100000000 + 422450
    61  com.adobe.Photoshop               0x00000001012f0007 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16856267
    62  com.apple.AppKit                  0x00007fff886f5922 -[NSApplication run] + 474
    63  com.adobe.Photoshop               0x00000001012ee19c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16848480
    64  com.adobe.Photoshop               0x00000001012ef3c7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16853131
    65  com.adobe.Photoshop               0x0000000100068e82 0x100000000 + 429698
    66  com.adobe.Photoshop               0x0000000100238308 0x100000000 + 2327304
    67  com.adobe.Photoshop               0x00000001002383a7 0x100000000 + 2327463
    68  com.adobe.Photoshop               0x0000000100002ea4 0x100000000 + 11940
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff86c8d08a kevent + 10
    1   libSystem.B.dylib                 0x00007fff86c8ef5d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff86c8ec34 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff86c8e75e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff86c8e088 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff86c8df25 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services            0x0000000108623c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services            0x000000010861ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services            0x0000000108623cbe AMTThread::Worker(void*) + 28
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                 0x00007fff86c8deaa __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff86c8e2bc _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff86c8df25 start_wqthread + 13
    Thread 4:
    0   libSystem.B.dylib                 0x00007fff86c7434e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff84fbc88e MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x000000012ec9abd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                 0x00007fff86c7434e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff84fbc88e MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x000000012ec9abd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                 0x00007fff86c7434e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff84fbc88e MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x000000012ec9abd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                 0x00007fff86c7434e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff84fbc88e MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x000000012ec9abd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                 0x00007fff86c7434e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff84fbc88e MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x000000012ec9abd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                 0x00007fff86c7434e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff84fbc88e MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x000000012ec9abd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                 0x00007fff86c7434e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff84fbc88e MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x000000012ec9abd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff84fe64c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f55cc0 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff84f4fbcb MPWaitOnQueue + 215
    5   AdobeACE                          0x000000010592c23d 0x1058f2000 + 238141
    6   AdobeACE                          0x000000010592bbea 0x1058f2000 + 236522
    7   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff84fe64c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f55cc0 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff84f4fbcb MPWaitOnQueue + 215
    5   AdobeACE                          0x000000010592c23d 0x1058f2000 + 238141
    6   AdobeACE                          0x000000010592bbea 0x1058f2000 + 236522
    7   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff84fe64c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f55cc0 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff84f4fbcb MPWaitOnQueue + 215
    5   AdobeACE                          0x000000010592c23d 0x1058f2000 + 238141
    6   AdobeACE                          0x000000010592bbea 0x1058f2000 + 236522
    7   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff84fe64c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f55cc0 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff84f4fbcb MPWaitOnQueue + 215
    5   AdobeACE                          0x000000010592c23d 0x1058f2000 + 238141
    6   AdobeACE                          0x000000010592bbea 0x1058f2000 + 236522
    7   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff84fe64c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f55cc0 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff84f4fbcb MPWaitOnQueue + 215
    5   AdobeACE                          0x000000010592c23d 0x1058f2000 + 238141
    6   AdobeACE                          0x000000010592bbea 0x1058f2000 + 236522
    7   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff84fe64c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f55cc0 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff84f4fbcb MPWaitOnQueue + 215
    5   AdobeACE                          0x000000010592c23d 0x1058f2000 + 238141
    6   AdobeACE                          0x000000010592bbea 0x1058f2000 + 236522
    7   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff84fe64c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff84f55cc0 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff84f4fbcb MPWaitOnQueue + 215
    5   AdobeACE                          0x000000010592c23d 0x1058f2000 + 238141
    6   AdobeACE                          0x000000010592bbea 0x1058f2000 + 236522
    7   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86caed45 nanosleep + 148
    2   com.adobe.PSAutomate              0x0000000131ed50fb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate              0x0000000131eb7033 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate              0x0000000131ed51f6 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x0000000132d7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl               0x0000000132b40a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x0000000132d7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl               0x0000000132b40a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x0000000132d7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl               0x0000000132b40a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x0000000132d7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl               0x0000000132b40a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x0000000132d7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl               0x0000000132b40a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x0000000132d7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl               0x0000000132b40a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x0000000132d7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl               0x0000000132b40a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x0000000132d7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl               0x0000000132b40a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib                 0x00007fff86c742fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff86c7496d mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff883043c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff8830384f CFRunLoopRunSpecific + 575
    4   com.apple.CoreMediaIOServices     0x00007fff80e1a63f MIO::DAL::RunLoop::OwnThread(void*) + 147
    5   com.apple.CoreMediaIOServices     0x00007fff80e1c20a CAPThread::Entry(CAPThread*) + 140
    6   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib                 0x00007fff86c7435a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff86cb2bc2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl               0x0000000132d7f019 APXGetHostAPI + 2430457
    3   com.adobe.adobeswfl               0x0000000132f14943 APXGetHostAPI + 4091683
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib                 0x00007fff86c7435a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff86cb2bc2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl               0x0000000132d7f019 APXGetHostAPI + 2430457
    3   com.adobe.adobeswfl               0x0000000132d9b95c APXGetHostAPI + 2547516
    4   com.adobe.adobeswfl               0x0000000132d7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl               0x0000000132d7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl               0x0000000132d7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib                 0x00007fff86cb7df2 recvfrom + 10
    1   ServiceManager-Launcher.dylib     0x000000013656b982 Invoke + 54020
    2   ServiceManager-Launcher.dylib     0x000000013656aadf Invoke + 50273
    3   ServiceManager-Launcher.dylib     0x0000000136569b26 Invoke + 46248
    4   ServiceManager-Launcher.dylib     0x0000000136569b81 Invoke + 46339
    5   ServiceManager-Launcher.dylib     0x0000000136569c02 Invoke + 46468
    6   ServiceManager-Launcher.dylib     0x000000013656430d Invoke + 23695
    7   ServiceManager-Launcher.dylib     0x00000001365644a6 Invoke + 24104
    8   ServiceManager-Launcher.dylib     0x0000000136564f2f Invoke + 26801
    9   ServiceManager-Launcher.dylib     0x000000013656501d Invoke + 27039
    10  ServiceManager-Launcher.dylib     0x000000013656831f Invoke + 40097
    11  ServiceManager-Launcher.dylib     0x00000001365685c5 Invoke + 40775
    12  ServiceManager-Launcher.dylib     0x0000000136568b84 Invoke + 42246
    13  ServiceManager-Launcher.dylib     0x0000000136568d71 Invoke + 42739
    14  ServiceManager-Launcher.dylib     0x000000013655adaf Login + 1773
    15  ServiceManager-Launcher.dylib     0x000000013655c295 Login + 7123
    16  ServiceManager-Launcher.dylib     0x00000001365692a8 Invoke + 44074
    17  ServiceManager-Launcher.dylib     0x000000013656b6c1 Invoke + 53315
    18  libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    19  libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib                 0x00007fff86cb7dce select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x00007fff88325e92 __CFSocketManager + 818
    2   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    3   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 36:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 37:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 38:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 39:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86cb2cd1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 40:
    0   libSystem.B.dylib                 0x00007fff86c742fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff86c7496d mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff883043c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff8830384f CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation          0x00007fff883035d6 CFRunLoopRun + 70
    5   com.apple.DesktopServices         0x00007fff8440960e TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514
    6   ...ple.CoreServices.CarbonCore    0x00007fff84f27e79 PrivateMPEntryPoint + 63
    7   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 41:
    0   libSystem.B.dylib                 0x00007fff86c8deaa __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff86c8e2bc _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff86c8df25 start_wqthread + 13
    Thread 42:
    0   libSystem.B.dylib                 0x00007fff86caeeb6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86caed45 nanosleep + 148
    2   libSystem.B.dylib                 0x00007fff86caecaf usleep + 57
    3   com.apple.AppKit                  0x00007fff8887b619 -[NSUIHeartBeat _heartBeatThread:] + 1540
    4   com.apple.Foundation              0x00007fff83f01e8d __NSThread__main__ + 1429
    5   libSystem.B.dylib                 0x00007fff86cad456 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff86cad309 thread_start + 13
    Thread 43:
    0   libSystem.B.dylib                 0x00007fff86c8deaa __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff86c8e2bc _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff86c8df25 start_wqthread + 13
    Thread 44:
    0   libSystem.B.dylib                 0x00007fff86c8deaa __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff86c8e2bc _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff86c8df25 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001360b2000  rcx: 0x00007fff5fbf9888  rdx: 0x0000000000000000
      rdi: 0x000000000000012b  rsi: 0x0000000000000006  rbp: 0x00007fff5fbf98a0  rsp: 0x00007fff5fbf9888
       r8: 0x0000000000000e03   r9: 0x0000000000000000  r10: 0x00007fff86cbe412  r11: 0xffffff80002e1690
      r12: 0x0000000000000000  r13: 0x0000000135c3f200  r14: 0x0000000106bdd000  r15: 0x00000001360b20c0
      rip: 0x00007fff86cc23d6  rfl: 0x0000000000000206  cr2: 0x00000001360f7000
    Binary Images:
           0x100000000 -        0x1026b5fff +com.adobe.Photoshop 12.0 (12.0x20100407.r.1103) (12.0) <B69D89E5-01DD-C220-48B1-E129D0574536> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
           0x103295000 -        0x10330dfef +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <4A355686-1451-B19A-0C55-DFE49FD2539E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x103323000 -        0x10332afff  org.twain.dsm 1.9.4 (1.9.4) <D32C2B79-7DE8-1609-6BD4-FB55215BD75B> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103332000 -        0x103342ff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10334d000 -        0x103353ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <923CC88C-65CC-762E-A356-BD49C21CD681> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10335a000 -        0x103560fef +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x1035f3000 -        0x1037a1fef +com.adobe.owl AdobeOwl version 3.0.91 (3.0.91) <C36CA603-EFFB-2EED-6CEE-0B532CE052D2> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x103843000 -        0x103c73fef +AdobeMPS ??? (???) <FA334142-5343-8808-7760-4318EB62AD51> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103dcd000 -        0x1040f8ff7 +AdobeAGM ??? (???) <52E17D56-6E7A-A635-82ED-5DE1F3E5045D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1041c5000 -        0x1044edfe7 +AdobeCoolType ??? (???) <9E03F47A-06A3-F1F4-AC4C-76F12FACC294> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x104585000 -        0x1045a6ff7 +AdobeBIBUtils ??? (???) <F7150688-2C15-0F0C-AF24-93ED82FC321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x1045b3000 -        0x1045deff6 +AdobeAXE8SharedExpat ??? (???) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x1045f0000 -        0x104734fef +WRServices ??? (???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10477b000 -        0x1047e0fff +aif_core ??? (???) <12FA670E-05A8-1FCB-A7A2-AAE68728EA30> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x1047fc000 -        0x104812fff +data_flow ??? (???) <9C5D39A6-D2A2-9B6A-8B64-D1B59396C112> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x10482a000 -        0x1048c0fff +image_flow ??? (???) <B72AA922-0D68-D57E-96B1-2E009B0AD4AE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104937000 -        0x104955fff +image_runtime ??? (???) <32786637-C9BF-4CB6-2DF9-5D99220E00BE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x104972000 -        0x104ba1fff +aif_ogl ??? (???) <615E7DF6-09B1-857A-74AC-E224A636BEE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x104c80000 -        0x104d13fff +AdobeOwlCanvas ??? (???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
           0x104d33000 -        0x10507cfef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x10520c000 -        0x10538efe7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x105430000 -        0x1057a8fff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x1058f2000 -        0x105a06fff +AdobeACE ??? (???) <E359887D-1E7F-5E62-CB8D-37CE4DBFB4D8> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105a2b000 -        0x105a47fff +AdobeBIB ??? (???) <7A792F27-42CC-2DCA-D5DF-88A2CE6C2626> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105a51000 -        0x105abbff7 +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x105aee000 -        0x105bc1ffb +AdobeJP2K ??? (???) <465D1693-BE79-590E-E1AA-BAA8061B4746> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105be1000 -        0x105be5ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <0C380604-C686-C2E4-0535-C1FAB230187E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x105be9000 -        0x105c60fff +FileInfo ??? (???) <6D5235B9-0EB6-17CA-6457-A2507A87EA8F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105c81000 -        0x105cdfffd +AdobeXMP ??? (???) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105ced000 -        0x106188fff +com.nvidia.cg 2.2.0006 (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
           0x10670e000 -        0x106764feb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1067a9000 -        0x1067ceffe +adobepdfsettings ??? (???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x106808000 -        0x10680dffd +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x106812000 -        0x1069adfff +com.adobe.PlugPlug 2.0.0.746 (2.0.0.746) <CB23C5AA-0E4B-182B-CB88-57DD32893F92> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106a55000 -        0x106a6efeb +libtbb.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
           0x106a7f000 -        0x106a85feb +libtbbmalloc.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106a8c000 -        0x106a8cff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <B146C134-CE18-EC95-12F8-E5C2BCB43A6B> /usr/lib/libmx.A.dylib
           0x106a8f000 -        0x106a97ff3 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x106a9e000 -        0x106b84fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
           0x106f52000 -        0x106f54fef  com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x106ff0000 -        0x106ff1fff  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <C08B10E5-9E94-2201-12F8-E0C173A50A9A> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x108600000 -        0x108670ff6 +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <52FF1F9B-9991-ECE2-C7E3-09DA1B368CBE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
           0x1087ad000 -        0x1087c4fe7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <38141889-9D01-BC79-A99A-33BFFD61B6B4> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x1087c8000 -        0x1087e9fef  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <61B6771A-E4E3-E376-3098-D71609E2A5E5> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x1087ed000 -        0x1087fcfe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <231C3C69-451D-1A56-DE2D-3E4CDA8528CF> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x10a55a000 -        0x10a56cfff  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <A30E349F-668B-6FF9-EA32-73F3248836BD> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x10a570000 -        0x10a578fff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
           0x10a5e2000 -        0x10a5e9fff +Enable Async IO ??? (???) <9C98DC9E-5974-FE5D-75C3-16BC4738DCC8> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x12b6db000 -        0x12b6e4fff +FastCore ??? (???) <F1D1C94D-4FE1-F969-6FC2-8D81837CA5E1> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x12d2f1000 -        0x12d317fff  GLRendererFloat ??? (???) <D0C5E9F1-6FE3-E177-8D35-AF17029B2194> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x12d475000 -        0x12d478fef  libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <7D2E4846-B21C-5157-812A-DE99FBEDC4FF> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
           0x12d49c000 -        0x12d4a3fff  com.apple.qldisplay.NSImage 2.2 (327.4) <264B226E-E32F-F02F-F419-682CC4B92409> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/Resources/DisplayBundles/NSImage.qldisplay/Contents/MacOS/NSImage
           0x12d6d0000 -        0x12d6ecff7 +MeasurementCore ??? (???) <0E3BE9B3-FF3D-78A6-38EC-5CB0828B80EB> /Applications/Adobe Photoshop CS5/Plug-ins/Measurements/MeasurementCore.plugin/Contents/MacOS/MeasurementCore
           0x12d70c000 -        0x12d710fff  com.apple.audio.AudioIPCPlugIn 1.1.5 (1.1.5) <16F7927A-259C-B3FD-A2A9-A304F5BF6511> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x12d715000 -        0x12d71bfff  com.apple.audio.AppleHDAHALPlugIn 1.9.3 (1.9.3f5) <14EFBE46-438F-79BE-C3EE-D3F7B0E0AE9C> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDA

    Yes, you've overlooked several updates.
    1) You haven't installed the updates to Photoshop.  The current version is 12.0.2.
    2) You haven't installed the updates to the OS (specifically some that reduce how often you crash in the OS font code, like the crash you just posted).  The current version is 10.6.6.

  • Why Segment shrink is not supported for tables with function-based indexes

    As we all know , Segment shrink is not supported for tables with function-based indexes.
    But i'm very confused .
    Why Segment shrink is not supported for tables with function-based indexes ?? what's its essential?

    Creating a function based index creates a hidden virtual column (you'll see it if you query user_tab_cols) and once you index a virtual column you can no longer shrink the table:orcl> create table t1(c1 number,c2 as (c1 * 2)) segment creation immediate;
    Table created.
    orcl> alter table t1 enable row movement;
    Table altered.
    orcl>
    orcl> alter table t1 shrink space;
    Table altered.
    orcl> create index i2 on t1(c2);
    Index created.
    orcl> alter table t1 shrink space;
    alter table t1 shrink space
    ERROR at line 1:
    ORA-10631: SHRINK clause should not be specified for this object
    orcl>so the issue is not with function based indexes per se, it is a level beneath that. Perhaps because the virtual column has no physical existance, when the row is moved there is no reason for Oracle to realize that an index needs updating? I haven't attempted to reverse engineer this, I would be interested to know if anyone else has.

  • LOB segment size is 2 times bigger than the real data

    here's an interesting test:
    1. I created a tablespace called "smallblock" with 2K blocksize
    2. I created a table with a CLOB type field and specified the smallblock tablespace as a storage for the LOB segment:
    SCOTT@andrkydb> create table t1 (i int, b clob) lob (b) store as
    t1_lob (chunk 2K disable storage in row tablespace smallblock);
    3. I insert data into the table, using a bit less than 2K of data for the clob type column:
    SCOTT@andrkydb> begin
    2 for i in 1..1000 loop
    3 insert into t1 values (mod(i,5), rpad('*',2000,'*'));
    4 end loop;
    5 end;
    6 /
    4. Now I can see that I have an average of 2000 bytes for each lob item:
    SCOTT@andrkydb> select avg(dbms_lob.getlength(b)) from t1;
    AVG(DBMS_LOB.GETLENGTH(B))
    2000
    and that all together they take up:
    SCOTT@andrkydb> select sum(dbms_lob.getlength(b)) from t1;
    SUM(DBMS_LOB.GETLENGTH(B))
    2000000
    But when I take a look at how much is the LOB segment actually taking, I get a result, which is being a total mystery to me:
    SCOTT@andrkydb> select bytes from dba_segments where segment_name = 'T1_LOB';
    BYTES
    5242880
    What am I missing? Why is LOB segment is being ~2 times bigger than it is required by the data?
    I am on 10.2.0.3 EE, Solaris 5.10 sparc 64bit.
    Message was edited by:
    Andrei Kübar

    thanks for the link, it is good to know such thing is possible. Although I don't really see how can it help me..
    But you know, you were right regarding the smaller data amounts. I have tested with 1800 bytes of data and in this case it does fit just right.
    But this means that there is 248 bytes wasted (from my, as developer, point of view) per block! But if there is such an overhead, then I must be able to estimate it when designing the data structures. And I don't see anywhere in the docs a single word about such thing.
    Moreover, if you use NCLOB type, then only 990 bytes fits into a single 2K chunk. So the overhead might become really huge when you go over to gigabyte amounts...
    I have a LOB segment for a nclob type field in a production database, which is 5GB large and it contains only 2,2GB of real data. There is no "deleted" rows in it, I know because I have rebuilt it. So this looks like a total waste of disk space... I must say, I'm quite disappointed with this.
    - Andrei

  • Oracle OUTER JOIN on more than one table

    Hi!
    Friends, please help with this urgent problem: How can an outer join be written on more than one table?
    An SQL Server query:
    SELECT * from a INNER JOIN b on a.id = b.id LEFT OUTER JOIN c ON c.id = a.id AND c.id = b.id
    works fine with SQL SERVER
    But Oracle query:
    SELECT * from a,b,c WHERE a.id = b.id AND a.id = c.id (+) AND b.id = c.id (+)
    gives an error: OUTER JOIN cannot be used on more than one table? Why?
    I use OracleDriver from classes12.zip to connect to Oracle8i database.
    Please, help!

    The Oracle 8i and later SQL reference reads that the following "join_types" are supported and under this syntax it does not limit the LEFT OUTER JOIN (syntax the same as SQLServer example in original note) to two tables as implied in these notes:
    The join_type indicates the kind of join being performed:
    Specify INNER to indicate explicitly that an inner join is being performed. This is the default.
    Specify RIGHT to indicate a right outer join.
    Specify LEFT to indicate a left outer join.
    Specify FULL to indicate a full or two-sided outer join. In addition to the inner join, rows from both tables that have not been returned in the result of the inner join will be preserved and extended with nulls.
    You can specify the optional OUTER keyword following RIGHT, LEFT, or FULL to explicitly clarify that an outer join is being performed.

  • Non-Partitioned Global Index on Range-Partitioned Table.

    Hi All,
    Is it possible to create Non-Partitioned Global Index on Range-Partitioned Table?
    We have 4 indexes on CS_BILLING range-partitioned table, in which one is CBS_CLIENT_CODE(*local partitioned index*) and others are unknown types of index to me??
    Means other 3 indexes are what type indexes ...either non-partitioned global index OR non-partitioned normal index??
    Also if we create index as :(create index i_name on t_name(c_name)) By default it will create Global index. Please correct me......
    Please help me in identifying other 3 indexes types by referring below ouputs!!!
    select INDEX_NAME,TABLE_NAME,PARTITIONING_TYPE,LOCALITY from dba_part_indexes where TABLE_NAME='CS_BILLING';
    INDEX_NAME TABLE_NAME PARTITI LOCALI
    CSB_CLIENT_CODE CS_BILLING RANGE LOCAL
    select index_name,index_type,table_name,table_type,PARTITIONED from dba_indexes where table_name='CS_BILLING';
    INDEX_NAME INDEX_TYPE TABLE_NAME TABLE_TYPE PAR
    CSB_CREATE_DATE NORMAL CS_BILLING TABLE NO
    CSB_SUBMIT_ORDER NORMAL CS_BILLING TABLE NO
    CSB_CLIENT_CODE NORMAL CS_BILLING TABLE YES
    CSB_ORDER_NBR NORMAL CS_BILLING TABLE NO
    select INDEX_OWNER,INDEX_NAME,TABLE_NAME,COLUMN_NAME from dba_ind_columns where TABLE_NAME='CS_BILLING';
    INDEX_OWNER INDEX_NAME TABLE_NAME COLUMN_NAME
    RPADMIN CSB_CREATE_DATE CS_BILLING CREATE_DATE
    RPADMIN CSB_SUBMIT_ORDER CS_BILLING SUBMIT_TO_INVOICE
    RPADMIN CSB_SUBMIT_ORDER CS_BILLING ORDER_NBR
    RPADMIN CSB_CLIENT_CODE CS_BILLING CLIENT_CODE
    RPADMIN CSB_ORDER_NBR CS_BILLING ORDER_NBR
    select dip.index_name, dpi.locality, dip.partition_name, dip.status
    from dba_part_indexes dpi, dba_ind_partitions dip
    where dpi.table_name ='CS_BILLING'
    and dpi.index_name = dip.index_name;
    INDEX_NAME LOCALI PARTITION_NAME STATUS
    CSB_CLIENT_CODE LOCAL CSB_2006_4Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2006_3Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2007_1Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2007_2Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2007_3Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2007_4Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2008_1Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2008_2Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2008_3Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2008_4Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2009_1Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2009_2Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2009_3Q USABLE
    CSB_CLIENT_CODE LOCAL CSB_2009_4Q USABLE
    select * from dba_part_indexes
    where table_name ='CS_BILLING'
    and locality = 'GLOBAL';
    no rows selected
    -Yasser
    Edited by: YasserRACDBA on Mar 5, 2009 11:45 PM

    Yaseer,
    Is it possible to create Non-Partitioned and Global Index on Range-Partitioned Table?
    Yes
    We have 4 indexes on CS_BILLING range-partitioned table, in which one is CBS_CLIENT_CODE(*local partitioned index*) and others are unknown types of index to me??
    Means other 3 indexes are what type indexes ...either non-partitioned global index OR non-partitioned normal index??
    You got local index and 3 non-partitioned "NORMAL" b-tree tyep indexes
    Also if we create index as :(create index i_name on t_name(c_name)) By default it will create Global index. Please correct me......
    Above staement will create non-partitioned index
    Here is an example of creating global partitioned indexes
    CREATE INDEX month_ix ON sales(sales_month)
       GLOBAL PARTITION BY RANGE(sales_month)
          (PARTITION pm1_ix VALUES LESS THAN (2)
           PARTITION pm2_ix VALUES LESS THAN (3)
           PARTITION pm3_ix VALUES LESS THAN (4)
            PARTITION pm12_ix VALUES LESS THAN (MAXVALUE));Regards

  • Create/drop index on a busy table

    Hello,
    It's kind-a of a funny question but how do you create or drop a index on a very busy table? (by making the users wait...)
    I tried:
    lock table <table> in exclusive mode
    then in another session (session2)
    update <table> set col1 = 'a';
    (this session now waits)
    then back a the first session:
    create index bla on <table> (col1);
    And what happens is that the lock is released immediatelly, and in session2 the update updates and I get the standard "RESOURCE BUSY" error.
    Any ideas on how to do that ?
    Thanks

    Jozsef wrote:
    Hi there,
    I have done similar things couple of times before and I have used a pretty good method to obtain a rough (and it was really a rough, but enough) estimation.
    Sorry folks, it does not work properly for create index...this method only works for SELECT statments, SO IGNORE IT :(
    It nearly works in 10g:
    | Id  | Operation              | Name  | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | CREATE INDEX STATEMENT |       | 10000 | 40000 |    10   (0)| 00:00:01 |
    |   1 |  INDEX BUILD NON UNIQUE| T1_I1 |       |       |            |          |
    |   2 |   SORT CREATE INDEX    |       | 10000 | 40000 |            |          |
    |   3 |    TABLE ACCESS FULL   | T1    | 10000 | 40000 |     6   (0)| 00:00:01 |
    Note
       - estimated index size: 196K bytesThe "Note" tells you Oracle's estimate of the final space allocation needed for the index. There are various reasons why the estimate is not very accurate, and why it's not a good estimate of the space requirement in the TEMP tablespace, but it gives you a figure that is probably in the right ballpark (factor of 2 out, either way, probably).
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    "For every expert there is an equal and opposite expert."
    Arthur C. Clarke

Maybe you are looking for

  • Help needed with RA with Sales order scenario

    Hello Gurus, We are using SD-RR right now for our sales orders. We are facing difficulty with timing cost posting in that scenario and need your help with same. When we do PGI cogs posting is done. RR usually happens at at later point of time after c

  • Help! adobe acrobat X pro. Cannot edit a pdf.

    help! I have adobe acrobat X pro. Cannot edit a pdf. watched videos, followed directions, nothing. Tried tools, edit document text, recognize text, then tried even to change font, nothing.

  • Windows Media Player to iTunes

    I have several media files on Windows Media Player, and I want to load them onto my iPod. Can that be done, and if so, how? I tried a direct transfer from my computer hard drive to the iPod, but none of the music showed up on the iPod. This lead me t

  • BCUSER Register Access Key

    Hi, This post concerns a SAP Netweaver 7.02 SP06 64-bit trial version. I made license renewal successfully. Now, when I would like to change an ABAP object, system ask me an access key for BCUSER. It worked before renewal. I thought BCUSER does not n

  • What does the following code mean???

    what does the following code mean ?? fpm.raiseReviewAndSaveEvent(IFPM.EVENT_REVIEW, IFPM.EVENT_SAVE, vcFormEditButtons); thanks in advance. can you please tell me best site to learn WD4J coding. site having lot of WD4J code examples