IE crash following intensive index use

I created a small WebHelp project (95 topics) using RH 5.x.
When I launch the project in IE (6.0.x) and try to use the compiled
index, I find that clicking quickly on 6-7 entries in a row causes
the browser to shut down. I can click all day, slow or fast, in the
same index using Netscape or Firefox, without incident. Any
thoughts on a possible cause? This sounds like the same problem
that Bin.Chen reported on 9/27/06. That post generated no
follow-ups so thought I'd risk a repeat.

I just made a copy of a 271-topic project heavy on tables,
with file names like acppd_format_ name_keys and in-topic
references to these files, so they show up as text as well as file
names. The Index Wizard picked up about 8,000 keywords.
I did the index with a project setting for "Add keywords to"
HHK and generated WebHelp.
Then I discarded the HHK file and set "Add keywords to"
Topics, created an index and generated WebHelp to a separate
directory.
The WebHelp output packages were substantially the same. The
wizard picked up a few more keywords in the second pass, but this
affected only a few output files. Their structure was the same,
most counterpart files were the same, and the whxxx directories
were only slightly larger the second time. They totaled just under
4 MB. Are your whxxx directories a lot bigger?
I put both versions up on a Dev sever and tried to make IE
crash with rapid clicks in the Index. No crash.
Overall, the second WebHelp package was only a little bigger,
at about 6.25 MB.
The only important difference was in the project folder. As I
specified, Index terms were in the HHK file, or they were stored as
Metadata in the source code (and only in the source files, not the
output files).
So I'm grasping at straws now.
How big are your whxxx directories?
Do you have any file names or index terms with strange
characters, aside from - hyphen and _ underscore? Spaces, of
course, are OK in the index but not in file names. How many layers
deep are your topics? An unusually long link path, including a
really long file name, can cause trouble elsewhere. I don't know
whether these issues are relevant to index loading.
One more thought.
Try to find a Web site built with RH, with a substantial
Index. See if the browser quits there. If not, I'd look more
closely at your server.
Regards,
Harvey

