SDO_UTIL.TO_WKTGEOMETRY crashes when processing collection

Hi folks,
Another weird WKT thing. I have what I think is a very reasonable collection comprising one polygon with a bunch of holes and one linestring. SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT says the geometry is valid. However when I attempt to convert the geometry to WKT, I get a generic java runtime error on 11.1.0.6 and a specific error on 10.2.0.4 of
ORA-29532: Java call terminated by uncaught Java exception: java.lang.RuntimeException: oracle.spatial.util.GeometryExceptionWithContext: Unsupported collection element: elemInfo type 2003
ORA-06512: at "MDSYS.SDO_UTIL", line 2495
ORA-06512: at "MDSYS.SDO_UTIL", line 2517
ORA-06512: at line 561
Why would a 2003 polygon not be supported in a collection?
Thanks!
Paul
Here is the procedure with the troublesome geometry:
DECLARE
sdo_example SDO_GEOMETRY;
str_validate VARCHAR2(16);
clb_wkt CLOB;
BEGIN
sdo_example := SDO_GEOMETRY
2004,
8265,
NULL,
SDO_ELEM_INFO_ARRAY
1,
1003,
1,
415,
2003,
1,
433,
2003,
1,
451,
2003,
1,
471,
2003,
1,
485,
2003,
1,
499,
2,
1
SDO_ORDINATE_ARRAY
-118.651784895553,
40.0356302970485,
-118.651814679249,
40.0354702026973,
-118.652439578073,
40.0350811147507,
-118.652528705644,
40.0347836130663,
-118.652707072544,
40.034600496421,
-118.652736912119,
40.034394580999,
-118.652439075159,
40.0340514258819,
-118.652885327685,
40.0333420933535,
-118.653688593409,
40.0326556154812,
-118.654491691494,
40.0317171775986,
-118.654967504199,
40.0308019855276,
-118.655086583104,
40.0308019855276,
-118.656514915289,
40.0300235861168,
-118.656574426802,
40.0297491067266,
-118.65636588505,
40.0294288062655,
-118.656514524134,
40.0290855952691,
-118.657198710953,
40.0283074752551,
-118.65853679798,
40.0261563994965,
-118.659012722444,
40.0254927762802,
-118.661333112647,
40.0238219276958,
-118.663593488424,
40.0215789862781,
-118.664129092038,
40.0215101987925,
-118.664575288685,
40.0213041157324,
-118.66549707452,
40.0202055834987,
-118.666181317218,
40.0197019987542,
-118.667371379835,
40.0192669220987,
-118.668144917742,
40.0188317895637,
-118.668620674568,
40.0183512271134,
-118.668620618688,
40.0181454234501,
-118.668055175498,
40.0180769153613,
-118.668054896102,
40.017596520549,
-118.667727275445,
40.0172533095526,
-118.66769737999,
40.0170245953538,
-118.668143520758,
40.0165439770242,
-118.668291992203,
40.0162236206838,
-118.66930368792,
40.0160858780745,
-118.669392703732,
40.0158800185318,
-118.668112675354,
40.0149196200629,
-118.668052884445,
40.0146449171552,
-118.668469520913,
40.0145990960844,
-118.669064915437,
40.0150336139464,
-118.669421984514,
40.015124920812,
-118.669511223843,
40.0150104798936,
-118.670104774349,
40.0126766227658,
-118.670162777119,
40.0103200227407,
-118.670281408989,
40.0099539012088,
-118.670727382119,
40.0093359873047,
-118.670786614235,
40.009061284397,
-118.670547897631,
40.0079631991981,
-118.670784714337,
40.006201490783,
-118.670516381675,
40.0054465048218,
-118.669949876778,
40.0035249255729,
-118.669830797873,
40.0032275915266,
-118.669681599996,
40.0025640800691,
-118.669473225882,
40.0024956278596,
-118.668938013423,
40.0028619170295,
-118.659718981608,
40.0101405941328,
-118.659719875677,
40.0119251013246,
-118.659185501409,
40.0141674839488,
-118.658234378912,
40.0164327771084,
-118.657877924509,
40.0177370012467,
-118.6580276253,
40.0193843246228,
-118.657968504943,
40.0204825215805,
-118.657849817193,
40.0209172070806,
-118.657492915755,
40.0213978254102,
-118.65677900112,
40.0220157951937,
-118.654458387399,
40.0235950016364,
-118.65377420058,
40.0243274123383,
-118.651543496741,
40.0273708813912,
-118.650472401271,
40.0282404759088,
-118.650145283528,
40.0289040991251,
-118.650324097463,
40.0294988789763,
-118.651723316505,
40.0304595009627,
-118.651574677421,
40.0312144869239,
-118.651098976475,
40.0321756118245,
-118.649462214297,
40.0327479840545,
-118.648896826986,
40.033091195051,
-118.648688508752,
40.0333200768878,
-118.648480190517,
40.0333200768878,
-118.648212193132,
40.0330227987208,
-118.647914579689,
40.0330686197917,
-118.647617022125,
40.033274591093,
-118.646278488063,
40.0358144754015,
-118.6440169947,
40.0384001807809,
-118.643243289155,
40.0389950723909,
-118.642469527731,
40.0393157081281,
-118.642231314042,
40.0392926858339,
-118.642231314042,
40.0393842720962,
-118.640564600529,
40.0399564766882,
-118.640118124485,
40.0401854144044,
-118.639016910043,
40.0412151032731,
-118.638570601637,
40.0417641738123,
-118.63827332347,
40.0432286040605,
-118.637916198514,
40.0437548758229,
-118.637410099199,
40.0441896172024,
-118.636160022155,
40.0447846764504,
-118.634046497323,
40.0456771256241,
-118.632826092216,
40.0465467201417,
-118.632826203975,
40.0466611051808,
-118.632022379458,
40.0472559967907,
-118.630265979582,
40.0479881839752,
-118.630027821772,
40.0481026807729,
-118.629611073545,
40.0481026807729,
-118.628866704661,
40.0479653851985,
-118.62776532258,
40.0481943229146,
-118.627021009576,
40.0484688023048,
-118.625979027249,
40.0484460035281,
-118.624460673423,
40.0485603885672,
-118.621632619283,
40.0494069049113,
-118.620233176724,
40.0496356749894,
-118.619578326566,
40.0496128203333,
-118.618833901803,
40.049429703688,
-118.61627362153,
40.0496584178867,
-118.615350773988,
40.0496584178867,
-118.614755323584,
40.0494066813939,
-118.614338519478,
40.0494753012414,
-118.613891875796,
40.049772691167,
-118.613326320847,
40.0498641097913,
-118.611926990047,
40.0495206752774,
-118.610766096453,
40.0490173140504,
-118.60969438631,
40.0483994001463,
-118.608860778097,
40.0484679082351,
-118.60752090293,
40.0495201723632,
-118.607133714881,
40.050275102445,
-118.606835822041,
40.0512360038282,
-118.60647830593,
40.0517850743673,
-118.606299715513,
40.0519224258211,
-118.605852792434,
40.0529976004846,
-118.605554899594,
40.053295102169,
-118.605376085659,
40.0536839107189,
-118.605346301963,
40.0542788023289,
-118.604482295381,
40.0560176002086,
-118.604303593205,
40.0567040222015,
-118.604303313808,
40.0574818069394,
-118.604660494643,
40.0579166041982,
-118.604660327005,
40.058854595046,
-118.605047179777,
40.0594495984146,
-118.604451282339,
40.0607078897234,
-118.603825880601,
40.0613026136953,
-118.603855496659,
40.0614856744613,
-118.604867974687,
40.0615545178263,
-118.605284890552,
40.0615088085141,
-118.606416503364,
40.0611199999642,
-118.607220495519,
40.0610744024108,
-118.60990041349,
40.0612347761588,
-118.610674510191,
40.0614178928041,
-118.611716604276,
40.0618528018216,
-118.612222815351,
40.0618986228924,
-118.613056591202,
40.0616927074704,
-118.614783710296,
40.0615098143425,
-118.615438672213,
40.0617845172502,
-118.615706613718,
40.0618073160269,
-118.617969727583,
40.0614871832039,
-118.618743880163,
40.0611897932782,
-118.618982093852,
40.0610295871684,
-118.619011877548,
40.0609152021293,
-118.619518088622,
40.0606406109804,
-118.620351976232,
40.0605719911328,
-118.621126072932,
40.060709398466,
-118.621870385937,
40.0605721028915,
-118.62300188699,
40.0598628821219,
-118.623537993519,
40.0596112015084,
-118.624758678022,
40.0590849856253,
-118.625979418404,
40.0586961211961,
-118.62770642574,
40.0584671834799,
-118.629195219387,
40.0580552967565,
-118.629731102399,
40.057803616143,
-118.630862379934,
40.0570256078878,
-118.631606692939,
40.0569340216254,
-118.631844906628,
40.0568424912424,
-118.632083120317,
40.0563848952069,
-118.633392876511,
40.0551263803807,
-118.634524377564,
40.0547374041927,
-118.635238906872,
40.0542339870864,
-118.636399688707,
40.0532500075297,
-118.637024811048,
40.0524262899623,
-118.637649709872,
40.0510764123912,
-118.638215208941,
40.0504584984871,
-118.639554804711,
40.049337223356,
-118.640953688476,
40.0487650746434,
-118.641727673418,
40.0483530761613,
-118.642293116608,
40.0476437995123,
-118.643275475663,
40.0472547115656,
-118.644108916238,
40.0471173042324,
-118.644257778839,
40.0471630135445,
-118.644645022767,
40.0475518779738,
-118.644883124698,
40.0475975872859,
-118.645151010324,
40.0475060010236,
-118.645508191159,
40.0470254944527,
-118.646400975609,
40.0460872242081,
-118.646847004618,
40.0447602012931,
-118.647352992175,
40.0444626996087,
-118.647412391929,
40.0438448974633,
-118.647322984961,
40.043661780818,
-118.647322482047,
40.0423120150056,
-118.647590200035,
40.0416026824772,
-118.647619816093,
40.0412823820162,
-118.647351874588,
40.0412595273601,
-118.64669702443,
40.0413968788139,
-118.646518489892,
40.0412826055336,
-118.646518378133,
40.0410309249201,
-118.647321811495,
40.0401613862819,
-118.647381323007,
40.0399783255159,
-118.64827388394,
40.0389028155763,
-118.650029501505,
40.0371636265411,
-118.650922006558,
40.0361338817929,
-118.651784895553,
40.0356302970485,
-118.627229495448,
40.0502077119433,
-118.627289006961,
40.0499102102589,
-118.628033319965,
40.0496585855248,
-118.628241694079,
40.0494755247588,
-118.628539419281,
40.049338173305,
-118.628747681635,
40.0494526142234,
-118.62877757709,
40.0498414786527,
-118.628271477775,
40.050138980337,
-118.627229495448,
40.0502077119433,
-118.643958209619,
40.040642395767,
-118.643719884171,
40.0403907151535,
-118.643719772412,
40.0399331749973,
-118.643957818463,
40.0396584720897,
-118.644315111057,
40.0395669975861,
-118.644464085417,
40.0397270919372,
-118.644285606758,
40.0405508095047,
-118.644166583732,
40.0406422840083,
-118.643958209619,
40.040642395767,
-118.648868216756,
40.0361571276045,
-118.648897888694,
40.0359512121825,
-118.649433604067,
40.035630688204,
-118.649522787517,
40.0354476833174,
-118.649701210297,
40.0353331865196,
-118.649909696169,
40.0354476833174,
-118.649820512719,
40.0358138048493,
-118.649612306243,
40.0360425749274,
-118.649255125408,
40.0362027810372,
-118.648868216756,
40.0361571276045,
-118.645177888293,
40.0381025114585,
-118.64520761611,
40.0378051215328,
-118.645505117795,
40.037370324274,
-118.645892026446,
40.0372329728202,
-118.645743387363,
40.0380109251961,
-118.645505285433,
40.0381254219939,
-118.645177888293,
40.0381025114585,
-118.61558870828,
40.0512142108799,
-118.615380390046,
40.050848089348,
-118.615648275672,
40.0504592249187,
-118.615886489361,
40.0504363143833,
-118.616005624145,
40.0505965204932,
-118.615975672811,
40.0511913003444,
-118.61558870828,
40.0512142108799,
-83.088467803182,
32.7318730307068,
-83.0882509912858,
32.7317356233736,
-83.08719420093,
32.7316896346647,
-83.0851351584685,
32.7310939048644,
-83.0836449678378,
32.7305898172058,
-83.0826968069475,
32.7299482663346,
-83.0813963267259,
32.7294212681406,
-83.0801230038707,
32.729008878503,
-83.0795269387943,
32.7289858562089,
-83.0794185328462,
32.7291002971273
str_validate := SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT(sdo_example,0.5);
dbms_output.put_line(str_validate);
clb_wkt := SDO_UTIL.TO_WKTGEOMETRY(sdo_example);
END;

Hi Siva,
That makes sense that Oracle is using an older version of the WKT specification. But when I look at the documentation on these WKT functions, there is no mention of the specification used. For example, the GML converter specifies GML 2.0 right in the documentation. Do you know the version of WKT is currently supported by Oracle? Where is this documented? I should also note that it doesn't seem to mention anywhere that Oracle WKT functions are restricted to two-dimensional geometries only. Is this mainly a case of really poor documentation?
Anyhow, on page 21 of the current WKT specification 1.2, it states that GEOMETRYCOLLECTIONs:
A GeometryCollection is a geometric object that is a collection of some number of geometric objects.
All the elements in a GeometryCollection shall be in the same Spatial Reference System. This is also the Spatial
Reference System for the GeometryCollection.
GeometryCollection places no other constraints on its elements. Subclasses of GeometryCollection may restrict
membership based on dimension and may also place other constraints on the degree of spatial overlap between
elements.
Cheers and thanks for your help!
Paul

