Webkit and safari supporting mathml -- when AIR HTML component supports MATHML

latest version of Safari that uses webkit  supports MATHML.
When can the AIR HTML component supports MATHML support for viewing the expressions.

penugonda wrote:
latest version of Safari that uses webkit  supports MATHML.
Hmm. Don't know I'd go so far as to say that. Here's a more complete picture: "Webkit has an experimental MathML implementation which is enabled in Safari but the support is still limited and the rendering quality not very high. This implementation has not passed Google's security review and so is not integrated yet in Chrome."
MathML support is far from complete in Safari and other Webkit browsers.

Similar Messages

  • Cache-Control and Accept-Encoding support in Adobe AIR HTML Component

    I am evaluating Adobe AIR's HTML component and trying to figure out what is supported.
    I built the AIR app and had it point to www.google.com
    I notice that the requests to fetch JS,CSS from Adobe AIR do not include Accept-Encoding: gzip header.
    Does Adobe AIR's HTML Component support Accept-Encoding : gzip header ?
    I also noticed that even though the content served with far futures expiry, i.e. has Cache-Control: maxage={value} subsequent requests are being made and content is not served from the browser's cache.
    I observed this accross the app restarts.
    Can someone please clarify support of the two above Http headers ?
    Thank you.
    -Prashant

    You might also want to check out the useCache property to see if this helps.  See these links:
    http://forums.adobe.com/thread/726573
    http://forums.adobe.com/thread/490497
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/html/HTMLLoader.h tml

  • Unable to install the trial version after the download is completed and Safari cannot open when I click to download again

    Unable to install the trial version after the download is completed and Safari cannot open when I click to download again

    aviatornilesh,
    You may try to restart the Creative Cloud application by quitting and relaunching it.
    This may be one for this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or for Customer Care (tick I Still Need Help and hope for an agent available for a chat),
    http://helpx.adobe.com/contact.html?product=illustrator&topic=downloading-installing-and-s etting-up
    or for Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • Sea monkey, webkit and safari all keep quitting unexpectedly, very frustrated, as all programs have been recently installed and updated. any help welcomed...

    all browsers, seamonkey, webkit and safari keep quitting unexpectedly. very frustrated as all apps have been updated or recently reinstalled.
    any suggestions?
    thanks
    mel

    hmmmm, could you tell us what version and hardware you are running? The newer software is starting to get ahead of our older ppc's. It's quite possible that the software is just to advanced and requires an intel processer. Thanks!

  • I just updated to 10.8.2 and Safari keeps Crashing when I add tabs!!!!

    I just updated to 10.8.2 and Safari keeps Crashing when I add tabs!!!!
    What's wrong with Apple?

    If you can't connect to home wi fi, or any wi fi, go into the RESET area of your SETTINGS and choose RESET NETWORK CONNECTIONS. Turn the phone off and back on and you should be okay. It may take more than one try. Good luck.

  • Adobe AIR HTML component ignores Google Maps GPolyline opacity

    I have a Google Maps mashup web site that I want to display
    in an
    Adobe AIR app using the AIR HTML component. My mashup shows a
    Google map with some semi-
    transparent polylines (drawn as circles) drawn with the
    Google Maps API . In Safari, everything looks
    as it should. In AIR, the polylines are opaque; the GPolyline
    opacity
    value is ignored. I've tried the AIR app on Linux and Windows
    XP.
    Has anyone else encountered this issue or have some
    suggestions?
    The web site:
    http://dstresearch.com/map.html
    The AIR code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" height="800" width="800">
    <mx:HTML id="html"
    width="100%"
    height="100%"
    location="
    http://dstresearch.com/map.html"
    />
    </mx:WindowedApplication>
    Thanks,
    Josh

    You might also want to check out the useCache property to see if this helps.  See these links:
    http://forums.adobe.com/thread/726573
    http://forums.adobe.com/thread/490497
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/html/HTMLLoader.h tml

  • AIR HTML component problem

    I am using the AIR HTML component to load various website
    directories with. However, any directory that gets loaded into the
    HTML control that uses CAPTCHA, only loads maybe 2 pixels high
    worth of the image. Is this a bug with the HTML control itself, or
    have I failed to instantiate something? To see what I mean, try
    loading this URL into AIR's HTML component.
    http://www.mygreencorner.com/submit.php

    I might add that this is flex 3 Retail version, not the beta.
    Seems to work in the flex 3 milestone 4 beta.

  • Retina support for Adobe AIR HTML

    Hi,
    I was suprised to find there's no retina display support for Adobe AIR (3.9).
    Macs with retina displays have been around for quite some time now.
    This is a crucial feature as I will not be able to use my application on my retina display.
    A bug report has been opened here: https://bugbase.adobe.com/index.cfm?event=bug&id=3662094
    Thanks.

    Hi Jeffrey,
    This is indeed an issue with the HTML control, however the StageWebView(true) control does support retina devices.  Is it possible for you to use this instead?
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebVie w.html#StageWebView()
    Thanks,
    Chris

  • AIR HTML Component - URL problem

    Hi,
    We face the below mentioned problem. Attached herewith are code sample and simulation for the problem. Would be great if someone could help us.
    Due to problems with uploading the attachment here, please send a email to the following email-id ([email protected]) and I shall send the attachment in response.
    HTML Component provided in AIR is used to access different URLs one after another. When we switch from one URL to another, the previous link gets loaded prior to opening new link. Is there a way to trap events which is happening during loading of URLs.
    * Steps to Reproduce:
    1. Install  HTML_Component_TrapEvent.air and execute the code.
    2. Initially Home page is displayed.
    3. Click on anyone of the three buttons labeled: Yahoo, Google, Rediff.
    4. Respective website homepage is displayed. Wait till entire page is loaded. For example, assume Yahoo button is clicked, Yahoo website will be loaded.
    5. Click on Button labeled "Home". Home Page gets Loaded.
    6. Then click on Button labeled "Google". The HTML component with Previous web page (in this case Yahoo web page) is displayed until Google web page is loaded.
    * Expected Result:
    The HTML component last loaded should not be visible when the current component is loading. In other words, Yahoo website should not be visible when Google site is loaded.
    * Actual Result:
    The HTML component last loaded is displayed until the current component is loaded. Which means, Yahoo website is displayed until Google is loaded.
    * Any Workaround: NONE
    Thanks in advance.

    I might add that this is flex 3 Retail version, not the beta.
    Seems to work in the flex 3 milestone 4 beta.

  • Contents of HTML title Tag not rendering in my AIR HTML component

    I have an Air Application that uses a HTML Component. The HTML page that the component is rendering includes images with title tags. The tags render fine outside the Air Application, but when run in the AIR application, they do not render. Any help when this issue would be greatly appreciated.

    what html component?

  • Contents of HTML title Tag not rendering in AIR HTML component

    I have an Air Application that uses a HTML Component. The HTML page that the component is rendering includes images with title tags. The tags render fine outside the Air Application, but when run in the AIR application, they do not render. Any help when this issue would be greatly appreciated.

    what html component?

  • Disabling flash display in Air HTML Component

    Hi,
    in my AIR application, I use an HTML Component in its own
    sort of frame or container that has a viewing size that is smaller
    than the web page itself. Next to it is a panel with many controls
    in it. When a website with flash components (e.g. flash banners) is
    displayed, the flash components in the HTML Component overlap the
    control panel even though it's underneath in another container. Is
    there a way to disable showing Flash in an HTML Component or
    another way to make sure everything in an HTML Component stays on
    its own layer?
    Thanks for any help!

    Hi,
    I don't think the problem is because the URL is pointing to a
    JSP. I think the problem might be with the JavaScript which is
    trying to do operations which are not allowed. Please find more
    details at the URL below.
    http://livedocs.adobe.com/flex/3/html/dg_part_7_1.html
    Hope this helps.

  • How can you get selection info from air html component?

    In Air, I want to be able to have an html component that
    displays an htmltext string. When a button in pressed in the air
    app, I want to add highlight tags to the htmltext string around the
    text that has been selected by the user in the html component.
    The problem is, I have no idea how to get info about what
    text is selected in the html component. The way to get such info
    for other text display components is shown in
    http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_05.html#446003
    but that doesn't seem to work with html components.
    Can anyone point me to anything that shows how to get info
    from the htmlcomponent regarding the selected text?

    iCloud: Restore your iOS device from iCloud
    Note the iCloud backup does not included none iTunes purchases like music from CDs. Also, it does not include any photos synced to the iPod

  • I keep getting the spinning wheel and safari keeps crashing when browsing youtube or other internet sites.

    What can I do to resolve this. I have an iMac ios 10.5.8. After I view a video on youtube safari crashes almost all the time.
    Attached is one of the grequent reports I get after it does crash. Also, I get that spinning wheel often as well moreso this past year. Any advice would be great!!!!
    Process:         Safari [29301]
    Path:            /Users/Rich/Desktop/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.1 (5533.17.8)
    Build Info:      WebBrowser-75331708~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [72]
    Interval Since Last Report:          60493 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  60450 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2012-07-07 23:57:50.241 -0500
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  2B63C7BD-EFEB-4C81-A2BB-C73B3BA554D5
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  29
    Thread 0:
    0   com.apple.CoreGraphics                  0x96244070 _symmetric_convolve + 400
    1   com.apple.CoreGraphics                  0x962439f0 symmetric_convolve + 272
    2   libRIP.A.dylib                          0x92aee59c RIPLayerSymmetricConvolve + 1105
    3   libRIP.A.dylib                          0x92b0a599 rips_f_DrawRing + 2805
    4   libRIP.A.dylib                          0x92b0aaaa rips_f_BltShape + 115
    5   libRIP.A.dylib                          0x92ad56a8 ripc_Render + 328
    6   libRIP.A.dylib                          0x92ade270 ripc_DrawPath + 634
    7   com.apple.CoreGraphics                  0x961f11d7 CGContextDrawPath + 176
    8   com.apple.CoreGraphics                  0x961f1124 CGContextFillPath + 25
    9   com.apple.WebKit                        0x9423bf47 WKDrawFocusRing + 215
    10  com.apple.WebCore                       0x934fa0b9 __ZN7WebCoreL22drawFocusRingToContextEP9CGContextPK6CGPathP7CGColori + 73
    11  com.apple.WebCore                       0x92cac628 WebCore::GraphicsContext::drawFocusRing(***::Vector<WebCore::IntRect, 0ul> const&, int, int, WebCore::Color const&) + 312
    12  com.apple.WebCore                       0x92cabff8 WebCore::RenderObject::paintFocusRing(WebCore::GraphicsContext*, int, int, WebCore::RenderStyle*) + 152
    13  com.apple.WebCore                       0x92c82866 WebCore::RenderObject::paintOutline(WebCore::GraphicsContext*, WebCore::IntRect const&) + 1254
    14  com.apple.WebCore                       0x92beddfc WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 524
    15  com.apple.WebCore                       0x92c8233a WebCore::RenderBox::popContentsClip(WebCore::PaintInfo&, WebCore::PaintPhase, int, int) + 106
    16  com.apple.WebCore                       0x92befc41 WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 353
    17  com.apple.WebCore                       0x92bee5fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    18  com.apple.WebCore                       0x92bede6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    19  com.apple.WebCore                       0x92befbce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    20  com.apple.WebCore                       0x92bec810 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 3600
    21  com.apple.WebCore                       0x92d353f6 WebCore::RenderLayer::paintList(***::Vector<WebCore::RenderLayer*, 0ul>*, WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 102
    22  com.apple.WebCore                       0x92bebd72 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 882
    23  com.apple.WebCore                       0x92d353f6 WebCore::RenderLayer::paintList(***::Vector<WebCore::RenderLayer*, 0ul>*, WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 102
    24  com.apple.WebCore                       0x92bebd72 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 882
    25  com.apple.WebCore                       0x92beb975 WebCore::RenderLayer::paint(WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*) + 101
    26  com.apple.WebCore                       0x92beb4dd WebCore::FrameView::paintContents(WebCore::GraphicsContext*, WebCore::IntRect const&) + 445
    27  com.apple.WebKit                        0x9422f1a4 -[WebFrame(WebInternal) _drawRect:contentsOnly:] + 260
    28  com.apple.WebKit                        0x9422ed04 -[WebHTMLView drawSingleRect:] + 388
    29  com.apple.WebKit                        0x9422e9e3 -[WebHTMLView drawRect:] + 595
    30  com.apple.AppKit                        0x92171bf8 -[NSView _drawRect:clip:] + 3853
    31  com.apple.AppKit                        0x9216f469 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1819
    32  com.apple.WebKit                        0x94241b48 -[WebHTMLView(WebPrivate) _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 312
    33  com.apple.AppKit                        0x9216fe9f -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4433
    34  com.apple.AppKit                        0x9216fe9f -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4433
    35  com.apple.AppKit                        0x9216fe9f -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4433
    36  com.apple.AppKit                        0x9216fe9f -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4433
    37  com.apple.AppKit                        0x9216fe9f -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4433
    38  com.apple.AppKit                        0x9216fe9f -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4433
    39  com.apple.AppKit                        0x9216fe9f -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4433
    40  com.apple.AppKit                        0x9216fe9f -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4433
    41  com.apple.AppKit                        0x9216e987 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 306
    42  com.apple.AppKit                        0x9216b4ab -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3090
    43  com.apple.AppKit                        0x920abe7b -[NSView displayIfNeeded] + 933
    44  com.apple.AppKit                        0x920aba29 -[NSWindow displayIfNeeded] + 189
    45  com.apple.Safari                        0x00032dbf 0x1000 + 204223
    46  com.apple.AppKit                        0x920ab84c _handleWindowNeedsDisplay + 436
    47  com.apple.CoreFoundation                0x95d8f772 __CFRunLoopDoObservers + 466
    48  com.apple.CoreFoundation                0x95d90acc CFRunLoopRunSpecific + 844
    49  com.apple.CoreFoundation                0x95d91aa8 CFRunLoopRunInMode + 88
    50  com.apple.HIToolbox                     0x96dfe2ac RunCurrentEventLoopInMode + 283
    51  com.apple.HIToolbox                     0x96dfe0c5 ReceiveNextEventCommon + 374
    52  com.apple.HIToolbox                     0x96dfdf39 BlockUntilNextEventMatchingListInMode + 106
    53  com.apple.AppKit                        0x920a96d5 _DPSNextEvent + 657
    54  com.apple.AppKit                        0x920a8f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    55  com.apple.Safari                        0x00015fdb 0x1000 + 85979
    56  com.apple.AppKit                        0x920a1f9f -[NSApplication run] + 795
    57  com.apple.AppKit                        0x9206f1d8 NSApplicationMain + 574
    58  com.apple.Safari                        0x0000a57e 0x1000 + 38270
    Thread 1:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x914b5d58 ***::TCMalloc_PageHeap::scavengerThread() + 824
    3   com.apple.JavaScriptCore                0x914b5d8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore                       0x92b1b587 WebCore::IconDatabase::syncThreadMainLoop() + 279
    3   com.apple.WebCore                       0x92b18e19 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    4   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x96c25166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96c2c95c mach_msg + 72
    2   com.apple.CoreFoundation                0x95d90e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x95d91aa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                     0x9755118c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    6   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9130a6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x92b3477c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x96c25166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96c2c95c mach_msg + 72
    2   com.apple.CoreFoundation                0x95d90e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x95d91aa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari                        0x0002eb8d 0x1000 + 187277
    5   com.apple.Safari                        0x0002e8d6 0x1000 + 186582
    6   com.apple.Safari                        0x0002e86f 0x1000 + 186479
    7   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    8   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x96c25166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96c2c95c mach_msg + 72
    2   com.apple.CoreFoundation                0x95d90e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x95d91aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x96a15520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation                    0x969b1dfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x969b19a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    8   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x96c7460a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    2   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9130a6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.Safari                        0x001ad4ae 0x1000 + 1754286
    4   com.apple.Safari                        0x0004498f 0x1000 + 276879
    5   com.apple.Safari                        0x000448df 0x1000 + 276703
    6   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    7   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9130a6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x92b3477c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   com.sharpcast.CarbonShellExt            0x199f81b5 ACE_Condition<ACE_Recursive_Thread_Mutex>::wait(ACE_Recursive_Thread_Mutex&, ACE_Time_Value const*) + 175
    3   com.sharpcast.CarbonShellExt            0x199f8357 ACE_Condition<ACE_Recursive_Thread_Mutex>::wait(ACE_Time_Value const*) + 31
    4   com.sharpcast.CarbonShellExt            0x199f0f26 ipcclientproc(void*) + 134
    5   com.sharpcast.CarbonShellExt            0x19a230e2 ACE_Thread_Adapter::invoke_i() + 264
    6   com.sharpcast.CarbonShellExt            0x19a231d1 ACE_Thread_Adapter::invoke() + 109
    7   com.sharpcast.CarbonShellExt            0x199f44f1 ace_thread_adapter + 17
    8   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    9   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   com.sharpcast.CarbonShellExt            0x199f81b5 ACE_Condition<ACE_Recursive_Thread_Mutex>::wait(ACE_Recursive_Thread_Mutex&, ACE_Time_Value const*) + 175
    3   com.sharpcast.CarbonShellExt            0x199f8357 ACE_Condition<ACE_Recursive_Thread_Mutex>::wait(ACE_Time_Value const*) + 31
    4   com.sharpcast.CarbonShellExt            0x199f0f26 ipcclientproc(void*) + 134
    5   com.sharpcast.CarbonShellExt            0x19a230e2 ACE_Thread_Adapter::invoke_i() + 264
    6   com.sharpcast.CarbonShellExt            0x19a231d1 ACE_Thread_Adapter::invoke() + 109
    7   com.sharpcast.CarbonShellExt            0x199f44f1 ace_thread_adapter + 17
    8   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    9   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x96c25166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96c2c95c mach_msg + 72
    2   com.apple.CoreFoundation                0x95d90e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x95d91b04 CFRunLoopRun + 84
    4   com.apple.QuickTime                     0x90a141d7 QTSNetworkThread_RunThread + 131
    5   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    6   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x96c25166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96c2c95c mach_msg + 72
    2   com.apple.CoreFoundation                0x95d90e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x95d91aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x911c05f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x911c0480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    7   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib              0x90516b32 glvmDoWork + 162
    3   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    4   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x910cf3c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x910e1d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x96c251c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96c571af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x96c58a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x969f7dbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation                    0x969f7bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation                    0x969f7b35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit                        0x9210f6e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation                    0x969b1dfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x969b19a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    10  libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x96c25166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96c2c95c mach_msg + 72
    2   com.apple.CoreFoundation                0x95d90e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x95d91b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x95e7fd0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5   ...ple.CoreServices.CarbonCore          0x97856fbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    7   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x96c25166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96c2c95c mach_msg + 72
    2   com.apple.CoreFoundation                0x95d90e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x95d91b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x95e7fe88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore          0x97856fbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    7   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore          0x97858de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore          0x97837c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore          0x97858a60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x95e8ae6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6   ...ple.CoreServices.CarbonCore          0x97856fbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    8   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x96c558c6 kevent + 10
    1   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    2   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x96c2c34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96c56ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.QuartzCore                    0x93d87a09 fe_fragment_thread + 54
    3   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    4   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x96c8e1a2 __workq_ops + 10
    1   libSystem.B.dylib                       0x96c8e1d2 start_wqthread + 30
    Thread 23:
    0   ???                                     0000000000 0 + 0
    Thread 24:
    0   libSystem.B.dylib                       0x96c251ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x96c571c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x96c9c449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x22fc330f unregister_ShockwaveFlash + 47503
    4   ...lashPlayer-10.4-10.5.plugin          0x22b9bf9f 0x22b82000 + 106399
    5   ...lashPlayer-10.4-10.5.plugin          0x22fc33fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x22fc3440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x22fc3566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    9   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x96c251ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x96c571c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x96c9c449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x22fc330f unregister_ShockwaveFlash + 47503
    4   ...lashPlayer-10.4-10.5.plugin          0x22b9bf9f 0x22b82000 + 106399
    5   ...lashPlayer-10.4-10.5.plugin          0x22fc33fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x22fc3440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x22fc3566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    9   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x96c251c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96c571af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x96c58a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x22fc32d7 unregister_ShockwaveFlash + 47447
    4   ...lashPlayer-10.4-10.5.plugin          0x22ea9548 0x22b82000 + 3306824
    5   ...lashPlayer-10.4-10.5.plugin          0x22fc33fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x22fc3440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x22fc3566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    9   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x96c2bd79 szone_free + 2687
    1   libSystem.B.dylib                       0x96c2b26d free + 106
    2   com.apple.GeForce8xxxGLDriver           0x1b641a43 gldGetTextureLevel + 529059
    3   com.apple.GeForce8xxxGLDriver           0x1b668169 gldGetTextureLevel + 686537
    4   com.apple.GeForce8xxxGLDriver           0x1b5bd64f gldAllocVertexBuffer + 15055
    5   com.apple.GeForce8xxxGLDriver           0x1b59cb7e gldDestroyContext + 46
    6   GLEngine                                0x1b404f25 gliDestroyContext + 245
    7   com.apple.opengl                        0x95baeeb3 cglDestroyContext + 387
    8   com.apple.opengl                        0x95baeb21 CGLDestroyContext + 33
    9   com.apple.QuartzCore                    0x93cfe6a4 fe_cgl_destroy_context + 34
    10  com.apple.QuartzCore                    0x93cfe67c accel_context_finalize + 67
    11  com.apple.QuartzCore                    0x93c9de56 fe_release + 414
    12  com.apple.QuartzCore                    0x93cfe4a7 fe_accel_purge + 147
    13  com.apple.QuartzCore                    0x93cfe24b fe_context_purge + 97
    14  com.apple.QuartzCore                    0x93cfe1c7 fe_gl_finalize + 18
    15  com.apple.QuartzCore                    0x93c9de56 fe_release + 414
    16  com.apple.QuartzCore                    0x93cf7c85 -[CIOpenGLContextImpl invalidate] + 46
    17  com.apple.QuartzCore                    0x93cf69d5 -[CIOpenGLContextImpl setOwner:] + 49
    18  com.apple.QuartzCore                    0x93cd03d2 -[CIContext invalidate] + 50
    19  com.apple.QuartzCore                    0x93cd0377 -[CIContext dealloc] + 39
    20  com.apple.QTKit                         0x9809416a -[QTCAImageQueueBoss dealloc] + 109
    21  com.apple.QTKit                         0x980921d5 -[QTCALayerRendererState dealloc] + 74
    22  com.apple.CoreFoundation                0x95d9338a CFRelease + 90
    23  com.apple.QTKit                         0x980936eb QTCALayerRendererPendingQWorkLoop + 782
    24  libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    25  libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x96c25166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96c2c95c mach_msg + 72
    2   com.apple.CoreFoundation                0x95d90e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x95d91b04 CFRunLoopRun + 84
    4   com.apple.QTKit                         0x980906fe QTVisualContextImageProviderWorkLoop + 122
    5   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    6   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 29 Crashed:
    0   com.apple.QuartzCore                    0x93eacdaa CARenderImageQueueUpdate + 58
    1   com.apple.QuartzCore                    0x93d06da4 prepare_layer0 + 461
    2   com.apple.QuartzCore                    0x93d07003 prepare_layer0 + 1068
    3   com.apple.QuartzCore                    0x93d07003 prepare_layer0 + 1068
    4   com.apple.QuartzCore                    0x93d07003 prepare_layer0 + 1068
    5   com.apple.QuartzCore                    0x93d07003 prepare_layer0 + 1068
    6   com.apple.QuartzCore                    0x93d07003 prepare_layer0 + 1068
    7   com.apple.QuartzCore                    0x93d06840 CARenderUpdateAddContext + 156
    8   com.apple.QuartzCore                    0x93d0596f view_draw + 1746
    9   com.apple.QuartzCore                    0x93d149cb view_display_link + 62
    10  com.apple.QuartzCore                    0x93d063a1 link_callback + 197
    11  com.apple.CoreVideo                     0x912f8877 CVDisplayLink::performIO(CVTimeStamp*) + 429
    12  com.apple.CoreVideo                     0x912f8e19 CVDisplayLink::runIOThread() + 1015
    13  libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    14  libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x96c251a2 semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x1b29122b JVTCompEncodeFrame + 3037752
    2   QuickTimeH264.scalar                    0x1b290d6b JVTCompEncodeFrame + 3036536
    3   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    4   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x96c251a2 semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x1b29122b JVTCompEncodeFrame + 3037752
    2   QuickTimeH264.scalar                    0x1b3513f7 JVTLibDecoDispose + 436913
    3   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    4   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x96c251a2 semaphore_wait_trap + 10
    1   ...ickTimeComponents.component          0x94b75c82 QTThreadWaitSignal + 100
    2   ...ickTimeComponents.component          0x94b75722 audioprepThreadEntry + 92
    3   ...ickTimeComponents.component          0x94b7546b start_thread + 54
    4   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x96c251c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96c571af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x96c58a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x22fc32d7 unregister_ShockwaveFlash + 47447
    4   ...lashPlayer-10.4-10.5.plugin          0x22ea9548 0x22b82000 + 3306824
    5   ...lashPlayer-10.4-10.5.plugin          0x22fc33fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x22fc3440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x22fc3566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    9   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 34:
    0   libSystem.B.dylib                       0x96c251c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96c571af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x96c58a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x911cfbdf CAGuard::WaitFor(unsigned long long) + 213
    4   com.apple.audio.CoreAudio               0x911d179a CAGuard::WaitUntil(unsigned long long) + 70
    5   com.apple.audio.CoreAudio               0x911cff3f HP_IOThread::WorkLoop() + 759
    6   com.apple.audio.CoreAudio               0x911cfc43 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x911c0480 CAPThread::Entry(CAPThread*) + 96
    8   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    9   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 35:
    0   libSystem.B.dylib                       0x96c251c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96c571af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x96c58a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97837c62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x97837a42 TSWaitOnSemaphoreCommon + 422
    5   ...ple.CoreServices.CarbonCore          0x97868944 TimerThread + 74
    6   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    7   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 36:
    0   libSystem.B.dylib                       0x96c251c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96c571af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x96c58a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97837c62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x97837a42 TSWaitOnSemaphoreCommon + 422
    5   ...ple.CoreServices.CarbonCore          0x97868d3e DeferredTaskThread + 70
    6   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    7   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 37:
    0   libSystem.B.dylib                       0x96c251c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96c571af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x96c58a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97837c62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x97837a42 TSWaitOnSemaphoreCommon + 422
    5   com.apple.QuickTime                     0x90b0e814 VideoDecodeThread + 68
    6   libSystem.B.dylib                       0x96c56055 _pthread_start + 321
    7   libSystem.B.dylib                       0x96c55f12 thread_start + 34
    Thread 29 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x93eacd8b  ecx: 0x1728d400  edx: 0x1482d9c0
      edi: 0x1535c2c0  esi: 0x1482d9c0  ebp: 0xd5f514b8  esp: 0xd5f51430
       ss: 0x0000001f  efl: 0x00010297  eip: 0x93eacdaa   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000008
    Binary Images:
        0x1000 -   0x5d1fec  com.apple.Safari 5.0.1 (5533.17.8) <c356a5f13b4bb077c423a91aa6baa089> /Users/Rich/Desktop/Safari.app/Contents/MacOS/Safari
      0x645000 -   0x650fff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x658000 -   0x682fe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x693000 -   0x6a2ffc  SyndicationUI ??? (???) <4cb2f7ffaf3185ff4e036082064e7121> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
      0x6ce000 -   0x6d3fff  com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9305ccde37dcf5329fd9faea1db1f153> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x11d84000 - 0x12132fe3  com.apple.RawCamera.bundle 3.3.0 (533) <05a38d218556434c8baa850a6ec99b37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x14836000 - 0x14837ffd  com.apple.BluetoothMenu 2.1.8 (2.1.8f2) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x14858000 - 0x1485affe  com.apple.AutomatorCMM 1.1 (162) <413d7e87f90ba14adf2c2a08af448666> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x14860000 - 0x14862fff  com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x14987000 - 0x14988ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x151e4000 - 0x151f6fff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x15389000 - 0x1538cff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x15392000 - 0x15397ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x16b54000 - 0x16b59fff  com.apple.DictionaryServiceComponent 1.1 (1.1) <fc3321c414eddc46ff6cd774ab7dd0dd> /System/Library/Components/DictionaryService.component/Contents/MacOS/Dictionar yService
    0x16b70000 - 0x16b7aff7 +com.evernote.EvernoteSafariClipperPlugin 1.0 (55537) <1104846fe82d1863122be41809efce5c> /Users/Rich/Library/Internet Plug-Ins/EvernoteSafariClipperPlugin.webplugin/Contents/MacOS/EvernoteSafariCli pperPlugin
    0x16bcc000 - 0x16c21fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x18880000 - 0x18883fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x188c4000 - 0x188cafff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x18964000 - 0x18964ffd  libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x18fd2000 - 0x19047ff7  com.apple.Bluetooth 2.1.9 (2.1.9f10) <d70a88066ebf7eb8071781f686caced3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x192c8000 - 0x192d6feb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x199de000 - 0x19a49ffb +com.sharpcast.CarbonShellExt ??? (1.9.26) <5d6d33eceba643d221a0b30ccfbec21b> /Library/Contextual Menu Items/SugarSyncShellExt.carbon.plugin/Contents/MacOS/SugarSyncShellExt
    0x19ce4000 - 0x19e46fe1  com.apple.QuickTimeStreaming.component 7.6.9 (1680.9) <5e9f484ab443a4cc7ce62269cd1ab0b2> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x1a224000 - 0x1a240ff7  GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1a4dc000 - 0x1a6e0fe7  com.apple.audio.codecs.Components 1.9.1 (1.9.1) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x1ad1c000 - 0x1ad26ffe  com.apple.URLMount 3.1.1 (3.1.1) <55d7d7ad5616607b50ac93fe02115015> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x1af94000 - 0x1b375ffe  QuickTimeH264.scalar ??? (???) <82f0e66bef37e5429276047dfca8df93> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x1b3e3000 - 0x1b568fe3  GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1b596000 - 0x1b8fffe8  com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x1d079000 - 0x1d07cff2 +com.macromedia.Flash Player.plugin 10.3.183.11 (10.3.183.11) <b16bc6e0fdeae1525129039546e2a402> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1d306000 - 0x1d320fc3  com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1d329000 - 0x1d33efcb +com.3ivx.videocodec 503.44 (503.44) /Library/QuickTime/3ivxVideoCodec.component/Contents/MacOS/3ivxVideoCodec
    0x1d3ce000 - 0x1d3d3ff7  com.apple.AppleMPEG2Codec 1.0.1 (220) <6fdff3c87ececb7413749c0230c54f78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x1d3db000 - 0x1d4abffb +lib3ivxEnc.dylib ??? (???) /Library/Application Support/3ivx/lib3ivxEnc.dylib
    0x1d7b8000 - 0x1da39ffb  com.apple.QTMpeg4Codec FlipShare v5.8.11 (Build 80609) (5.8.11) <df2b6507cc271f9ae36f8f44a26dfd1e> /Library/QuickTime/QTMpeg4Codec.component/Contents/MacOS/QTMpeg4Codec
    0x1da65000 - 0x1dab8ff7  com.apple.AppleProResDecoder 2.0.1 (227) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1daf2000 - 0x1db57fef  com.apple.AppleVAH264HW.component 1.0 (1.0) <49dbbd664bb44daa8f4e9183d742c0da> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1dc12000 - 0x1dc4dfff  com.apple.QuickTimeFireWireDV.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1dc5a000 - 0x1dc73ff3  com.apple.applepixletvideo 1.2.18 (1.2d18) <fd882f567e0480f18107f66ea6e7187d> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x22b82000 - 0x235d0fe3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.183.11 (10.3.183.11) <b6003283e6137751b96b7f9a893219b9> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x25e14000 - 0x25e14ffd  liblangid.dylib ??? (???) <4a7cd4e810ac2cf4cadd29d0bda17306> /usr/lib/liblangid.dylib
    0x335fe000 - 0x33729ff7  libmecab.1.0.0.dylib ??? (???) <84c3570c5c45c8ad3b5ebc23f5862ec2> /usr/lib/libmecab.1.0.0.dylib
    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 - 0x90096ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90097000 - 0x90124ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90125000 - 0x9012ffeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90130000 - 0x904eefea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x904ef000 - 0x909c0fbe  libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x909c1000 - 0x909fffff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90a00000 - 0x90d2bff6  com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90d2c000 - 0x90db3ff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x90dba000 - 0x90dd7ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90ebb000 - 0x90ec9ffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x90eca000 - 0x9109bfef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9109c000 - 0x91167fef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91168000 - 0x911a2ffe  com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x911a3000 - 0x91220feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91221000 - 0x9122dffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9122e000 - 0x9126dfef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91282000 - 0x91292fff  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
    0x91293000 - 0x912dcfef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x912e2000 - 0x912feff3  com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x912ff000 - 0x91516ff7  com.apple.JavaScriptCore 5534 (5534.49) <b6a2c99482d55a354e6281cd4dd82518> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9167b000 - 0x9167dfff  com.apple.securityhi 3.0 (30817) <547bdd9ce4e7276d9bdc137d4caf9c3f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9167e000 - 0x916a2fff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x916d8000 - 0x916daff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x916db000 - 0x916dffff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x916e0000 - 0x91712fff  com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91713000 - 0x91786fff  com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x91787000 - 0x917d2fe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x917d3000 - 0x9182cff7  libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9182d000 - 0x91863fef  libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x91864000 - 0x91a20ff3  com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91a21000 - 0x91a22ffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x91a53000 - 0x91b05ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x91b06000 - 0x91b0afff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91b0b000 - 0x91b0bff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91b0c000 - 0x91bbdfff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91bbe000 - 0x91bd3ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91bd4000 - 0x91be4ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91be5000 - 0x91bebfff  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
    0x91bec000 - 0x91d24fe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKi

    Welcome!
    You have several thing at play. The first, most likely to cause a crash, and easiest to fix is that you have Safari in the wrong place:
    Path:            /Users/Rich/Desktop/Safari.app/Contents/MacOS/Safari
    You have the Safari Application on the Desktop but, to work correctly, it must be in the Applications folder :
    Path: Macintosh Hard Drive > Applications.
    Second, you have some third-party plug-ins or extensions that can cause trouble. Try deactivating DivX---it is known to prevent videos on Apple's web site from working. Also turn off the EverNote extension until you as sure everything is stable. Check for an Evernote update.
    See how things go with Safari in the proper place and with extensions turned off. Then turn extensions back on one at a time and test for stability
    The fact that you are running Flash 10.3 makes me think you have a newer iMac than covered in this forum. PPC Macs can run no higher than Flash 10.1, so you may be in a forum for models older than yours. Do "About this Mac" from your Apple menu and see what the processor description reads. If it includes the word "Intel," you should post future questions here:
    iMac (Intel)
    There is also a separate forum for Safari troubleshooting regardless of what model Mac you have:
    Safari
    Please post back to update us on your progress.

  • I just downloaded Mountain Lion on my Macbook Pro.  Firefox and Safari are showing up in HTML (I think) and many web pages are garbled and unreadable.

    I just downloaded Mountain Lion on my Macbook Pro 10.8.2  Now Safari and Firefox are not functioning right - sites are garbled, show up as bulleted blue phrases, don't react.  I am trying to search train tickets in Paris and can't  do it.  My e-mail (Shaw) defaults to HTML and I cannot access the Bay site through e-mail. Help.

    Please read this whole message before doing anything. This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it. Step 1 The purpose of this step is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.” While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin. Test while logged in as Guest. Same problem? After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it. *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing. Step 2 The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows: 
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
     Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs. The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

Maybe you are looking for

  • My mac book air has been stolen, how can I report it to apple

    is theresomeplace I can check before buying another one fromebay?

  • Error when downloading new version and now it can't be found?

    Please help me with this issue, i have had this problem for some time, but now it has gotten worse. What i mean is i used to still be able to get on iTunes by contecting my ipod to the computer, but now that will not even work. I tryed re-intalling a

  • CURRENT_DATE  in EclipseLink/JPA

    When I use CURRENT_DATE in JPA queries for date comparisions, it seems to be taking time into consideration as well. So when I comapre a date with CURRENT_DATE, even though the date I am comparing is today's date, the results state that CURRENT_DATE

  • AD Password Sync Error

    All, I get an error when I try to change a password in AD and sync it to OIM. Debug [5/24/2011 2:41:17 PM] ***********Inside sgslldpcopenLDAPConnection**************** Debug [5/24/2011 2:41:17 PM] Debugging the code Debug [5/24/2011 2:41:17 PM] *****

  • Duet With Logic Question

    I noticed watching the online video demo of the Duet that they say to turn Software Monitoring OFF in Logic. Does this mean Duet users are unable to record guitar direct with an amp simulator plug in? Confused.... thanks Tom