Similar Messages

  • FCPX crashes all the time using the Intensity Pro Card for monitor preview wassup?

    I have been using FCPX for a few months and I like it somewhat and could really love it for it not crashing on all my projects. If I scrub the timeline or apply a filter it crashes. I'm using the Blackmagic Intensity Pro card for monitor output and the latest drivers that they put out and can't really get through a project because it crashes all the time.I thought that if i get a different display card it would possible help I have the GForce 120 card which only has 256MB ram.Can anybody put some light on the issue?

    FCP X currently does not support Intensity Pro cards.
    Andy

  • When is a secondary index used (in select or where)

    HI All,
    We are confused (and new to ABAP) on the various postings on SDN concerning this topic.  Replies seem to vary.
    We have the following select statement:
    SELECT date1 FROM table2
    WHERE material (from a stored internal table) = material-table2
    AND order (from a stored internal table) = order-table2
    AND delivery method (from a stored internal table) = specific value of table2.
    For a second index to be created, would we create the index for only date1 (since it's the only field we are selecting from table 2) or an index with date1, material, order, delivery method or just what's in the WHERE clause of material, order and delivery method?
    How can you be sure that an index will be used?
    Thank you!

    > We are confused (and new to ABAP)
    seem you are very very new.
    Your question is actually not ABAP indexes etc are SQL and can be found in many textbooks also on Wiki pages. ABAP uses SQL, but does not change much.
    The use index is determined nearly only by the WHERE clause. You want to know the phone number of somebody and you know the name and the address. The Index uses the name and the address as a telephone book. The phone number comes from the table not the index! This is not the secondary index, but the primary index.
    If you search in the internet for phone number, then you can use also a secondary index, i.e. you know only the complete address but not the name. A phone book would not help here.
    Which index is used, if often very simple as in the example, but can become very difficult. That is done by a sophisticated program of the database, the optimizer. Check other resoucres for details.
    Siegfried

  • My hard drive crashed and I am using a different machine. How do I retrieve my personalized Pages 5.2 templates from my backup drive? I have searched at length and can't seem to find them.

    My hard drive crashed and I am using a different machine. How do I retrieve my personalized Pages 5.2 templates from my backup drive? I have searched at length and can't seem to find them.

    login_directory = /Users/yourname
    If the Library folder is not shown in your login directory, then open a Finder window, and press command+J. This will open a Finder View Options panel. On it, there is a selectable entry to Show Library Folder. Once this is selected, the Library folder will appear. Now, follow the instructions in my May 6 post. You will have to right-click on com.apple.iWork.Pages and choose Show Package Contents, before continuing.
    Correction: login_directory/Library/Containers/com.apple.iWork.Pages/Data/Library/Applicatio n Support/User Templates/
    The host software persists in changing the correct Application Support text above to Applicatio n Support, which does not exist.

  • Error When Creating Oracle Text index using Lexer Keyword

    Hi All,
    I am getting following error when i creating oracle text index using lexer & stoplist keyword.
    Pls Help me if any body know.
    Thanks in Advance.
    Error starting at line 1 in command:
    CREATE INDEX TXT_INX_TEXT_SEARCH ON TEXT_SEARCH (BFILE_DOC)
    Post INDEXTYPE IS "CTXSYS"."CONTEXT" LOCAL (
    PARTITION "BEFORE_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)') ,
    PARTITION "Q1_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q1_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q1_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "THE_REST" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)')
    Error at Command Line:1 Column:13
    Error report:
    SQL Error: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-11000: invalid keyword LEXER
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 365
    29855. 00000 - "error occurred in the execution of ODCIINDEXCREATE routine"
    *Cause:    Failed to successfully execute the ODCIIndexCreate routine.
    *Action:   Check to see if the routine has been coded correctly.
    Regards,
    Jack R.

    Hi,
    it works if you put an extra PARAMETERS clause at the end so the creation looks like:
    CREATE INDEX TXT_INX_TEXT_SEARCH ON TEXT_SEARCH (BFILE_DOC)
    INDEXTYPE IS "CTXSYS"."CONTEXT" LOCAL (
    PARTITION "BEFORE_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)') ,
    PARTITION "Q1_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q1_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q1_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "THE_REST" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)')
    PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)') <== Added
    Hope this helps
    Herald ten Dam

  • IPhone OS 3.1.2 Search Causes Hard Crash Followed by Reboot

    I have encountered a crash that I am unable to resolve. Using the latest iPhone OS 3.1.2 software, my iPhone OS crashes hard when using the search functionality. The problem is encountered as I begin typing a letter for the search string. When the crash occurs, it is using the same letter to begin the search string. If my search begins with the letters, "c", "d", "m", "p", "s", or "t", the crash occurs. The crash causes some white horizontal lines to populate the screen, followed by a reboot of the device. It remains on the Apple logo for about 10 minutes as the OS verifies the integrity of the flash partition.
    Now, the reason I have posted this issue is because of the way it is reproduced. First, the iPhone OS is reinstalled via the "Restore" button on the iTunes Summary page. The iPhone is configured as a new device and is not restored via a backup. I then turn off syncing for all user data and only sync the iPhone applications onto the device. After about 4 hours, when the syncing is complete, simply searching and using one of the above letters causes the hard crash to occur again. I have reproduced this problem on an iPhone 3GS, iPhone 3G, and iPod Touch 2G.
    Any suggestions on how I might resolve the problem? Clearly, the applications being populated are somehow exposing this issue. I have not been able to isolate the problem down to one faulty application.

    Maybe it's too much for the OS to search for everything (E-mails, Contacts, Maps, Notes... ect) on a device that is capable of holding more then 600 applications.
    Maybe the user have a big e-mail list or a big e-mail or a large list of contacts or large notes or maybe lists of favourites...
    Apple should have focused the search function only to search for apps because of the 11 pages limitation instead of searching for "anything" while 3rd party apps or web apps could do the job.
    Deleting apps is not a bad idea but what if he have a very important app or a very expensive app that he would like to keep that start with the letter "T"... like maybe... TomTom or "M" for Magellan... That would be a waste.
    Message was edited by: Wouffy

  • ORA-29855 - Error creating Spatial Index using a Stored Procedure

    Hi
    I am using Oracle 10gR2 database and I have written a stored procedure to create spatial index. But when i execute this function i get the following error message.
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in R-tree: [mdrcrtscrt]
    ORA-13231: failed to create index table [MDRT_217C1$] during R-tree creation
    ORA-13249: Stmt-Execute Failure: CREATE TABLE FGDABZ40.MDRT_217C1$ (NODE_ID NUMBER, NODE_LEVEL NUMBER, INFO BLOB) LOB (INFO) STORE AS (CACHE) NOLOGGING PCTFREE 2
    ORA-29400: data cartridge error
    ORA-01031: insufficient privileges
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 10
    ORA-06512: at line 1
    ORA-06512: at "FGDABZ40.PKG_PSSDBE_APPLICATION", line 298
    ORA-06512: at line 17
    The tables that i am passing are registered in metadata and I am able to create indexes directly in sql plus. But when i try to create using this stored procedure, it fails.
    it should be possible to create indexes using a generic function. Has any faced a similar problem?
    regards
    sam

    Hi,
    I am having a same error on Oracle 10gR2 database. When I execute the same statement in sqlplus, it works. But it gives this error when I call the procedure which has this create spatial index statement.
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in R-tree: [mdrcrtscrt]
    ORA-13231: failed to create index table [MDRT_20CDA$] during R-tree creation
    ORA-13249: Stmt-Execute Failure: CREATE TABLE "SDOMGR".MDRT_20CDA$ (NODE_ID NUMBER, NODE_LEVEL NUMBER, INFO BLOB) LOB (INFO) STORE AS (CACHE) NOLOGGING PCTFREE 2
    ORA-29400: data cartridge error
    ORA-01031: i
    Any help will be appreciated.
    Thanks,
    Sri

  • Delimited reports crash following Patch3a installation

    Delimited output causes crash following Patch3a installation
    Ive recently installed patch3a with a view to getting my delimited output to load directly into Excel.
    However following the installation of the patch Im now getting the following error 'The requested URL was not found, or cannot be served at this time. Oracle Reports Server CGI - The Reports Server Engine terminated abnormally.'
    Im using destype=file desformat=delimited delimiter=,
    Other reports such as PDF's and HTML's seem to work Ok. Is this a known bug ? Please can someone help me.
    Thanks

    Ive installed patch 5 and the reports server is now on version 6.0.8.14.2 however now none of my reports work.
    The server does not seem to be able to find any of the entries in the cgicmd.dat file.
    I really need some help to fix this as I cant get anything to run anymore.
    Thanks

  • Firefox crashes when not in use then I have to reboot my computer

    Firefox crashes when not in use then I have to reboot the computer.
    It will not come back on line and the only way out of this is to reboot the computer.

    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.com/kb/Firefox+crashes
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    * http://www.mozilla.com/plugincheck/
    # Shockwave Flash 10.1 r102
    # Java Plug-in 1.6.0_12 for Netscape Navigator (DLL Helper)
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://kb.mozillazine.org/Flash
    *http://www.adobe.com/software/flash/about/
    Update the [[Using the Java plugin with Firefox|Java]] plugin to the latest version.
    *http://kb.mozillazine.org/Java
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Error When Creating OR Rebuilding Oracle Text index using Lexer Keyword

    Hi All,
    I am getting following error when i creating oracle text index using lexer & stoplist keyword.
    Pls Help me if any body know.
    Thanks in Advance.
    Error starting at line 1 in command:
    CREATE INDEX TXT_INX_TEXT_SEARCH ON TEXT_SEARCH (BFILE_DOC)
    Post INDEXTYPE IS "CTXSYS"."CONTEXT" LOCAL (
    PARTITION "BEFORE_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)') ,
    PARTITION "Q1_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q1_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q1_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "THE_REST" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)')
    Error at Command Line:1 Column:13
    Error report:
    SQL Error: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-11000: invalid keyword LEXER
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 365
    29855. 00000 - "error occurred in the execution of ODCIINDEXCREATE routine"
    *Cause:    Failed to successfully execute the ODCIIndexCreate routine.
    *Action:   Check to see if the routine has been coded correctly.
    Regards,
    Jack R.

    Hi,
    it works if you put an extra PARAMETERS clause at the end so the creation looks like:
    CREATE INDEX TXT_INX_TEXT_SEARCH ON TEXT_SEARCH (BFILE_DOC)
    INDEXTYPE IS "CTXSYS"."CONTEXT" LOCAL (
    PARTITION "BEFORE_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)') ,
    PARTITION "Q1_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2007" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q1_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2008" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q1_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q2_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q3_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "Q4_2009" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)'),
    PARTITION "THE_REST" PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)')
    PARAMETERS ('LEXER dd_lexer STOPLIST dd_stoplist SYNC (ON COMMIT)') <== Added
    Hope this helps
    Herald ten Dam

  • Error in Updating ctxsys.context index using ctxsrv

    Environment :
    Linux 6.2,
    Oracle 8.1.6
    character set : zhs16gbk or zhs16cgb231280
    I can create an ctxsys.context index(using CHINESE_VGRAM_LEXER) on a long column, and i can rebuild this index with no parameters.
    When i want to rebuild this index automatic using ctxsrv, this error occur ---
    DRG-50857 Oracle error in drtldml(dml)
    Ora-2000 error
    anybody can help me?
    null

    the complete error:
    Dml batch: cid=1023
    End batch: return code is 1
    DRG-50857: oracle error in drtldml(dml)
    ORA_20000: interMedia text 4mNs
    DRG-50857: oracle error in drsxsopen
    ORA-01480: STR83V51dA?H1IY?U:sW:
    null

  • Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce

    Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce a recovered file despite settings asking it to do so every 5 mins now. When i try to report the problem, it says it has found an issue and gives me a link to a solution....but wont let me click on the link.... PLEASE HELP! It's killing my productivity.

    If the crash started right after you added RAM, it could be a bad Ram dimm. You can try this - change the amount of RAM in Photoshop to 4G, this should stop Photoshop from using the higher ram. If it doesn't crash, it's probably the ram. Or run a diagnostic app. You don't say when it crashes, what you're doing when it crashes - it there a pattern? Did it ever work on this computer? Did it work on your previous computer? Without a lot of data, it could be related to the new computer... What OS version? Did you recently update it? Have you updated Photoshop to the most recent update?
    Do you have any plug-ins loaded? Try restarting Photoshop, and immediately press & hold the shfit key to turn off plug-ins.

  • Safari keeps crashing/re-loading when using hotmail to compose messages

    I finally convinced my husband... after years of begging to buy me a new Mac and switch from using a PC. Now that I have transferred all our data over to our new iMac (which was purchased on 4/2/10--so it is a very new) and we are ready to make our iMac our main computer, Safari keeps crashing when we are using hotmail to compose messages. Suddenly, while in the middle of composing a hotmail email message Safari will "flash" and re-load and my entire message is gone. SUPER SUPER SUPER frustrating when I have spent quite some time writing and crafting messages to my Board Members. I have included the error message below. I also have switched Safari to open in 32-bit mode.
    Can someone help me? I am about to go back to using our Dell computer. But I am such an Apple loyalist it breaks me heart. Everything I own is Apple.
    Here is the error message:
    Process: Safari [3745]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.5 (6531.22.7)
    Build Info: WebBrowser-65312207~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [3627]
    Date/Time: 2010-05-25 14:32:39.578 -0700
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Interval Since Last Report: 114253 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 81062 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 08C909D6-442C-4E23-8B85-811DDFE40CED
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000007c800008f
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x00007fff88b5711c objc_msgSend + 40
    1 com.apple.CoreFoundation 0x00007fff8513cf3c __CFBasicHashStandardCallback + 284
    2 com.apple.CoreFoundation 0x00007fff8513d977 __CFBasicHashDrain + 567
    3 com.apple.CoreFoundation 0x00007fff851266b3 _CFRelease + 179
    4 com.apple.ImageIO.framework 0x00007fff8058e5cf _CGImagePlusFinalize + 173
    5 com.apple.CoreFoundation 0x00007fff851266b3 _CFRelease + 179
    6 com.apple.CoreFoundation 0x00007fff85148bd3 __CFArrayReleaseValues + 435
    7 com.apple.CoreFoundation 0x00007fff851266b3 _CFRelease + 179
    8 com.apple.ImageIO.framework 0x00007fff8058e37b _CGImageSourceFinalize + 112
    9 com.apple.CoreFoundation 0x00007fff851266b3 _CFRelease + 179
    10 com.apple.WebCore 0x00007fff86f0dabf WebCore::ImageSource::clear(bool, unsigned long, WebCore::SharedBuffer*, bool) + 47
    11 com.apple.WebCore 0x00007fff86f0db68 WebCore::BitmapImage::~BitmapImage() + 104
    12 com.apple.WebCore 0x00007fff86ef79e4 WebCore::CachedImage::destroyDecodedData() + 276
    13 com.apple.WebCore 0x00007fff86dc13a7 WebCore::ThreadTimers::fireTimers(double, ***::Vector<WebCore::TimerBase*, 0ul> const&) + 135
    14 com.apple.WebCore 0x00007fff86dc0dd5 WebCore::ThreadTimers::sharedTimerFiredInternal() + 117
    15 com.apple.WebCore 0x00007fff8748f9f5 WebCore::timerFired(__CFRunLoopTimer*, void*) + 53
    16 com.apple.CoreFoundation 0x00007fff85168708 __CFRunLoopRun + 6488
    17 com.apple.CoreFoundation 0x00007fff851668df CFRunLoopRunSpecific + 575
    18 com.apple.HIToolbox 0x00007fff81b94ada RunCurrentEventLoopInMode + 333
    19 com.apple.HIToolbox 0x00007fff81b948df ReceiveNextEventCommon + 310
    20 com.apple.HIToolbox 0x00007fff81b94798 BlockUntilNextEventMatchingListInMode + 59
    21 com.apple.AppKit 0x00007fff807dda2a _DPSNextEvent + 708
    22 com.apple.AppKit 0x00007fff807dd379 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    23 com.apple.Safari 0x000000010000b6cc 0x100000000 + 46796
    24 com.apple.AppKit 0x00007fff807a305b -[NSApplication run] + 395
    25 com.apple.AppKit 0x00007fff8079bd7c NSApplicationMain + 364
    26 com.apple.Safari 0x00000001000016f4 0x100000000 + 5876
    Thread 1: JavaScriptCore: FastMalloc scavenger
    0 libSystem.B.dylib 0x00007fff84e0e316 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff84e0e1a5 nanosleep + 148
    2 libSystem.B.dylib 0x00007fff84e5b0a4 sleep + 61
    3 com.apple.JavaScriptCore 0x00007fff8586d370 ***::TCMalloc_PageHeap::scavengerThread() + 96
    4 com.apple.JavaScriptCore 0x00007fff8586d559 ***::TCMalloc_PageHeap::runScavengerThread(void*) + 9
    5 libSystem.B.dylib 0x00007fff84e0c8b6 pthreadstart + 331
    6 libSystem.B.dylib 0x00007fff84e0c769 thread_start + 13
    Thread 2: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff84dec4ea kevent + 10
    1 libSystem.B.dylib 0x00007fff84dee3bd dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff84dee094 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff84dedbbe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff84ded4e8 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff84ded385 start_wqthread + 13
    Thread 3: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff84e0e316 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff84e12131 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff86cf3aa9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff86cef80a WebCore::IconDatabase::iconDatabaseSyncThread() + 170
    4 libSystem.B.dylib 0x00007fff84e0c8b6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff84e0c769 thread_start + 13
    Thread 4: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff84dd375a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff84dd3dcd mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85167452 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff851668df CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002503f 0x100000000 + 151615
    5 com.apple.Safari 0x0000000100024fcf 0x100000000 + 151503
    6 libSystem.B.dylib 0x00007fff84e0c8b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff84e0c769 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff84dd375a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff84dd3dcd mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85167452 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff851668df CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff884994e3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff88419ead _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff84e0c8b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff84e0c769 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff84e17286 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff85188ef2 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff84e0c8b6 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff84e0c769 thread_start + 13
    Thread 7: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff84e0e316 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff84e12131 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff857693c0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x0000000100120f93 0x100000000 + 1183635
    4 com.apple.Safari 0x0000000100043de3 0x100000000 + 277987
    5 com.apple.Safari 0x0000000100043c7f 0x100000000 + 277631
    6 libSystem.B.dylib 0x00007fff84e0c8b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff84e0c769 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff84dd375a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff84dd3dcd mach_msg + 59
    2 com.apple.QuartzCore 0x00007fff886dd93e CA::Render::Server::server_thread(void*) + 177
    3 com.apple.QuartzCore 0x00007fff886dd87e thread_fun + 34
    4 libSystem.B.dylib 0x00007fff84e0c8b6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff84e0c769 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff84ded30a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff84ded71c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84ded385 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000100810000 rbx: 0x0000000000000000 rcx: 0x00000007c800007f rdx: 0x0000000000000000
    rdi: 0x00007fff7008c50d rsi: 0x00007fff80ecf030 rbp: 0x00007fff5fbfe4d0 rsp: 0x00007fff5fbfe4c8
    r8: 0x00007fff7008c50d r9: 0x0000000118ad2130 r10: 0x00000001144fb7c0 r11: 0x00000007c800007f
    r12: 0x0000000118af18d0 r13: 0x0000000118af2fb0 r14: 0x00007fff709b7f20 r15: 0x000000010062eba0
    rip: 0x00007fff88b5711c rfl: 0x0000000000010202 cr2: 0x00000007c800008f
    Binary Images:
    0x100000000 - 0x100251fe7 com.apple.Safari 4.0.5 (6531.22.7) <2865F6F2-717F-20BB-D01C-C3E768EDF09A> /Applications/Safari.app/Contents/MacOS/Safari
    0x100738000 - 0x10073efff libgermantok.dylib ??? (???) <A87630B4-D01C-8724-54D2-5E8CC85FC07B> /usr/lib/libgermantok.dylib
    0x1143fb000 - 0x1143fbfff com.apple.JavaPluginCocoa 13.2.0 (13.2.0) <18D9A7A8-ECFF-123C-013D-1E36D279D150> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x117c6a000 - 0x117c6bfff ATSHI.dylib ??? (???) <20F48879-BFBB-99D2-1DA8-1CD3D24B189E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x117d73000 - 0x117d77ff7 libFontRegistryUI.dylib ??? (???) <80877D2C-9C5A-76E8-785D-A7AD7C6646EA> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x118764000 - 0x11876cff7 com.apple.JavaVM 13.2.0 (13.2.0) <DD0E846A-3313-09DE-D17A-AE6A3D47DC86> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x7fff5fc00000 - 0x7fff5fc3bde7 dyld 132.1 (???) <A43F7314-3A8C-4391-3237-46790EE6313A> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80336fef com.apple.CoreServices.CarbonCore 861.6 (861.6) <652B1704-460F-F0D1-B917-B08698E0EF7F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff80337000 - 0x7fff8039ffff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff803a0000 - 0x7fff8050fff7 com.apple.QTKit 7.6.6 (1729) <CEDDAEA5-82F9-FF5D-B9AF-C68ACC1E3225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff80510000 - 0x7fff8057cfe7 com.apple.CorePDF 1.1 (1.1) <D47B2366-5D1B-147B-B1FA-C9FE36C4EFFF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8057d000 - 0x7fff80737fff com.apple.ImageIO.framework 3.0.2 (3.0.1) <911FA1A5-7063-6A19-73D3-95B78A265524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff80799000 - 0x7fff80799ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8079a000 - 0x7fff8118ffe7 com.apple.AppKit 6.6.5 (1038.29) <AC1ED9CC-6149-36EE-AA57-15BA4F05EAAA> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff81190000 - 0x7fff811d3fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff811d4000 - 0x7fff8121bff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8121c000 - 0x7fff812ecfff com.apple.CFNetwork 454.9.4 (454.9.4) <33395EDD-D653-6EAD-57A6-9C718D69D2DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff812ed000 - 0x7fff812f3fff libCGXCoreImage.A.dylib 543.33.0 (compatibility 64.0.0) <182C8BD9-E1C8-0970-AE82-E9E88F324A5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff812f4000 - 0x7fff812f4ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8145f000 - 0x7fff81487fff com.apple.DictionaryServices 1.1.1 (1.1.1) <CC593ECB-8FFA-BF81-0B0D-F8C606B31318> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff81488000 - 0x7fff81518fff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8154f000 - 0x7fff81591fef com.apple.CoreMedia 0.484.5 (484.5) <FF8F87CB-7087-A46F-D633-6A93054BDBA2> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff81592000 - 0x7fff815c2fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff815c3000 - 0x7fff81604fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <7DADC459-6E38-084A-B333-8332B28C244E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8163e000 - 0x7fff81643ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff81693000 - 0x7fff816a4ff7 SyndicationUI ??? (???) <1DAF485D-5025-8897-CA05-3347776438E6> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff816a5000 - 0x7fff816bbff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <38D0D705-FD15-38AE-A8B9-F9970508D1BD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff816bc000 - 0x7fff817e1fef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff817fd000 - 0x7fff81a82fef com.apple.security 6.1.1 (37594) <ED08CC62-42E2-E97F-E807-C09EB1CF950D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff81a83000 - 0x7fff81accff7 com.apple.securityinterface 4.0.1 (37214) <68CC3A69-1078-EAB0-3E18-93D051C4F5E0> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff81acd000 - 0x7fff81ad0ff7 libCoreVMClient.dylib ??? (???) <9A0E75A9-7964-CAF9-DEB7-11A073530F64> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff81b46000 - 0x7fff81b46ff7 com.apple.Carbon 150 (152) <4B7DC942-DD69-7AF4-9018-3F43B31C1A81> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff81b66000 - 0x7fff81e64fef com.apple.HIToolbox 1.6.2 (???) <759E1C39-58EB-C434-3E33-416C04AFE6DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff81e91000 - 0x7fff81e91ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff82076000 - 0x7fff820c5fef libTIFF.dylib ??? (???) <D6BED22B-A092-EC70-6E1D-0B52FA6FBBDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff820c6000 - 0x7fff820dcfff com.apple.ImageCapture 6.0 (6.0) <BF702F65-8E30-E318-1B58-AE6C0D5E5715> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8210a000 - 0x7fff82139ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8213a000 - 0x7fff82172ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <FAB9687F-0A86-A13F-7644-CE02E71140DB> /usr/lib/libssl.0.9.8.dylib
    0x7fff82173000 - 0x7fff821bbff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff821bc000 - 0x7fff821edfef libTrueTypeScaler.dylib ??? (???) <C15B0761-5136-BD0C-20F7-C8F8A95AF367> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff82224000 - 0x7fff82227ff7 com.apple.securityhi 4.0 (36638) <A233A831-1EED-7C89-967C-37336DC1EF59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff82228000 - 0x7fff8266cfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8266d000 - 0x7fff828a8fef com.apple.imageKit 2.0.3 (1.0) <9F7CBDFB-EBDC-5B86-ED43-5195F4AE9D52> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff828a9000 - 0x7fff828b7ff7 libkxld.dylib ??? (???) <E685E658-C908-95B9-8D16-8153C1CE05D7> /usr/lib/system/libkxld.dylib
    0x7fff828b8000 - 0x7fff828c3ff7 com.apple.HelpData 2.0.4 (34) <9BA1003B-65F7-D1B2-E924-61309EFD784B> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8299c000 - 0x7fff829a4fff com.apple.DisplayServicesFW 2.2.2 (251) <3E7C0CF8-117D-9C7F-577C-C199901DFF37> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff82aa6000 - 0x7fff82aeaff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <788A9BF0-691B-FE10-7385-AF4A7A786478> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff82b1b000 - 0x7fff82c5afe7 com.apple.WebKit 6531.22 (6531.22.7) <BFE919DA-83AD-A5E6-A1FD-F44530C7EDDE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff82c5b000 - 0x7fff82c98fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff82c99000 - 0x7fff82cdcff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <677BA546-F215-C5C8-9C65-305E43633FDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff82cdf000 - 0x7fff82d5dfff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff82df4000 - 0x7fff82df5fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff82e41000 - 0x7fff82ebcfff com.apple.ISSupport 1.9.3 (51) <BE4B548C-F9C4-2464-12A6-F94A21D569C6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff82ebd000 - 0x7fff82f1ffe7 com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff82f20000 - 0x7fff82f23fff com.apple.help 1.3.1 (41) <E311A81E-9870-A430-1E16-AFF6C92CE6E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff82fe9000 - 0x7fff834f2fe7 com.apple.VideoToolbox 0.484.5 (484.5) <174EF984-21FE-071C-4AB4-DE345BF87791> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff834f3000 - 0x7fff8352cff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff8352d000 - 0x7fff83538ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff83539000 - 0x7fff83d43fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff83d44000 - 0x7fff83d4ffff com.apple.CrashReporterSupport 10.6.3 (250) <52F8B18D-7953-3EE7-4AE9-89F1121A5336> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff83d8b000 - 0x7fff83e65ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff83e66000 - 0x7fff83ecefff com.apple.AppleVAFramework 4.8.11 (4.8.11) <14AE8878-A7A6-D024-3DD4-BBFB5E7FC008> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff83f04000 - 0x7fff83f41ff7 libFontRegistry.dylib ??? (???) <12FDAEB9-01F7-5562-DBC6-7B2374CCAEA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83f42000 - 0x7fff8463f037 com.apple.CoreGraphics 1.543.33 (???) <359B3BC6-0152-94D2-3CAA-D8C24C0B9E65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff84640000 - 0x7fff84642fff libRadiance.dylib ??? (???) <73CE39EA-E38B-4320-8A7D-11C1A08A8A7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff84643000 - 0x7fff846c0fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff846c7000 - 0x7fff84776fff edu.mit.Kerberos 6.5.9 (6.5.9) <74E23AD1-6ED4-639E-8EF4-981D2EBDCA43> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff84885000 - 0x7fff8489efff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8489f000 - 0x7fff848e0fef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff848e1000 - 0x7fff848e7ff7 IOSurface ??? (???) <F998C45A-CCCF-2306-F37A-389EE0054CB3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff848e8000 - 0x7fff84a01fef libGLProgrammability.dylib ??? (???) <9D2B1DA3-C581-73F8-A2E4-01C4CE1C3B32> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff84a02000 - 0x7fff84a84fff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff84a85000 - 0x7fff84b45fe7 libFontParser.dylib ??? (???) <2C6B6ABB-7EF0-3CD8-97D2-9B4534D0056C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff84b46000 - 0x7fff84b61ff7 com.apple.openscripting 1.3.1 (???) <2243C17C-EE36-D5B6-3A3E-8258973FF789> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff84d44000 - 0x7fff84d48ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff84d70000 - 0x7fff84dc5fef com.apple.framework.familycontrols 2.0.1 (2010) <E6E1C44A-6513-92DF-F71E-C157C485024C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff84dd2000 - 0x7fff84f91ff7 libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    0x7fff84f92000 - 0x7fff84f93fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff84f9c000 - 0x7fff84fe5fef libGLU.dylib ??? (???) <FEDE662B-46B2-26D8-3E57-84E4C15A4FB2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff85022000 - 0x7fff850c2fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff850c3000 - 0x7fff850e8fe7 com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff850e9000 - 0x7fff8511afff libGLImage.dylib ??? (???) <7E8A6ED2-B093-0714-F65A-64ECC41187C4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8511b000 - 0x7fff85290fef com.apple.CoreFoundation 6.6.1 (550.19) <1051BA2C-DCD7-787C-907C-A50D12AA6049> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85291000 - 0x7fff85316fff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff85317000 - 0x7fff85317ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff85318000 - 0x7fff85488fef com.apple.MediaToolbox 0.484.5 (484.5) <DA4772AD-9430-024F-39FF-8B9D4B52DCD2> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff85498000 - 0x7fff855affef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <4355C785-9388-1061-6427-D004E92A3766> /usr/lib/libxml2.2.dylib
    0x7fff855b0000 - 0x7fff85696fe7 com.apple.DesktopServices 1.5.5 (1.5.5) <EFCBA7C3-A6CE-9550-FE19-73BB3D046549> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff85697000 - 0x7fff85714fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff85715000 - 0x7fff8575fff7 com.apple.Metadata 10.6.3 (507.8) <A850E5A6-69D8-EBC1-B005-43F72B58EA36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff85760000 - 0x7fff858e6fe7 com.apple.JavaScriptCore 6531.22 (6531.22.5) <E33572F9-95E3-85D1-5B5E-2B240E3BF2B1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff85ad8000 - 0x7fff85b29fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff85b75000 - 0x7fff85c7fff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff85fc8000 - 0x7fff85fccff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <27FF96BC-1F15-A52D-3339-4BFC49D6810E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff85fcd000 - 0x7fff86086fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff86087000 - 0x7fff86152fe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C85548CF-DED1-4672-0167-3F32A6DD0D55> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff86153000 - 0x7fff864c9fe7 com.apple.RawCamera.bundle 3.0.2 (527) <E70071D3-CC39-4B14-2AA3-EAC42BC84AD4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff864ca000 - 0x7fff864f7fff MetadataLib.dylib 3.0.2 (compatibility 2.2.1) <18B01670-16F8-37F4-4FEE-E922ABB052C7> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
    0x7fff864fd000 - 0x7fff8655bff7 com.apple.framework.IOKit 2.0 (???) <516EB9AF-4723-FC17-984B-918115E53459> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8655c000 - 0x7fff8655cff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff8655d000 - 0x7fff8655eff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8655f000 - 0x7fff86575fef libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
    0x7fff866d7000 - 0x7fff86895fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <1B6C3785-BE99-EAD5-69AB-B28C40466A82> /usr/lib/libicucore.A.dylib
    0x7fff86896000 - 0x7fff86915fff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <D76A416C-290C-98BD-2FAE-44ED8FF421B3> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff86937000 - 0x7fff86944fe7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <540820E4-75E3-B2A0-5EF2-222304250CD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff86945000 - 0x7fff869fafe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff869fb000 - 0x7fff86a95fff com.apple.ApplicationServices.ATS 4.2 (???) <E31469D3-A97D-63BB-FB00-05ACB2CEC561> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff86b8f000 - 0x7fff86b91fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff86b92000 - 0x7fff86bb5fff com.apple.opencl 12.1 (12.1) <AB00CB6B-5BBD-C819-007A-08C0B110AB93> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff86bb6000 - 0x7fff86bc5ff7 com.apple.opengl 1.6.7 (1.6.7) <63D8F554-2488-4811-EEC7-672FCFAF731B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff86bc6000 - 0x7fff86ce5ff7 com.apple.PubSub 1.0.4 (65.12.1) <52F510C5-05AF-6FA1-63A1-7E6E3D9580CA> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff86ce6000 - 0x7fff86cecff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff86ced000 - 0x7fff87735ff7 com.apple.WebCore 6531.22 (6531.22.7) <5EA73427-7DFF-DC49-4222-D67645482468> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff87780000 - 0x7fff879e9ff7 com.apple.QuartzComposer 4.1 (156.13) <0A7E8CDB-77DB-F96F-9CA4-867E9D45EB69> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff879ea000 - 0x7fff87a36fff libauto.dylib ??? (???) <8145CA34-EA03-11D2-5C60-02C1E5750593> /usr/lib/libauto.dylib
    0x7fff87a8f000 - 0x7fff87aadfff libPng.dylib ??? (???) <D0512FBF-911C-A9EC-465D-48A411509D6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff87aae000 - 0x7fff87b3dfff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff87b3e000 - 0x7fff87b69ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff87b6a000 - 0x7fff87b6aff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff87b6b000 - 0x7fff87bf7fef SecurityFoundation 36840.0.0 (compatibility 1.0.0) <E8D8DEC7-341B-585F-1175-BDE1419255EB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff87bf8000 - 0x7fff87c3dfff com.apple.CoreMediaIOServices 130.0 (1035) <6D6834F6-4DB5-03E9-3962-480BBEE176EB> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff87c3e000 - 0x7fff87c73ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <0C865212-6427-5DE4-40C4-B5739491B691> /usr/lib/libcups.2.dylib
    0x7fff87c74000 - 0x7fff87c79fff libGFXShared.dylib ??? (???) <A2C80199-6076-3CBE-E418-E0AD0A3053DE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff87cdf000 - 0x7fff87d49fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff87d4a000 - 0x7fff87d5bff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <C1154E2E-B1CB-1FAD-77ED-B139BA1AB073> /usr/lib/libz.1.dylib
    0x7fff87d5c000 - 0x7fff87d5cff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff87d5d000 - 0x7fff87e12fe7 com.apple.ColorSync 4.6.3 (4.6.3) <0522B33D-F78A-9A46-1CB2-9073E4F8EFD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff87e13000 - 0x7fff87e39fe7 libJPEG.dylib ??? (???) <85902BC7-43AE-E202-0EEE-3C9996D00971> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff87e3a000 - 0x7fff87e3ffff libGIF.dylib ??? (???) <0E58DF99-B3DF-6FF9-E810-CCEC0853C8B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff87e70000 - 0x7fff87e82fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff87e83000 - 0x7fff87f40ff7 com.apple.CoreServices.OSServices 357 (357) <7CFA1963-B639-BE99-12F1-220DF214AB50> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff87f4d000 - 0x7fff87f9cfef com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BD71B20B-C530-6D10-47A4-9838CF292911> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff87f9d000 - 0x7fff881dffe7 com.apple.AddressBook.framework 5.0.1 (868) <0623CCCC-6865-681A-0737-723A7B016EA1> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff881e0000 - 0x7fff882effe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <826C2437-F760-E049-1719-9C69A3BAA4B0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff88315000 - 0x7fff8831cfff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8831d000 - 0x7fff8832efff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff8832f000 - 0x7fff88376fef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff88377000 - 0x7fff8838bff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff883e6000 - 0x7fff883fbff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <413E033D-7A8A-4C46-6779-592D93BE2B81> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff88409000 - 0x7fff8868afe7 com.apple.Foundation 6.6.2 (751.21) <49BEB8B8-BC1F-B4E4-3D90-A141AC764A8D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8868b000 - 0x7fff88a23fe7 com.apple.QuartzCore 1.6.1 (227.18) <ADB9E286-C5AB-3505-35D2-849E1F560A2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff88a4a000 - 0x7fff88a4bff7 com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff88b52000 - 0x7fff88c08fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <4B6351E5-A293-D814-36E1-E75E35C25D86> /usr/lib/libobjc.A.dylib
    0x7fff88c09000 - 0x7fff88c2afff libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <1AE68BBB-6536-125C-DE2A-13CA916D0EC4> /usr/lib/libresolv.9.dylib
    0x7fff88c2b000 - 0x7fff88c66fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff88c67000 - 0x7fff88c7bfff libGL.dylib ??? (???) <A85982AB-6395-DE2B-2023-F735093E663D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff88c7c000 - 0x7fff88dbafff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff88dc9000 - 0x7fff88de9ff7 com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff88dea000 - 0x7fff88df9fff com.apple.NetFS 3.2.1 (3.2.1) <3C6C2D5E-C1E2-9FF9-97A2-4141A5660EBB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.52f9
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.9.8
    Bluetooth: Version 2.3.1f4, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST3500418ASQ, 465.76 GB
    Serial ATA Device: HL-DT-ST DVDRW GA11N
    USB Device: MX340 series, 0x04a9 (Canon Inc.), 0x1741, 0x24100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0x24400000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0x06110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    thanks so much

    HI and Welcome to Apple Discussions...
    Now that I have transferred all our data over to our new iMac (which was purchased on 4/2/10--so it is a very new) and we are ready to make our iMac our main computer, Safari keeps crashing when we are using hotmail to compose messages.
    It's quite possible you copied over files including fonts that aren't Mac compatible.
    First, if you use Word, go here for help to resolve font problems: How to troubleshoot font problems in Office for Mac programs
    You should also check here for help with fonts. Font problems and management in OS X
    Next, Hotmail is written by Microsoft so there are many users here who have posted with problems accessing Hotmail on Safari. You might have better
    luck using the Firefox browser available for download here. Mozilla Firefox
    And delete the Hotmail cookies. From the Safari Menu Bar click Safari/Preferences then select the Security tab. Click: Show Cookies. Delete all Microsoft/Hotmail related cookies, click Done. Now click "Autofill" from that menu, click the Edit button next to "Other forms". Delete .hotmail.com and microsoft.com if it's available.
    Relaunch Safari.
    Also, if you have not repaired disk permissions as yet since you've had your iMac, it can take as long as ten minutes. There's a progress bar that you can watch.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility.
    Restart your Mac.
    Carolyn
    Message was edited by: Carolyn Samit

  • My old harddrive crashed and I was using my iphone as a backup for photos. Now I have a new hardrive and when i go to sync them it tells me it will erase everything and then sync.I do not want to lose photos to sync. What  do I do?

    My hard drive crashed. I was using my iphone as a backup for my photos.I got a new harddrive and am now trying to sync with my new hard drive but it says that to sync my data will be wiped out. I have no other backup of those pictures. How do I sync my new hard drive?

    The iPhone is not designed or intended to be used as a backup storage device.
    The transfer process of photos from your computer is a one way transfer process only.
    Photos transferred from your computer via the iTunes sync/transfer process are optmiized for viewing on your iPhone as part of the iTunes transfer process - the orginal resolution of these photos is reduced on your iPhone. This is why transferring these photos in the opposite direction is not supported. These photos and all other photos stored on your computer's hard drive should be included with your computer's backup along with all other important data.
    There are some 3rd party paid utilities that provide for transferring such data in the opposite direction, but the original resolution of these photos will be lost.
    Here is one such utility that is compatible with a Mac.
    http://www.ecamm.com/mac/phoneview/

  • Acrobat X Pro 10.1.12 under Yosemite crashes when trying to use arrow keys to navigate.

    Acrobat X Pro 10.1.12 Mac
    Yosemite OS X 10.10.1
    Acrobat now crashes when attempting to use arrow keys to navigate. This is true on both MacBook Pro 15 retina and Mac Pro.

    I ended up upgrading to Acrobat XI. This works, but Adobe is up to its old tricks changing the interface from what we're used to using. They now have decided to hide all the tools. You have to delve deep into the program to find the tools, then set up your own tool menus. Lord help you finding a tool that you use too occasionally to put on a custom menu.
    Adobe has been doing this for years now. In Photoshop of olden days, it was simple to set up a brush, say, that you used frequently. Quite a few updates ago they made that vastly more difficult. And they've replaced words with happy little icons, that are not at all intuitive to use. I challenge you, too, to look at the icon for the airbrush and tell me whether it is on or off. (Sorry, this is mainly about Photoshop, but what they've done to the latest Acrobat is just as bad.)
    Of course, their ultimate cuteness in making things difficult for the user is their essential abandonment of a Help system. You can't do a simple look-up of a function -- you have to go to an internet site and sort through a bunch of forums and user comments to get any information.
    JEEZ Adobe!

Maybe you are looking for

  • How do i add my own film to itunes?

    I have films from DVD's I just want to know how to put them on my iTunes or IPod?

  • Trying to get team planner to show more information

    Is there any way to get team planner to show more information about the tasks? In calendar view, you can set the bars to display all sorts of information, but I can't seem to find the equivalent in Team planner. I want the bars to display, hours work

  • Messages getting stuck, at Seeburger

    I am having standard seeburger as2 solution employed for message exchange. But for a particular partner we are receiving follwing error: The error has been taken from RWB and it displays follwing in communication channels logs: "Alert: Maximum number

  • PO Print Program and Script

    Hi All, Where I can find a Print Program and Script associated with a particular PO. Please suggest. GS

  • How can this Business scenerio be mapped in SAP

    Hi, Company creates an Annual Maintenance Contract (AMC) for a material or Service. Say it is for a Material (Eg: A/c). Company enters into an AMC with their customer stating that only 4 free services will be rendered against AMC and from there on, t