Object Browser crashing??

Hello all. Has anyone seen where you try to view items in the object browser by selecting the object type in the pull down menu, and no matter what you select, the browser window automatically closes? It just started exibiting this behavior and I haven't made any changes to my browser or http server. Browser is IE version 6.0.2800. HTMLDB 2.0. HTTP server 9.0.

@mcperez,
Does your T510 come with the Optimus or switchable? We have a ongoing case with the T400/T500/R500/W500 issue with IE9 and SP1. Engineering are working for a new driver as the Intel one is outdated.
Could you try running TVSU and see if you have your drivers updated properly.
//JameZ
Check out the Community Knowledge Base for hints and tips.
Did someone help you today? Press the star on the left to thank them with a Kudo!
If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
X240 | 8GB RAM | 512GB Samsung SSD

Similar Messages

  • Selecting  views in object browser crashes IE browser

    in HTMLDB v2 navigate as follows:
    SQL Workshop > Object Browser
    in the select list (which defaults to Tables) select Views. This crashes the browser!!
    Have installed the MS script debugger and this pops up the message:
    A Runtime error has occured. Do you wish to debug?
    Line: 50
    Error: Object Required
    The problem occurs for all options in the select list which do not have any objects of that type created in the schema. (ie if no views are created then it will crash. If you then create a view this option works fine)

    Hi
    I have the exact same symptoms as described in this thread.
    I thought I had found the solution, but I use the HTTP Server that is included with Oracle RDBMS version 9.2. This config doesn't have any marvel.conf file. But I think this is the same as httpd.conf in my configuration (?). I had the AddType rows in there but they did not have any dots before "xbl" and "htc". So I changed the rows to:
    AddType text/xml .xbl
    AddType text/x-component .htc
    ... and restarted the HTTP Server but I still get the runtime error as you describe it.
    Any ideas of what to do?
    regards // Frederic

  • Browser crashing

    almost everytime i go to a site that contains a java applet my browser crashes. I am using windows xp and had to unistall java v1.4.2_04 to even gain access to this site. I have spent almost 10 phone hours on this topic and nobody seems to know what to do. I just spent 3 hours on the phone with microsoft paid almost 40 bucks and got the nadda' This is the notepad message i get after it crashes, short version due to boredom. I greatly appreciate any shared knowledge. An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x24B9558
    Function=[Unknown.]
    Library=C:\WINDOWS\System32\YPCLSP.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at java.net.PlainSocketImpl.socketClose0(Native Method)
         at java.net.PlainSocketImpl.socketPreClose(Unknown Source)
         at java.net.PlainSocketImpl.close(Unknown Source)
         - locked <0x107efac0> (a java.lang.Object)
         at java.net.PlainSocketImpl.finalize(Unknown Source)
         at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
         at java.lang.ref.Finalizer.runFinalizer(Unknown Source)
         at java.lang.ref.Finalizer.access$100(Unknown Source)
         at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)

    Hi,
    YPCLSP.dll is the "Yahoo Parental Controls" program. You may want to uninstall or reinstall that program. It sounds like it is in conflict with Sun's Java.
    --Steve                                                                                                                                                                                                                                                                                                                                                   

  • Apex 4.0 - Can see view data in SQL*Plus but no data in Object Browser

    Hi There,
    I have just started using Apex 4.o and migrated some apps. I have an issue with a report, but see the same issue with Object browser, which is easier to describe.
    I have a view:
    create or replace view V_PLJ_USERDEF_CODES (
             CODE_SET_ID,
             CODE_SET_CODE,
             CODE_SET_DESC,
             CODE_ID,
             CODE_SYS_CODE,
             CODE_VALUE,
             CODE_DESC,
             DISPLAY_SEQ,
             DISPLAY_FLAG,
             LANGUAGE_CODE) as
      select CS.CODE_SET_ID,
             CS.CODE_SET_CODE,
             CS.CODE_SET_DESC,
             C.CODE_ID,
             C.CODE_SYS_CODE,
             C.CODE_VALUE,
             C.CODE_DESC,
             C.DISPLAY_SEQ,
             C.DISPLAY_FLAG,
             C.LANGUAGE_CODE
        from PLJ_CODES C,
             PLJ_CODE_SETS CS
       where C.CODE_SET_ID         = CS.CODE_SET_ID
         and CS.CODE_SET_TYPE_CODE = SYS_CONTEXT('PLJUMPSTART','C_USERDEF_CODE_SET');This returns data in SQL*Plus, but no data in Object Browser OR report region based on this view.
    Workspace parses in the same schema as tested in SQL*Plus.
    If, in report, I swap out view, and use underlying table - no problem.
    Any ideas -
    thanks
    P

    Hi all,
    Thanks for getting back so promptly.
    It just seems weird to me, as tables are just fine, but not views.
    In the underlying schema:
    SQL> sho user
    USER is "ICSREPORTING"
    SQL> select count(*) from plj_codes;
      COUNT(*)
           107
    SQL> select count(*) from v_plj_userdef_codes;
      COUNT(*)
            29And in the APEX schema
    SQL> sho user
    USER is "APEX_040000"
    SQL> select count(*) from icsreporting.plj_codes;
    select count(*) from icsreporting.plj_codes
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select count(*) from icsreporting.v_plj_userdef_codes;
    select count(*) from icsreporting.v_plj_userdef_codes
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL>However, in SQL browser, I can see the data in PLJ_CODES but in V_PLJ_USERDEF_CODES, just the message "This view has no data". Indeed, it is like this for all views.
    I even explicitly granted access to APEX_040000 but no good.
    In fact, I would like to know more about how Apex gets access to do DML against the underlying parsing schema(s).
    This is a little frustrating though. It worked just fine in lots of apps in version 2.1 to 3.2
    Am I missing something
    paul
    p.s I knew there would be a question about the context, but I had already checked that. :)
    Edited by: PJ on Nov 19, 2010 4:09 AM

  • Cannot Edit in Object Browser using Firefox 1.5.04

    Hello Everyone,
    I've run into a problem on my installation of XE (Windows 2000, latest patches, 1.5GB RAM). In Firefox (1.5.04), when I go into Object Browser and bring up a stored procedure or function, the code doesn't show in the editor window. I get a single dark green line at the top of the edit area, but no code displays. The edit button greys out when I click it, and all of the other buttons are unresponsive.
    I've cleared my cache, exited and restarted Firefox, and rebooted the machine, all to no effect.
    It does work okay in IE6, however. I did a forum search and found some threads about other Firefox quirks, but they all appear to be from pre-production versions of XE, and I'm running the latest version I know of: Home, Administration, About Database reports the following:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Any ideas or pointers would be much appreciated!
    John MacLerran, Idaho State University

    Jer,
    The only extensions it shows are DOM Inspector (1.8.0.4), and Talkback (1.5.0.4). They must be defaults because I don't remember installing them.
    I removed both of those, restarted FireFox, and cleared the cache again -- that didn't change anything.
    Thanks

  • Loop Browser Crashes Logic

    I have "upgraded" from Logic 7 to 8 (actually a downgrade in my opinion) and then to Logic 9. Now in L9, the Apple Loop browser crashes logic. It will not reindex. I can't play anything back, any activity in the browser crashes Logic. I've seen this post;
    Rebuilding the loop index :
    Quit Logic if it is open.
    Place the folder /Library/Audio/Apple Loops Index/ in the trash. (Note: GarageBand 1 and Jampacks 1-3 used a different location. See Where loops get installed for more information).
    Open Logic.
    Drag the folder /Library/Audio/Apple Loops/ from the finder into the Loop Browser in Logic.
    Will this fix the problem? I'm concerned that this may screw up my browser in L7 or L8 both of which I continue to use. I also have a lot of 3rd party Apple Loops that are in the browser.. what will happen with these?
    Any help is appreciated.
    Dan Rad

    Those instructions you found somewhere are probably fine, but you might as well use the Apple version. Follow this procedure: "Logic: Rebuilding the Loop Index."
    It will probably solve the problem, and it won't do any harm.
    If it doesn't solve the problem, there are some other things we can try, so let us know.

  • I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and no Safari.

    I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and still
    no Safari.

    Julie --
    Backing up QuickTime's advice --
    Unless your bank's website is insecure, you're fine.  Go up to the Safari "Search" bar and type in Rapport.  You'll be amazed.  It may  "work" on PCs, but definitely not Macs.  And it's not needed for Macs.

  • Cannot add new components in Object Browser

    Hi,
    We have a complex file with about 80 components. The problem is that when I try to add new components, they're not visible in Object Browser. It's possible to drag components into canvas, but not only they don't appear in object browser but also vanish after saving and re-opening the file.
    No error messages or hang-ups. It's just as if adding become disabled or something.
    I'll appreciate nay help on this

    Is the new component hidden in the grouped objects, can you see it in the Objects browser?
    You can drag a component out of a grouped object from within the object browser.  Select the component and drag it up onto the grouped component name, it should then be outside of the grouping.
    What version of Xcelsius are you using?
    Regards
    [Charles|http://www.reportex.co.uk/xc_waterfallchart.html]

  • SAFARI BROWSER CRASHING AFTER LOADING A PAGE

    Hi,
    We use javascript extensively with in all our pages and consistently the browser is crashing on one particular page.This page is really important for our customers.
    Here's the log that gets shown after the browser crash.Please respond
    Thanks,
    Srikanth
    Date/Time: 2006-05-26 11:14:31.070 -0700 OS Version: 10.4.3 (Build 8F46) Report Version: 3 Command: Safari Path: /Applications/Safari.app/Contents/MacOS/Safari Parent: WindowServer [1802] Version: 2.0.2 (416.13) Build Version: 1 Project Name: WebBrowser Source Version: 4161300 PID: 4662 Thread: 0 Exception: EXCBADACCESS (0x0001) Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004 Thread 0 Crashed: 0 com.apple.WebCore 0x95c85e20 khtml::RenderTableSection::paint(khtml::RenderObject::PaintInfo&, int, int) + 124 1 com.apple.WebCore 0x95c85c10 khtml::RenderTable::paint(khtml::RenderObject::PaintInfo&, int, int) + 492 2 com.apple.WebCore 0x95c85680 khtml::RenderBlock::paintChildren(khtml::RenderObject::PaintInfo&, int, int) + 452 3 com.apple.WebCore 0x95c83d7c khtml::RenderBlock::paintObject(khtml::RenderObject::PaintInfo&, int, int) + 244 4 com.apple.WebCore 0x95c83c74 khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 296 5 com.apple.WebCore 0x95c825f0 khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 724 6 com.apple.WebCore 0x95c82714 khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 1016 7 com.apple.WebCore 0x95c82714 khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 1016 8 com.apple.WebCore 0x95c8229c KWQKHTMLPart::paint(QPainter*, QRect const&) + 164 9 com.apple.WebCore 0x95c821d4 -[WebCoreBridge drawRect:withPainter:] + 80 10 com.apple.WebCore 0x95c81f64 -[WebCoreBridge drawRect:] + 112 11 com.apple.WebKit 0x959e9610 -[WebHTMLView drawRect:] + 520 12 com.apple.AppKit 0x936ca628 -[NSView _drawRect:clip:] + 2128 13 com.apple.AppKit 0x936c93cc -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 736 14 com.apple.WebKit 0x959ea6c8 -[WebHTMLView(WebPrivate) _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 252 15 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 16 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 17 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 18 com.apple.AppKit 0x936c2e24 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 384 19 com.apple.AppKit 0x937a2cec -[NSView displayIfNeededInRectIgnoringOpacity:] + 264 20 com.apple.AppKit 0x937a2bd0 -[NSView displayRectIgnoringOpacity:] + 104 21 com.apple.WebCore 0x95cb6560 QWidget::paint(QPainter*, QRect const&) + 180 22 com.apple.WebCore 0x95cb5004 khtml::RenderWidget::paint(khtml::RenderObject::PaintInfo&, int, int) + 380 23 com.apple.WebCore 0x95d0fee8 khtml::RenderBox::paint(khtml::RenderObject::PaintInfo&, int, int) + 92 24 com.apple.WebCore 0x95c85680 khtml::RenderBlock::paintChildren(khtml::RenderObject::PaintInfo&, int, int) + 452 25 com.apple.WebCore 0x95c83d7c khtml::RenderBlock::paintObject(khtml::RenderObject::PaintInfo&, int, int) + 244 26 com.apple.WebCore 0x95c83c74 khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 296 27 com.apple.WebCore 0x95c82644 khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 808 28 com.apple.WebCore 0x95c82714 khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 1016 29 com.apple.WebCore 0x95c8229c KWQKHTMLPart::paint(QPainter*, QRect const&) + 164 30 com.apple.WebCore 0x95c821d4 -[WebCoreBridge drawRect:withPainter:] + 80 31 com.apple.WebCore 0x95c81f64 -[WebCoreBridge drawRect:] + 112 32 com.apple.WebKit 0x959e9610 -[WebHTMLView drawRect:] + 520 33 com.apple.AppKit 0x936ca628 -[NSView _drawRect:clip:] + 2128 34 com.apple.AppKit 0x936c93cc -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 736 35 com.apple.WebKit 0x959ea6c8 -[WebHTMLView(WebPrivate) _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 252 36 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 37 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 38 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 39 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 40 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 41 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 42 com.apple.AppKit 0x936c9778 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676 43 com.apple.AppKit 0x936e9e14 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 192 44 com.apple.AppKit 0x936c2e24 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 384 45 com.apple.AppKit 0x936b8118 -[NSView displayIfNeeded] + 248 46 com.apple.AppKit 0x936b7f88 -[NSWindow displayIfNeeded] + 180 47 com.apple.Safari 0x00017cbc 0x1000 + 93372 48 com.apple.AppKit 0x936b7e34 _handleWindowNeedsDisplay + 200 49 com.apple.CoreFoundation 0x9075ccd8 __CFRunLoopDoObservers + 352 50 com.apple.CoreFoundation 0x9075cf78 __CFRunLoopRun + 420 51 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268 52 com.apple.HIToolbox 0x931861e0 RunCurrentEventLoopInMode + 264 53 com.apple.HIToolbox 0x931857ec ReceiveNextEventCommon + 244 54 com.apple.HIToolbox 0x931856e0 BlockUntilNextEventMatchingListInMode + 96 55 com.apple.AppKit 0x93684904 _DPSNextEvent + 384 56 com.apple.AppKit 0x936845c8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 57 com.apple.Safari 0x00007910 0x1000 + 26896 58 com.apple.AppKit 0x93680b0c -[NSApplication run] + 472 59 com.apple.AppKit 0x93771618 NSApplicationMain + 452 60 com.apple.Safari 0x0000307c 0x1000 + 8316 61 com.apple.Safari 0x00057758 0x1000 + 354136 Thread 1: 0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8 1 libSystem.B.dylib 0x9000b15c mach_msg + 60 2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268 4 com.apple.Foundation 0x928ed664 -[NSRunLoop runMode:beforeDate:] + 172 5 com.apple.Foundation 0x928ed59c -[NSRunLoop run] + 76 6 com.apple.WebKit 0x959d0690 +[WebFileDatabase _syncLoop:] + 176 7 com.apple.Foundation 0x928de6d4 forkThreadForFunction + 108 8 libSystem.B.dylib 0x9002b200 pthreadbody + 96 Thread 2: 0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8 1 libSystem.B.dylib 0x9000b15c mach_msg + 60 2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268 4 com.apple.Foundation 0x92905b9c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264 5 com.apple.Foundation 0x928de6d4 forkThreadForFunction + 108 6 libSystem.B.dylib 0x9002b200 pthreadbody + 96 Thread 3: 0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8 1 libSystem.B.dylib 0x9000b15c mach_msg + 60 2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268 4 com.apple.Foundation 0x92906cdc +[NSURLCache _diskCacheSyncLoop:] + 152 5 com.apple.Foundation 0x928de6d4 forkThreadForFunction + 108 6 libSystem.B.dylib 0x9002b200 pthreadbody + 96 Thread 4: 0 libSystem.B.dylib 0x9001f20c select + 12 1 com.apple.CoreFoundation 0x9076f9a8 __CFSocketManager + 472 2 libSystem.B.dylib 0x9002b200 pthreadbody + 96 Thread 5: 0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap + 8 1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488 2 com.apple.Foundation 0x928e5840 -[NSConditionLock lockWhenCondition:] + 68 3 com.apple.Syndication 0x9b0119ec -[AsyncDB _run:] + 192 4 com.apple.Foundation 0x928de6d4 forkThreadForFunction + 108 5 libSystem.B.dylib 0x9002b200 pthreadbody + 96 Thread 0 crashed with PPC Thread State 64: srr0: 0x0000000095c85e20 srr1: 0x100000000200f030 vrsave: 0x0000000000000000 cr: 0x44002428 xer: 0x0000000020000000 lr: 0x0000000095c85e00 ctr: 0x0000000095c85da4 r0: 0x0000000000000000 r1: 0x00000000bfffb270 r2: 0x0000000000000004 r3: 0x0000000000000000 r4: 0x0000000000000001 r5: 0x00000000000003ec r6: 0x0000000000000238 r7: 0x00000000000004aa r8: 0x0000000000000218 r9: 0x0000000000000000 r10: 0x0000000000000088 r11: 0x0000000000000004 r12: 0x0000000095c85da4 r13: 0x0000000000000000 r14: 0x00000000bfffc310 r15: 0x0000000000000001 r16: 0x0000000005af8c80 r17: 0x0000000000000238 r18: 0x00000000000003ec r19: 0x00000000000004aa r20: 0x00000000bfffb330 r21: 0x0000000000000000 r22: 0x0000000000000000 r23: 0x00000000000003ec r24: 0x0000000000000238 r25: 0x0000000000000218 r26: 0x0000000000000001 r27: 0x0000000005b4e80c r28: 0x0000000000000088 r29: 0x0000000000000002 r30: 0x0000000000000001 r31: 0x0000000095c85a30 Binary Images Description: 0x1000 - 0xdafff com.apple.Safari 2.0.2 (416.13) /Applications/Safari.app/Contents/MacOS/Safari 0x5037000 - 0x5039fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld 0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x9020b000 - 0x9020ffff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib 0x90211000 - 0x90264fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText 0x90291000 - 0x90342fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS 0x90371000 - 0x906aefff com.apple.CoreGraphics 1.256.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics 0x9073a000 - 0x90813fff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x9085c000 - 0x9085cfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x9085e000 - 0x90960fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x909ba000 - 0x90a3efff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90a68000 - 0x90ad6fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90aed000 - 0x90afffff libauto.dylib /usr/lib/libauto.dylib 0x90b06000 - 0x90dddfff com.apple.CoreServices.CarbonCore 671.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore 0x90e43000 - 0x90ec3fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices 0x90f0d000 - 0x90f4efff com.apple.CFNetwork 4.0 (129.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork 0x90f63000 - 0x90f7bfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore 0x90f8b000 - 0x9100cfff com.apple.SearchKit 1.0.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit 0x91052000 - 0x9107bfff com.apple.Metadata 10.4.3 (121.20.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata 0x9108c000 - 0x9109afff libz.1.dylib /usr/lib/libz.1.dylib 0x9109d000 - 0x9125ffff com.apple.security 4.2 (24844) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x91362000 - 0x9136bfff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91372000 - 0x91399fff com.apple.SystemConfiguration 1.8.1 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration 0x913ac000 - 0x913b4fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x913b9000 - 0x913d9fff libmx.A.dylib /usr/lib/libmx.A.dylib 0x913df000 - 0x913e7fff libbsm.dylib /usr/lib/libbsm.dylib 0x913eb000 - 0x91469fff com.apple.audio.CoreAudio 3.0.1 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x914a7000 - 0x914a7fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services 0x914a9000 - 0x914e1fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x914fc000 - 0x915c9fff com.apple.ColorSync 4.4.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9161e000 - 0x916b1fff com.apple.print.framework.PrintCore 4.3 (172.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore 0x916f8000 - 0x917b5fff com.apple.QD 3.8.18 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917f3000 - 0x91851fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x9187f000 - 0x918a3fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x918b7000 - 0x918dcfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x918ef000 - 0x91931fff com.apple.LaunchServices 10.4.5 (168) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x9194d000 - 0x91961fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x9196f000 - 0x919a8fff com.apple.ImageIO.framework 1.4.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO 0x919bd000 - 0x91a85fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x91ad3000 - 0x91ae8fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91aed000 - 0x91b09fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x91b0e000 - 0x91b7dfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x91b94000 - 0x91b98fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x91b9a000 - 0x91bcbfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib 0x91bcf000 - 0x91c12fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91c19000 - 0x91c32fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib 0x91c37000 - 0x91c3afff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x91c3c000 - 0x91c3cfff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91c3e000 - 0x91d28fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage 0x91d30000 - 0x91d4ffff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib 0x91dbb000 - 0x91e20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib 0x91e2a000 - 0x91ebcfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib 0x91ed6000 - 0x92466fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib 0x924ae000 - 0x927befff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib 0x927eb000 - 0x92877fff com.apple.DesktopServices 1.3.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv 0x928b9000 - 0x92ae3fff com.apple.Foundation 6.4.2 (567.21) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92c01000 - 0x92cdffff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x92cff000 - 0x92dedfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x92dff000 - 0x92e1dfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92e28000 - 0x92e82fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92ea0000 - 0x92ea0fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92ea2000 - 0x92eb6fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture 0x92ece000 - 0x92edefff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition 0x92eea000 - 0x92efffff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI 0x92f11000 - 0x92f98fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink 0x92fac000 - 0x92fb7fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help 0x92fc1000 - 0x92feefff com.apple.openscripting 1.2.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting 0x93008000 - 0x93018fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print 0x93024000 - 0x9308afff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering 0x930bb000 - 0x9310dfff com.apple.NavigationServices 3.4.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices 0x93139000 - 0x93156fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound 0x93168000 - 0x93175fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels 0x9317e000 - 0x93490fff com.apple.HIToolbox 1.4.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox 0x935dc000 - 0x935e8fff com.apple.opengl 1.4.6 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x935ed000 - 0x9360efff com.apple.DirectoryService.Framework 3.0 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce 0x9367a000 - 0x9367afff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x9367c000 - 0x93caffff com.apple.AppKit 6.4.3 (824.23) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x9403b000 - 0x940aafff com.apple.CoreData 50 (77) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x940e3000 - 0x941adfff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x94201000 - 0x94201fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x94203000 - 0x9437bfff com.apple.QuartzCore 1.4.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x943c5000 - 0x94402fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x9440a000 - 0x9445afff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib 0x944e9000 - 0x94521fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils 0x94564000 - 0x94580fff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation 0x94594000 - 0x945d8fff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face 0x945fc000 - 0x9460bfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x94613000 - 0x9461ffff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x94664000 - 0x9467cfff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94ac4000 - 0x94bf2fff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x94c84000 - 0x94c93fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers 0x94c9b000 - 0x94cc8fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x94ccf000 - 0x94cdffff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib 0x94ce3000 - 0x94d12fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib 0x94d22000 - 0x94d3ffff libresolv.9.dylib /usr/lib/libresolv.9.dylib 0x959ce000 - 0x95a5afff com.apple.WebKit 416.12 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x95ab5000 - 0x95ba9fff com.apple.JavaScriptCore 416.14 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore 0x95bfa000 - 0x95efefff com.apple.WebCore 416.14 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore 0x96083000 - 0x960acfff libxslt.1.dylib /usr/lib/libxslt.1.dylib 0x96f8b000 - 0x96f98fff com.apple.JavaScriptGlue 416.9 /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A/JavaScrip tGlue 0x9b00f000 - 0x9b042fff com.apple.Syndication 1.0.2 (42) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication 0x9b05e000 - 0x9b06efff com.apple.SyndicationUI 1.0.2 (42) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI Model: PowerMac12,1, BootROM 5.2.6f1, 1 processors, PowerPC G5 (3.1), 2.1 GHz, 1 GB Graphics: ATI Radeon X600 XT, ATY,RV380, PCI, 128 MB Memory Module: DIMM0/BUILT-IN, 512 MB, built-in, built-in Memory Module: DIMM1/J6700, 512 MB, DDR2 SDRAM, PC2-4200U-444 AirPort: AirPort Extreme, 402.6 (3.90.34.0.p13) Bluetooth: Version 1.6.6f22, 2 service, 1 devices, 1 incoming serial ports Network Service: Built-in Ethernet, Ethernet, en0 PCI Card: ATY,RV380, Display, PCI-E Serial ATA Device: WDC WD2500JS-40MVB1, 232.89 GB Parallel ATA Device: MATSHITADVD-R UJ-846, USB Device: Hub, , Up to 480 Mb/sec, 500 mA USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 500 mA USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
      Mac OS X (10.4.3)   Safari

    Hi,
    I was replying to the original poster in this case. Their crash log was for OS X 10.4.3. Since 10.4.6 includes many bugfixes in Safari and WebKit it may fix their issue.
    As you already have 10.4.6 and you mention it occurs for all websites then your problem is unlikely to be the same
    Can you post an example crash log as well?
    Also, one quick test you can do to help narrow down things is to try Safari in another user account. This will help us to know whether your problem is local to your account or system wide. If you don't have another account you can use System Preferences -> Accounts -> [+] to create a test one (and [-] to remove it if needed)

  • In application express under object browser i cant view the list of tables

    Hi,
    In the application Express workspace when i click on Object Browser, we have a list of existing tables which displays. But cant view the table list now. could you please help. I can retrieve the data from the table in the region. I dont know how it got hidden.
    Regards,

    Please tell us your first name and put it into your handle and profile to help us.
    ...we have a list of existing tables which displays.
    But cant view the table list now.
    cant -> can't
    Aren't those contradictory statements?
    What is your version of Application Express?
    Scott

  • PS CS6 keeps opening Adobe Help in browser & crashes

    Photoshop CS6 keeps opening Adobe Help in browser - crashes and takes OS with it.
    Bug frequently reappears in Layer Options and in Color Picker.
    I keep getting this bug (and many others) for years. I did report it about a year ago. It's incredibly irresponsible from Adobe not the correct this. I had a crash just 10 mins ago, it wiped out 2 hours of work.
    I'm a CC subscriber and I have the issue on two different PCs (home and office) with Windows7.
    If you have this issue, please reply to this topic. Adobe must see the masses reporting this issue here too.

    I have the same problem when using layer styles, Adobe said they fixed it here: http://forums.adobe.com/message/5697913
    But I am using the latest CC and it's still happening to me.
    Update: I did manage to save my work by going to the photoshop window and very quickly hitting escape to close the dialog box for layer styles. After that I was able to save my work without any more help pages opening.

  • Unable to view components in Object Browser & Properties window- Xcelsius

    Hi - I have prepared a dashboard which consits of many labels and just a few components. But as I proceed with taking more components on the dashboard ,I am unable to see the components  in the object browser and properties window (it is just visible placed on the canvas but not visible in obj browser and Property window)....can any1 suggest the reason and how to proceed ?

    HI,
    Check in the object browser, whether there is any group element. if all your components are grouped, then they will appear under that group. if you click on any component which is grouped the property window of the group will be displayed.
    if you want to see the propery of each individual component, in the object browser-- expand the node and double click the component to see its properties.
    hope this helps
    uma

  • How to create a sequence in Object Browser!!

    Hi All,
    I just wonder that while working on "Sequence" in Obejct Browser.
    Say for example i have a created a new sequence using object browser then i have redirected to Data tab->Query under this we can select the
    default values. I have tried to give the like '%s' under column conditon which is thrrowing error like query is not valid .
    Can anybody help me out how to implemnt the column condtion in Sequnece.
    Thanks,
    Anoo..

    OK
    I go New -> Table
    Name: Anoo
    COlumns:
    1: ID , Datatype: Number
    2: Value , Datatype: Varchar2; precision:20
    Primary Key:
    Populated from new sequence
    Primary key specified as : ID
    Sequence name: anoo_seq
    Foreign key: n/a
    Constraints: n/a
    Confirm
    Table Created --
    Anoo selected.
    Go to Data tab. Select insert row
    In the value field, I enter some data (not in Id as it's populated from the sequence). Click create. This returns me to view of existing data (in my case, only the new row I inserted)
    As far as your query being invalid, without knowing what is in your table, and what you inserting in your query, and what the exact error, its a bit difficult to know.
    Trent

  • I am using firefox ver 8.0.1 and Canon LBP3200 printer. Whenever i give a print command from Firefox the browser crashes and the crash reporter asks for submitting the report.

    I am using the printer in a network. the same problem is faced when giving print on the canon LBP3200 from the local computer.
    its kind of very irritating.
    Even if i open a pdf document in the browser and then give print command the browser crashes and the crash reporter appears.
    Kindly help.

    Sir
    Following are the crash reports generated:
    bp-8af5ab44-6b84-427f-ae16-36acd2111227 12/27/201102:29 PM
    bp-bc804648-bbb4-4ac1-a93a-604052111219 12/19/201104:00 PM
    bp-1fb97a23-84cc-4922-91d0-21a732111219 12/19/201104:00 PM
    bp-c621113c-5446-4c16-8236-5a06c2111214 12/15/201101:07 PM
    bp-2f51489c-adcf-4f9e-8f16-f6cf52111212 12/12/201102:24 PM
    bp-5b9f3af7-d1e2-4882-b625-815cb2111212 12/12/201102:23 PM
    bp-0b7389bc-7047-478c-a01c-03f3b2111212 12/12/201102:22 PM

  • Browser crashing issues.

    I have late 2009 iMac with 3.06 GHz Intel Core 2 Duo running Mountain Lion. I'm having browser crashing issues (Safari, Chrome, and Firefox are all crashing.) Could someone take a look at this Safari Problem Report and let me know if there's anything I can do. Thanks in advance.
    Kevin
    Process:         WebProcess [186]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.30.1)
    Build Info:      WebKit2-7536030001000000~9
    Code Type:       X86-64 (Native)
    Parent Process:  Safari [166]
    User ID:         501
    Date/Time:       2013-08-20 01:43:28.695 -0500
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          23752 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  28034 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      1C6C344A-AE19-F6BB-72DC-CC720674AFEE
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000038
    VM Regions Near 0x38:
    -->
        __TEXT                 0000000100460000-0000000100461000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x00007fff91c72600 JSC::SlotVisitor::copyAndAppend(void**, unsigned long, JSC::JSValue*, unsigned int) + 208
    1   com.apple.JavaScriptCore                0x00007fff91c463c0 JSC::JSObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 432
    2   com.apple.JavaScriptCore                0x00007fff91c3ebdb JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 27
    3   com.apple.JavaScriptCore                0x00007fff91c72158 JSC::SlotVisitor::drain() + 312
    4   com.apple.JavaScriptCore                0x00007fff91c1b51c JSC::Heap::markRoots(bool) + 1452
    5   com.apple.JavaScriptCore                0x00007fff91c1abf8 JSC::Heap::collect(JSC::Heap::SweepToggle) + 152
    6   com.apple.JavaScriptCore                0x00007fff91c19a0b JSC::DefaultGCActivityCallbackPlatformData::timerDidFire(__CFRunLoopTimer*, void*) + 315
    7   com.apple.CoreFoundation                0x00007fff8df14804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    8   com.apple.CoreFoundation                0x00007fff8df1431d __CFRunLoopDoTimer + 557
    9   com.apple.CoreFoundation                0x00007fff8def9ad9 __CFRunLoopRun + 1529
    10  com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    11  com.apple.HIToolbox                     0x00007fff8a0eeeb4 RunCurrentEventLoopInMode + 209
    12  com.apple.HIToolbox                     0x00007fff8a0eec52 ReceiveNextEventCommon + 356
    13  com.apple.HIToolbox                     0x00007fff8a0eeae3 BlockUntilNextEventMatchingListInMode + 62
    14  com.apple.AppKit                        0x00007fff8e46e533 _DPSNextEvent + 685
    15  com.apple.AppKit                        0x00007fff8e46ddf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    16  com.apple.AppKit                        0x00007fff8e4651a3 -[NSApplication run] + 517
    17  com.apple.WebCore                       0x00007fff8cb684ff WebCore::RunLoop::run() + 63
    18  com.apple.WebKit2                       0x00007fff93bdf462 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    19  com.apple.WebKit2                       0x00007fff93ba5bfd WebKitMain + 285
    20  com.apple.WebProcess                    0x0000000100460e7b 0x100460000 + 3707
    21  libdyld.dylib                           0x00007fff8ac1f7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8f1e7d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8fa25dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8fa259ee _dispatch_mgr_thread + 54
    Thread 2:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff91aebb66 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff91d0ebfa JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 3:: JavaScriptCore::Marking
    0   com.apple.JavaScriptCore                0x00007fff91c13aae JSC::FunctionExecutable::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 142
    1   com.apple.JavaScriptCore                0x00007fff91c72158 JSC::SlotVisitor::drain() + 312
    2   com.apple.JavaScriptCore                0x00007fff91c71a26 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    3   com.apple.JavaScriptCore                0x00007fff91c718b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff94917546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff94975562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 5:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8df07dd1 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff8cb7d5e1 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8f1e7322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8df38f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 7:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff91aebb2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8cba2d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff8c0f312a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 8:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff91aebb2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8cba2d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff8c0f312a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 9:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8df07dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff90b6e2d6 listenOnDelegatePort + 403
    7   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 10:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8df07dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff90b6e771 listenOnNotificationPort + 371
    7   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 11:: com.apple.coremedia.networkbuffering
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8df07dd1 CFRunLoopRun + 97
    6   com.apple.CoreMedia                     0x00007fff883f9830 FigThreadGlobalNetworkBufferingRunloop + 21
    7   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    8   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 12:: com.apple.coremedia.asyncio
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff883faea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff8fdd46a1 0x7fff8fdba000 + 108193
    4   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 13:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff883faea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff8fe13caf 0x7fff8fdba000 + 367791
    4   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 14:: AQClient
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff8b11670e GenericRunLoopThread::Entry(void*) + 204
    6   com.apple.audio.toolbox.AudioToolbox          0x00007fff8b1165c5 CAPThread::Entry(CAPThread*) + 175
    7   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 15:: com.apple.coremedia.audioqueue.source
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff883faea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff8fdebbda 0x7fff8fdba000 + 203738
    4   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 16:: com.apple.coremedia.audiomentor
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff883faea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff8fe34f97 0x7fff8fdba000 + 503703
    4   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8f1e76d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff88bddf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff88bddd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff88bc81d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0xffff000000000002  rbx: 0x0000000162f5bde0  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x0000000000000001  rsi: 0x0000000000000000  rbp: 0x00007fff5f79d4a0  rsp: 0x00007fff5f79d440
       r8: 0x000000000000006c   r9: 0x000000015b3a6400  r10: 0x000000014adf4600  r11: 0x000000016417bda8
      r12: 0x000000010054ce28  r13: 0x000000010054ce28  r14: 0x0000000000000001  r15: 0x000000000000004a
      rip: 0x00007fff91c72600  rfl: 0x0000000000010246  cr2: 0x0000000000000038
    Logical CPU: 0
    Binary Images:
           0x100460000 -        0x100460fff  com.apple.WebProcess (8536 - 8536.30.1) <F967F09F-969C-3788-9376-7B4067F402B4> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x100465000 -        0x100465fff  WebProcessShim.dylib (7536.30.1) <15AC7990-1B63-3AD9-905F-7331C901A578> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x141bb4000 -        0x141bcafff  com.apple.WebInspector (8536 - 8536.30) <7DD903D1-505E-34D3-835A-15BE44CC49B6> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x143e82000 -        0x143e8ffff  libGPUSupport.dylib (8.9.2) <0D32763C-7F3D-3FDB-9EDB-760BB7AFFA04> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x143e96000 -        0x143ec1fff  GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x143eca000 -        0x143ed3fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x144368000 -        0x144369ff7  ATSHI.dylib (341.1) <6860AB9D-27E6-3516-91BF-05E4B9E8A8F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x144639000 -        0x14464fff7  com.apple.webcontentfilter.framework (3.1 - 5) <B9C18026-4D06-3C13-8842-15C190E214E5> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x144f10000 -        0x1450cefff  GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x145105000 -        0x145275fff  libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1452ad000 -        0x145565fff  com.apple.ATIRadeonX2000GLDriver (8.12.47 - 8.1.2) <2763421F-F64B-39FD-8DD2-60DDDEB246F3> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
           0x14b916000 -        0x14b91bfff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <586F677E-D0F8-33B2-B6ED-41ED81C9EED9> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x14e253000 -        0x14e270ff7  com.apogee.DuetUSBPlugIn (1.15.21 - 1.15.21) <126A74F2-C55A-37A2-8594-8F279F077E90> /System/Library/Extensions/DuetUSBPlugIn.bundle/Contents/MacOS/DuetUSBPlugIn
           0x15289d000 -        0x1529f2ff7  com.apple.audio.units.Components (1.9 - 1.9) <8384AE1A-7C79-3F03-81E0-9A15E09094D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x159abc000 -        0x159ccbff7  com.apple.audio.codecs.Components (3.1 - 3.1) <352F4973-BDA4-3D62-A4A6-080B9AFB291F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
        0x7fff60060000 -     0x7fff6009493f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff882e0000 -     0x7fff88309fff  libsandbox.1.dylib (220.3) <2C26165F-C3D5-3458-8D3E-EE748A3DA19A> /usr/lib/libsandbox.1.dylib
        0x7fff88317000 -     0x7fff88319fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff8831a000 -     0x7fff8831bfff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8831d000 -     0x7fff8837cfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff883db000 -     0x7fff88426fff  com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff88427000 -     0x7fff8842efff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8842f000 -     0x7fff88433ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff88434000 -     0x7fff88490fff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff88491000 -     0x7fff88497fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8849a000 -     0x7fff884c6fff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff885d5000 -     0x7fff885d6fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff885d7000 -     0x7fff88603ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff88604000 -     0x7fff8863cfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8863d000 -     0x7fff88b44ff7  com.apple.Safari.framework (8536 - 8536.30.1) <5C62034A-BAA0-32BB-84C2-2559389B72C4> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff88b45000 -     0x7fff88b50ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff88b51000 -     0x7fff88b8cfff  com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff88b8d000 -     0x7fff88b8dfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff88b9a000 -     0x7fff88bc6fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff88bc7000 -     0x7fff88c93ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff88d17000 -     0x7fff88d32ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff895e9000 -     0x7fff895eefff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff895ef000 -     0x7fff8960ffff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89655000 -     0x7fff89664ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff89665000 -     0x7fff8967ffff  com.apple.CoreMediaAuthoring (2.1 - 914) <5637F52D-3AB9-38FD-B851-265B9F5A2FE8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff89680000 -     0x7fff896cfff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff896d0000 -     0x7fff8974fff7  com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8975d000 -     0x7fff89852fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff89853000 -     0x7fff89857fff  libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff89858000 -     0x7fff89863ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff89864000 -     0x7fff89962fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff89963000 -     0x7fff89966fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff899a5000 -     0x7fff89b53fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89b54000 -     0x7fff89b56ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff89b57000 -     0x7fff89dd8fff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff89dd9000 -     0x7fff89deffff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff89df0000 -     0x7fff89e07fff  com.apple.CFOpenDirectory (10.8 - 151.10) <F7AD9844-559A-366E-8192-BB4FCF9EE7A3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff89e08000 -     0x7fff89f93fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff89f94000 -     0x7fff89f95ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff89f96000 -     0x7fff89fc8fff  com.apple.framework.Admin (12.1 - 12.1) <2DA7835C-D3AB-3512-BDC1-03F437270772> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff89fc9000 -     0x7fff8a08eff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8a08f000 -     0x7fff8a3bffff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8a3ec000 -     0x7fff8a446ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8a447000 -     0x7fff8a468ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8a469000 -     0x7fff8a49dfff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8a49e000 -     0x7fff8a50bff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8a898000 -     0x7fff8a91aff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8a929000 -     0x7fff8a9c4fff  com.apple.CoreSymbolication (3.0 - 117) <50716F74-41C2-3BB9-AC16-12C4D4C2DD1E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8a9c5000 -     0x7fff8a9dbfff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8aa5c000 -     0x7fff8aa8afff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8aa8b000 -     0x7fff8aa91ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8aa92000 -     0x7fff8ab8ffff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8ab90000 -     0x7fff8abcafff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8ac1d000 -     0x7fff8ac20ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8ad90000 -     0x7fff8ad95fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8ad96000 -     0x7fff8aeb6fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8aeb7000 -     0x7fff8aec5ff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
        0x7fff8b10f000 -     0x7fff8b261fff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8b262000 -     0x7fff8b2a5ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8b2a6000 -     0x7fff8b2f2ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
        0x7fff8b2f3000 -     0x7fff8b3f0ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8b3f1000 -     0x7fff8b430ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8b431000 -     0x7fff8b4beff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8b4bf000 -     0x7fff8b71aff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8b71b000 -     0x7fff8b7afff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8b7c1000 -     0x7fff8b850fff  libCoreStorage.dylib (296.16.1) <35FE3D47-089C-351A-AC9E-4D2C82AE5D87> /usr/lib/libCoreStorage.dylib
        0x7fff8b8e9000 -     0x7fff8b8edfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b8fa000 -     0x7fff8b909fff  com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8b90a000 -     0x7fff8b916ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <5AA375C4-9FD4-3F4F-849D-0329E0D5DC04> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8b917000 -     0x7fff8c0befff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8c0bf000 -     0x7fff8c0c9fff  libcsfde.dylib (296.16.1) <8F75205A-8802-3B1D-87AA-235CBF1E49AE> /usr/lib/libcsfde.dylib
        0x7fff8c0ca000 -     0x7fff8c0cefff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff8c0d4000 -     0x7fff8d093ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8d094000 -     0x7fff8d358fff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8d3c9000 -     0x7fff8d431fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8d50a000 -     0x7fff8d546fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8d547000 -     0x7fff8d54efff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8d5aa000 -     0x7fff8d5abfff  libquit.dylib (130.1) <6012FB61-1D85-311F-A557-690C7D4C2A66> /usr/lib/libquit.dylib
        0x7fff8d5ac000 -     0x7fff8d5f0fff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
        0x7fff8d5f1000 -     0x7fff8d634ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8d635000 -     0x7fff8d8a2ff7  com.apple.RawCamera.bundle (4.07 - 696) <CCB97D78-309C-3CD9-B499-81192069A333> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d8dc000 -     0x7fff8d8e6ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8d8e7000 -     0x7fff8d8effff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8d8f0000 -     0x7fff8d93dfff  com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8d93e000 -     0x7fff8da68ff7  com.apple.avfoundation (2.0 - 361.40) <EDEAB424-D693-39C6-B4A6-C503213203AF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8da69000 -     0x7fff8dad1ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8dad2000 -     0x7fff8dad7fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8dad8000 -     0x7fff8dae6fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8dae7000 -     0x7fff8dafaff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8dafb000 -     0x7fff8dafbfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8dafc000 -     0x7fff8db44fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8db45000 -     0x7fff8db45fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8db46000 -     0x7fff8dbf9ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8dbfa000 -     0x7fff8dbfbfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8dbfc000 -     0x7fff8dea0ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8dea1000 -     0x7fff8dec3ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff8dec4000 -     0x7fff8e0aeff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e0af000 -     0x7fff8e0b2fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8e0b3000 -     0x7fff8e0b7ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8e0b8000 -     0x7fff8e0dffff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8e132000 -     0x7fff8e13dfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8e13e000 -     0x7fff8e13efff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8e13f000 -     0x7fff8e189ff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8e18a000 -     0x7fff8e2a4fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8e2a5000 -     0x7fff8e2a8ff7  com.apple.LoginUICore (2.1 - 2.1) <98A808A9-F27D-37A9-84D6-77B61C444F97> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8e2c1000 -     0x7fff8e316ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8e317000 -     0x7fff8e318ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8e319000 -     0x7fff8ef46fff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8ef47000 -     0x7fff8ef49ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8ef91000 -     0x7fff8f117fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8f118000 -     0x7fff8f123fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8f124000 -     0x7fff8f17dff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8f17e000 -     0x7fff8f1a0ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8f1d3000 -     0x7fff8f1d4fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8f1d5000 -     0x7fff8f1f0ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8f1f1000 -     0x7fff8f231ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8f232000 -     0x7fff8f239fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8f23a000 -     0x7fff8f291ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8f2fe000 -     0x7fff8f31dff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8f31f000 -     0x7fff8f4bafef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8f4d0000 -     0x7fff8f4d4fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8f535000 -     0x7fff8f53bfff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8f543000 -     0x7fff8f545fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8f546000 -     0x7fff8f597ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8f598000 -     0x7fff8f598fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8f5de000 -     0x7fff8f67cff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8f68c000 -     0x7fff8f8c1ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8f8c2000 -     0x7fff8f8f9ff7  libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib
        0x7fff8f8fa000 -     0x7fff8fa13fff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8fa14000 -     0x7fff8fa14fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8fa15000 -     0x7fff8fa20ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8fa21000 -     0x7fff8fa36ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8fa5a000 -     0x7fff8fa66fff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8fa67000 -     0x7fff8fa72ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <8AE56B58-A521-3F29-AAE2-10ADADBD30EA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8fa73000 -     0x7fff8fa75ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8fa76000 -     0x7fff8fac5fff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8fac6000 -     0x7fff8fb60fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8fb61000 -     0x7fff8fbb8ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8fc72000 -     0x7fff8fce0ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8fce1000 -     0x7fff8fd2cfff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8fdba000 -     0x7fff90071ff7  com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff9007b000 -     0x7fff9009cfff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff9009d000 -     0x7fff901fbfef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff901fc000 -     0x7fff901fdff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff901fe000 -     0x7fff90225ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E8DA9FDB-3A58-3934-A7C9-2728B683D741> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff90226000 -     0x7fff90260ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff90261000 -     0x7fff9026bfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff9026c000 -     0x7fff90689fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff90900000 -     0x7fff9090dff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff9090e000 -     0x7fff9090effd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff9090f000 -     0x7fff90916fff  libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff90940000 -     0x7fff90a1afff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff90a1b000 -     0x7fff90a1ffff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff90a20000 -     0x7fff90a20fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff90a21000 -     0x7fff90a32ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff90a33000 -     0x7fff90a3ffff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff90ae9000 -     0x7fff90b45ff7  com.apple.Symbolication (1.3 - 93) <C0FEE99C-6AD9-35D7-9B41-574F25F843B9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff90b46000 -     0x7fff90b59ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff90b5a000 -     0x7fff90ccbff7  com.apple.QTKit (7.7.1 - 2599.31) <E088A52C-914C-3BD7-AD50-CD40CA5D1308> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff90ccc000 -     0x7fff90d2fff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff90d30000 -     0x7fff90d86fff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff90d87000 -     0x7fff90d99ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff90d9a000 -     0x7fff90d9afff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff90d9b000 -     0x7fff90dc9ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff90dca000 -     0x7fff91206fef  com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff91207000 -     0x7fff9120fff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff91210000 -     0x7fff91607fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff9160e000 -     0x7fff91625fff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff91626000 -     0x7fff91629fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff9162a000 -     0x7fff9182afff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff9182b000 -     0x7fff91adafff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff91ae5000 -     0x7fff91d80ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff91e73000 -     0x7fff91e80fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff91e81000 -     0x7fff91f8cfff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff91fde000 -     0x7fff9296e4af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff9296f000 -     0x7fff9297dff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff9297e000 -     0x7fff929dafff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff929db000 -     0x7fff92a0cff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff92a0f000 -     0x7fff92a2eff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff92a2f000 -     0x7fff92a31fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff92a48000 -     0x7fff92a6dff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff92a6e000 -     0x7fff92b14ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <FFDDD2D8-690D-388F-A48F-4750A792D2CD> /System/Library/Frameworks/CoreServices.framework/V

    This crash is caused by a hardware fault, in every case I've seen.
    If your model has user-replaceable memory, and you've upgraded the memory modules, reinstall the original memory and see whether there's any improvement. Be careful not to touch the gold contacts. Clean them with a mild solvent such as rubbing alcohol. Aftermarket memory must exactly match the technical specifications for your model. Memory that is either slower or faster than specified may be incompatible.
    The Apple Hardware Test or Apple Diagnostics, though generally unreliable, will sometimes detect a fault. A negative test can't be depended on. Run the extended version of the test.

Maybe you are looking for

  • ISE 1.3 certificate issue

    Hi experts, I have tried to replicate an issue that my customer is having: issue: when running client provisioning on default port 8905, the portal certificate shows that it's using the certificate created for the Admin. However, when visiting guest

  • Apple TV - Nothing displaying "Mode not supported"

    Hi, My Apple TV arrived today. I connected it all up using a HDMI-HDMI cable. I selected the HDMI channel on my TV (Samsung LE32R74BDX) but all i am getting is "No Signal"/"Mode Not Supported". I've tried the Menu and + to change the video settings b

  • Sound settings wont keep

    Im running Windows 7 Ultimate 64bit and Creative Audigy 2 ZS Platinum. When i go to the volume control in windows and click on Playback, then go to speakers, then click on Tone. I adjust the Bass Balance and Treble Balance to what i like everything i

  • More than 1 cursor in a stored procedure

    Is it possible to open more than 1 cursor in a stored procedure? I have 2 stored procedure which use the same 2 parameters, and figured I could probably combine the two. Thanks

  • Problem calling a certificate authenticate web service

    Hi, I am having some problem trying to connect to a secure web service  PI 7.1 Ehp 1. I have a secure web service hosted somewhere and I can call this web service using SOAP UI . However when I load the same pfx certificate in PI via the netweaver ad