Similar Messages

  • Rawtherapee crashes when processing images.

    Rawtherapee was recently updated, now whenever I go to process images in queue it crashes with an error message of 'segmentation fault'.
    Awhile back, I managed to erase my local pacman cache, so there could some library RT is dependent on missing, or not rather, failing to be updated. I guess my questions are, is anyone else having issues with RT? How can I find what I am missing?
    Also, if I install the AUR package, will I lose my edits?
    Thanks!
    djolk

    karol wrote:
    djolk wrote:Also, if I install the AUR package, will I lose my edits?
    What edits?
    Edits I've made to images in the queue
    karol wrote:rawtherapee should be working. Make sure you have a fully updates system before you open a bug report.
    I'm not filing a bug report, I am trying to sort out if there is a problem with my system! Everything else works fine. I am now updating.
    I also just noticed that RT will process some images, and crash when process others. Unfortunately, while the changes I've made to images in the queue survive crashes, the ones in the editor don't.

  • ITunes crashes when processing purchases after restoring HD from Time Machine

    Ever since I had to restore the HD on my MacBook Pro last weekend, iTunes crashes each time it tries to process downloaded files. Everything elses seems to work fine after restoring my HD. Any ideas?
    I've already tried re-setting my Apple ID password, authorizing and deauthorizing and then authorizing my computer, deleting the partially downloaded files in the iTunes library and starting over, and looking into the settings of my Intego VirusBarrier X6 settings - not something I normally do as it usually just does its thing in the background, and I've had this running for the last year with no problems with iTunes in that all time.

    Sorry. I'm a bit slow today. The display sleep is normal when running off the install disc, but the HDs shouldn't sleep. Check out the tips I mentioned, since I don't use TM, I can't offer anything WRT restoring from its backups.

  • COMPUTE CRASHES WHEN PROCESSING LARGE FILES

    As far as basic operations, my G4 is running smoothly.
    However, whenever I need it to process significant files, such as exporting a 30minute video from FCP as a Quicktime movie, or using Compressor to encode an .M2V file, the computer crashes. Basically, if any task is going to take longer than fifteen minutes to complete, I know my computer won't make it.
    Thus far I've done a fresh install of the system software, reinstalled all applications, trashed prefs, run the pro application updtates, run disk utility, played with my work flow (internal vs. external drives), etc.
    I wonder if perhaps my processor is failing, if I need more memory (though my 768MB exceeds application minimum requirements), or if perhaps these G4s just aren't adequately equipped to run the newer pro application versions.
    Thanks in advance for any advice.

    I can't pull the dimm out due to the fact that I need a certain amount of memory installed to be able to run the software in the first place.
    I've run the hardware test disc that came with my computer and it has not detected any problems.
    I don't think heat is the issue as, according to the Temperature Monitor utility I downloaded, my computer remains consistant at around 58 degrees, even when performing difficult processes.
    According to my activity Monitor, when I'm processing one of these larger files, I'm using as much as 130% of the cpu, but it also can remains as low as 10% for extended periods. Both seem odd.
    Any thoughts?

  • Itunes crashes when processing download

    Itunes crashes literally after every single download i buy. it will download fine but when i tries to process, itunes crashes instantly and i lose my download,my money, and my patience with this program. I have emailed the support and I ask here also: all I want is either a fix or my money back. this wouldn't be such a bother to 9/10 itunes windows users if when we bought content it would be added to our account and we could download the content again without buying it again like say Steam, Audible, Napster, and the countless other downloadable content programs/sites.

    Yep, those "are" the ones I "was" getting also. I say "was" because for some unusual spite of luck, it has not done it since. I was able to use the store last night, purchased 11 songs without one issue.
    I play games and use monitoring software ((MSI afterburner 1.6) to watch my temps and control fans speeds. This was not running at the time during my downloads. It was running during my spat with iTunes crashing on purchases, just throwing ideas out there.
    I did come out of a game (Crysis Warhead) earlier that day prior to running iTunes.
    IDK, Yesterday, after I had contacted support about my failed downloads,I get home from work, turned on my rig, fire up iTunes and sure enough, I have downloads. From that point, all has been normal "so far".
    Programs running at time of crash
    Kaspersky 2010
    MSi afterburner
    Crysis Warhead (disc in drive) but not running
    firefox (latest version)
    Message was edited by: mytfastss

  • Enterprise Data Quality - stuck/crash when processing high volume

    I am using Enterprise Data Quality, trying to run a data profiling process of 1 million rows.  However, the process (which contains group and merge processors) appears to be always stuck half way through or crashes.  I have tried other data sources and the result is the same.
    It seems that Enterprise Data Quality does not handle high volume very well.   Please assist and let me know what other details you require.

    Hi,
    It is certainly not the case that EDQ does not handle large volumes of data well. We have a large number of customers running huge data volumes in the product and have benchmarked the product running services on massive volumes, including matching of 250m records.
    However, if you want to run large jobs, you need to make sure the system is installed and tuned correctly. How did you install the product? Are you running 32-bit or 64-bit? How much memory is allocated to EDQ?
    With regard to best practice, did you throw all profiling processors at all of your data? The better approach is to 'open profile' a sample of records and pick more carefully which processors to run on larger volumes... otherwise you are telling the server to do a huge amount of work and some of it may not be necessary. Data profiling is an iterative exercise to help you find data issues that you can check for an fix using audit and transformation processors. Profilers are used mostly for simple reporting when it comes to production jobs on larger volumes.
    Note that there are some profiling processors that will cause progress reporting to appear to 'pause' at 50% of the way through a process. These are 2-phase processors such as the Record Duplication Profiler which needs to spool all data to a table and then analyze it rather than work record by record. Such processors are typically slower than the simpler profilers that add flags to the data with a counting phase at the end (Frequency Profiler, Patterns Profiler etc.)
    Regards,
    Mike

  • IDVD crashes when processing movies

    Seen alot on this and not sure if there's a fix. Running iDVD 5.0.1 on OSX 10.4.7. Created a slideshow in iPhoto, exported to Quicktime and placed in iDVD (only contents in the iDVD project). When burning a DVD, iDVD gets to 'processing movie' and crashes. Dumped preferences, reset permissions, still crashes. Is it a version issue? Need to update to iDVD 6.0.2 which, I assume, means buying iLife?
    Guidance appreciated.

    Seen alot on this and not sure if there's a fix.
    Running iDVD 5.0.1 on OSX 10.4.7. Created an iMovie project
    When burning a
    DVD, iDVD gets to 'processing movie' and crashes.
    Dumped preferences, reset permissions, still crashes.
    Is it a version issue? Need to update to iDVD 6.0.2
    which, I assume, means buying iLife?
    Guidance appreciated.
    Hi, I'm new to this forum AND iMovie-iDVD ....Have created a few DVD's directly to iDvD and recently started the 'correct' ? way with iMovieHD first now I have MAJOR problem with this project which is about 36min long and really hacking me off ! - All quoted above is relevant + it goes straight to Apples Report dialogue which I have sent about four times now. It is jeopardizing this AND all my future planned projects.....I feel like seeking an alternative if only I knew of any other similarly priced Software to do the same job on the Mac?
    PowerPC G5 DP 2GHZ (2GHZ ram)   Mac OS X (10.4.7)   Wacom Graphire3 in use

  • Acrobat pdfmaker com addin for word 2010 crashes when processing large files

    I am trying to use the pdfmaker com addin for word 2010 to create a PDF document. Whenever I try and create the document, the acrobat addin crashes word.
    I attempted to perform this on both an x86 and x64 machine and it failed both times at around the approximately same point (during/immediately after determining the bookmarks).
    The document is large (862 pages, 2425 bookmarks, 311 300dpi graphics, for a total file size of 49.2MiB)
    I can generate the PDF by just printing, but the whole point of using the pdfmaker is so that we don't have to perform 2.5K of manual cross-links.
    Machine information:
    Windows 7 (x64) SP1
    Office 2010 (x64) 14.0.6112.5000
    Acrobat X Pro (x86) 10.1.3
    Crash Report:
    Version=1
    EventType=APPCRASH
    EventTime=129853934132967189
    ReportType=2
    Consent=1
    UploadTime=129853934134215189
    ReportIdentifier=4e4f5b16-c16a-11e1-ae3f-5c260a5c33cf
    IntegratorReportIdentifier=4e4f5b15-c16a-11e1-ae3f-5c260a5c33cf
    Response.BucketId=41559749
    Response.BucketTable=4
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=WINWORD.EXE
    Sig[1].Name=Application Version
    Sig[1].Value=14.0.6024.1000
    Sig[2].Name=Application Timestamp
    Sig[2].Value=4d83e2f6
    Sig[3].Name=Fault Module Name
    Sig[3].Value=wwlib.dll
    Sig[4].Name=Fault Module Version
    Sig[4].Value=14.0.6024.1000
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=4d83e39e
    Sig[6].Name=Exception Code
    Sig[6].Value=c0000005
    Sig[7].Name=Exception Offset
    Sig[7].Value=000000000031b4aa
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.256.48
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=1033
    UI[2]=C:\Program Files\Microsoft Office\Office14\WINWORD.EXE
    UI[3]=Microsoft Word has stopped working
    UI[4]=Windows can check online for a solution to the problem and try to recover your information and restart the program.
    UI[5]=Check online for a solution and restart the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Program Files\Microsoft Office\Office14\WINWORD.EXE
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\system32\kernel32.dll
    LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\system32\ADVAPI32.dll
    LoadedModule[5]=C:\Windows\system32\msvcrt.dll
    LoadedModule[6]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[7]=C:\Windows\system32\RPCRT4.dll
    LoadedModule[8]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161 _none_08e61857a83bc251\MSVCR90.dll
    LoadedModule[9]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df _5.82.7601.17514_none_a4d6a923711520a9\Comctl32.dll
    LoadedModule[10]=C:\Windows\system32\GDI32.dll
    LoadedModule[11]=C:\Windows\system32\USER32.dll
    LoadedModule[12]=C:\Windows\system32\LPK.dll
    LoadedModule[13]=C:\Windows\system32\USP10.dll
    LoadedModule[14]=C:\Windows\system32\IMM32.DLL
    LoadedModule[15]=C:\Windows\system32\MSCTF.dll
    LoadedModule[16]=C:\Windows\system32\nvinitx.dll
    LoadedModule[17]=C:\Program Files\NVIDIA Corporation\CoProcManager\_etoured.dll
    LoadedModule[18]=C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrapx.dll
    LoadedModule[19]=C:\Windows\system32\SETUPAPI.dll
    LoadedModule[20]=C:\Windows\system32\CFGMGR32.dll
    LoadedModule[21]=C:\Windows\system32\OLEAUT32.dll
    LoadedModule[22]=C:\Windows\system32\ole32.dll
    LoadedModule[23]=C:\Windows\system32\DEVOBJ.dll
    LoadedModule[24]=C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrapx.dll
    LoadedModule[25]=C:\Program Files\Microsoft Office\Office14\wwlib.dll
    LoadedModule[26]=C:\Program Files\Microsoft Office\Office14\gfx.dll
    LoadedModule[27]=C:\Windows\system32\WTSAPI32.dll
    LoadedModule[28]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[29]=C:\Program Files\Microsoft Office\Office14\oart.dll
    LoadedModule[30]=C:\Program Files\Common Files\Microsoft Shared\office14\mso.dll
    LoadedModule[31]=C:\Windows\system32\msi.dll
    LoadedModule[32]=C:\Windows\system32\SHLWAPI.dll
    LoadedModule[33]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1d f_6.0.7601.17514_none_fa396087175ac9ac\Comctl32.dll
    LoadedModule[34]=C:\Program Files\Common Files\Microsoft Shared\office14\Cultures\office.odf
    LoadedModule[35]=C:\Windows\system32\VERSION.DLL
    LoadedModule[36]=C:\Windows\system32\uxtheme.dll
    LoadedModule[37]=C:\Windows\system32\dwmapi.dll
    LoadedModule[38]=C:\Windows\system32\CRYPTBASE.dll
    LoadedModule[39]=C:\Windows\system32\CLBCatQ.DLL
    LoadedModule[40]=C:\Program Files\Microsoft Office\Office14\1033\wwintl.dll
    LoadedModule[41]=C:\Program Files\Common Files\Microsoft Shared\office14\1033\MSOINTL.DLL
    LoadedModule[42]=C:\Program Files\Common Files\Microsoft Shared\office14\MSORES.DLL
    LoadedModule[43]=C:\Program Files\Common Files\Microsoft Shared\OFFICE14\MSPTLS.DLL
    LoadedModule[44]=C:\Program Files\Common Files\Microsoft Shared\office14\riched20.dll
    LoadedModule[45]=C:\Windows\system32\mscoree.dll
    LoadedModule[46]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll
    LoadedModule[47]=C:\Program Files\Common Files\Microsoft Shared\OfficeSoftwareProtectionPlatform\OSPPC.DLL
    LoadedModule[48]=C:\Windows\system32\Winspool.DRV
    LoadedModule[49]=C:\Windows\system32\SHELL32.DLL
    LoadedModule[50]=C:\Windows\system32\propsys.dll
    LoadedModule[51]=C:\Windows\system32\ntmarta.dll
    LoadedModule[52]=C:\Windows\system32\WLDAP32.dll
    LoadedModule[53]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[54]=C:\Windows\system32\rsaenh.dll
    LoadedModule[55]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[56]=C:\Windows\System32\msxml6.dll
    LoadedModule[57]=C:\Windows\system32\profapi.dll
    LoadedModule[58]=C:\Windows\system32\SXS.DLL
    LoadedModule[59]=C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorwks.dll
    LoadedModule[60]=C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.619 5_none_88e41e092fab0294\MSVCR80.dll
    LoadedModule[61]=C:\Windows\assembly\NativeImages_v2.0.50727_64\mscorlib\f73f0a9c9a83dcd3f f428be509a7992f\mscorlib.ni.dll
    LoadedModule[62]=C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorsec.dll
    LoadedModule[63]=C:\Windows\system32\WINTRUST.dll
    LoadedModule[64]=C:\Windows\system32\CRYPT32.dll
    LoadedModule[65]=C:\Windows\system32\MSASN1.dll
    LoadedModule[66]=C:\Windows\system32\imagehlp.dll
    LoadedModule[67]=C:\Windows\system32\ncrypt.dll
    LoadedModule[68]=C:\Windows\system32\bcrypt.dll
    LoadedModule[69]=C:\Windows\system32\bcryptprimitives.dll
    LoadedModule[70]=C:\Windows\system32\USERENV.dll
    LoadedModule[71]=C:\Windows\system32\GPAPI.dll
    LoadedModule[72]=C:\Windows\system32\cryptnet.dll
    LoadedModule[73]=C:\Windows\system32\SensApi.dll
    LoadedModule[74]=C:\Program Files\Microsoft Mathematics Add-in\2.0\Word\Microsoft.Education.Word.MathExtension.dll
    LoadedModule[75]=C:\Windows\assembly\GAC\Extensibility\7.0.3300.0__b03f5f7f11d50a3a\Extens ibility.dll
    LoadedModule[76]=C:\Windows\assembly\GAC_MSIL\office\14.0.0.0__71e9bce111e9429c\office.dll
    LoadedModule[77]=C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorjit.dll
    LoadedModule[78]=C:\Program Files\Microsoft Mathematics Add-in\2.0\Word\Microsoft.Education.Mathematics.Common.dll
    LoadedModule[79]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System\c40ec0f4cd203c88029 8f94c0427dd54\System.ni.dll
    LoadedModule[80]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Drawing\222eb8aa336 953a6b0216db2b0c4770d\System.Drawing.ni.dll
    LoadedModule[81]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Windows.Forms\dc5bb 74eefdbf954cdfb70dd534d5564\System.Windows.Forms.ni.dll
    LoadedModule[82]=C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Word\14.0.0.0__71e9 bce111e9429c\Microsoft.Office.Interop.Word.dll
    LoadedModule[83]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Configuration\193d0 3ca60573c92f92d9b07fa5bc243\System.Configuration.ni.dll
    LoadedModule[84]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Xml\24d1b7ccbedaa36 02bae6a6acea9929e\System.Xml.ni.dll
    LoadedModule[85]=C:\Program Files\Microsoft Mathematics Add-in\2.0\Word\MathControls.dll
    LoadedModule[86]=C:\Program Files\Microsoft Mathematics Add-in\2.0\Word\MathEngine.dll
    LoadedModule[87]=C:\Program Files\Microsoft Mathematics Add-in\2.0\Shared\sqmapi.dll
    LoadedModule[88]=C:\Windows\system32\shfolder.dll
    LoadedModule[89]=C:\Program Files\Microsoft Mathematics Add-in\2.0\Shared\MathRichEditNative.Dll
    LoadedModule[90]=C:\Program Files\Microsoft Mathematics Add-in\2.0\Shared\mathenginen.dll
    LoadedModule[91]=C:\Program Files\Microsoft Mathematics Add-in\2.0\Word\MathResources.dll
    LoadedModule[92]=c:\Program Files\Common Files\Microsoft Shared\VSTO\vstoee.dll
    LoadedModule[93]=C:\Windows\system32\urlmon.dll
    LoadedModule[94]=C:\Windows\system32\iertutil.dll
    LoadedModule[95]=C:\Windows\system32\WININET.dll
    LoadedModule[96]=C:\Windows\system32\Normaliz.dll
    LoadedModule[97]=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\VSTOLoader.dll
    LoadedModule[98]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.616 1_none_08e61857a83bc251\MSVCP90.dll
    LoadedModule[99]=C:\Windows\system32\oledlg.dll
    LoadedModule[100]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
    LoadedModule[101]=C:\Windows\system32\MSVCR110_CLR0400.dll
    LoadedModule[102]=C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\ec4aeb1a93320223 07604cba8284778b\mscorlib.ni.dll
    LoadedModule[103]=C:\Windows\assembly\NativeImages_v4.0.30319_64\System\52974bd8d9753cf71a 27181621dcf4eb\System.ni.dll
    LoadedModule[104]=C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\a4252f50e54a5 d2987e41709da9a117a\System.Core.ni.dll
    LoadedModule[105]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.V28a60cc2#\f165 482199ea49be235ec53ad93e6889\Microsoft.VisualStudio.Tools.Office.Runtime.ni.dll
    LoadedModule[106]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.O5949707a#\6d99 2851fc846eac2e388d2348711376\Microsoft.Office.Tools.ni.dll
    LoadedModule[107]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.V883708cb#\bc02 fe4c18b7e176e9bee4c72ff4cb32\Microsoft.VisualStudio.Tools.Applications.Runtime.ni.dll
    LoadedModule[108]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.V1955d7fd#\cc04 39da7e5347e89d6586ce262c1f69\Microsoft.VisualStudio.Tools.Applications.ServerDocument.ni.d ll
    LoadedModule[109]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.Vf9a08577#\86f6 f20538156d2008fff97542e09765\Microsoft.VisualStudio.Tools.Applications.Hosting.ni.dll
    LoadedModule[110]=C:\Windows\system32\Secur32.dll
    LoadedModule[111]=C:\Windows\system32\SSPICLI.DLL
    LoadedModule[112]=C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\1204d7ae7e 0e637669e244a02b97983b\System.Drawing.ni.dll
    LoadedModule[113]=C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\d7d8 56d242ddc80d696aa425195e5252\System.Windows.Forms.ni.dll
    LoadedModule[114]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\nlssorting.dll
    LoadedModule[115]=C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Deployment\475303e 370c565f47cd7d159485f24d9\System.Deployment.ni.dll
    LoadedModule[116]=C:\Windows\system32\dfshim.dll
    LoadedModule[117]=C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Configuration\0523 c17527d811bdc9606a0c62145f3d\System.Configuration.ni.dll
    LoadedModule[118]=C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\771d4e20776373 ee95d2058b4d3f20a8\System.Xml.ni.dll
    LoadedModule[119]=C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Security\819aca5f3 26d35ce5f478c20366d0f5c\System.Security.ni.dll
    LoadedModule[120]=C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml.Linq\76b84571f 4497227f40c72e246939ac0\System.Xml.Linq.ni.dll
    LoadedModule[121]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.Oab3f8ec6#\0a3a f5db2975c482e98e96c99bb938af\Microsoft.Office.Tools.Word.Implementation.ni.dll
    LoadedModule[122]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.O4a946565#\a550 db8b700051717681470a0b2b07d3\Microsoft.Office.Tools.Common.Implementation.ni.dll
    LoadedModule[123]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.O854200f9#\a3df 0bec1a202ce176b839f788d40f44\Microsoft.Office.Tools.Common.ni.dll
    LoadedModule[124]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.Oeab01fba#\9d47 6070258253869ff6ca2201f33b54\Microsoft.Office.Tools.Word.ni.dll
    LoadedModule[125]=C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.O2eb0cc9a#\3994 dd35eb969eb2221f1886598f08cc\Microsoft.Office.Tools.v4.0.Framework.ni.dll
    LoadedModule[126]=C:\Users\kking\AppData\Local\assembly\dl3\D5O6KVBP.4TZ\YDKV3YJ1.QPK\2fd1 b7b3\d265be4b_e524cd01\PCREFindAddIn.DLL
    LoadedModule[127]=C:\Users\kking\AppData\Local\assembly\dl3\D5O6KVBP.4TZ\YDKV3YJ1.QPK\21e1 fe8e\00b3e430_67b7cb01\Microsoft.Office.Tools.Common.v4.0.Utilities.DLL
    LoadedModule[128]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll
    LoadedModule[129]=C:\Program Files (x86)\Adobe\Acrobat 10.0\PDFMaker\Office\x64\PDFMOfficeAddin.dll
    LoadedModule[130]=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\x64\VSTOWordAdaptor.dll
    LoadedModule[131]=C:\Windows\system32\MSVCR100.dll
    LoadedModule[132]=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Visual Studio Tools for Office\x64\VSTOWordAdaptor.dll
    LoadedModule[133]=C:\Windows\system32\MSVCR110.dll
    LoadedModule[134]=C:\Program Files\Common Files\Microsoft Shared\OFFICE14\USP10.DLL
    LoadedModule[135]=C:\PROGRA~1\COMMON~1\MICROS~1\VBA\VBA7\VBE7.DLL
    LoadedModule[136]=C:\PROGRA~1\COMMON~1\MICROS~1\VBA\VBA7\1033\VBE7INTL.DLL
    LoadedModule[137]=C:\Windows\assembly\NativeImages_v2.0.50727_64\stdole\be0906e176cf1f8ed8 1084df7042ee1c\stdole.ni.dll
    LoadedModule[138]=C:\Windows\system32\explorerframe.dll
    LoadedModule[139]=C:\Windows\system32\DUser.dll
    LoadedModule[140]=C:\Windows\system32\DUI70.dll
    LoadedModule[141]=C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7 601.17825_none_2b253c8271ec7765\GdiPlus.dll
    LoadedModule[142]=C:\Program Files\Microsoft Office\Office14\msproof7.dll
    LoadedModule[143]=C:\Program Files\Microsoft Office\Office14\MSOHEV.DLL
    LoadedModule[144]=C:\Program Files\Microsoft Office\OFFICE14\PROOF\1033\MSGR3EN.DLL
    LoadedModule[145]=C:\Windows\system32\MPR.dll
    LoadedModule[146]=C:\Windows\System32\drprov.dll
    LoadedModule[147]=C:\Windows\System32\WINSTA.dll
    LoadedModule[148]=C:\Windows\System32\ntlanman.dll
    LoadedModule[149]=C:\Windows\System32\davclnt.dll
    LoadedModule[150]=C:\Windows\System32\DAVHLPR.dll
    LoadedModule[151]=C:\Windows\system32\wkscli.dll
    LoadedModule[152]=C:\Windows\system32\cscapi.dll
    LoadedModule[153]=C:\Windows\system32\netutils.dll
    LoadedModule[154]=C:\Windows\system32\SFC.DLL
    LoadedModule[155]=C:\Windows\system32\sfc_os.DLL
    LoadedModule[156]=C:\Program Files\Common Files\Microsoft Shared\OFFICE14\Csi.dll
    LoadedModule[157]=C:\Windows\system32\WINHTTP.dll
    LoadedModule[158]=C:\Windows\system32\webio.dll
    LoadedModule[159]=C:\Windows\system32\PSAPI.DLL
    LoadedModule[160]=C:\Windows\system32\WS2_32.dll
    LoadedModule[161]=C:\Windows\system32\NSI.dll
    LoadedModule[162]=C:\Windows\System32\netprofm.dll
    LoadedModule[163]=C:\Windows\System32\nlaapi.dll
    LoadedModule[164]=C:\Windows\system32\srvcli.dll
    LoadedModule[165]=C:\Windows\System32\npmproxy.dll
    LoadedModule[166]=C:\Windows\system32\HLINK.DLL
    LoadedModule[167]=C:\Windows\system32\WindowsCodecs.dll
    LoadedModule[168]=C:\Windows\system32\WINMM.dll
    LoadedModule[169]=C:\Program Files\Microsoft Office\OFFICE14\PROOF\MSSP7EN.DLL
    LoadedModule[170]=C:\Program Files\Microsoft Office\Office14\mscss7en.dll
    LoadedModule[171]=C:\Program Files\Microsoft Office\Office14\css7Data0009.dll
    LoadedModule[172]=C:\Program Files (x86)\Adobe\Acrobat 10.0\PDFMaker\Office\x64\PDFMWord.dll
    LoadedModule[173]=C:\PROGRA~2\Adobe\ACROBA~1.0\PDFMaker\Common\X64\ADOBEP~1.DLL
    LoadedModule[174]=C:\Windows\system32\COMDLG32.dll
    LoadedModule[175]=C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
    LoadedModule[176]=C:\Windows\system32\apphelp.dll
    LoadedModule[177]=C:\Windows\system32\NetworkExplorer.dll
    LoadedModule[178]=C:\Windows\system32\EhStorShell.dll
    LoadedModule[179]=C:\Program Files (x86)\Google\Drive\googledrivesync64.dll
    LoadedModule[180]=C:\PROGRA~1\MICROS~1\Office14\GROOVEEX.DLL
    LoadedModule[181]=C:\Windows\WinSxS\amd64_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.61 61_none_0a1fd3a3a768b895\ATL90.DLL
    LoadedModule[182]=C:\PROGRA~1\MICROS~1\Office14\1033\GrooveIntlResource.dll
    LoadedModule[183]=C:\Windows\System32\cscui.dll
    LoadedModule[184]=C:\Windows\System32\CSCDLL.dll
    LoadedModule[185]=C:\Windows\system32\ntshrui.dll
    LoadedModule[186]=C:\Windows\system32\slc.dll
    LoadedModule[187]=C:\Windows\System32\StructuredQuery.dll
    LoadedModule[188]=C:\Windows\system32\actxprxy.dll
    LoadedModule[189]=C:\Program Files\Internet Explorer\ieproxy.dll
    LoadedModule[190]=C:\Windows\system32\thumbcache.dll
    LoadedModule[191]=C:\Windows\system32\SHDOCVW.dll
    LoadedModule[192]=C:\Windows\system32\ieframe.DLL
    LoadedModule[193]=C:\Windows\system32\OLEACC.dll
    LoadedModule[194]=C:\Windows\system32\SearchFolder.dll
    LoadedModule[195]=C:\Windows\System32\cscobj.dll
    LoadedModule[196]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\ACE.DLL
    LoadedModule[197]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\AGM.DLL
    LoadedModule[198]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\BIB.DLL
    LoadedModule[199]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\BIBUtils.DLL
    LoadedModule[200]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\Cooltype.DLL
    LoadedModule[201]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\JP2KLib.DLL
    LoadedModule[202]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\ARE.DLL
    LoadedModule[203]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\AdobePDFL.dll
    LoadedModule[204]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\AdobeXMP.dll
    LoadedModule[205]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\AXE8SharedExpat.dll
    LoadedModule[206]=C:\Program Files (x86)\Adobe\Acrobat 10.0\PDFMaker\Office\x64\PDFMEngine.dll
    LoadedModule[207]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\pdfsettings.dll
    LoadedModule[208]=C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\x64\MPS.dll
    LoadedModule[209]=C:\Program Files (x86)\Adobe\Acrobat 10.0\PDFMaker\Office\x64\PDFPort.dll
    Sec[0].Key=LCID
    Sec[0].Value=1033
    Sec[1].Key=skulcid
    Sec[1].Value=1033
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    State[1].Key=DataRequest
    State[1].Value=Bucket=41559749/nBucketTable=4/nResponse=1/n
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Microsoft Word
    AppPath=C:\Program Files\Microsoft Office\Office14\WINWORD.EXE

    I recently ran into this with a bitmap in a 265 page document. I copied the bitmap to IrfanView and then back (I think that was the step -- I am already forgetting) and the copied it back. The problem went away. My student may look a bit more at the file -- I asked so I could give a more definitive comment here.
    The result I had suggests that it is a problem in WORD or the bitmap that WORD was using. Why WORD can deal with it and not Acrobat, I am not sure. However, when printing to the Adobe PDF printer there was not a problem, just with PDF Maker.

  • PP Crashing when opening collected project from a RAID system on a single drive system

    Hello,
    I have a very serious problem with Premiere Pro. I've created a project in Premiere Pro CC on a Windows 7 system, utilizing a RAID system.
    Today I collected the project from that machine to an external HDD in order to transfer the project to my computer, running Premiere Pro CC 2014 on Windows 8.1 - no RAID configuration, just a single HDD. After converting the project to CC 2014, Premiere Pro crashes and has to close.
    I believe there's a bug/problem/issue with transferring RAID projects to non-RAID machines in general, since a collaborator of mine had the exact same problem with the exact same project file (and a bunch of other project files that essentially were previous versions of the project file I have a problem with).
    Is there any explanation to this? And probably any fix?
    Thanks!

    What could be in my project that makes it unable to open?

  • Photoshop CC crash when using Nik Collection

    I have been using Lightroom 5 and Nik Collections plugins successfully for a while and just got Photoshop CC.
    Unfortunately Photoshop CC crash when I save my work that I have done in ColorEfex Pro 4 or SilverEfex Pro 2.
    The other plugins in the Nik Collection works fine, I work with TIFF and layers. My work flow is that I do some basic work in Lightroom then "Edit in...PS". From PS I use the Nik plugins, normally I'd do Dfine, Sharpner and then SilverEfex or ColorEfex. The crash happens when I get back to PS after saving my work and that last layer is never created and all my work is lost.
    I would be grateful for any help. Below is the data from my system. Thanks !
    Adobe Photoshop Version: 14.2.1 (14.2.1 20140207.r.570 2014/02/07:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:7, Stepping:10 with MMX, SSE Integer, SSE FP, SSE2, SSE3
    Physical processor count: 2
    Processor speed: 1995 MHz
    Built-in memory: 3003 MB
    Free memory: 1308 MB
    Memory available to Photoshop: 2436 MB
    Memory used by Photoshop: 60 %
    Image tile size: 1028K
    Image cache levels: 5
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    OpenGL Drawing: Disabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: False.
    OpenGL Allow Advanced Mode: False.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGPUs=2
    gpu[0].OGLVersion="2.1"
    gpu[0].MemoryMB=1309
    gpu[0].RectTextureSize=4096
    gpu[0].Renderer="Mobile Intel(R) 4 Series Express Chipset Family"
    gpu[0].RendererID=10818
    gpu[0].Vendor="Intel"
    gpu[0].VendorID=32902
    gpu[0].HasNPOTSupport=1
    gpu[0].DriverVersion="8.15.10.1855"
    gpu[0].Driver="igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32"
    gpu[0].DriverDate="20090728000000.000000-000"
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLPresent=0
    gpu[0].CUDASupported=0
    gpu[0].OCLBandwidth=0
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.20 - Intel Build 8.15.10.1855"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1024]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[7]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[512]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[1024]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[41]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=0
    gpu[1].OGLVersion="2.1"
    gpu[1].MemoryMB=0
    gpu[1].RectTextureSize=4096
    gpu[1].Renderer="Mobile Intel(R) 4 Series Express Chipset Family"
    gpu[1].RendererID=0
    gpu[1].Vendor="Intel"
    gpu[1].VendorID=0
    gpu[1].HasNPOTSupport=1
    gpu[1].DriverVersion="8.15.10.1855"
    gpu[1].Driver="igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32"
    gpu[1].DriverDate="20090728000000.000000-000"
    gpu[1].CompileProgramGLSL=1
    gpu[1].TestFrameBuffer=1
    gpu[1].OCLPresent=0
    gpu[1].CUDASupported=0
    gpu[1].OCLBandwidth=0
    gpu[1].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.20 - Intel Build 8.15.10.1855"
    gpu[1].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1024]
    gpu[1].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    gpu[1].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[16]
    gpu[1].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[1].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[1].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[7]
    gpu[1].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[512]
    gpu[1].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[1024]
    gpu[1].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[41]
    gpu[1].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    gpu[1].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[1].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[1].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[1].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[1].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[1].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[1].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[1].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[1].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[1].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=0
    License Type: Subscription
    Serial number: 96040037841888554687
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\User\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
    G:\, 465.7G, 53.3G free
    C:\, 59.5G, 8.99G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
    ACE.dll ACE 2013/10/29-11:47:16 79.548223 79.548223
    adbeape.dll Adobe APE 2013/02/04-09:52:32 0.1160850 0.1160850
    AdobeLinguistic.dll Adobe Linguisitc Library 7.0.0
    AdobeOwl.dll Adobe Owl 2013/10/25-12:15:59 5.0.24 79.547804
    AdobePDFL.dll PDFL 2013/10/29-11:47:16 79.508720 79.508720
    AdobePIP.dll Adobe Product Improvement Program 7.0.0.1786
    AdobeXMP.dll Adobe XMP Core 2013/10/29-11:47:16 79.154911 79.154911
    AdobeXMPFiles.dll Adobe XMP Files 2013/10/29-11:47:16 79.154911 79.154911
    AdobeXMPScript.dll Adobe XMP Script 2013/10/29-11:47:16 79.154911 79.154911
    adobe_caps.dll Adobe CAPS 7,0,0,21
    AGM.dll AGM 2013/10/29-11:47:16 79.548223 79.548223
    ahclient.dll AdobeHelp Dynamic Link Library 1,8,0,31
    aif_core.dll AIF 5.0 79.534508
    aif_ocl.dll AIF 5.0 79.534508
    aif_ogl.dll AIF 5.0 79.534508
    amtlib.dll AMTLib (64 Bit) 7.0.0.249 BuildVersion: 7.0; BuildDate: Thu Nov 14 2013 15:55:50) 1.000000
    ARE.dll ARE 2013/10/29-11:47:16 79.548223 79.548223
    AXE8SharedExpat.dll AXE8SharedExpat 2011/12/16-15:10:49 66.26830 66.26830
    AXEDOMCore.dll AXEDOMCore 2011/12/16-15:10:49 66.26830 66.26830
    Bib.dll BIB 2013/10/29-11:47:16 79.548223 79.548223
    BIBUtils.dll BIBUtils 2013/10/29-11:47:16 79.548223 79.548223
    boost_date_time.dll DVA Product 7.0.0
    boost_signals.dll DVA Product 7.0.0
    boost_system.dll DVA Product 7.0.0
    boost_threads.dll DVA Product 7.0.0
    cg.dll NVIDIA Cg Runtime 3.0.00007
    cgGL.dll NVIDIA Cg Runtime 3.0.00007
    CIT.dll Adobe CIT 2.1.6.30929 2.1.6.30929
    CITThreading.dll Adobe CITThreading 2.1.6.30929 2.1.6.30929
    CoolType.dll CoolType 2013/10/29-11:47:16 79.548223 79.548223
    dvaaudiodevice.dll DVA Product 7.0.0
    dvacore.dll DVA Product 7.0.0
    dvamarshal.dll DVA Product 7.0.0
    dvamediatypes.dll DVA Product 7.0.0
    dvaplayer.dll DVA Product 7.0.0
    dvatransport.dll DVA Product 7.0.0
    dvaunittesting.dll DVA Product 7.0.0
    dynamiclink.dll DVA Product 7.0.0
    ExtendScript.dll ExtendScript 2013/10/30-13:12:12 79.546835 79.546835
    FileInfo.dll Adobe XMP FileInfo 2013/10/25-03:51:33 79.154511 79.154511
    filter_graph.dll AIF 5.0 79.534508
    icucnv40.dll International Components for Unicode 2011/11/15-16:30:22 Build gtlib_3.0.16615
    icudt40.dll International Components for Unicode 2011/11/15-16:30:22 Build gtlib_3.0.16615
    imslib.dll IMSLib DLL 7.0.0.145
    JP2KLib.dll JP2KLib 2013/10/29-11:47:16 79.248139 79.248139
    libifcoremd.dll Intel(r) Visual Fortran Compiler 10.0 (Update A)
    libiomp5md.dll Intel(R) OMP Runtime Library 5.0
    libmmd.dll Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler 12.0
    LogSession.dll LogSession 2.1.2.1785
    mediacoreif.dll DVA Product 7.0.0
    MPS.dll MPS 2013/10/29-11:47:16 79.535029 79.535029
    msvcm80.dll Microsoft® Visual Studio® 2005 8.00.50727.6195
    msvcm90.dll Microsoft® Visual Studio® 2008 9.00.30729.1
    msvcp100.dll Microsoft® Visual Studio® 2010 10.00.40219.1
    msvcp80.dll Microsoft® Visual Studio® 2005 8.00.50727.6195
    msvcp90.dll Microsoft® Visual Studio® 2008 9.00.30729.1
    msvcr100.dll Microsoft® Visual Studio® 2010 10.00.40219.1
    msvcr80.dll Microsoft® Visual Studio® 2005 8.00.50727.6195
    msvcr90.dll Microsoft® Visual Studio® 2008 9.00.30729.1
    PatchMatch.dll PatchMatch 2013/10/29-11:47:16 79.542390 79.542390
    pdfsettings.dll Adobe PDFSettings 1.04
    Photoshop.dll Adobe Photoshop CC CC
    Plugin.dll Adobe Photoshop CC CC
    PlugPlugOwl.dll Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit) 4.2.0.36
    PSArt.dll Adobe Photoshop CC CC
    PSViews.dll Adobe Photoshop CC CC
    SCCore.dll ScCore 2013/10/30-13:12:12 79.546835 79.546835
    ScriptUIFlex.dll ScriptUIFlex 2013/10/30-13:12:12 79.546835 79.546835
    svml_dispmd.dll Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler 12.0
    tbb.dll Intel(R) Threading Building Blocks for Windows 4, 1, 2012, 1003
    tbbmalloc.dll Intel(R) Threading Building Blocks for Windows 4, 1, 2012, 1003
    updaternotifications.dll Adobe Updater Notifications Library 7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME) 7.0.1.102
    WRServices.dll WRServices Mon Feb 25 2013 16:09:10 Build 0.19078 0.19078
    Required plug-ins:
    3D Studio 14.2.1 (14.2.1 x001)
    Accented Edges 14.2.1
    Adaptive Wide Angle 14.2.1
    Angled Strokes 14.2.1
    Average 14.2.1 (14.2.1 x001)
    Bas Relief 14.2.1
    BMP 14.2.1
    Chalk & Charcoal 14.2.1
    Charcoal 14.2.1
    Chrome 14.2.1
    Cineon 14.2.1 (14.2.1 x001)
    Clouds 14.2.1 (14.2.1 x001)
    Collada 14.2.1 (14.2.1 x001)
    Color Halftone 14.2.1
    Colored Pencil 14.2.1
    CompuServe GIF 14.2.1
    Conté Crayon 14.2.1
    Craquelure 14.2.1
    Crop and Straighten Photos 14.2.1 (14.2.1 x001)
    Crop and Straighten Photos Filter 14.2.1
    Crosshatch 14.2.1
    Crystallize 14.2.1
    Cutout 14.2.1
    Dark Strokes 14.2.1
    De-Interlace 14.2.1
    Dicom 14.2.1
    Difference Clouds 14.2.1 (14.2.1 x001)
    Diffuse Glow 14.2.1
    Displace 14.2.1
    Dry Brush 14.2.1
    Eazel Acquire 14.2.1 (14.2.1 x001)
    Embed Watermark 4.0
    Entropy 14.2.1 (14.2.1 x001)
    Extrude 14.2.1
    FastCore Routines 14.2.1 (14.2.1 x001)
    Fibers 14.2.1
    Film Grain 14.2.1
    Filter Gallery 14.2.1
    Flash 3D 14.2.1 (14.2.1 x001)
    Fresco 14.2.1
    Glass 14.2.1
    Glowing Edges 14.2.1
    Google Earth 4 14.2.1 (14.2.1 x001)
    Grain 14.2.1
    Graphic Pen 14.2.1
    Halftone Pattern 14.2.1
    HDRMergeUI 14.2.1
    IFF Format 14.2.1
    Ink Outlines 14.2.1
    JPEG 2000 14.2.1
    Kurtosis 14.2.1 (14.2.1 x001)
    Lens Blur 14.2.1
    Lens Correction 14.2.1
    Lens Flare 14.2.1
    Liquify 14.2.1
    Matlab Operation 14.2.1 (14.2.1 x001)
    Maximum 14.2.1 (14.2.1 x001)
    Mean 14.2.1 (14.2.1 x001)
    Measurement Core 14.2.1 (14.2.1 x001)
    Median 14.2.1 (14.2.1 x001)
    Mezzotint 14.2.1
    Minimum 14.2.1 (14.2.1 x001)
    MMXCore Routines 14.2.1 (14.2.1 x001)
    Mosaic Tiles 14.2.1
    Multiprocessor Support 14.2.1 (14.2.1 x001)
    Neon Glow 14.2.1
    Note Paper 14.2.1
    NTSC Colors 14.2.1 (14.2.1 x001)
    Ocean Ripple 14.2.1
    Oil Paint 14.2.1
    OpenEXR 14.2.1
    Paint Daubs 14.2.1
    Palette Knife 14.2.1
    Patchwork 14.2.1
    Paths to Illustrator 14.2.1
    PCX 14.2.1 (14.2.1 x001)
    Photocopy 14.2.1
    Photoshop 3D Engine 14.2.1 (14.2.1 x001)
    Photoshop Touch 14.0
    Picture Package Filter 14.2.1 (14.2.1 x001)
    Pinch 14.2.1
    Pixar 14.2.1 (14.2.1 x001)
    Plaster 14.2.1
    Plastic Wrap 14.2.1
    PNG 14.2.1
    Pointillize 14.2.1
    Polar Coordinates 14.2.1
    Portable Bit Map 14.2.1 (14.2.1 x001)
    Poster Edges 14.2.1
    Radial Blur 14.2.1
    Radiance 14.2.1 (14.2.1 x001)
    Range 14.2.1 (14.2.1 x001)
    Read Watermark 4.0
    Reticulation 14.2.1
    Ripple 14.2.1
    Rough Pastels 14.2.1
    Save for Web 14.2.1
    ScriptingSupport 14.2.1
    Shake Reduction 14.2.1
    Shear 14.2.1
    Skewness 14.2.1 (14.2.1 x001)
    Smart Blur 14.2.1
    Smudge Stick 14.2.1
    Solarize 14.2.1 (14.2.1 x001)
    Spatter 14.2.1
    Spherize 14.2.1
    Sponge 14.2.1
    Sprayed Strokes 14.2.1
    Stained Glass 14.2.1
    Stamp 14.2.1
    Standard Deviation 14.2.1 (14.2.1 x001)
    STL 14.2.1 (14.2.1 x001)
    Sumi-e 14.2.1
    Summation 14.2.1 (14.2.1 x001)
    Targa 14.2.1
    Texturizer 14.2.1
    Tiles 14.2.1
    Torn Edges 14.2.1
    Twirl 14.2.1
    Underpainting 14.2.1
    Vanishing Point 14.2.1
    Variance 14.2.1 (14.2.1 x001)
    Variations 14.2.1 (14.2.1 x001)
    Viveza 2 2.1.11.216
    Water Paper 14.2.1
    Watercolor 14.2.1
    Wave 14.2.1
    Wavefront|OBJ 14.2.1 (14.2.1 x001)
    WIA Support 14.2.1 (14.2.1 x001)
    Wind 14.2.1
    Wireless Bitmap 14.2.1 (14.2.1 x001)
    ZigZag 14.2.1
    Optional and third party plug-ins:
    Analog Efex Pro 1.0.11.216
    BackgroundFilter 2.2.11.216
    Camera Raw 8.4
    Camera Raw Filter 8.4
    Color Efex Pro 4 4.3.11.216
    Dfine 2 2.2.11.216
    FineStructuresFilter 2.2.11.216
    HDR Efex Pro 2 2.2.11.216
    HotPixelsFilter 2.2.11.216
    Merge to HDR Efex Pro 2 2.2.11.216
    Nik Collection Selective Tool 2.1.16.216
    ShadowsFilter 2.2.11.216
    Sharpener Pro 3: (1) RAW Presharpener 3.1.11.216
    Sharpener Pro 3: (2) Output Sharpener 3.1.11.216
    Silver Efex Pro 2 2.2.11.216
    SkinFilter 2.2.11.216
    SkyFilter 2.2.11.216
    StrongNoiseFilter 2.2.11.216
    Plug-ins that failed to load: NONE
    Flash:
    Adobe Exchange
    Kuler
    Installed TWAIN devices: NONE

    The solution in my case when I posted this was to contact Google who sent me files that disabled the GPU, updating the driver didn't do the trick. The crashes stopped when the GPU was disabled but Nik was painfully slow.
    No I have a new machine with a more powerful GPU and everything worked fine for a while then Colour Efex started to crash when I opened it in PS. Google gave me a link to AMD where I got the latest driver and now I think it's working again, I'm not sure because I have not done much work lately.
    Bottom line....Nik seems to require a pretty powerful machine both when it comes to RAM and GPU.
    Good luck !

  • Sphere doc cam software crashed when used in the WorkGroup Manager managed environment  Crash report Process:         Sphere [93076] Path:            /Applications/Sphere.app/Contents/MacOS/Sphere Identifier:      com.yourcompany.Sphere Version:         ?

    Sphere doc cam software crashes when using the screen recording feature in the WorkGroup Manager managed environment .  Does not crash in admin (non managed).
    Process:         Sphere [94287]
    Path:            /Applications/Sphere.app/Contents/MacOS/Sphere
    Identifier:      com.yourcompany.Sphere
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [244]
    Interval Since Last Report:          371 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  25 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2014-02-11 09:53:05.896 -0700
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  9ACAC95B-DACE-48A7-BA12-8644258A670B
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000002c
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.yourcompany.Sphere                  0x0009e93f FrameMovieExporter::stop(QString&) + 79
    1   com.yourcompany.Sphere                  0x000a2e06 -[RecordingController stopRecording] + 118
    2   com.yourcompany.Sphere                  0x0009c217 RecordingImpl::doStopRecording(QString*) + 39
    3   com.yourcompany.Sphere                  0x0009b33d RecordingImpl::doStopRecording(QList<QString>&) + 77
    4   com.yourcompany.Sphere                  0x00095163 RecordingCommonImpl::stopRecording(QList<QString>&) + 67
    5   com.yourcompany.Sphere                  0x0011a7a8 Sphere::stopRecord() + 136
    6   com.yourcompany.Sphere                  0x0010d37e ToolsPanel::startStopRecording(bool) + 78
    7   com.yourcompany.Sphere                  0x00134bad ToolsPanel::qt_metacall(QMetaObject::Call, int, void**) + 541
    8   QtCore                                  0x00902b51 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 673
    9   QtGui                                   0x02f172c4 QAbstractButton::clicked(bool) + 68
    10  QtGui                                   0x02c3329a QAbstractButton::mousePressEvent(QMouseEvent*) + 186
    11  QtGui                                   0x02c34366 QAbstractButton::keyPressEvent(QKeyEvent*) + 726
    12  QtGui                                   0x02c345b5 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 117
    13  QtGui                                   0x02d0866c QToolButton::mouseReleaseEvent(QMouseEvent*) + 28
    14  QtGui                                   0x028e2a65 QWidget::event(QEvent*) + 2565
    15  QtGui                                   0x02c335bd QAbstractButton::event(QEvent*) + 45
    16  QtGui                                   0x02d0a6f0 QToolButton::event(QEvent*) + 64
    17  QtGui                                   0x028872ec QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
    18  QtGui                                   0x0288efbd QApplication::notify(QObject*, QEvent*) + 7789
    19  QtCore                                  0x008fc33c QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
    20  QtGui                                   0x0288741c QApplication::activeModalWidget() + 156
    21  QtGui                                   0x0283b043 QMacCocoaAutoReleasePool::QMacCocoaAutoReleasePool() + 19427
    22  QtGui                                   0x0282adff QMacInputContext::reset() + 4063
    23  com.apple.AppKit                        0x91dadb95 -[NSWindow sendEvent:] + 5539
    24  QtGui                                   0x02831cdb QMacInputContext::reset() + 32443
    25  com.apple.AppKit                        0x91d7a6a5 -[NSApplication sendEvent:] + 2939
    26  QtGui                                   0x028353dd QMacInputContext::reset() + 46525
    27  com.apple.AppKit                        0x91cd7fe7 -[NSApplication run] + 867
    28  QtGui                                   0x0283f471 QDesktopWidget::resizeEvent(QResizeEvent*) + 12513
    29  QtCore                                  0x009ebb61 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    30  QtCore                                  0x009ebeaa QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    31  QtCore                                  0x009ed526 QCoreApplication::exec() + 182
    32  com.yourcompany.Sphere                  0x001229e1 main + 897
    33  com.yourcompany.Sphere                  0x0000bd09 _start + 208
    34  com.yourcompany.Sphere                  0x0000bc38 start + 40
    Thread 1:
    0   libSystem.B.dylib                       0x9094460a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    2   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x908fc34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x90926ccd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib              0x95d73b32 glvmDoWork + 162
    3   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    4   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x900ea3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x90168b4d -[NSRunLoop(NSRunLoop) runUntilDate:] + 93
    6   com.AVerMedia.AVerVDig                  0x170584b9 -[AVDocCamControlTCPServer socketThread] + 271
    7   com.apple.AppKit                        0x92035123 +[NSApplication _startDrawingThread:] + 77
    8   com.apple.Foundation                    0x900b5dfd -[NSThread main] + 45
    9   com.apple.Foundation                    0x900b59a4 __NSThread__main__ + 308
    10  libSystem.B.dylib                       0x90926055 _pthread_start + 321
    11  libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564b04 CFRunLoopRun + 84
    4   ...le.QuickTimeUSBVDCDigitizer          0x181ca084 0x181c9000 + 4228
    5   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    6   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564b04 CFRunLoopRun + 84
    4   ...le.QuickTimeUSBVDCDigitizer          0x181ca084 0x181c9000 + 4228
    5   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    6   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x909258c6 kevent + 10
    1   QtCore                                  0x009306e6 QThread::setPriority(QThread::Priority) + 454
    2   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    3   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x95a695f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x95a69480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    7   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.CoreMediaIOServices           0x93278a74 MIO::DAL::RunLoop::OwnThread(void*) + 160
    5   com.apple.CoreMediaIOServices           0x9327ac46 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    7   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x908fc34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x90926ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x937863c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x93798d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    5   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x900ea3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x90168b4d -[NSRunLoop(NSRunLoop) runUntilDate:] + 93
    6   com.AVerMedia.AVerVDig                  0x17053914 -[AVUSBDeviceCYBulk2 threadEntry:] + 466
    7   com.apple.AppKit                        0x92035123 +[NSApplication _startDrawingThread:] + 77
    8   com.apple.Foundation                    0x900b5dfd -[NSThread main] + 45
    9   com.apple.Foundation                    0x900b59a4 __NSThread__main__ + 308
    10  libSystem.B.dylib                       0x90926055 _pthread_start + 321
    11  libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x9092c2da select$DARWIN_EXTSN$NOCANCEL + 10
    1   QtCore                                  0x00a0e9f7 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 87
    2   QtCore                                  0x00a12c93 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 435
    3   QtCore                                  0x00a131cf QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 175
    4   QtCore                                  0x009ebb61 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    5   QtCore                                  0x009ebeaa QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    6   QtCore                                  0x0092f79d QThread::exec() + 157
    7   libAVerMacDocCam.1.0.0.dylib            0x01054f2f IdleThread::run() + 127
    8   QtCore                                  0x009306e6 QThread::setPriority(QThread::Priority) + 454
    9   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    10  libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x908f51a2 semaphore_wait_trap + 10
    1   ...ickTimeComponents.component          0x93e98c82 QTThreadWaitSignal + 100
    2   ...ickTimeComponents.component          0x94aaf95c sgAudioProcessingThreadEntryPoint + 87
    3   ...ickTimeComponents.component          0x93e9846b start_thread + 54
    4   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    5   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x908f51c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x909271af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x90928a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x95a78bdf CAGuard::WaitFor(unsigned long long) + 213
    4   com.apple.audio.CoreAudio               0x95a7a79a CAGuard::WaitUntil(unsigned long long) + 70
    5   com.apple.audio.CoreAudio               0x95a78f3f HP_IOThread::WorkLoop() + 759
    6   com.apple.audio.CoreAudio               0x95a78c43 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x95a69480 CAPThread::Entry(CAPThread*) + 96
    8   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    9   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0009e8fe  ecx: 0x00000001  edx: 0x0107f000
      edi: 0x186b8940  esi: 0x186b8940  ebp: 0xbfffe7c8  esp: 0xbfffe770
       ss: 0x0000001f  efl: 0x00210282  eip: 0x0009e93f   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x0000002c
    Binary Images:
        0x1000 -   0x4fffff +com.yourcompany.Sphere ??? (???) <f7c2b0a788413da6927f15cbf1665ed7> /Applications/Sphere.app/Contents/MacOS/Sphere
      0x56b000 -   0x575ff3 +libAVerBase.1.0.0.dylib ??? (???) <c0f817480b8b3b1e93acfaa715b5cdfe> /Applications/Sphere.app/Contents/Frameworks/libAVerBase.1.0.0.dylib
      0x57b000 -   0x580ffb +libAVerMacSystem.1.0.0.dylib ??? (???) <7d7ab1c093e73eacb72caa7378839ad8> /Applications/Sphere.app/Contents/Frameworks/libAVerMacSystem.1.0.0.dylib
      0x585000 -   0x618fe3 +libAVerSocialNetwork.1.0.0.dylib ??? (???) <b6ea2ada18a931bebe40559dac9c3355> /Applications/Sphere.app/Contents/Frameworks/libAVerSocialNetwork.1.0.0.dylib
      0x638000 -   0x686ffb +libAVerDocCamDirectCore.1.0.0.dylib ??? (???) <7ce00b3227cc357c89b6380576b039c1> /Applications/Sphere.app/Contents/Frameworks/libAVerDocCamDirectCore.1.0.0.dyli b
      0x6a4000 -   0x6a9fef +QtSingleApplication.1.0.0.dylib ??? (???) <c96c230d43c5fadf347617dbac171f4c> /Applications/Sphere.app/Contents/Frameworks/QtSingleApplication.1.0.0.dylib
      0x6af000 -   0x737fe3 +QtMultimediaKit ??? (???) <128415cf4f68e58494e3e8f796e64abe> /Applications/Sphere.app/Contents/Frameworks/QtMultimediaKit.framework/Versions /1/QtMultimediaKit
      0x766000 -   0x7a8fff +phonon ??? (???) <0c22e12035bf30ab3b45c683f2685731> /Applications/Sphere.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
      0x7bd000 -   0x836fe3 +QtDBus ??? (???) <1978cb6b3385a6a506849d535c8ff202> /Applications/Sphere.app/Contents/Frameworks/QtDBus.framework/Versions/4/QtDBus
      0x844000 -   0x897fe3 +QtXml ??? (???) <55615d3464055b65160ce9d1f8732ff4> /Applications/Sphere.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
      0x8a8000 -   0xb0afeb +QtCore ??? (???) <166e83eea8084b01d66ed13c1a20a216> /Applications/Sphere.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
      0xb56000 -   0xda1ff3 +QtScript ??? (???) <e5ca39a11e0d64757d8392027d1c6457> /Applications/Sphere.app/Contents/Frameworks/QtScript.framework/Versions/4/QtSc ript
      0xdd9000 -   0xe0bfe7 +QtSql ??? (???) <e9dba1fae1b47f6ec389fcc5a32ef9ad> /Applications/Sphere.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
      0xe19000 -   0xedffe3 +QtOpenGL ??? (???) <9847c32076b1eb3415fe103622116be9> /Applications/Sphere.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOp enGL
      0xeff000 -  0x1016feb +QtNetwork ??? (???) <73e78f033d96a3976cf20b05c03f2c36> /Applications/Sphere.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtN etwork
    0x103a000 -  0x103dff7 +libAVerSupportCrypto.1.0.0.dylib ??? (???) <6279e58c463d38c2924fdf78693026b1> /Applications/Sphere.app/Contents/Frameworks/libAVerSupportCrypto.1.0.0.dylib
    0x1040000 -  0x1043ff7 +libAVerSupportGeneral.1.0.0.dylib ??? (???) <cf7af01f8b1e3e879ea29b0315801101> /Applications/Sphere.app/Contents/Frameworks/libAVerSupportGeneral.1.0.0.dylib
    0x1046000 -  0x1066ff3 +libAVerMacDocCam.1.0.0.dylib ??? (???) <f68870d8dbb63abdb259cf61ac462793> /Applications/Sphere.app/Contents/Frameworks/libAVerMacDocCam.1.0.0.dylib
    0x1073000 -  0x1079fff +libAVerUsbMisc.1.0.0.dylib ??? (???) <5193e5654fc63c9e8ca3ab9750a3be7a> /Applications/Sphere.app/Contents/Frameworks/libAVerUsbMisc.1.0.0.dylib
    0x1178000 -  0x1195ffb +libqqt7engine.dylib ??? (???) <9c4b928ca3761ad6f92c0ed85063c721> /Applications/Sphere.app/Contents/PlugIns/mediaservice/libqqt7engine.dylib
    0x11a0000 -  0x11abff7 +libqtmedia_audioengine.dylib ??? (???) <29adeb116e1e002e0a524167aa952468> /Applications/Sphere.app/Contents/PlugIns/mediaservice/libqtmedia_audioengine.d ylib
    0x13ff000 -  0x25ddfef +QtWebKit ??? (???) <8866c377d70c71144ec8e01f1a83dcdb> /Applications/Sphere.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWe bKit
    0x27fe000 -  0x317afef +QtGui ??? (???) <0bfe5cdbc200d5a4f7cb07122c2c0db8> /Applications/Sphere.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
    0x1704b000 - 0x1705dff0 +com.AVerMedia.AVerVDig 2.5.1.0032 (2.5.1.0032) <90c4277c83c6375a01fe65b19115e165> /Library/QuickTime/AVerVDig.component/Contents/MacOS/AVerVDig
    0x1706b000 - 0x17074ff7  com.apple.iokit.IOUSBLib 3.4.9 (3.4.9) <ea4061ec718fddebf2cf952e8606ae87> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x1707e000 - 0x17089ffb +com.aver.AVerVirtualVDig 1.2.2024.40 (1.2.2024.40) <8693b4a6443231a68759294fb1128c06> /Library/QuickTime/AVerVirtualVDig.component/Contents/MacOS/AVerVirtualVDig
    0x17090000 - 0x170a6fff +libAVerVisionBridgeServer.1.dylib ??? (???) <b0e30d4212a13a2fb1e9eb43280eb5b3> /Library/Application Support/AVer/dylibs/libAVerVisionBridgeServer.1.dylib
    0x170b1000 - 0x17a2dfef +QtGui ??? (???) <0bfe5cdbc200d5a4f7cb07122c2c0db8> /Library/Application Support/AVer/QtFrameworks/QtGui.framework/Versions/Current/QtGui
    0x17c3e000 - 0x17ea0feb +QtCore ??? (???) <166e83eea8084b01d66ed13c1a20a216> /Library/Application Support/AVer/QtFrameworks/QtCore.framework/Versions/Current/QtCore
    0x17f16000 - 0x1802dfeb +QtNetwork ??? (???) <73e78f033d96a3976cf20b05c03f2c36> /Library/Application Support/AVer/QtFrameworks/QtNetwork.framework/Versions/Current/QtNetwork
    0x18073000 - 0x18096ff7 +libAVerService.1.dylib ??? (???) <da19cc2d259d305c8e7807abd8ec4a99> /Library/Application Support/AVer/dylibs/libAVerService.1.dylib
    0x180a4000 - 0x180beff3 +libAPlusDataManager.1.dylib ??? (???) <41c391dda46c3f7289ef14ab21ea399a> /Library/Application Support/AVer/dylibs/libAPlusDataManager.1.dylib
    0x180c9000 - 0x18100ff3 +libAVerDocCamProxy.1.dylib ??? (???) <ce791d7872853232bdfcfaf8f402e2e0> /Library/Application Support/AVer/dylibs/libAVerDocCamProxy.1.dylib
    0x18116000 - 0x18151fff  com.apple.QuickTimeFireWireDV.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1815e000 - 0x18167fff  com.apple.IOFWDVComponents 1.9.5 (1.9.5) <889959011cb23c11785c378264400284> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x18171000 - 0x1819fff7  com.apple.QuickTimeIIDCDigitizer 7.6.9 (1680.9) <e65ec1b47a8fa38231a0c063b0859ee4> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x181c9000 - 0x18217ffe  com.apple.QuickTimeUSBVDCDigitizer 2.3.2 (2.3.2) <dceb65eeab48361f6466fadf8aa4ad6f> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x18225000 - 0x183aafe3  GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x183d8000 - 0x18431ff7  com.apple.driver.AppleIntelGMA950GLDriver 1.5.48 (5.4.8) <806d3030842b46995c46c9059046f2fc> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x18439000 - 0x18455ff7  GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x18524000 - 0x1852aff3 +libqgif.dylib ??? (???) <75dc58d3cf5b4f317ca57a90bb06cd32> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqgif.dylib
    0x18533000 - 0x18539fff +libqico.dylib ??? (???) <6af165080c046065ec11fe001ba05fd7> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqico.dylib
    0x1853e000 - 0x18573fef +libqjpeg.dylib ??? (???) <2b719025fdfb60464d73f1310a277292> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqjpeg.dylib
    0x18578000 - 0x185c2fe7 +libqmng.dylib ??? (???) <3b1a1648e9acb620cfc18976526a85fe> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqmng.dylib
    0x19700000 - 0x1974ffeb +libqtiff.dylib ??? (???) <b4b631dcd8e391e5305be882f36afae6> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqtiff.dylib
    0x198a0000 - 0x19909ff7 +libqsqlite.dylib ??? (???) <01a276e06357373b9b9f4b74b1528a34> /Applications/Sphere.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib
    0x19915000 - 0x19918fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1991e000 - 0x19924fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x19a42000 - 0x19a6dff4  com.apple.mio.DAL.VDC_4 130.0 (935) <8f98042c48277e2c973284d845ad8b64> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x19a79000 - 0x19c2ffee  com.apple.TundraUnits 130.0 (935) <77804f3f11b9181b2a9f35990c12cf2a> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Tundr aUnits.bundle/Contents/MacOS/TundraUnits
    0x19c5c000 - 0x19c77fff  com.apple.FWAVC 130.46 (46) <ee8798230047eb0cb0dd083fa63f0ffc> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x1b3d0000 - 0x1b6c9ff3  com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900aafec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x900ab000 - 0x90327fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90377000 - 0x90392ff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x903c0000 - 0x9041aff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9041b000 - 0x90427ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90428000 - 0x90560fe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90561000 - 0x90568ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x90569000 - 0x90630ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90698000 - 0x90869fef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9086a000 - 0x908b3fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x908c6000 - 0x908c8ff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x908c9000 - 0x908c9ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x908ca000 - 0x908f3fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x908f4000 - 0x90a5bff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x90a5c000 - 0x90e1afea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90e1b000 - 0x90e3ffff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x90e40000 - 0x90e6ffe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90e70000 - 0x90e9bfe7  libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x90e9c000 - 0x911a4fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x911a5000 - 0x91361ff3  com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91362000 - 0x91579ff7  com.apple.JavaScriptCore 5534 (5534.49) <b6a2c99482d55a354e6281cd4dd82518> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9159f000 - 0x915a3fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x915a4000 - 0x915a9fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x915fb000 - 0x9163dfef  com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9163e000 - 0x9165cff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9165d000 - 0x9165dffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9165e000 - 0x9166effc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9166f000 - 0x916bdfe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91788000 - 0x91805fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91806000 - 0x9193fff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x91940000 - 0x919e7feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x919e8000 - 0x919f8fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919f9000 - 0x91a30fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91c9f000 - 0x9249dfef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9249e000 - 0x92778ff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x927cb000 - 0x9281cff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9281d000 - 0x92c2dfef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92c2e000 - 0x92cc1ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92d67000 - 0x93123ff4  com.apple.VideoToolbox 0.484.2 (484.2) <46c37a5fead4e4f58501f15a641ff476> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x93124000 - 0x93132ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x93133000 - 0x93135fff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93146000 - 0x931d9fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x931da000 - 0x931f7ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9322f000 - 0x93235fff  com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93236000 - 0x93267ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93268000 - 0x932b3ff7  com.apple.CoreMediaIOServices 130.0 (935) <e7c6d794bbec49f9d1ee8261c3f9ff0e> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x932b4000 - 0x93438fef  com.apple.MediaToolbox 0.484.2 (484.2) <32bf3254fafd942cf8f2c813960217fd> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x93439000 - 0x93439ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9343a000 - 0x934ebfff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x934f1000 - 0x93624fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93625000 - 0x93628fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93641000 - 0x93649fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9364a000 - 0x93732ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93733000 - 0x93752ffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93753000 - 0x9381efef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9381f000 - 0x939aefe7  com.apple.CoreAUC 3.08.0 (3.08.0) <5382f0ce050d3edd8f5979b8a87557bf> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x939af000 - 0x939cdfff  libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x939ce000 - 0x939cfffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x939d0000 - 0x939d4fff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x939d5000 - 0x93a02feb  libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93a03000 - 0x93a12ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93a13000 - 0x93a1afff  com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93a1b000 - 0x93a6afff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x93a6b000 - 0x93a6bffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93a6c000 - 0x93a6cfff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93a6d000 - 0x93a6dffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93a6e000 - 0x93a79fe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93a80000 - 0x93b61ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0x93bd0000 - 0x93c4fff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93c56000 - 0x93cafff7  libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93cb0000 - 0x93d3dff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93e21000 - 0x93e2afff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93e2b000 - 0x94d2bfe6  com.apple.QuickTimeComponents.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x94d2c000 - 0x94d41ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94d42000 - 0x94d83fe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94f05000 - 0x94fb7ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x94ff5000 - 0x9500dfff  com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9500e000 - 0x95013fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95014000 - 0x9515dff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9515e000 - 0x951d0fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x951d1000 - 0x95211fef  com.apple.CoreMedia 0.484.2 (484.2) <81221976abdc19f30723c81c5669bbc9> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x95212000 - 0x958b2fff  com.apple.CoreGraphics 1.409.8 (???) <25020feb388637ee860451c19b613c48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x959d1000 - 0x95a4bff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95a4c000 - 0x95ac9feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95aca000 - 0x95ae6ff3  com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95bdc000 - 0x95c1bfef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95c39000 - 0x95c40ff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95c41000 - 0x95c41ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95cc1000 - 0x95d4bff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95d4c000 - 0x9621dfbe  libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9621e000 - 0x96258fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96259000 - 0x965f6fef  com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x965f7000 - 0x96604fe7  com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96605000 - 0x96692ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96693000 - 0x966a9fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x966aa000 - 0x966b4feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x966b5000 - 0x966c1ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x966c2000 - 0x96700fff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96701000 - 0x96853ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96a28000 - 0x96b08fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x9788c000 - 0x979d6feb  com.apple.QTKit 7.6.9 (1680.9) <fe987e6adf235d5754399dcdae6e5a8e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97a19000 - 0x97ad4fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97b49000 - 0x97b49ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97b4a000 - 0x97b4affe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97c3a000 - 0x97c62ff7  com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x97c96000 - 0x97c96ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97ca4000 - 0x97d00ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x97d01000 - 0x97d5effb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x97d5f000 - 0x97d66fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x97d67000 - 0x97deeff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x97def000 - 0x97defffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x97df0000 - 0x9811bff6  com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Hi
    Looks like it may be this:
    http://support.apple.com/kb/TS3968
    CCT

  • IPodService module crash when iTunes 10 is in installation process

    OS: Win XP pro with service pack 3 32bit
    iPodService module crash when iTunes 10 is in installation process. System says that they can't run module. iTunes is run but work incorrect (for example I can't postpone my purchases from the phone to iTunes). I think that the problem of incompatibility of iPodService module with Servise Pack 3.

    I am having the same problem. I am running Windows XP SP3. I got the same message about not being able to start the iPodService. It offered me the chance to ignore the problem so I did. Big mistake. iTunes seemed to work ok until I tried to upgrade to OS 4.1 on my iPhone. Apparently the service was needed for that because the ugrade failed and my iPhone is completely hosed. I can't use it at all.
    I uninstalled iTunes 10 and tried to find iTunes 9.2.1 on the Apple site but can not find it anywhere. I can only find the Mac version. I found the Windows version of 9.1.1 iTunes. So I downloaded and installed it.
    When I started iTunes 9.1.1 it complained that the library file was created with a later version of iTunes (makes sense because I had version 10 installed). So I deleted all the itl files. This blew away my library of course which ***** but I figured I could recreate it.
    So when I hooked my iPhone up, I tried to do a restore on it so I could get my iPhone going again. No luck. I got a message saying that it rquires at least iTunes 9.2.1.
    So now I am COMPLETELY SCREWED. My iPhone is dead in the water. My iTunes library is gone. And I see no way forward.
    iTunes 9.1.1 won't work for restoring my dead iPhone
    iTunes 9.2.1 for windows cannot be found anywhere on the apple site as far as I an tell. (would love to be proven wrong on this!)
    iTunes 10 won't install on my machine.
    I looked at the system event messages in windows XP. In the application events I see:
    Faulting application ipodservice.exe, version 10.0.0.68, faulting module ntdll.dll, version 5.1.2600.5755, fault address 0x0001b21a.
    and
    Product: iTunes -- Error 1920. Service 'iPod Service' (iPod Service) failed to start. Verify that you have sufficient privileges to start system services.
    In the System events I see:
    The iPod Service service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    In the security events I see no errors or warnings, just info messages. None seem to be related to the iPhone or iTunes.
    I disabled my Symantec Firewall and Antivirus. Did not seem to help the iTunes install. I'm gonna try again just to make sure

  • When I try to open the "Documents" folder on my toolbar it just crashes, also my web browsers crash when I try to attach documents to emails.

    As the title states my "Documents" folder crashes and when I try to attach documents to emails the browsers also crash.
    Here is my crash report
    Process:    
    Finder [1046]
    Path:       
    /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier: 
    com.apple.finder
    Version:    
    10.7.5 (10.7.5)
    Build Info: 
    Finder_FE-751005001000000~21
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [141]
    Date/Time:  
    2013-02-14 10:12:19.104 -0800
    OS Version: 
    Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Crashed Thread:  4  Dispatch queue: TNodeEngine 0x10a889670
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
    __TEXT            
    000000010a175000-000000010a67e000 [ 5156K] r-x/rwx SM=COW  /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Application Specific Information:
    objc[1046]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x00007fff9a5e967a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff9a5e8d71 mach_msg + 73
    2   com.apple.CoreFoundation 
    0x00007fff9306a50c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation 
    0x00007fff93072c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation 
    0x00007fff93072486 CFRunLoopRunSpecific + 230
    5   com.apple.HIToolbox      
    0x00007fff8df0e2bf RunCurrentEventLoopInMode + 277
    6   com.apple.HIToolbox      
    0x00007fff8df1556d ReceiveNextEventCommon + 355
    7   com.apple.HIToolbox      
    0x00007fff8df153fa BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit         
    0x00007fff908e4779 _DPSNextEvent + 659
    9   com.apple.AppKit         
    0x00007fff908e407d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    10  com.apple.AppKit         
    0x00007fff908e09b9 -[NSApplication run] + 470
    11  com.apple.AppKit         
    0x00007fff90b5ceac NSApplicationMain + 867
    12  com.apple.finder         
    0x000000010a17b12f 0x10a175000 + 24879
    13  com.apple.finder         
    0x000000010a17b0f4 0x10a175000 + 24820
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff9a5eb7e6 kevent + 10
    1   libdispatch.dylib        
    0x00007fff96a51786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib        
    0x00007fff96a50316 _dispatch_mgr_thread + 54
    Thread 2:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x00007fff9a5eadf2 __select + 10
    1   com.apple.CoreFoundation 
    0x00007fff930bbc8b __CFSocketManager + 1355
    2   libsystem_c.dylib        
    0x00007fff936198bf _pthread_start + 335
    3   libsystem_c.dylib        
    0x00007fff9361cb75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff9a5eb192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff9361b594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff9361cb85 start_wqthread + 13
    Thread 4 Crashed:: Dispatch queue: TNodeEngine 0x10a889670
    0   com.apple.DesktopServices
    0x00007fff8e7eb438 BTreeIterator::PushForward(Page*) + 30
    1   com.apple.DesktopServices
    0x00007fff8e7eb3f3 BTreeIterator::BuildStack(IAOrderedStorable const*) + 81
    2   com.apple.DesktopServices
    0x00007fff8e7eb377 BTreeIterator::BTreeIterator(BTree*) + 31
    3   com.apple.DesktopServices
    0x00007fff8e7eb338 BTree::MakeIterator() + 34
    4   com.apple.DesktopServices
    0x00007fff8e7e940e TPropertyInfo::MakeProperties(TPropertyInfoList*, unsigned char*, unsigned int, bool) + 216
    5   com.apple.DesktopServices
    0x00007fff8e874cf4 TPropertyInfo::CreatePropertyList(TCountedPtr<TFSInfo> const&, double&, long long&, bool, bool, TPropertyInfoList*) + 422
    6   com.apple.DesktopServices
    0x00007fff8e874afa TPropertyInfo::CreatePropertyList(TCountedPtr<TCFURLInfo> const&, double&, long long&, bool, bool, TPropertyInfoList*) + 154
    7   com.apple.DesktopServices
    0x00007fff8e7e924e THFSPlusPropertyStore::Open(bool, bool) const + 130
    8   com.apple.DesktopServices
    0x00007fff8e7e91ae THFSPlusPropertyStore::GetProperties(bool) const + 38
    9   com.apple.DesktopServices
    0x00007fff8e7e8aa4 TNode::GetExtendedPropertyStore(bool) const + 208
    10  com.apple.DesktopServices
    0x00007fff8e7e8917 TNode::GetExtendedProperty(unsigned int, TPropertyReference&, bool) const + 39
    11  com.apple.DesktopServices
    0x00007fff8e7e7566 TNode::GetProperty(unsigned int, TPropertyReference&, unsigned int) const + 578
    12  com.apple.DesktopServices
    0x00007fff8e7e70b6 TNode::GetProperty(unsigned int, TPropertyReference&, OpaqueNodeRequest* const&, unsigned int) const + 68
    13  com.apple.DesktopServices
    0x00007fff8e7e7017 GetNodeProperty(OpaqueNodeRef*, unsigned int, TPropertyReference&, OpaqueNodeRequest*, unsigned int) + 162
    14  com.apple.DesktopServices
    0x00007fff8e7eeeed GetNodePropertyAsBoolean + 75
    15  com.apple.finder         
    0x000000010a1976e4 0x10a175000 + 141028
    16  com.apple.finder         
    0x000000010a197618 0x10a175000 + 140824
    17  com.apple.finder         
    0x000000010a1bff75 0x10a175000 + 307061
    18  com.apple.finder         
    0x000000010a1bdfb3 0x10a175000 + 298931
    19  com.apple.finder         
    0x000000010a1bde91 0x10a175000 + 298641
    20  com.apple.finder         
    0x000000010a196968 0x10a175000 + 137576
    21  libdispatch.dylib        
    0x00007fff96a4fa82 _dispatch_call_block_and_release + 18
    22  libdispatch.dylib        
    0x00007fff96a512d2 _dispatch_queue_drain + 264
    23  libdispatch.dylib        
    0x00007fff96a5112e _dispatch_queue_invoke + 54
    24  libdispatch.dylib        
    0x00007fff96a50928 _dispatch_worker_thread2 + 198
    25  libsystem_c.dylib        
    0x00007fff9361b3da _pthread_wqthread + 316
    26  libsystem_c.dylib        
    0x00007fff9361cb85 start_wqthread + 13
    Thread 5:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_kernel.dylib   
    0x00007fff9a5eb642 getdirentriesattr + 10
    1   com.apple.CoreServicesInternal
    0x00007fff9798766f ftsattr_build + 1777
    2   com.apple.CoreServicesInternal
    0x00007fff9798800a ftsattr_read$INODE64 + 359
    3   com.apple.CoreServicesInternal
    0x00007fff97983796 _ZL17_GetDirectoryURLsP16_CFURLEnumerator + 1134
    4   com.apple.CoreServicesInternal
    0x00007fff97983eb9 _URLEnumeratorGetNextURL + 118
    5   com.apple.DesktopServices
    0x00007fff8e86cc24 TFSIterator::NextRaw(TCountedPtr<TFSInfo>&) + 44
    6   com.apple.DesktopServices
    0x00007fff8e7ec95d TFSIterator::Next(TCountedPtr<TFSInfo>&) + 55
    7   com.apple.DesktopServices
    0x00007fff8e7ec3ab TFSInfoSynchronizer::FetchChildren() + 195
    8   com.apple.DesktopServices
    0x00007fff8e7d8ed3 TNode::SynchronizeChildren(unsigned int, TNodeEventPtrSet&) + 163
    9   com.apple.DesktopServices
    0x00007fff8e7d898f TNode::HandleSync(unsigned int) + 1957
    10  com.apple.DesktopServices
    0x00007fff8e7d81bf TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 45
    11  com.apple.DesktopServices
    0x00007fff8e81528b TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 717
    12  com.apple.DesktopServices
    0x00007fff8e83b041 __PostNodeTaskRequest_block_invoke_010 + 82
    13  com.apple.DesktopServices
    0x00007fff8e84e978 ExceptionSafeBlock(void ( block_pointer)()) + 15
    14  com.apple.DesktopServices
    0x00007fff8e83afe9 __PostNodeTaskRequest_block_invoke_0 + 88
    15  libdispatch.dylib        
    0x00007fff96a4fa82 _dispatch_call_block_and_release + 18
    16  libdispatch.dylib        
    0x00007fff96a512d2 _dispatch_queue_drain + 264
    17  libdispatch.dylib        
    0x00007fff96a5112e _dispatch_queue_invoke + 54
    18  libdispatch.dylib        
    0x00007fff96a50928 _dispatch_worker_thread2 + 198
    19  libsystem_c.dylib        
    0x00007fff9361b3da _pthread_wqthread + 316
    20  libsystem_c.dylib        
    0x00007fff9361cb85 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x00007fff9a5eb192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff9361b594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff9361cb85 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff9a5eae42 __semwait_signal + 10
    1   libsystem_c.dylib        
    0x00007fff935cfdea nanosleep + 164
    2   com.apple.Foundation     
    0x00007fff976cbee1 +[NSThread sleepUntilDate:] + 181
    3   com.apple.imageKit       
    0x00007fff92e5e0b8 -[IKTaskManager taskLoop] + 2031
    4   com.apple.Foundation     
    0x00007fff9769c72a -[NSThread main] + 68
    5   com.apple.Foundation     
    0x00007fff9769c6a2 __NSThread__main__ + 1575
    6   libsystem_c.dylib        
    0x00007fff936198bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff9361cb75 thread_start + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x00007ff2cc4c1730  rbx: 0x00007ff2cc486d10  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x000000010a77c000  rsi: 0x0000000000000000  rbp: 0x000000010aa918e0  rsp: 0x000000010aa918c0
       r8: 0x0000000000000015   r9: 0x0000000000000c16  r10: 0x0000000000000000  r11: 0x00007ff2cc4c1730
      r12: 0x0000000000000000  r13: 0x0000000000005404  r14: 0x00007fff7db3ac80  r15: 0x00007ff2cc4863c0
      rip: 0x00007fff8e7eb438  rfl: 0x0000000000010297  cr2: 0x0000000000000000
    Logical CPU: 1
    Binary Images:
    0x10a175000 -   
    0x10a67dff7  com.apple.finder (10.7.5 - 10.7.5) <83F36736-790D-3582-AC9D-91EFCC3DDB9D> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x10ac6e000 -   
    0x10ac7cfff  libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x10ac83000 -   
    0x10acb1ff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x10acba000 -   
    0x10acc4fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x10acca000 -   
    0x10accdff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x10ae00000 -   
    0x10af5afff  libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x10ca04000 -   
    0x10ca19fff  com.apple.frameworks.preferencepanessupport (1.0 - 1.0) <B7E1A6D7-5C75-3626-ACD9-682B6CBC3EBF> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport
    0x10e197000 -   
    0x10e197ff1 +cl_kernels (??? - ???) <34DEB4B0-9C64-4811-944E-FF92BCA66B5C> cl_kernels
    0x10e1a6000 -   
    0x10e1a7ff3 +cl_kernels (??? - ???) <1D44C992-05AF-4D7E-B80A-8B741612540B> cl_kernels
    0x10e1d6000 -   
    0x10e1d7ff2 +cl_kernels (??? - ???) <73F129DD-8F65-4F92-9B69-65E3ED9F9E5F> cl_kernels
    0x10e1e7000 -   
    0x10e39ffff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x10eeaf000 -   
    0x10f296fe7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.32.12 - 7.3.2) <5C9C9474-BA99-33A6-BAD8-628224491FED> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
    0x10f4e3000 -   
    0x10f4e4ff3 +cl_kernels (??? - ???) <2108CD93-008B-48E9-869F-3A54A28AC7C4> cl_kernels
    0x10fbd0000 -   
    0x10fc6eff7  unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <936B4155-1C6B-3928-9FFA-F72E7163872E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
    0x10fc8d000 -   
    0x10fd2cff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x7fff69d75000 -
    0x7fff69da9baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff8da98000 -
    0x7fff8da98fff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8da99000 -
    0x7fff8da99fff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff8da9a000 -
    0x7fff8ddbcfff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8ddbd000 -
    0x7fff8de38ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8de56000 -
    0x7fff8de6bfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8de6c000 -
    0x7fff8deadfff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8deae000 -
    0x7fff8deb1fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8deb2000 -
    0x7fff8deb3fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8deb4000 -
    0x7fff8defbff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8df0c000 -
    0x7fff8e238fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8e274000 -
    0x7fff8e274fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8e275000 -
    0x7fff8e27cfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
    0x7fff8e2b6000 -
    0x7fff8e3b0ff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8e3b1000 -
    0x7fff8e7cfff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff8e7d0000 -
    0x7fff8e8e9fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8e8ea000 -
    0x7fff8e8f7ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
    0x7fff8e8f8000 -
    0x7fff8eca2fe7  com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff8eca3000 -
    0x7fff8ed28ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8ed68000 -
    0x7fff8edd8fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8edd9000 -
    0x7fff8ee3bff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8ee3c000 -
    0x7fff8ee52ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8ee53000 -
    0x7fff8ee74fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8eeb3000 -
    0x7fff8eef5ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8ef4d000 -
    0x7fff8ef59fff  com.apple.CoreBluetooth (100.7 - 1) <988DB0FD-7759-3BA0-AE5F-B6DA2BDB3FF5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
    0x7fff8ef5c000 -
    0x7fff8f063fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8f08e000 -
    0x7fff8f090ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8f159000 -
    0x7fff8f181fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff8f182000 -
    0x7fff8f18dff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff8f1a3000 -
    0x7fff8f32eff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8f32f000 -
    0x7fff8f33bfff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8f34a000 -
    0x7fff8f811fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff8f812000 -
    0x7fff8f856ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8f857000 -
    0x7fff8f90aff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff8f90b000 -
    0x7fff8f946fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff8f947000 -
    0x7fff8f977ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8f978000 -
    0x7fff8f995fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff8f9e3000 -
    0x7fff8f9e6fff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff8f9e7000 -
    0x7fff8faf4fff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8faf5000 -
    0x7fff8fafcff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8fafd000 -
    0x7fff8fb02fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff8fb03000 -
    0x7fff8fd74fff  com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff8fd75000 -
    0x7fff8fd77fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff8fd78000 -
    0x7fff8fd7afff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8fd7b000 -
    0x7fff8fe59fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8fe8d000 -
    0x7fff8fe98fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8fe99000 -
    0x7fff8feb3fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff8feb4000 -
    0x7fff9065cfff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff9065d000 -
    0x7fff9066bff7  com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff9066e000 -
    0x7fff9068afff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff9068b000 -
    0x7fff906f3ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff906f4000 -
    0x7fff907f1ff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff907f2000 -
    0x7fff908dbfff  com.apple.Bluetooth (4.0.8 - 4.0.8f17) <46F432D0-7E25-3900-A5B2-DDB4C2781036> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff908dc000 -
    0x7fff914e2fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff914e3000 -
    0x7fff91522fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff915b2000 -
    0x7fff918d7ff7  com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff91925000 -
    0x7fff91926fff  com.apple.ServerInformation (1.0 - 1) <EE6BFCB2-C727-3CE6-B8C9-834230B2646B> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
    0x7fff91927000 -
    0x7fff91967ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
    0x7fff9198d000 -
    0x7fff91991fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff9199d000 -
    0x7fff919a0ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff919a1000 -
    0x7fff919a2fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff919fc000 -
    0x7fff91a57fff  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff91dac000 -
    0x7fff91e03fff  com.apple.Suggestions (1.1 - 85.1) <DE511C42-D2F2-309C-80EE-53862245DE22> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff91e04000 -
    0x7fff91e9aff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff91e9b000 -
    0x7fff91ea9ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
    0x7fff920bd000 -
    0x7fff920c3fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
    0x7fff920c4000 -
    0x7fff920efff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff920f0000 -
    0x7fff92117fff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x7fff92118000 -
    0x7fff92145fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff92146000 -
    0x7fff92579ff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff9257a000 -
    0x7fff925affff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff925b0000 -
    0x7fff92677ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff92678000 -
    0x7fff92678fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff92679000 -
    0x7fff926e4ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff92b76000 -
    0x7fff92bd1ff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff92bd2000 -
    0x7fff92bfdfff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
    0x7fff92bfe000 -
    0x7fff92ce2e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff92d36000 -
    0x7fff92d37ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff92d93000 -
    0x7fff9300bfff  com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff9300c000 -
    0x7fff9301eff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff93038000 -
    0x7fff93039ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff9303a000 -
    0x7fff9320eff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff9322e000 -
    0x7fff932c0ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff932c1000 -
    0x7fff934ebfe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff93561000 -
    0x7fff93562fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff935a9000 -
    0x7fff935b4ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff935c1000 -
    0x7fff935c6ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff935c7000 -
    0x7fff935cafff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff935cb000 -
    0x7fff936a8fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff936a9000 -
    0x7fff936aefff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff9374b000 -
    0x7fff93759fff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff9375a000 -
    0x7fff9375afff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff939c6000 -
    0x7fff939cbfff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff939cc000 -
    0x7fff939ffff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff93a00000 -
    0x7fff93a26fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff93a27000 -
    0x7fff93a4bfff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff93a51000 -
    0x7fff93a7afff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff93a91000 -
    0x7fff93a91fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff93a92000 -
    0x7fff93ab1fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff93ab2000 -
    0x7fff93abffff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff93ac0000 -
    0x7fff93b36fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff93b37000 -
    0x7fff93b3dfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff93b3e000 -
    0x7fff93b91fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff93c11000 -
    0x7fff93c2eff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff93c2f000 -
    0x7fff93c42ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
    0x7fff93c43000 -
    0x7fff93c49ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff93db7000 -
    0x7fff93db7fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff93db8000 -
    0x7fff93dbcfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
    0x7fff93dbd000 -
    0x7fff93dcbfff  com.apple.Collaboration (63.2 - 63.2) <B76A62A5-EE5E-3D7F-8F1D-F80E8E78FFD8> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    0x7fff93e4f000 -
    0x7fff93e65fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff93e66000 -
    0x7fff93ee9fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff93eea000 -
    0x7fff93f06ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff93f07000 -
    0x7fff93f09fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
    0x7fff93f0a000 -
    0x7fff93f21fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff93f22000 -
    0x7fff93f31fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff93f34000 -
    0x7fff93fa7fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff93fa8000 -
    0x7fff93ff4ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff93ff5000 -
    0x7fff93ffcfff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff948fe000 -
    0x7fff9493efe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff9493f000 -
    0x7fff94940ff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff94941000 -
    0x7fff94941fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff94942000 -
    0x7fff94947fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff94b12000 -
    0x7fff94b24ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff94b25000 -
    0x7fff94bb8fff  com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff94bb9000 -
    0x7fff94bbdfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff94bbe000 -
    0x7fff94e43ff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff94e48000 -
    0x7fff94e5dfff  com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x7fff94e5e000 -
    0x7fff94e87fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff94e9a000 -
    0x7fff9503aff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9505f000 -
    0x7fff95160fff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff95aa8000 -
    0x7fff95aaffff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff95ab0000 -
    0x7fff95af4ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff95af5000 -
    0x7fff95b6bff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
    0x7fff95b6c000 -
    0x7fff95bc0fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff95bc1000 -
    0x7fff95bd8fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff95d1c000 -
    0x7fff95dc1fff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff95dc2000 -
    0x7fff95dc8fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff95dc9000 -
    0x7fff95ea8fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff9622d000 -
    0x7fff96339fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff9633a000 -
    0x7fff96497fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff966c4000 -
    0x7fff9673afff  com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff9679d000 -
    0x7fff96a11fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff96a12000 -
    0x7fff96a4dfff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff96a4e000 -
    0x7fff96a5cfff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    0x7fff96a5d000 -
    0x7fff973fba27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff973fc000 -
    0x7fff97563fff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff97564000 -
    0x7fff97569fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
    0x7fff975b1000 -
    0x7fff975fffff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff97600000 -
    0x7fff9763efff  com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff97642000 -
    0x7fff9795bfff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff9795c000 -
    0x7fff97965ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff97966000 -
    0x7fff97992ff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff97993000 -
    0x7fff97a34fff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff97a35000 -
    0x7fff97a91ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff97a92000 -
    0x7fff97a9cff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
    0x7fff97ba1000 -
    0x7fff97ba2fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
    0x7fff97ba3000 -
    0x7fff97e98ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff97e99000 -
    0x7fff97eeaff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff97f2a000 -
    0x7fff97f53ff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff97f54000 -
    0x7fff97f68ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff97f69000 -
    0x7fff97f6dff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff97f6e000 -
    0x7fff98052ff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff9806c000 -
    0x7fff98072ff7  com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x7fff98073000 -
    0x7fff980dbff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff980dc000 -
    0x7fff98212fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff98213000 -
    0x7fff9824cfe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff9824d000 -
    0x7fff982a1ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Libr

    bump for help

  • Iphoto Crashes when I try to change preferences

    I updated to iPhoto 9.2.1 and the program crashes if I try to open iPhoto preferences. I am running the latest version of Lion. Here's what displays on the screen after the crash.
    Process:         iPhoto [21286]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.2.1 (9.2.1)
    Build Info:      iPhotoProject-628000000000000~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [194]
    Date/Time:       2011-10-29 17:14:13.761 -0400
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          552010 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  269 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      CE2CB9FF-F3BB-4FAF-BCC6-B06496F57ACD
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000006e868b7e
    VM Regions Near 0x6e868b7e:
        MALLOC_SMALL           0000000019000000-0000000019800000 [ 8192K] rw-/rwx SM=PRV 
    -->
        __TEXT                 000000008fe2b000-000000008fe5e000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Application Specific Information:
    objc_msgSend() selector name: autorelease
    Performing @selector(showPreferencePanel:) from sender NSMenuItem 0x2b68ae0
    objc[21286]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x99737d47 objc_msgSend + 23
    1   com.apple.iPhoto                        0x003afa17 0x1000 + 3861015
    2   com.apple.iPhoto                        0x003aa057 0x1000 + 3838039
    3   com.apple.iPhoto                        0x003af9a6 0x1000 + 3860902
    4   com.apple.iPhoto                        0x003a6c1c 0x1000 + 3824668
    5   com.apple.iPhoto                        0x00217eb4 0x1000 + 2191028
    6   com.apple.CoreFoundation                0x925c3091 -[NSObject performSelector:withObject:] + 65
    7   com.apple.AppKit                        0x9bc70cb3 -[NSApplication sendAction:to:from:] + 232
    8   com.apple.AppKit                        0x9bd64caf -[NSMenuItem _corePerformAction] + 536
    9   com.apple.AppKit                        0x9bd6492c -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
    10  com.apple.AppKit                        0x9bd63fb5 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    11  com.apple.AppKit                        0x9c03cdab -[NSMenu performActionForItemAtIndex:] + 65
    12  com.apple.AppKit                        0x9c03cdde -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    13  com.apple.AppKit                        0x9c04100f -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    14  com.apple.AppKit                        0x9beaaa10 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172
    15  com.apple.AppKit                        0x9bcd9916 NSSLMMenuEventHandler + 452
    16  com.apple.HIToolbox                     0x902e3920 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    17  com.apple.HIToolbox                     0x9015f803 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    18  com.apple.HIToolbox                     0x9015ec80 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    19  com.apple.HIToolbox                     0x90173aa9 SendEventToEventTarget + 76
    20  com.apple.HIToolbox                     0x902e3de4 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 482
    21  com.apple.HIToolbox                     0x902e3e4e SendMenuCommandWithContextAndModifiers + 70
    22  com.apple.HIToolbox                     0x9034e697 SendMenuItemSelectedEvent + 275
    23  com.apple.HIToolbox                     0x901b03f9 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
    24  com.apple.HIToolbox                     0x9033f574 _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
    25  com.apple.HIToolbox                     0x901a80b2 _HandleMenuSelection2 + 636
    26  com.apple.HIToolbox                     0x901a7e31 _HandleMenuSelection + 53
    27  com.apple.AppKit                        0x9bbd5356 _NSHandleCarbonMenuEvent + 302
    28  com.apple.AppKit                        0x9bb6562e _DPSNextEvent + 2196
    29  com.apple.AppKit                        0x9bb648ab -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    30  com.apple.AppKit                        0x9bb60c22 -[NSApplication run] + 911
    31  com.apple.AppKit                        0x9bdf518a NSApplicationMain + 1054
    32  com.apple.iPhoto                        0x0001159a 0x1000 + 66970
    33  com.apple.iPhoto                        0x00010a29 0x1000 + 64041
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92137b5e __select_nocancel + 10
    1   libdispatch.dylib                       0x97d95b11 _dispatch_mgr_invoke + 642
    2   libdispatch.dylib                       0x97d946a7 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x92135c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x921351f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9255b0ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x92564214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x925638ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x92563798 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x9c61b607 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.apple.proxtcore                     0x0175daed -[XTRunLoopThread run:] + 509
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x92135c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x921351f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9255b0ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x92564214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x925638ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x92563798 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x9c61b607 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.apple.proxtcore                     0x0175daed -[XTRunLoopThread run:] + 509
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x92135c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x921351f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9255b0ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x92564214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x925638ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x92563798 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x9c61b607 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.apple.proxtcore                     0x0175daed -[XTRunLoopThread run:] + 509
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x92135c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x921351f6 mach_msg + 70
    2   com.apple.iLifeSQLAccess                0x0184ef41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x0184edc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    5   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib                  0x92135c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x921351f6 mach_msg + 70
    2   com.apple.iLifeSQLAccess                0x0184ef41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x0184edc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    5   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x01d38ac1 -[RKAsyncImageRenderer _backgroundRenderThread:] + 177
    7   com.apple.CoreFoundation                0x925cb53a -[NSObject performSelector:] + 58
    8   com.apple.proxtcore                     0x01766626 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    9   com.apple.CoreFoundation                0x925c3091 -[NSObject performSelector:withObject:] + 65
    10  com.apple.proxtcore                     0x0175dcb5 -[XTSubscription postMessage:] + 181
    11  com.apple.proxtcore                     0x0175d406 -[XTDistributor distributeMessage:] + 726
    12  com.apple.proxtcore                     0x0175cf55 -[XTThread handleMessage:] + 1285
    13  com.apple.proxtcore                     0x0175b6c6 -[XTThread run:] + 438
    14  com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    15  com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    16  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    17  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib                  0x9213802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x905cbccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x905cd6fe start_wqthread + 30
    Thread 28:
    0   libsystem_kernel.dylib                  0x9213802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x905cbccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x905cd6fe start_wqthread + 30
    Thread 29:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9057e42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x9c670d40 -[NSCondition wait] + 304
    4   com.apple.iPhoto                        0x0005c66a 0x1000 + 374378
    5   com.apple.iPhoto                        0x0005c5c2 0x1000 + 374210
    6   com.apple.CoreFoundation                0x925c5e1d __invoking___ + 29
    7   com.apple.CoreFoundation                0x925c5d59 -[NSInvocation invoke] + 137
    8   com.apple.RedRock                       0x01d5ae61 -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x01d6c6c4 -[RKInvoker _invokeTargetWithPool:] + 68
    10  com.apple.CoreFoundation                0x925c3091 -[NSObject performSelector:withObject:] + 65
    11  com.apple.proxtcore                     0x01766626 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    12  com.apple.CoreFoundation                0x925c3091 -[NSObject performSelector:withObject:] + 65
    13  com.apple.proxtcore                     0x0175dcb5 -[XTSubscription postMessage:] + 181
    14  com.apple.proxtcore                     0x0175d406 -[XTDistributor distributeMessage:] + 726
    15  com.apple.proxtcore                     0x0175cf55 -[XTThread handleMessage:] + 1285
    16  com.apple.proxtcore                     0x0175b6c6 -[XTThread run:] + 438
    17  com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    18  com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    19  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    20  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9c6a1507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9c66792a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9c6677fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175c702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175b6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib                  0x92135c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x921351f6 mach_msg + 70
    2   com.apple.iLifeSQLAccess                0x0184ef41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x0184edc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    5   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 32:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x92137b42 __select + 10
    1   com.apple.CoreFoundation                0x925b2195 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 33:
    0   libsystem_kernel.dylib                  0x9213802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x905cbccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x905cd6fe start_wqthread + 30
    Thread 34:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9057e42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                0x9935f021 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   com.apple.WebCore                       0x92b70d41 ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 135
    5   com.apple.WebCore                       0x92b70c94 WebCore::LocalStorageThread::threadEntryPoint() + 74
    6   com.apple.WebCore                       0x92b70bf1 WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 17
    7   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 35:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x92135c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x921351f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9255b0ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x92564214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x925638ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x92563798 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x9c67b21c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7   com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    8   com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    9   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 36:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x973b05a3 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x973b0319 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x973b012a TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x94c87de6 0x9469b000 + 6213094
    7   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 37:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x905cdf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x973b05a3 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x973b0319 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x973b012a TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x973e3033 AIOFileThread(void*) + 1019
    7   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 38:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9057e42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x00619bea 0x1000 + 6392810
    4   com.apple.CoreFoundation                0x925c5e1d __invoking___ + 29
    5   com.apple.CoreFoundation                0x925c5d59 -[NSInvocation invoke] + 137
    6   com.apple.RedRock                       0x01d5ae61 -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock                       0x01d6c6c4 -[RKInvoker _invokeTargetWithPool:] + 68
    8   com.apple.CoreFoundation                0x925c3091 -[NSObject performSelector:withObject:] + 65
    9   com.apple.proxtcore                     0x01766626 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    10  com.apple.CoreFoundation                0x925c3091 -[NSObject performSelector:withObject:] + 65
    11  com.apple.proxtcore                     0x0175dcb5 -[XTSubscription postMessage:] + 181
    12  com.apple.proxtcore                     0x0175d406 -[XTDistributor distributeMessage:] + 726
    13  com.apple.proxtcore                     0x0175cf55 -[XTThread handleMessage:] + 1285
    14  com.apple.proxtcore                     0x0175b6c6 -[XTThread run:] + 438
    15  com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    16  com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    17  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    18  libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 39:
    0   libsystem_kernel.dylib                  0x9213802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x905cbccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x905cd6fe start_wqthread + 30
    Thread 40:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9057582a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x94da9cc9 0x9469b000 + 7400649
    4   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 41:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9057e42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo                     0x942d5529 CVDisplayLink::runIOThread() + 945
    4   com.apple.CoreVideo                     0x942d5161 _ZL13startIOThreadPv + 160
    5   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 42:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9057e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.apple.JavaScriptCore                0x9935f06c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    4   com.apple.JavaScriptCore                0x99552f43 JSC::Heap::blockFreeingThreadMain() + 323
    5   com.apple.JavaScriptCore                0x99552f7f JSC::Heap::blockFreeingThreadStartFunc(void*) + 15
    6   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 43:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9057e42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x000df803 0x1000 + 911363
    4   libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x905cd6de thread_start + 34
    Thread 44:
    0   libsystem_kernel.dylib                  0x9213783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x905cde21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9057e42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x000dfdb1 0x1000 + 912817
    4   com.apple.CoreFoundation                0x925c5e1d __invoking___ + 29
    5   com.apple.CoreFoundation                0x925c5d59 -[NSInvocation invoke] + 137
    6   com.apple.RedRock                       0x01d5ae61 -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock                       0x01d6c6c4 -[RKInvoker _invokeTargetWithPool:] + 68
    8   com.apple.CoreFoundation                0x925c3091 -[NSObject performSelector:withObject:] + 65
    9   com.apple.proxtcore                     0x01766626 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    10  com.apple.CoreFoundation                0x925c3091 -[NSObject performSelector:withObject:] + 65
    11  com.apple.proxtcore                     0x0175dcb5 -[XTSubscription postMessage:] + 181
    12  com.apple.proxtcore                     0x0175d406 -[XTDistributor distributeMessage:] + 726
    13  com.apple.proxtcore                     0x0175cf55 -[XTThread handleMessage:] + 1285
    14  com.apple.proxtcore                     0x0175b6c6 -[XTThread run:] + 438
    15  com.apple.Foundation                    0x9c66ef7d -[NSThread main] + 45
    16  com.apple.Foundation                    0x9c66ef2d __NSThread__main__ + 1582
    17  libsystem_c.dylib                       0x905c9ed9 _pthread_start + 335
    18  libsystem_c.dylib                

    Well you can change what happens when you plug your phone in using Image Capture (in your Applications Folder)
    Regards
    TD

  • Keynote and Microsoft Powerpoint crash when opening a downloaded ppt.

    Hello, I am having a problem that only is affecting my Macbook Pro. both Microsoft Powerpoint and Keynote crashes when I open a ppt. I download from a work site. Same thing happens when trying to open the same file with Microsoft powerpoint.These same files open with no problem on my iMac and my wifes Macbook pro and I can open the software and create my own ppt. Currently using MacBook Pro 2.26 GHz Intel Core 2 Duo. Mac OS X Lion 10.7.K and Powerpoint 2003. Thanks.
    Crash report:
    Process:         Microsoft PowerPoint [2343]
    Path:            /Applications/Microsoft Office 2008/Microsoft PowerPoint.app/Contents/MacOS/Microsoft PowerPoint
    Identifier:      com.microsoft.Powerpoint
    Version:         12.3.6 (12.3.6)
    Build Info:      Unknown-130206~0
    Code Type:       X86 (Native)
    Parent Process:  launchd [132]
    Date/Time:       2013-05-14 21:05:56.008 -0500
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          14001 sec
    Crashes Since Last Report:           12
    Per-App Interval Since Last Report:  298 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      2D113DFE-8E20-419D-A3D6-3F40DFBB2D72
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    objc[2343]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x959d9946 CFHash + 22
    1   com.apple.CoreFoundation                0x959d0700 __CFDictionaryStandardHashKey + 32
    2   com.apple.CoreFoundation                0x959e30f2 CFBasicHashAddValue + 1522
    3   com.apple.CoreFoundation                0x95a21e47 CFDictionaryCreate + 135
    4   com.apple.ApplicationServices.ATS          0x91c6cc8d TCFResurrectContext::ResurrectCFDictionary() + 271
    5   com.apple.ApplicationServices.ATS          0x91c6eeb2 FOMetaDataResurrect + 88
    6   com.apple.ApplicationServices.ATS          0x91c3f107 _eFOCopyFontMetaData + 101
    7   com.apple.ApplicationServices.ATS          0x91c64d9e _eOFAGetStrikeSpecs + 643
    8   com.apple.ApplicationServices.ATS          0x91c78985 _eGetGlyphVectorIndex + 959
    9   com.apple.ApplicationServices.ATS          0x91c7be9e _ZL20OldGlyphsCacheStrikeP7TStrikePFvPK11StrikeSpecsPKvEPv + 114
    10  com.apple.ApplicationServices.ATS          0x91c7e248 _eGCGetStrikeInfo + 938
    11  com.apple.ApplicationServices.ATS          0x91c8d01b LLCStyleInfoCreateActiveStyleInfo + 1193
    12  com.apple.QD                            0x909d0fbb TATSUStyle::ConstructActiveStyleInfo() + 43
    13  com.apple.QD                            0x909d0ff0 TATSUStyle::GetStyleInfo(LLCStyleInfo const**) + 32
    14  com.apple.QD                            0x909df790 TTextLineLayout::ConstructGlyphRecordArrayWithRegularGlyphs(TATSUGlyphRecordArr ay*, unsigned long*) + 208
    15  com.apple.QD                            0x909dfe4c TTextLineLayout::ConstructGlyphRecordArray(TATSUGlyphRecordArray*, TLayoutControls*) + 670
    16  com.apple.QD                            0x909e0cf1 TTextLineLayout::ConstructAndLayoutGlyphArray(TATSUGlyphRecordArray*, ATSLineLayoutLineParams*, TLayoutControls*, long, unsigned long) + 203
    17  com.apple.QD                            0x909ead58 TTextLineLayout::LineBreakEngine(unsigned long, unsigned long, ATSULineBreakPB*, bool (*)(ATSULineBreakPB*, void*), void*) + 4344
    18  com.apple.QD                            0x909ccafe ATSUBreakLine + 184
    19  com.microsoft.officeart                 0x01c3e68c non-virtual thunk to Dr::E2oFrameDrawingElement::OnGetRuntimeClass() const + 2439076
    20  com.microsoft.officeart                 0x016a90c7 Art::SrKinsoku::SrKinsoku(Art::SrKinsoku const&) + 43613
    21  com.microsoft.officeart                 0x016a9ed2 Art::SrKinsoku::SrKinsoku(Art::SrKinsoku const&) + 47208
    22  com.microsoft.officeart                 0x016aa3ae Art::SrKinsoku::SrKinsoku(Art::SrKinsoku const&) + 48452
    23  com.microsoft.officeart                 0x016aaae1 Art::SrKinsoku::SrKinsoku(Art::SrKinsoku const&) + 50295
    24  com.microsoft.officeart                 0x016aab85 Art::SrKinsoku::SrKinsoku(Art::SrKinsoku const&) + 50459
    25  com.microsoft.officeart                 0x016d3c1d Art::TextBodyResolver::ApplyListStyleToParaBag(Art::TextParaPropertyBag&) const + 9609
    26  com.microsoft.officeart                 0x01708808 Art::CompositeTextFrame::MSAAGetName(Ofc::CStr&) const + 264
    27  com.microsoft.officeart                 0x0170b8db Art::ITextLayout::GetRangeOfParagraph(int, Art::TextRange&) const + 2585
    28  com.microsoft.officeart                 0x0170bb0f Art::ITextLayout::GetRangeOfParagraph(int, Art::TextRange&) const + 3149
    29  com.microsoft.officeart                 0x0170cde9 Art::ITextLayout::GetRangeOfParagraph(int, Art::TextRange&) const + 7975
    30  com.microsoft.officeart                 0x0170f283 Art::CompositeTextFrame::CompositeTextFrame() + 1569
    31  com.microsoft.officeart                 0x0170f755 Art::SimpleTextFrame::Validate() const + 191
    32  com.microsoft.officeart                 0x0148fad6 Dr::MovieDrawingElement::GetMedia() const + 526
    33  com.microsoft.officeart                 0x0155e2ee Art::TextViewElement::GetDirtyEffectViewBounds(Ofc::CRect&) const + 1278
    34  com.microsoft.officeart                 0x0156dd27 Art::TextViewElement::FHasEffectsAffectingBounds() const + 2985
    35  com.microsoft.officeart                 0x0156f3d7 Art::TextViewElement::TextViewElement(Ofc::TWeakPtr<Art::IE2oView>, Ofc::TWeakPtr<Art::ITextFrame>, Art::TextRange const*, Ofc::TWeakPtr<Art::TextViewElement>) + 357
    36  com.microsoft.officeart                 0x01453f7d Dr::DrawingTextViewElement::DrawingTextViewElement(Ofc::TWeakPtr<Dr::DrawingE2o View>, Ofc::TWeakPtr<Art::ITextFrame>, Ofc::TWeakPtr<Dr::ShapeDrawingElement>, Art::TextRange const*, Ofc::TWeakPtr<Art::ViewElement>, Ofc::TWeakPtr<Dr::DrawingTextViewElement>) + 809
    37  com.microsoft.officeart                 0x014547c6 Dr::DrawingTextViewElement::DrawingTextViewElement(Ofc::TWeakPtr<Dr::DrawingE2o View>, Ofc::TWeakPtr<Art::ITextFrame>, Ofc::TWeakPtr<Dr::ShapeDrawingElement>, Art::TextRange const*, Ofc::TWeakPtr<Art::ViewElement>, Ofc::TWeakPtr<Dr::DrawingTextViewElement>) + 2930
    38  com.microsoft.officeart                 0x01534c09 Art::IViewSiteData::GetE2oViewToDeviceOffset(Ofc::TWeakPtr<Art::IE2o const>, Ofc::TWeakPtr<Art::View const>, Ofc::CPoint&) const + 2785
    39  com.microsoft.officeart                 0x01534e27 Art::IViewSiteData::GetE2oViewToDeviceOffset(Ofc::TWeakPtr<Art::IE2o const>, Ofc::TWeakPtr<Art::View const>, Ofc::CPoint&) const + 3327
    40  com.microsoft.officeart                 0x0153506f Art::IViewSiteData::GetE2oViewToDeviceOffset(Ofc::TWeakPtr<Art::IE2o const>, Ofc::TWeakPtr<Art::View const>, Ofc::CPoint&) const + 3911
    41  com.microsoft.officeart                 0x01535cf5 Art::IViewSiteData::GetE2oViewToDeviceOffset(Ofc::TWeakPtr<Art::IE2o const>, Ofc::TWeakPtr<Art::View const>, Ofc::CPoint&) const + 7117
    42  com.microsoft.officeart                 0x01527541 Art::View::FPlanValidate(bool) + 79
    43  com.microsoft.officeart                 0x0153341c Art::View::Validate(bool) + 26
    44  com.microsoft.Powerpoint                0x00328242 0x1000 + 3306050
    45  com.microsoft.Powerpoint                0x003ecd85 0x1000 + 4111749
    46  com.microsoft.Powerpoint                0x003ffa4d 0x1000 + 4188749
    47  com.microsoft.Powerpoint                0x004004c0 0x1000 + 4191424
    48  com.microsoft.mcp                       0x010e86be McpEnableTimers + 184
    49  com.apple.HIToolbox                     0x94016cfd TimerVector + 22
    50  com.apple.CoreFoundation                0x95a2b2a6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    51  com.apple.CoreFoundation                0x95a2ac37 __CFRunLoopDoTimer + 743
    52  com.apple.CoreFoundation                0x95a09cd0 __CFRunLoopRun + 1888
    53  com.apple.CoreFoundation                0x95a091dc CFRunLoopRunSpecific + 332
    54  com.apple.CoreFoundation                0x95a09088 CFRunLoopRunInMode + 120
    55  com.apple.HIToolbox                     0x93ffb543 RunCurrentEventLoopInMode + 318
    56  com.apple.HIToolbox                     0x940027d6 ReceiveNextEventCommon + 168
    57  com.apple.HIToolbox                     0x94198910 ReceiveNextEventInMode + 67
    58  com.apple.HIToolbox                     0x941989a8 ReceiveNextEvent + 72
    59  com.microsoft.mcp                       0x01129358 McpRunApplicationEventLoop + 106
    60  com.microsoft.Powerpoint                0x00023d34 0x1000 + 142644
    61  com.microsoft.Powerpoint                0x0000357d 0x1000 + 9597
    62  com.microsoft.Powerpoint                0x000028a2 0x1000 + 6306
    63  com.microsoft.Powerpoint                0x000027c9 0x1000 + 6089
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x963ed90a kevent + 10
    1   libdispatch.dylib                       0x9458fe04 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9458e853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x963ed02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9c9a5ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9c9a76fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x963ed02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9c9a5ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9c9a76fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x963eac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x963ea1f6 mach_msg + 70
    2   com.microsoft.merp                      0x013b2f0e MerpCreateSession + 3224
    3   libsystem_c.dylib                       0x9c9a3ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x9c9a76de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x963ed02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9c9a5ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9c9a76fe start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x963ec83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c9a7e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9c9a7f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x900aa3a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x900aa11d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x900a9f2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x9bd0016a 0x9b713000 + 6213994
    7   libsystem_c.dylib                       0x9c9a3ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c9a76de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x963ec83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c9a7e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9c9a7f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x900aa3a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x900aa11d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x900a9f2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x900dce53 AIOFileThread(void*) + 1019
    7   libsystem_c.dylib                       0x9c9a3ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c9a76de thread_start + 34
    Thread 8:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x963eac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x963ea1f6 mach_msg + 70
    2   com.apple.audio.CoreAudio               0x90fda9d6 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, unsigned int) + 122
    3   com.apple.audio.CoreAudio               0x90fdaa42 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, unsigned int) + 60
    4   com.apple.audio.CoreAudio               0x90fd2e37 HALC_ProxyIOContext::IOWorkLoop() + 1145
    5   com.apple.audio.CoreAudio               0x90fd28fe HALC_ProxyIOContext::IOThreadEntry(void*) + 136
    6   com.apple.audio.CoreAudio               0x90fd2870 __HALC_ProxyIOContext_block_invoke_6 + 20
    7   com.apple.audio.CoreAudio               0x90fd27f5 HALB_IOThread::Entry(void*) + 69
    8   libsystem_c.dylib                       0x9c9a3ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x9c9a76de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xbfffabf8  ecx: 0xaca3c900  edx: 0x959e2b0d
      edi: 0x00000000  esi: 0x959d993d  ebp: 0xbfffaa38  esp: 0xbfffaa20
       ss: 0x00000023  efl: 0x00000246  eip: 0x959d9946   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0a5ed000
    Logical CPU: 1
    Binary Images:
        0x1000 -   0xc8cfff +com.microsoft.Powerpoint (12.3.6 - 12.3.6) <991BA51C-1700-44C0-82B9-A5CE5BB174D0> /Applications/Microsoft Office 2008/Microsoft PowerPoint.app/Contents/MacOS/Microsoft PowerPoint
    0x103c000 -  0x1264fce +com.microsoft.mcp (12.3.6 - 12.3.6) <971F3DD6-0D0F-46EE-8767-071181BF1C38> /Applications/Microsoft Office 2008/*/MicrosoftComponentPlugin.framework/Versions/12/MicrosoftComponentPlugin
    0x1310000 -  0x1390fdf +com.microsoft.netlib (12.3.6 - 12.3.6) <3C8C2B1F-8294-4DD4-A320-A45E9AE31BDF> /Applications/Microsoft Office 2008/*/Netlib.framework/Versions/12/Netlib
    0x13b0000 -  0x13baffa +com.microsoft.merp (2.2.0 - 2.2.0) <7949A117-5C82-43C1-97AC-F14A91F4C5EB> /Applications/Microsoft Office 2008/*/merp.framework/Versions/12/merp
    0x13c0000 -  0x2221fe3 +com.microsoft.officeart (12.3.6 - 12.3.6) <4A808CE3-34EA-4109-9E28-FE919112742E> /Applications/Microsoft Office 2008/*/OfficeArt.framework/Versions/12/OfficeArt
    0x2620000 -  0x2ae6fdf +com.microsoft.chart (12.3.6 - 12.3.6) <D909D511-E8A3-4462-B430-D3370198AA22> /Applications/Microsoft Office 2008/*/MicrosoftChartPlugin.framework/Versions/12/MicrosoftChartPlugin
    0x2c43000 -  0x2ce2fff +com.microsoft.ole (12.3.6 - 12.3.6) <593E12C3-F968-483D-8679-70C9CF2CBCB0> /Applications/Microsoft Office 2008/*/MicrosoftOLE.framework/Versions/12/MicrosoftOLE
    0x2cfd000 -  0x2d64fda +com.microsoft.ole_automation (12.3.6 - 12.3.6) <7CCCCF63-5A0A-4EEC-9117-BF3D92BA1651> /Applications/Microsoft Office 2008/*/MicrosoftOLEAutomation.framework/Versions/12/MicrosoftOLEAutomation
    0x2d8e000 -  0x34bdff4 +com.microsoft.office_library (12.3.6 - 12.3.6) <C80AEC75-B983-4B06-A44B-513DB12333E8> /Applications/Microsoft Office 2008/*/MicrosoftOffice.framework/Versions/12/MicrosoftOffice
    0x35e0000 -  0x3615fe6 +com.microsoft.urlmon (12.3.6 - 12.3.6) <C12DCE7D-F57B-482A-97B9-091E6C53A0DA> /Applications/Microsoft Office 2008/*/StdUrlMoniker.framework/Versions/12/StdUrlMoniker
    0x3622000 -  0x3819fd4 +com.microsoft.msxml_library (12.3.6 - 12.3.6) <B9348EB4-7750-472C-8165-DC358CEE7CDA> /Applications/Microsoft Office 2008/*/MSXML.framework/Versions/12/MSXML
    0x38be000 -  0x3ce4fd3 +com.microsoft.igx (12.3.6 - 12.3.6) <B83400D6-ED7D-46A0-97FE-258CE9E80BF8> /Applications/Microsoft Office 2008/*/SmartArt.framework/Versions/12/SmartArt
    0x3e09000 -  0x3e15fef +com.microsoft.oleo (12.3.6 - 12.3.6) <1632AB83-431D-4885-A091-75D85D6E1100> /Applications/Microsoft Office 2008/*/MicrosoftOleo.framework/Versions/12/MicrosoftOleo
    0x3e1d000 -  0x3ed9ff3 +com.microsoft.powerplant (12.3.6 - 12.3.6) <841AD3CE-10FB-4FE4-943F-697EB9DC7E18> /Applications/Microsoft Office 2008/*/PowerPlant.framework/Versions/12/PowerPlant
    0x402c000 -  0x404bfff +com.microsoft.powerplantcore (12.3.6 - 12.3.6) <17A95FDF-8A32-476E-B64F-13015369298A> /Applications/Microsoft Office 2008/*/PowerPlantCore.framework/Versions/12/PowerPlantCore
    0x4073000 -  0x4120ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x6aee000 -  0x6b06fff  com.apple.OpenTransport (10.6.0 - 10.6.0) <8B4CB8E9-0260-36DE-9B39-C6AB173BBAB2> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x9f94000 -  0x9fa6fff  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <F7D2A96C-D03F-3C0B-83FC-1016BB787B59> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x9faa000 -  0x9fb8ffb  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <4378B89F-0BDA-3072-9C67-DE1A371DD816> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xa581000 -  0xa582ffc  ATSHI.dylib (??? - ???) <0B0F21B6-C254-34AE-8128-F3FBC80C68E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xa597000 -  0xa59bffb  libFontRegistryUI.dylib (??? - ???) <2E905389-BAB1-3339-9C98-185D60BAB4D0> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0xa769000 -  0xa76dffb  com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <D4092467-5BBE-3ED6-A493-7DB1EE8E6686> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xa8ab000 -  0xa8aeffb +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0xa976000 -  0xa97bfff  com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <BAD1E0E6-10E6-342C-BEB8-B1706F0CE2CF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x18f00000 - 0x19154fef +com.microsoft.entourage.core.framework (12.3.6 - 12.3.6) <4BB74561-796B-493E-A4A9-5D23F06BB58F> /Applications/Microsoft Office 2008/*/EntourageCore.framework/EntourageCore
    0x193bd000 - 0x196fdfe7 +com.microsoft.entourage.legacy.framework (12.3.6 - 12.3.6) <3E011EA4-CD56-47E2-964C-80C9F4B2096A> /Applications/Microsoft Office 2008/*/EntourageLegacy.framework/EntourageLegacy
    0x19c63000 - 0x19cbbfff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1ae00000 - 0x1b18dff7  QuickTimeH264.scalar (??? - ???) <AA023DC9-8A09-3F61-8736-AB646C7A435F> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x1b20b000 - 0x1b3d7ff7  com.apple.audio.codecs.Components (2.3 - 2.3) <FE9FB866-C44F-397B-BDA6-AD218A84BA4C> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x70000000 - 0x70141fff  com.apple.audio.units.Components (1.7.3 - 1.7.3) <288826E4-A704-3FDB-8DF6-AFD50A73142B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe54000 - 0x8fe86aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90031000 - 0x90035ffd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9003d000 - 0x9006bfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
    0x9006c000 - 0x9036efff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9036f000 - 0x903c1ff7  libFontRegistry.dylib (??? - ???) <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x90792000 - 0x90792ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x90793000 - 0x907e3ffa  libTIFF.dylib (??? - ???) <9511A31E-070C-313E-8320-AAB683AD0653> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9095e000 - 0x9095ffff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x90960000 - 0x90a04fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90f9f000 - 0x90fa2ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x90fb4000 - 0x90fbdfff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x90fbe000 - 0x9101fffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91062000 - 0x91062fff  com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9111a000 - 0x91122fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91123000 - 0x9113fff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x91140000 - 0x91216aab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
    0x915a2000 - 0x91a7eff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91aa4000 - 0x91aa4fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91aa5000 - 0x91ad4ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x91ad5000 - 0x91adcff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x91add000 - 0x91bc5fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x91bc6000 - 0x91bccffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91bfc000 - 0x91c04ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
    0x91c31000 - 0x91cacffb  com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91cad000 - 0x91d15fff  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <B24814AB-CA77-3B9D-8FAB-58C9B4FD3A16> /usr/lib/libc++.1.dylib
    0x91d16000 - 0x91d21fff  libkxld.dylib (??? - ???) <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib
    0x91e05000 - 0x91e08ffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91e09000 - 0x91e78fff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x91e7b000 - 0x91edffff  com.apple.framework.IOKit (2.0 - ???) <94827954-5906-36C4-819B-24CDAFD85C72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91ee0000 - 0x91f56fff  com.apple.Metadata (10.7.0 - 627.37) <F54AED70-95C5-3561-8C87-D9E5539E98A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91f57000 - 0x91f58ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
    0x91f72000 - 0x91f7cff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91f7d000 - 0x91f7dfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91f7e000 - 0x91f81ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x91f82000 - 0x91fadfff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x92a6d000 - 0x92a8fff8  com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x92a90000 - 0x92bbcff9  com.apple.CFNetwork (520.5.1 - 520.5.1) <F3C606BF-6DCF-33CD-981B-7253C9E3113A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92be4000 - 0x92be4fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x92be5000 - 0x92c72ff7  com.apple.CoreText (220.22.0 - ???) <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92c73000 - 0x92d82ff7  com.apple.DesktopServices (1.6.5 - 1.6.5) <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92d8f000 - 0x92dedff7  com.apple.coreui (1.2.2 - 165.11) <340B0B83-1407-3AB4-BCAB-505C29303EE2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92dee000 - 0x92defff7  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> /usr/lib/system/libquarantine.dylib
    0x92e1a000 - 0x92e28ff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x92e29000 - 0x92e2bffc  com.apple.QuickTimeH264.component (7.7.1 - 2339) <121E5200-B9C7-3EE3-8D4C-6E89DE513B62> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x92e2c000 - 0x92e5aff7  com.apple.DictionaryServices (1.2.1 - 158.3) <8D03D180-D834-39F3-A106-78E0B22A7893> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92e9c000 - 0x93311ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x93bd0000 - 0x93c44fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x93c45000 - 0x93caaff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93cab000 - 0x93dbfff3  com.apple.QuickTimeImporters.component (7.7.1 - 2339) <087C68E8-F3BB-3CCC-9395-B08BAB515394> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x93dc0000 - 0x93dcefff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x93eb8000 - 0x93efbffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
    0x93f3a000 - 0x93f7aff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x93f7b000 - 0x93f7bfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93f7c000 - 0x93ff8ff3  libType1Scaler.dylib (??? - ???) <C931AA06-5086-3A0E-873B-47459AD3CDD3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x93ff9000 - 0x9433fff3  com.apple.HIToolbox (1.9 - ???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94340000 - 0x943a2ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9442d000 - 0x944edffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x944ee000 - 0x94578ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9458d000 - 0x9459bfff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
    0x9466a000 - 0x9466afff  libOpenScriptingUtil.dylib (??? - ???) <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib
    0x9466b000 - 0x946b2ff5  com.apple.opencl (2.0.19 - 2.0.19) <7689E7B9-EE5A-3F74-8699-4CDED9162260> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x946b3000 - 0x946f1fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <AF1174F9-4402-31EB-9C84-AB644E5865DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x946f2000 - 0x946fdffc  com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9491b000 - 0x94923ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x94924000 - 0x94924ff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9494e000 - 0x949a9ff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x949aa000 - 0x949abff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x949f7000 - 0x94a8eff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94acd000 - 0x94d9cffb  com.apple.security (7.0 - 55148.6) <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94d9d000 - 0x94da4ffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94da5000 - 0x94de5ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x950f5000 - 0x95105fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95106000 - 0x9513aff3  libTrueTypeScaler.dylib (??? - ???) <C2D2257F-11E6-336C-BBA8-934BD9214728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9513b000 - 0x95178fef  libGLImage.dylib (??? - ???) <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95179000 - 0x951a1ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x951a2000 - 0x951a3fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x951a4000 - 0x951b9ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95505000 - 0x95521ff1  libPng.dylib (??? - ???) <F084226B-14F0-36C0-B5EC-22C78406D2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9552e000 - 0x95838ff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x958b2000 - 0x958b5ffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x959ce000 - 0x95ba5fe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x961da000 - 0x962eafe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x96354000 - 0x96358fff  libGIF.dylib (??? - ???) <2ADFED97-2228-343D-9A53-207CBFDE7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96359000 - 0x96364ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x96365000 - 0x96365fff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96366000 - 0x96389fff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9638a000 - 0x963d3ff7  libGLU.dylib (??? - ???) <9AF7AD51-16E3-3674-B60E-30EE499D7B46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x963d4000 - 0x963f2ff7  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
    0x96441000 - 0x96ed6ff6  com.apple.AppKit (6.7.5 - 1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96edf000 - 0x96eeaffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96eeb000 - 0x972edff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9741d000 - 0x97465ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <68B92FEA-F754-3E7E-B5E6-D512E26144E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9748e000 - 0x974bbff9  com.apple.securityinterface (5.0 - 55022.6) <0FA3E84B-B5FF-3A58-A408-46280982CACC> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x974bc000 - 0x975dafec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x975e2000 - 0x975e3fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x97631000 - 0x97637ffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x97638000 - 0x9764bff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9764c000 - 0x976a9ffb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x97771000 - 0x97925ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib
    0x979cd000 - 0x979f2ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x97a0b000 - 0x97a12ff9  libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
    0x97a13000 - 0x97a15ff9  com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x97a16000 - 0x97b6cfff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97b6d000 - 0x97bc6fff  com.apple.HIServices (1.21 - ???) <91EC636D-AC27-3332-BA1C-FD7301917429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x97bc7000 - 0x97bcbffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
    0x97bcc000 - 0x97bcfffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x97bd0000 - 0x97cb3ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x97cb4000 - 0x97d41fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9835e000 - 0x9836ffff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x98370000 - 0x9837dfff  libGL.dylib (??? - ???) <A72F14F7-1836-34AB-9F08-67836CB966E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x983b0000 - 0x983c0ff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
    0x98779000 - 0x987b0fef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x987b1000 - 0x98a36fe3  com.apple.QuickTime (7.7.1 - 2340) <76E45D49-3D4F-32AB-A411-E52C22FA24C8> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x98a37000 - 0x98a99ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x98b39000 - 0x98bcfff7  com.apple.LaunchServices (480.40 - 480.40) <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x98bd0000 - 0x98ca0ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <C3CB142F-BE91-3AFA-B052-409F776C0B9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x98ca1000 - 0x98ca4ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x98cb9000 - 0x98d40fff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x98de4000 - 0x98e06ffe  com.apple.framework.familycontrols (3.0 - 300) <6735D7ED-7053-3AB8-B144-E7F70A124CCD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x99245000 - 0x99247ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
    0x9927d000 - 0x9936dff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x9936f000 - 0x99376fff  com.apple.agl (3.2.0 - AGL-3.2.0) <ED5A5B8A-0014-3897-951F-628391333256> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99377000 - 0x9938dffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x99396000 - 0x993abfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x993ac000 - 0x99cd772b  com.apple.CoreGraphics (1.600.0 - ???) <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x99cd8000 - 0x99ce3ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x99f4b000 - 0x99f4cffd  libCVMSPluginSupport.dylib (??? - ???) <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x99f4d000 - 0x99f6dff7  com.apple.RemoteViewServices (1.5 - 44.2) <11C87337-FF29-3976-A230-6387D96563C5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x99f6e000 - 0x99f98ff1  com.apple.CoreServicesInternal (113.19 - 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x99f99000 - 0x99f9eff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
    0x99f9f000 - 0x99fa7ff3  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> /usr/lib/system/liblaunch.dylib
    0x99fa8000 - 0x99faefff  libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x99faf000 - 0x99fb8ff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x99fb9000 - 0x99fd6ff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9a055000 - 0x9a059ff7  com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9a05a000 - 0x9a1bcffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9a1bd000 - 0x9a1beff7  libsystem_sandbox.dylib (??? - ???) <26960D2B-BEA6-3B3B-9BC7-D73437EF4149> /usr/lib/system/libsystem_sandbox.dylib
    0x9a1bf000 - 0x9a1d3fff  com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9a4ad000 - 0x9a5a5ff7  libFontParser.dylib (??? - ???) <71B33EB1-27F8-3C68-B940-FC61A3CFE275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9a649000 - 0x9a69aff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x9a69b000 - 0x9a69dffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9a6ad000 - 0x9a7beff7  libJP2.dylib (??? - ???) <3B6A6D1C-5E4D-3814-892A-7C580E063268> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9a866000 - 0x9aef2ff5  com.apple.CoreAUC (6.16.12 - 6.16.12) <9D51400F-B827-3BA7-87F5-954A1CDDAEA9> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9aff9000 - 0x9b007fff  com.apple.opengl (1.8.1 - 1.8.1) <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9b008000 - 0x9b022fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9b023000 - 0x9b040fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x9b09f000 - 0x9b09ffff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9b0a0000 - 0x9b163fff  com.apple.CoreServices.OSServices (478.50 - 478.50) <916A3B50-1033-3FFE-A9AF-3CC2B0F60EAE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9b241000 - 0x9b4b5ff3  com.apple.CoreImage (7.99.1 - 1.0.1) <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x9b4b6000 - 0x9b4b7fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x9b4b8000 - 0x9b4bcfff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9b676000 - 0x9b712fff  com.apple.ink.framework (10.7.5 - 113) <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9b713000 - 0x9c464fff  com.apple.QuickTimeComponents.component (7.7.1 - 2339) <0001FA3A-E33F-3699-8382-3110AC51244F> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9c465000 - 0x9c49bff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9c715000 - 0x9c90dff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9c942000 - 0x9c946ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x9c947000 - 0x9ca12fff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x9cd3c000 - 0x9cd3cff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9cd56000 - 0x9cd93ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib
    0xba300000 - 0xba301ffb  libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <88EC6E5D-EB35-325E-B3F9-6C1ED39E05C9> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba900000 - 0xba91bffd  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <473499F3-8CB8-3372-98B0-8E3BCC1A3D80> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ff6  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <B5E80EAA-78D8-3243-A735-A6ECED09A8AC> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbad00000 - 0xbad01fff  libLatin2Converter.dylib (54.0.0 - compatibility 1.0.0) <539FA460-7F85-3467-B115-E02D89301CFB> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    0xeab00000 - 0xeab10ff3  libConverter.dylib (179.0.0 - compatibility 1.0.0) <114AE89F-AF91-35F8-9DC8-1C0416A8A7C8> /System/Library/Printers/Libraries/libConverter.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 6
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1064
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=231.9M resident=112.2M(48%) swapped_out_or_unallocated=119.7M(52%)
    Writable regions: Total=142.1M written=29.1M(20%) resident=68.9M(48%) swapped_out=0K(0%) unallocated=73.2M(52%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    (null) (reserved)                    40K        reserved VM address space (unallocated)
    ATS (font support)                 32.9M
    CG backing stores                  22.9M
    CG image                           7876K
    CG raster data                     2052K
    CG shared images                   3416K
    CoreGraphics                          8K
    CoreServices                       2488K
    MALLOC                             44.7M
    MALLOC guard page                    64K
    MALLOC_LARGE (reserved)             300K        reserved VM address space (unallocated)
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=243                        4K
    Memory tag=249                      156K
    Stack                              68.1M
    VM_ALLOCATE                        16.9M
    __CI_BITMAP                          80K
    __DATA                             20.2M
    __DATA/__OBJC                        80K
    __IMAGE                             528K
    __IMPORT                            288K
    __LINKEDIT                         56.0M
    __OBJC                             1684K
    __OBJC/__DATA                        12K
    __PAGEZERO                            4K
    __TEXT                            175.9M
    __UNICODE                           544K
    mapped file                       340.1M
    shared memory                       368K
    shared pmap                        7532K
    ===========                      =======
    TOTAL                             804.6M
    TOTAL, minus reserved VM space    804.2M
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 2 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142323837334548312D4346382020
    Memory Module: BANK 1/DIMM0, 1 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142323837334548312D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.198.19.22)
    Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545016B9SA02, 160.04 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06110000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2

    Thank you Kyn Drake. Hopefully, in the next Keynote they make it more flexible. As is, not having to do the drag and opening dictionary but have it right their were your writing.

Maybe you are looking for

  • Not enough space to install Yosemite, after I've already began installing it.

    I have a 2010 Macbook Pro and I began upgrading to Yosemite last night. Before it finished installing I closed my laptop and went to sleep. When I opened it back up the installation process did not resume, so I forced it to shut down. Now when I turn

  • External subwoofer not working on Asus n55sf notebook

    The external subwoofer that comes with the notebook -- which has a proprietary audio jack connection -- doesn't seem to work.  While based on a web search I'm not certain anyone has got the subwoofer working reliably, the following Ubuntu bug thread

  • Retrieve processed message payload from database

    Hi, We need to retrieve the payload of all the messages which have been processed in last 1 month. We do not have the message archiving configured currently. Could you please let us know how can i retrieve the payload? We can not do it manually as th

  • Msi ge60 killer ethernet not working

    i have an e2200 ethernet for in this laptop. i plugged in the ethernet but in the network tab the "wired network connection" status is 0 mb / auto duplex - connection bad ( IP: ). how do i get this thing to work?

  • Speical chars in xml

    i got text with the char for example(marked in red) i try to parse the content that inside the xml select cast(XMLMessage as XML).query('MSG/MESSAGE').value('.', 'nvarchar(MAX)') as Content from table1 where id=10 and i get the error XML parsing: lin