Safari NPAPI plugin

I've written a NPAPI plugin for Windows and I'm now trying to get a Mac version going. I've gotten a project setup from the NetscapeMoviePlugin example. I'm trying to figure out what the preferred way of creating a plugin with decent user interface is (toolbar, buttons, several views objects).
I have two copies of the my project that I have been working on for weeks:
The first projects directly creates all of the HIView objects and places them into the root view of the WindowRef given to me by the plugin interface. The only problem I'm having with this is, on the update event where the repaint happens, the root view (I'm guessing) keeps painting the content window black before I get called to paint. This is causing a flicked every time the paint happens. Also because I'm using a Scroll view with an embedded image view, my scroll bars and un-used area of the scroll view are painted over black. None the less the black flicker is the problem I'm running into with this approach.
The second project creates all of the views on a separate window, and then I'm attempting to group the window together using window groups to get the parent child functionality. This is working ok; the windows move together and share activation, but I can't get the minimize/maximize functionality to work. I've tried both creating my own window group and placing my window along with the safari window in it, and getting the window group from the window from safari and placing my window into that. With both groups I'm using window group attributes of kWindowGroupAttrMoveTogether, kWindowGroupAttrLayerTogether, kWindowGroupAttrSharedActivation, and kWindowGroupAttrHideOnCollapse. I've tried several different combinations to see what happens as well. Either way, when I click the yellow collapse button on the safari window, the safari falls into the tray and then reappears behind my window and my window never goes anywhere. I've tried manually catching the collapse event and sending the event to my window, but this makes no difference.
Does anybody have any pointers as to which of the two ways are the better way of writing a plugin, or suggestions as to the functionality of both of the situations described above? Also I would like to note that I have tried the plugin on Safari on both tiger and leopard and have had the same results. I've been yanking my hair out for weeks trying to get this to work. I would really appreciate any help. Thanks for looking.

I solved the issue. I found that Safari was a Cocoa application, so I got a NSWindow reference from the window handle given in the NPAPI NPP_SetWindow call, and then created a NSWindow reference for my carbon window and tied them together. I just thought I post this back, in case anyone else has the same problem.
NPError NPP_SetWindow(NPP instance, NPWindow* npWindow)
// Get a Cocoa window reference of the browser window
NP_CGContext* npContext = (NP_CGContext*)npWindow->window;
WindowRef window = npContext->window;
NSWindow* browserWindow = [[[NSWindow alloc] initWithWindowRef:window] autorelease];
// Get a Cocoa reference of my carbon window
// yourCarbonWindow should be replaced with the window handle of the carbon
// window that should be tied to the Safari window.
NSWindow* myWindow = [[[NSWindow alloc] initWithWindowRef:yourCarbonWindow] autorelease];
// Now create a parent child relationship
[browserWindow addChildWindow:myWindow ordered:NSWindowAbove];
The code formatting is messed up, but you get the picture.

Similar Messages

  • Problem - Safari - NPAPI Plugin - Right|button|downMouseDragged event.

    Good morning to everyone. I think I exposed the main aspects of my question on the subject, so nobody will lose time if it's not really interested.
    I'm experiencing a problem developing a plugin (using NPAPI for future portability), that requires the mouse dragged event with right mouse button. With Chrome I have no problem. With Safari everything is ok, when I press the left mouse button; but when I press the right button, the browser can't sense at all any other event, except the NPCocoaEventMouseDown event.
    Is it a bug? Should I open a ticket?
    Any clue?
    Thanks in advance.
    G.

    https://bugs.webkit.org/show_bug.cgi?id=27043
    Hope that Apple soon implements the patch, that already exists.
    Regards.
    G.

  • What structure is platformPrint in NPP_Print method for NPAPI plugins?

    I've been developing a NPAPI plugin, and I'm working with printing right now. I'm trying to figure out on the NPP_Print call what the void* I get passed needs to be casted to. All of the documentation I find everywhere says that it is a TPrint structure the very old print record structure that has not been supported in ages! Surely this is not the case anymore, but I'm at a totally lost.

    I have tried to directly use apple events and an apple event handler instead of a Carbon based Event handler. I never get called for apple events in my plugin. I would imagine that AEInstallEventHandler would install to the Safari application process. Is there something special that is required to do this?

  • I have deleloped firefox npapi plugin which is working fine in some system and not loading in some system for firefox 4.

    Npapi plugin developed for application was working absolutely fine for firefox version upto 3.6.
    But in firefox 4.0 Its behavior is not consistent.
    For some computer its working fine bt for some computer its not getting loaded in webpage.Here i have use <embed> tag to load plugin from webpage.
    Thanx in advance

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Epiphany and Midori don't read NPAPI plugins

    Hi, i have issue with NPAPI plugins in browsers other then firefox, i've installed npapi-vlc fom AUR, and the only browser with make use of it is Firefox.
    Epiphany and Midori should support NPAPI but about:plugins does not show any plugin. I've tried to use nspluginwrapper -v -n -a -i, nothing changes.
    Thanks, for help.
    Last edited by Shakaal (2013-01-28 19:49:48)

    Have you looked over the man page for nspluginwrapper?
    http://web.iesrodeira.com/cgi-bin/man/m … nwrapper+1
    From what I can tell, you need to specify the plugin for the "-i" variable.

  • Why does safari/quicktime plugin not allow me to save mp3 files

    hello,
    there is a website allowing me to download mp3 files. But unlike windows where I can do "save as" -there is no such option available in safari/quicktime plugin.
    is it that apple doesn't want me to save any mp3 files?
    thanks
    -kamal

    "what things can one do by buying quicktime pro for $30?"
    Click here

  • Safari Sharepoint Plugins

    Hello .. I have deleted my safari sharepoint plugins and i am looking to reinstall them.  How would i do this?
    I was troubleshooting some issues i was having.
    Cheers
    Ozwaldca

    page 10 covers it - http://developer.apple.com/library/mac/documentation/InternetWeb/Conceptual/WebK it_PluginProgTopic/WebKit_PluginProgTopic.pdf

  • Mozilla Firefox and displaying PDFs with Adobe Acrobat NPAPI Plugin

    Hello Everyone,
    I have a strange issue going on in my enviroment with OS X clients, here are the relevent details and that steps I've performed.
    Clients are on fully patched 10.8.4 machines running Firefox 23.0 and Adobe Reader 11.0.03, the Adobe Acrobat NPAPI Plug-in (AdobePDFViewerNPAPI.plugin) is enabled under Add-ons Manager > Plugins. Under Preferences > Applications I have set PDFs to "Use Adobe Acrobat NPAPI Plug-in, Version 11.0.03 (in Firefox)".
    When viewing a PDF Adobe generates an error -> http://imgur.com/O4l5oTi
    I have already tried basic troubleshooting, uninstalling and reinstall both applications and preferences. I have deleted the mimeTypes.rdf and pluginreg.dat and had them recreated by Firefox. I believe this is a Adobe related issue as I initally was running Firefox 17.0.8 ESR and got this problem and then upgraded to 23.0 and continue to have the problem.
    Using the built-in PDF viewer works but this is not a fix but a workaround. Please advise if you need any further information, so far this is reproducable on all my machines running Firefox and Adobe Reader.
    Thanks,
    Kev

    Bump; The Firefox site says that Adobe "...does not yet maintain a browser plugin for viewing PDF files in Firefox on Mac OS X", per the support.mozilla.org site http://support.mozilla.org/en-US/kb/use-adobe-reader-plugin-view-or-download-pdf-files
    Can anyone from Adobe confirm this?

  • Frustration with Safari pdf plugins

    I've tried both Shubert and Adobe Reader PDF plugins and find they are both terrible. What I find most annoying is that I can't seem to accurately control scolling. The slightist slide of my finger seems to send the document jumping, often pages at a time.
    Any thoughts? At this point, I'm tempted just to uninstall the Reader plugin and just use PDF PenPro.
    Thanks

    Preview works fine for me.
    I used to use PDF pen pro, and at one time I've tried all the PDF addon things, but I haven't bothered with them in a while. Preview does a good job of annotating pdfs these days.
    I'm an apple fundamentalist. If there's some PDF function I can't do natively with Safari and Preview, I probably don't need it in the first place.

  • Safari (Flash Plugin) unstable behavior on Snow Leopard

    I've been trying to debug this problem on Safari. Every time I upload a photo, the browser crashes. Any type of flash apps I use, whether it's uploading photos or another type, the problem is there. Does anyone experience this? I have checked this on two different machines and the same problem happens which rules two things: it's an Adobe Flash problem, or it's the browser itself. However, I also tried to upload photos using flash on a Mozilla Firefox browser, and met the same result. My Firefox crashed.
    If you want to seem what I'm talking about, or test this one yourself, please try uploading an image at this site: *http://imageshack.us* and see if you've also been experiencing the crash. (This is just a sample because I often recreate the problem here whenever I use it, it helps me test whether it is still there or not)
    Sample screenshot:
    http://farm3.static.flickr.com/2603/388785001173d7089a69o.jpg
    http://farm3.static.flickr.com/2575/3887850351c44ab4feeeb.jpg
    Here's what else I've observed:
    - The problem is intermittent. Sometimes it works, sometimes it doesn't
    - Reseting the browser or clearing the cache doesn't fix this.
    It is also impossible to tell at which machine this will work or not. I use an MBP Uni and an MBA, and for these two, I get two different problems too. (Like on MBA, I get vertical lines using Top Sites but there's none on MBP).
    With these, it's really hard to figure out the root cause because problems are varied and case to case.
    Let's use this thread to try and debug it more.
    Thanks!
    PARC

    I did everything. I actually would like to debug what's causing the problem. So instead of deleting it, I made a back up copy first then deleted leaving all directories empty. I did what was instructed. Unfortunately, it's still crashing.
    Here is the error report:
    Process: WebKitPluginHost [7718]
    Path: /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHost
    Identifier: com.apple.WebKit.PluginHost
    Version: 6531 (6531.4)
    Build Info: WebKitPluginHost-65310400~1
    Code Type: X86 (Native)
    Parent Process: WebKitPluginAgent [7341]
    Date/Time: 2009-09-05 21:18:55.050 +0800
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 12903 sec
    Crashes Since Last Report: 3
    Per-App Interval Since Last Report: 1789 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: 7422F953-552A-4DC5-9F3B-90F407E0074C
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000000c
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x941e79b0 CFRelease + 112
    1 com.apple.DesktopServices 0x962aba79 TFSInfo::~TFSInfo() + 29
    2 com.apple.DesktopServices 0x962abf25 TFSInfo::RemovePtrReference() + 35
    3 com.apple.DesktopServices 0x962c4544 TNode::IsUnresolved() const + 48
    4 com.apple.DesktopServices 0x962b8fa0 TNode::SetAliasTarget(TNodePtr const&, bool) + 230
    5 com.apple.DesktopServices 0x962ff38d TNode::RecursivelyRemoveAllChildren(bool) const + 175
    6 com.apple.DesktopServices 0x962ff986 TNode::Finalize(TNodePtr*&) + 56
    7 com.apple.DesktopServices 0x962ffbb0 TNode::Finalize() + 286
    8 com.apple.DesktopServices 0x963129fa NodeContextClose + 542
    9 com.apple.AppKit 0x992de527 _NSSavePanelContextEnd + 60
    10 com.apple.Foundation 0x984bab65 __NSFireDelayedPerform + 537
    11 com.apple.CoreFoundation 0x94218eee __CFRunLoopRun + 6846
    12 com.apple.CoreFoundation 0x94216d34 CFRunLoopRunSpecific + 452
    13 com.apple.CoreFoundation 0x94216b61 CFRunLoopRunInMode + 97
    14 com.apple.HIToolbox 0x97502fec RunCurrentEventLoopInMode + 392
    15 com.apple.HIToolbox 0x97502da3 ReceiveNextEventCommon + 354
    16 com.apple.HIToolbox 0x97502c28 BlockUntilNextEventMatchingListInMode + 81
    17 com.apple.AppKit 0x98b9bb99 _DPSNextEvent + 847
    18 com.apple.AppKit 0x98b9b40e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    19 com.apple.AppKit 0x98b5d5fb -[NSApplication run] + 821
    20 com.apple.WebKit.PluginHost 0x00006a09 0x1000 + 23049
    21 com.apple.WebKit.PluginHost 0x00002845 0x1000 + 6213
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x94f4310a kevent + 10
    1 libSystem.B.dylib 0x94f43824 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x94f42ce1 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x94f42a86 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x94f42511 pthreadwqthread + 390
    5 libSystem.B.dylib 0x94f42356 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x94f421a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x94f42738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x94f42356 start_wqthread + 30
    Thread 3:
    0 libSystem.B.dylib 0x94f1c8fa machmsgtrap + 10
    1 libSystem.B.dylib 0x94f1d067 mach_msg + 68
    2 ...romedia.Flash Player.plugin 0x13b5dc04 Flash_EnforceLocalSecurity + 2207588
    3 libSystem.B.dylib 0x94f49fe1 pthreadstart + 345
    4 libSystem.B.dylib 0x94f49e66 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x94f1c942 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x94f4a480 pthread_condwait + 1089
    2 libSystem.B.dylib 0x94f93743 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1393463f 0x13657000 + 3003967
    4 ...romedia.Flash Player.plugin 0x1394df4f Flash_EnforceLocalSecurity + 45743
    5 ...romedia.Flash Player.plugin 0x13934aef 0x13657000 + 3005167
    6 libSystem.B.dylib 0x94f49fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x94f49e66 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x94f1c942 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x94f4a480 pthread_condwait + 1089
    2 libSystem.B.dylib 0x94f93743 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1393463f 0x13657000 + 3003967
    4 ...romedia.Flash Player.plugin 0x1394df4f Flash_EnforceLocalSecurity + 45743
    5 ...romedia.Flash Player.plugin 0x13934aef 0x13657000 + 3005167
    6 libSystem.B.dylib 0x94f49fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x94f49e66 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x94f421a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x94f42738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x94f42356 start_wqthread + 30
    Thread 7:
    0 libSystem.B.dylib 0x94f3b876 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9425704d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x94f49fe1 pthreadstart + 345
    3 libSystem.B.dylib 0x94f49e66 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x94f421a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x94f42738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x94f42356 start_wqthread + 30
    Thread 9:
    0 libSystem.B.dylib 0x94f421a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x94f42738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x94f42356 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x941e794d ecx: 0x00346100 edx: 0x00000000
    edi: 0xbfffe5e8 esi: 0x00000007 ebp: 0xbfffe4c8 esp: 0xbfffe4b0
    ss: 0x0000001f efl: 0x00010246 eip: 0x941e79b0 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x0000000c
    Binary Images:
    0x1000 - 0x18ff7 com.apple.WebKit.PluginHost 6531 (6531.4) <ACC2FC87-2614-566A-1288-27FE689BBEDB> /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHost
    0x20000 - 0x20ff7 WebKitPluginHostShim.dylib ??? (???) <3FE80489-2D04-3671-EDF2-51DFF14D11F0> /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHostShim.dylib
    0x6c4000 - 0x6edfef com.apple.audio.CoreAudioKit 1.6 (1.6) <E9D5679D-0F3A-EE19-76F9-559F42E5DF8C> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x7e9000 - 0x7ecfef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x13657000 - 0x13c90ffb +com.macromedia.Flash Player.plugin 10.0.32.18 (1.0.4f18472) <B19EE236-3941-C958-2E04-0B99BB5E237A> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x14e0a000 - 0x14e6ffde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x14e8f000 - 0x14f01fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x17414000 - 0x17422fe7 libSimplifiedChineseConverter.dylib ??? (???) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x17426000 - 0x17438ff7 libTraditionalChineseConverter.dylib ??? (???) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x192b6000 - 0x192d2ff7 GLRendererFloat ??? (???) <FE1D4967-5C89-4C0F-FA40-5AF1EB1A742D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x19364000 - 0x1936aff7 com.apple.qldisplay.NSImage 2.0 (327.0) <DCBD6582-544D-4600-62C9-D16E4D08E0AA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/NSImage.qldisplay/Contents/MacOS/NS Image
    0x196ad000 - 0x1981eff7 GLEngine ??? (???) <132E6F18-BD3F-53AC-8448-2B68A83B0393> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1984f000 - 0x19bf5ffb libclh.dylib ??? (???) <06EF25BB-7C1C-A2D1-0CB1-0EB9EE613668> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dyl ib
    0x8f613000 - 0x8fa52ff3 com.apple.GeForce8xxxGLDriver 1.6.0 (6.0.0) <081F6481-9A8E-D52D-744D-CD8114F66263> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x9001bff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9001c000 - 0x901fcfff com.apple.imageKit 2.0 (1.0) <A09D802D-DAD8-39D6-B3D1-83931741E387> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90223000 - 0x90223ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90224000 - 0x90224ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90225000 - 0x90264ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90285000 - 0x905a4fe7 com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x905a5000 - 0x905a5ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x905a6000 - 0x905c6fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x90701000 - 0x9070bff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9070c000 - 0x90835fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90836000 - 0x908cefe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x908cf000 - 0x909f7fe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x909f8000 - 0x90a14fe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90a15000 - 0x90a39ff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90a3a000 - 0x90b3bfe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x90b3c000 - 0x90cf8fef com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90d3a000 - 0x90da9ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90e19000 - 0x90e1cffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90e5e000 - 0x90f6bff7 com.apple.MediaToolbox 0.420.17 (420.17) <EE843140-C79F-3D8C-B89E-893CD74C3633> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90fa4000 - 0x90feaff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x91034000 - 0x91038ff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x910b9000 - 0x9123bfe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x912c1000 - 0x912c4fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x912cd000 - 0x9152fff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9153b000 - 0x91556ff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x915cf000 - 0x915dcff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x915dd000 - 0x91808ff3 com.apple.QuartzComposer 4.0 (156.6) <D1D3A5A8-75BC-4556-85FA-8A9F487106DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91845000 - 0x91947fef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x91948000 - 0x91970ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x91971000 - 0x919adfff com.apple.CoreMediaIOServices 101.0 (715) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x919ae000 - 0x919beff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x919bf000 - 0x91ab5ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91ab6000 - 0x91b65ff3 com.apple.ink.framework 1.3 (104) <8526D880-D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91b66000 - 0x92014fe7 com.apple.VideoToolbox 0.420.17 (420.17) <F2812B5D-4C09-EFCC-182E-412257859AB1> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92015000 - 0x9208eff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92875000 - 0x928affe7 libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x928b0000 - 0x92921ff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9296e000 - 0x92c67fef com.apple.QuickTime 7.6.3 (1584) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92d7b000 - 0x92f09fff com.apple.JavaScriptCore 6531 (6531.5) <DDDCCE57-42D2-BAA1-63F1-F76458EE0927> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9304b000 - 0x93fd9ff7 com.apple.QuickTimeComponents.component 7.6.3 (1584) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93fda000 - 0x93fdbff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93fdc000 - 0x93fdcff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93fdd000 - 0x94003fff com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9402f000 - 0x940defe3 com.apple.QuickTimeImporters.component 7.6.3 (1584) <34BF4FBA-BFCD-9A47-4BA9-E2B155C5C881> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x940df000 - 0x940e5fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x940e6000 - 0x94146fe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94147000 - 0x94151fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94171000 - 0x94176ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94177000 - 0x94177ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x94178000 - 0x941abff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x941ac000 - 0x941b0ff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x941b1000 - 0x941b8ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x941b9000 - 0x941c7fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x941db000 - 0x94352fef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94353000 - 0x94360ff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94361000 - 0x94392ff3 libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x94393000 - 0x9440cff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9440d000 - 0x94465fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x94466000 - 0x9451ffe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x94520000 - 0x9453eff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9453f000 - 0x945a3ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x945a4000 - 0x9460efe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9463a000 - 0x946d6fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x946e8000 - 0x947c5ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x947c6000 - 0x949a1ff3 libType1Scaler.dylib ??? (???) <BD3674DE-EAD9-C57A-0072-3C18970DCC1C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x949a2000 - 0x949aeff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x94a00000 - 0x94a10ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94a11000 - 0x94a12ff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x94a13000 - 0x94a95ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94a96000 - 0x94eacff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94ead000 - 0x94f1bff7 com.apple.QuickLookUIFramework 2.0 (327.0) <86D7E331-4C25-D360-7316-BA32192686D7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x94f1c000 - 0x950c0feb libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    0x950c1000 - 0x950caff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x950cb000 - 0x950ccff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x950cd000 - 0x950d3ff7 libCGXCoreImage.A.dylib ??? (???) <8E11578A-B46D-0BC1-DE50-05A92F377D7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x95294000 - 0x95294ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95572000 - 0x95621fef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9593d000 - 0x9597aff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9597b000 - 0x959bfff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x959c0000 - 0x961a1497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x961d6000 - 0x962a7ff3 ColorSyncDeprecated.dylib ??? (???) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x962a8000 - 0x96383fef com.apple.DesktopServices 1.5.0 (1.5.0) <5295C246-805B-DBCD-BA61-1AE9A458CF73> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x963af000 - 0x96713ff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96714000 - 0x96718ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x96719000 - 0x9675aff7 libRIP.A.dylib ??? (???) <6DB158C6-A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x967e0000 - 0x96824fe7 com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x968d4000 - 0x96965fe3 com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x96966000 - 0x96a0dfe7 com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96a0e000 - 0x96a0eff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x96a10000 - 0x96a47ff7 com.apple.CoreMedia 0.420.17 (420.17) <A45B464A-4E05-8372-C055-974AD5393E03> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96b5f000 - 0x96bcfffb com.apple.AppleVAFramework 4.6.2 (4.6.2) <25381B2A-89A6-0CEB-C159-DFF70C76B881> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96bd0000 - 0x96c1dfeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x96c1e000 - 0x96c20ff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96c21000 - 0x96c63fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96c64000 - 0x97099ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x97109000 - 0x97248fe3 com.apple.QTKit 7.6.3 (1584) <18130DA4-7132-CEAF-2137-4925CAC0B585> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97249000 - 0x9733bff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x97442000 - 0x97485ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x97486000 - 0x9749affb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x974ce000 - 0x977f1fef com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x977ff000 - 0x97859ff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9785a000 - 0x97898ff7 com.apple.QuickLookFramework 2.0 (327.0) <84AF77F0-DAFD-DCED-FBD4-DCF827650F44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x978ba000 - 0x97967fe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x979fc000 - 0x97a52ff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x97a53000 - 0x97a75ff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97a81000 - 0x97a84ff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x97aac000 - 0x97b49ff3 com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97c2e000 - 0x97c88fe7 com.apple.CorePDF 1.0 (1.0) <590244C9-15D7-7A65-13AF-6F597123746B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x97c89000 - 0x97d53fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97d5d000 - 0x97dddfeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97df7000 - 0x97e28ff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x97e29000 - 0x97e2fff7 com.apple.DisplayServicesFW 2.1 (2.1) <762CC18B-1F71-E9FC-ECB7-7078B4856D6E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97e30000 - 0x97f39fe7 com.apple.CoreAUC 4.10.0 (4.10.0) <34606DCE-1257-8FB9-E633-AC56DD263EAB> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x97f3a000 - 0x97f3dff7 libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x97f3e000 - 0x97f53fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x97f54000 - 0x97f5effb com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97f64000 - 0x97f98ff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x97f99000 - 0x97fadfe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x97fae000 - 0x98060ffb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98075000 - 0x980c6ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x98170000 - 0x98177fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x98178000 - 0x981c8ff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x981c9000 - 0x981f0ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x981f1000 - 0x98221ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x98404000 - 0x98406ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x98407000 - 0x98407ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x98441000 - 0x9848afe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9848e000 - 0x986feffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x986ff000 - 0x9871efe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9871f000 - 0x987c7ff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x987f2000 - 0x98804ff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x98881000 - 0x988d1fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9890c000 - 0x9891dff7 com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9891e000 - 0x9891eff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9891f000 - 0x98b31fff com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x98b32000 - 0x98b3cff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x98b53000 - 0x9942fff7 com.apple.AppKit 6.6 (1038) <25DDEBFC-8A2F-8434-1D97-AEC55B5205F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib ??? (???) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib ??? (???) <A23F9980-5CC8-A44D-6FD6-DBFCBFF4FF28> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb100000 - 0xbb103fe7 libLatinSuppConverter.dylib ??? (???) <59D12876-5E0C-803C-EC99-832012CF3416> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,1, BootROM MBP51.0074.B01, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.33f8
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.0f18, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD5000BEVT-11A03T0, 465.76 GB
    Serial ATA Device: MATSHITADVD-R UJ-868
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000

  • Safari Flash Plugin Weirdness

    Hi All,
    I am having a problem getting aupeo.com to work on one account on my system. Specifically it doesn't display the fonts on the menus. I've repaired permissions, deleted every safari and adobe preference I can find in the account's library. The same problem occurs with Firefox on the problem account so I think the issue is to do with the flash player plugin rather than anything else.
    I created a new test account and it works fine on that.
    I'm stumped.
    Can anyone suggest anything I can try?
    Thanks
    Ian

    The general approach at this time is to ask if you've checked for any problematic fonts (all languages) with Apple's Font Book (look in the Applications folder). Find and remove all duplicates also.
    Start there to be sure all fonts that are in play come out with a clean bill of health.
    Don't hesisate to perform wholesale deletion of old and/or little used fonts - be skeptical of anything that has come from Office 2008, including those related to an Equation Editor installation.
    By all means be sure any 3rd party apps AND plug-ins are Snow Leopard compatible.
    An additional measure is to clear the existing font caches:
    http://www.macworld.com/article/139383/2009/03/fontcacheclear.html
    That said, 10.6.2 release notes have this to say about fonts:
    http://support.apple.com/kb/HT3874
    Fonts fixes provided for:
    • an issue with font spacing
    • an issue in which some Fonts are missing
    • font duplication issues
    • an issue with some PostScript Type 1 fonts not working properly
    As well, you may want to try the most recent Flash update/beta.
    Good luck in any case.

  • Flash plug-in/Safari problem - "Plugin - click to load."

    Hi guys,
    Whenever i load a site containing flash in Safari, "Plugin - click to load" will appear in the area of the flash. The rest of the site loaded fine.
    http://img529.imageshack.us/my.php?image=picture2sj2.jpg
    I tried repairing permission, uninstalling flash player, reinstalling Flash player(latest) & resetting safari but that doesn't solve the problem. I read that there are some problems with flash Player 9 but have yet to come across anyone with the same problem as mine...so im wondering if the source of problem is the player itself or my safari. Flash sites load completely fine in my old Mozilla 1.7.13.
    Pls advice what else can i do now? Thanks in advance.
    Message was edited by: ihomme

    Your first link looks like the correct Adobe download page for FlashPlayer, the second one does not.
    But either way, it should not appear when you go to a page requiring Flash when you already have it.
    Could the following be relevant to your problem?
    From MacWorld Aug. 8, 2008:
    Fake CNN news malware spreading fast
    Over a thousand hacked sites are serving up fake Flash Player software to users duped into clicking on links in mail that's part of a massive spam attack masquerading as CNN.com news notifications.
    The bogus messages, which claim to be from the CNN.com news website, include links to what are supposedly the day's Top Ten news stories and Top Ten news video clips from the cable network. Clicking on any of those links, however, brings up a dialogue that says an incorrect version of Flash Player has been detected, and tells users they needed to update to a newer edition.
    One distinguishing feature of the attack, Masiello added, is the endless loop it uses to frustrate victims. If user clicks "Cancel" in the dialogue that prompts for an update, another pop-up appears, said Masiello, that tells the victim that they have to download it to view the video. Clicking "Cancel" there returns the user to the first dialogue.
    "It puts you in this perpetual loop, so your only options are to kill your browser session or be brow-beaten into installing it,"
    Adobe is aware of the malware posing as its Flash Player, and on Monday warned users to ignore any updates that didn't originate on its own servers. "Do not download Flash Player from a site other than adobe.com," said David Lenoe, Adobe's product security program manager, in an entry on Adobe Product Security Incident Response Team's PSIRT blog. "This goes for any piece of software (Reader, Windows Media Player, QuickTime, etc.). If you get a notice to update, it's not a bad idea to go directly to the site of the software vendor and download the update directly from the source. If the download is from an unfamiliar URL or an IP address, you should be suspicious."
    People who okayed the download of the bogus flash.exe file, said Danchev, instead received a Trojan horse -- identified by multiple names, including Cbeplay.a -- that in turn "phones home" to a malicious server to grab and install additional malware.
    http://www.macworld.co.uk/news/index.cfm?email&NewsID=22323
    The latest development is this:
    Computer security firms are warning about an attack that hijacks the clipboard where copied text is stored.
    The attack puts a hard-to-delete weblink into the clipboard that, if followed, leads people to a website selling fake security software.
    The code that inserts the link has been found in flash-based adverts seen on many legitimate websites.
    The attack on the clipboard has hit both Windows and Mac users of the Firefox web browser.
    http://news.bbc.co.uk/2/hi/technology/7567889.stm

  • Safari crash plugin OpenScripting

    Hello,
    my web browser Safari crashes every time I open it. Can someone help me please? Thank you!
    It reports the following error:
    Process:    
    Safari [444]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    7.0.1 (9537.73.11)
    Build Info: 
    WebBrowser-7537073011000000~21
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [248]
    Responsible:
    Safari [444]
    User ID:    
    501
    PlugIn Path:  
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting. framework/Versions/A/OpenScripting
    PlugIn Identifier: com.apple.openscripting
    PlugIn Version:
    1.4 (157)
    Date/Time:  
    2014-01-04 09:09:54.233 +0100
    OS Version: 
    Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  25F2C20E-D443-661B-D99B-C0997FFB7F57
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (Code Signature Invalid)
    Exception Codes: 0x0000000000000032, 0x00007fff7e2d7390
    VM Regions Near 0x7fff7e2d7390:
    __DATA            
    00007fff7e2ce000-00007fff7e2d6000 [   32K] rw-/rwx SM=COW  /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    --> __DATA            
    00007fff7e2d6000-00007fff7e2d9000 [   12K] rw-/rwx SM=COW  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    __DATA            
    00007fff7e2d9000-00007fff7e319000 [  256K] rw-/rwx SM=COW  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.betafish.adblockforsafari-UAMUU4S2D9 (102.6.17 - 2.6.17) AdBlock
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.AE             
    0x00007fff8f18e78d aeInstallBulk + 51
    1   com.apple.AE             
    0x00007fff8f1c2362 callGenericInstallFunction(CLVDatum const*) + 119
    2   com.apple.AE             
    0x00007fff8f1c215b _fixupAppleEventHandler(AEDesc const*, AEDesc*, void*) + 77
    3   com.apple.AE             
    0x00007fff8f18fe1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    4   com.apple.AE             
    0x00007fff8f18fc32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    5   com.apple.AE             
    0x00007fff8f18fb36 aeProcessAppleEvent + 315
    6   com.apple.HIToolbox      
    0x00007fff998cb5f1 AEProcessAppleEvent + 56
    7   com.apple.AppKit         
    0x00007fff928490f6 _DPSNextEvent + 1026
    8   com.apple.AppKit         
    0x00007fff928488db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    9   com.apple.Safari.framework
    0x00007fff978bcec0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    10  com.apple.AppKit         
    0x00007fff9283c9cc -[NSApplication run] + 553
    11  com.apple.AppKit         
    0x00007fff92827803 NSApplicationMain + 940
    12  com.apple.Safari.framework
    0x00007fff97a8ef3d SafariMain + 267
    13  libdyld.dylib            
    0x00007fff94e305fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff96e81e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a8f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff977abfb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff96e82662 kevent64 + 10
    1   libdispatch.dylib        
    0x00007fff98dcf43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib        
    0x00007fff98dcf152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff96e81e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a8f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff977abfb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff96e81e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a8f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff977abfb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x00007fff96e81716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a9c3b _pthread_cond_wait + 727
    2   com.apple.WebCore        
    0x00007fff913c7c0b WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore        
    0x00007fff913c479f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x00007fff96e81e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a8f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff977abfb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff96e81e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a8f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff977abfb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib   
    0x00007fff96e81e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a8f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff977abfb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib   
    0x00007fff96e81e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a8f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff977abfb9 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib   
    0x00007fff96e7da1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff96e7cd18 mach_msg + 64
    2   com.apple.QuartzCore     
    0x00007fff939cd3b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore     
    0x00007fff939cd2ed thread_fun + 25
    4   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    5   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    6   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff96e7da1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff96e7cd18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x00007fff90477315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x00007fff90476939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x00007fff90476275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation     
    0x00007fff959ed907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation     
    0x00007fff959ed70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 12:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff96e81716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a9c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff90c6d266 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore 
    0x00007fff90c6cd85 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff96e81716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a9c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff90c6d887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x00007fff90c6d718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff96e81716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a9c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff90c6d887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x00007fff90c6d718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff96e81716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a9c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff90c6d887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x00007fff90c6d718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 16:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff96e81716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a9c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff90c6d266 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore 
    0x00007fff90c6cd85 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff96e81716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a9c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff90c6d887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x00007fff90c6d718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff96e81716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a9c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff90c6d887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x00007fff90c6d718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff96e81716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff977a9c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff90c6d887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x00007fff90c6d718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 20:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib   
    0x00007fff96e82962 pread + 10
    1   libsqlite3.dylib         
    0x00007fff948f31d4 unixRead + 100
    2   libsqlite3.dylib         
    0x00007fff949195ee readDbPage + 478
    3   libsqlite3.dylib         
    0x00007fff9491818d sqlite3PagerAcquire + 349
    4   libsqlite3.dylib         
    0x00007fff949c53a1 checkTreePage + 289
    5   libsqlite3.dylib         
    0x00007fff949c57ca checkTreePage + 1354
    6   libsqlite3.dylib         
    0x00007fff949c57ca checkTreePage + 1354
    7   libsqlite3.dylib         
    0x00007fff94940d53 sqlite3VdbeExec + 59651
    8   libsqlite3.dylib         
    0x00007fff9493140a sqlite3_step + 666
    9   com.apple.Safari.framework
    0x00007fff97adaf7f Safari::SQLiteStatement::step() + 19
    10  com.apple.Safari.framework
    0x00007fff97aac1f6 Safari::SafeBrowsingStore::checkIntegrity() + 42
    11  com.apple.Safari.framework
    0x00007fff97aac130 Safari::SafeBrowsingStore::initDatabase() + 82
    12  com.apple.Safari.framework
    0x00007fff97aac4f5 Safari::SafeBrowsingStore::getListID(Safari::CF::String const&, int&) + 29
    13  com.apple.Safari.framework
    0x00007fff97aac44c Safari::SafeBrowsingStore::addList(Safari::CF::String const&) + 30
    14  com.apple.Safari.framework
    0x00007fff97aa32af Safari::SafeBrowsingListManager::SafeBrowsingListManager(Safari::SafeBrowsingSe rvice&, ***::Vector<Safari::CF::String, 0ul, ***::CrashOnOverflow> const&, Safari::CF::String const&, Safari::CF::String const&) + 621
    15  com.apple.Safari.framework
    0x00007fff97aa301a Safari::SafeBrowsingListManager::create(Safari::SafeBrowsingService&, ***::Vector<Safari::CF::String, 0ul, ***::CrashOnOverflow> const&, Safari::CF::String const&, Safari::CF::String const&) + 64
    16  com.apple.Safari.framework
    0x00007fff97aab369 Safari::SafeBrowsingService::didReceiveListNames(***::Vector<Safari::CF::String , 0ul, ***::CrashOnOverflow> const&) + 35
    17  com.apple.Safari.framework
    0x00007fff97a21614 Safari::GoogleSafeBrowsingService::initialize() + 158
    18  com.apple.Safari.framework
    0x00007fff97aa6a76 Safari::SafeBrowsingManager::addGoogleSafeBrowsingService() + 122
    19  com.apple.Safari.framework
    0x00007fff97aa5def Safari::SafeBrowsingManager::handleMessage(Safari::SafeBrowsingManager::SafeBro wsingMessage*) + 151
    20  com.apple.Safari.framework
    0x00007fff97a3e31b Safari::MessageRunLoop::dispatchMessage() + 49
    21  com.apple.CoreFoundation 
    0x00007fff904858f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    22  com.apple.CoreFoundation 
    0x00007fff90477062 __CFRunLoopDoSources0 + 242
    23  com.apple.CoreFoundation 
    0x00007fff904767ef __CFRunLoopRun + 831
    24  com.apple.CoreFoundation 
    0x00007fff90476275 CFRunLoopRunSpecific + 309
    25  com.apple.Safari.framework
    0x00007fff97a3e2a3 Safari::MessageRunLoop::threadBody() + 119
    26  com.apple.JavaScriptCore 
    0x00007fff90c620af ***::wtfThreadEntryPoint(void*) + 15
    27  libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    28  libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    29  libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib   
    0x00007fff96e7da1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff96e7cd18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x00007fff90477315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x00007fff90476939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x00007fff90476275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit         
    0x00007fff929e91ce _NSEventThread + 144
    6   libsystem_pthread.dylib  
    0x00007fff977a7899 _pthread_body + 138
    7   libsystem_pthread.dylib  
    0x00007fff977a772a _pthread_start + 137
    8   libsystem_pthread.dylib  
    0x00007fff977abfc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7e2d7380  rcx: 0x0000000000000000  rdx: 0x0000000000000001
      rdi: 0x0000000000000000  rsi: 0x00007fff7e2d7380  rbp: 0x00007fff5388f0d0  rsp: 0x00007fff5388f090
       r8: 0x0000000000000040   r9: 0x00007fff5388ef00  r10: 0x00007fff9b2b6425  r11: 0x0000000010957425
      r12: 0x0000000000000000  r13: 0x0000000067647574  r14: 0x000000010fa77c73  r15: 0x0000000000000000
      rip: 0x00007fff8f18e78d  rfl: 0x0000000000010246  cr2: 0x00007fff7e2d7390
    Logical CPU:
    3
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x10c370000 -   
    0x10c370ffd  com.apple.Safari (7.0.1 - 9537.73.11) <26B9451D-36DC-3EC9-AF48-B32519F9BFF6> /Applications/Safari.app/Contents/MacOS/Safari
    0x1113d6000 -   
    0x1113ddff7  com.apple.SyncedDefaults (1.3 - 91.30) <FC5A4423-3D91-3A34-853A-C49971EEAE4E> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
    0x112be2000 -   
    0x112c17fff  com.apple.sociald.Social (87 - 87) <25F8FA83-E8DB-3082-93AC-0868A7B46607> /System/Library/Frameworks/Social.framework/Social
    0x112c53000 -   
    0x112c9eff7  com.apple.accounts.AccountsDaemon (113 - 113) <248F6C14-DDEA-3E8F-B016-E760E9B1E599> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD aemon
    0x112ccd000 -   
    0x112cd5ff7  com.apple.xpcobjects (103 - 103) <268F4950-61A2-3A14-9697-C121E1798D18> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
    0x112cf6000 -   
    0x112cf7ffa +cl_kernels (???) <903ECA37-F2B4-424D-8E36-30E3DB48CA20> cl_kernels
    0x112d05000 -   
    0x112d06ff9 +cl_kernels (???) <F9367343-2398-42FB-8C21-FD0C17D9B0F2> cl_kernels
    0x112d08000 -   
    0x112deefef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x113587000 -   
    0x113667ff7  unorm8_rgba.dylib (2.3.58) <DDD1AFEB-FD30-34D2-958A-823C3EFD649A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
    0x1136cf000 -   
    0x1136d0fe4 +cl_kernels (???) <51376A24-62F3-40D0-8B32-4C0050D9FCC5> cl_kernels
    0x7fff6bfaa000 -
    0x7fff6bfdd817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
    0x7fff8d173000 -
    0x7fff8d3a2ff7  com.apple.CalendarPersistence (7.0 - 131.1) <7A8860B8-A03A-3A09-9F10-F3D000C3A1D9> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
    0x7fff8d3a3000 -
    0x7fff8d3a3fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8d3be000 -
    0x7fff8d435fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8d436000 -
    0x7fff8d484fff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8d485000 -
    0x7fff8d48ffff  com.apple.AppSandbox (3.0 - 1) <55717299-8164-3D79-918F-BD64706735CF> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8d490000 -
    0x7fff8d4a7ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x7fff8d4fa000 -
    0x7fff8d518ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff8d519000 -
    0x7fff8d55eff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8d564000 -
    0x7fff8d56cff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8d56d000 -
    0x7fff8d579ff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff8d57d000 -
    0x7fff8d5a3fff  com.apple.iCalendar (7.0 - 162) <2B270453-6FFD-3AD3-B40B-51715BE66B33> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff8d5a4000 -
    0x7fff8d5a4fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8d5a5000 -
    0x7fff8d684fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8da6a000 -
    0x7fff8da70fff  com.apple.AddressBook.ContactsFoundation (8.0 - 1365) <CFB1A744-8096-3FAB-B55E-2E6C410A0376> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
    0x7fff8da71000 -
    0x7fff8da8cff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8dad1000 -
    0x7fff8ddbbfff  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff8deff000 -
    0x7fff8df01fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff8e7c6000 -
    0x7fff8e7f7ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x7fff8eb91000 -
    0x7fff8ebf7fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8ebf8000 -
    0x7fff8ebfeff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
    0x7fff8ebff000 -
    0x7fff8ec00ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8ecbb000 -
    0x7fff8ed08fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8ed34000 -
    0x7fff8edbdfff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8edbe000 -
    0x7fff8ee00ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8f0ff000 -
    0x7fff8f100ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff8f10e000 -
    0x7fff8f146ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8f147000 -
    0x7fff8f181ff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8f182000 -
    0x7fff8f1ddffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8f1de000 -
    0x7fff8f28eff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8f28f000 -
    0x7fff8f299fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8f53c000 -
    0x7fff8f53dffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff8f53e000 -
    0x7fff8f5a0ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <F95E1174-37B7-300C-8ECE-E67A711B6721> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff8f5a1000 -
    0x7fff8f5a3ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff8f5a4000 -
    0x7fff8f666ff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8f667000 -
    0x7fff8f66fff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8f670000 -
    0x7fff8f8b3fff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8f8b4000 -
    0x7fff8f906fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8f907000 -
    0x7fff8f909ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x7fff8f960000 -
    0x7fff8f968fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x7fff8f969000 -
    0x7fff8f9d6fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff901f4000 -
    0x7fff90364ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff90365000 -
    0x7fff9036fff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff90370000 -
    0x7fff90378fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff903a5000 -
    0x7fff903b1ff7  com.apple.CalendarAgentLink (7.0 - 138) <B8B63D14-D853-3478-B001-BC67B7E9F993> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x7fff903b2000 -
    0x7fff903c8fff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff903c9000 -
    0x7fff90405fff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff90406000 -
    0x7fff905ebff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff905ec000 -
    0x7fff905efff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x7fff905f0000 -
    0x7fff905f8ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x7fff90648000 -
    0x7fff90653fff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff90661000 -
    0x7fff90668ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
    0x7fff90669000 -
    0x7fff906f2ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
    0x7fff9073d000 -
    0x7fff9073efff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff9073f000 -
    0x7fff9073ffff  com.apple.SafariDAVNotifier (1.1.1 - 1) <664A1157-0D98-3680-8C3B-091980DA7BC4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x7fff90740000 -
    0x7fff90747ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff9079c000 -
    0x7fff907a5ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff907a6000 -
    0x7fff907aaff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
    0x7fff907ab000 -
    0x7fff907d9ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff907da000 -
    0x7fff90c28fff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff90c29000 -
    0x7fff90c36ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff90c59000 -
    0x7fff90fcfffa  com.apple.JavaScriptCore (9537 - 9537.73.10) <4A4AE781-6F76-3412-B0E5-67E0BAEE22A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff90fd0000 -
    0x7fff91228ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff91229000 -
    0x7fff912b8fff  com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff912e0000 -
    0x7fff9132cffe  com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff9132d000 -
    0x7fff9133dfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff9133e000 -
    0x7fff913befff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff913bf000 -
    0x7fff9220cffb  com.apple.WebCore (9537 - 9537.73.13) <A468175D-078A-3377-A883-0BC5C8A4339F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff9220d000 -
    0x7fff92242ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff92243000 -
    0x7fff922cfff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff922d0000 -
    0x7fff922d4ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff922d5000 -
    0x7fff922d6ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff922d7000 -
    0x7fff92300fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff92301000 -
    0x7fff9233aff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff9233b000 -
    0x7fff9245dff1  com.apple.avfoundation (2.0 - 651.12) <03E595B7-A559-3D4D-90E9-BCA603E3A39E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff9245e000 -
    0x7fff924a3ff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
    0x7fff924ef000 -
    0x7fff92519ff7  libsandbox.1.dylib (278.10) <B4183FA8-F7E2-3301-8BF9-0EEFB793A5D5> /usr/lib/libsandbox.1.dylib
    0x7fff92607000 -
    0x7fff92638fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff9281c000 -
    0x7fff92824ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff92825000 -
    0x7fff93399ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff933c2000 -
    0x7fff933c3fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff933c4000 -
    0x7fff934c9fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff934f4000 -
    0x7fff9351dff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
    0x7fff93536000 -
    0x7fff93536ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff93537000 -
    0x7fff93582fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff93583000 -
    0x7fff93587fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff93588000 -
    0x7fff935dbfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff935dc000 -
    0x7fff9360bff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff93626000 -
    0x7fff9375cffa  com.apple.WebKit (9537 - 9537.73.11) <5F583526-8D71-30AD-B97C-56EC51E94E85> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff937e7000 -
    0x7fff937f2fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
    0x7fff937f3000 -
    0x7fff938e4ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff938e5000 -
    0x7fff93914fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff93915000 -
    0x7fff93953ff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff93954000 -
    0x7fff939a5fff  com.apple.QuickLookFramework (5.0 - 622.3) <AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff939a6000 -
    0x7fff93b42ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff93b43000 -
    0x7fff93b8aff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
    0x7fff93c1a000 -
    0x7fff93d01ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff93d02000 -
    0x7fff93d5aff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff93d5b000 -
    0x7fff93d5ffff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
    0x7fff93d60000 -
    0x7fff93d7bff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff93d7c000 -
    0x7fff9404aff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff943c0000 -
    0x7fff943d4fff  com.apple.aps.framework (4.0 - 4.0) <F529A05B-FB03-397E-B06A-3A60B808FA11> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff943d5000 -
    0x7fff943eeff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff943ef000 -
    0x7fff943f3fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff943f4000 -
    0x7fff94411ff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff94412000 -
    0x7fff9443cff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff9443d000 -
    0x7fff9448cff7  com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x7fff9448d000 -
    0x7fff944b4ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff944b5000 -
    0x7fff944d9fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff944da000 -
    0x7fff944e6ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff944e7000 -
    0x7fff944e9ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
    0x7fff9457f000 -
    0x7fff94853fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff94854000 -
    0x7fff94854fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff94855000 -
    0x7fff9485dff7  com.apple.CloudServices (1.0 - 1) <D59A4139-B4E4-3097-A442-BA87928B355C> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
    0x7fff9485e000 -
    0x7fff9488dff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff9488e000 -
    0x7fff94894fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff94895000 -
    0x7fff948c1ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <36C562FF-5D91-318C-A19C-6B4453FB78B9> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x7fff948c2000 -
    0x7fff948d0fff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff948d1000 -
    0x7fff948d3

    Try running Utilities first, if you haven't looked at this already.
    Applications>Utilities>Disk Utility
    Have you installed something like MacKeeper that can change your setting and has been known to cause such crashes.
    If you can get Safari to stay open, Go Safari . Rest Safari.
    Good luck....

  • Safari pdf plugin requires $60+ fee. What's up?

    I can't get my bank's pdf to show in entirety because I've got to buy a $60+ fee for a plugin. Is there a work around? I'm running Mountain Lion Safari in 32 bit. 64 bit doesn't work either.

    It is beginning to appear that just about everything that is connected with Adobe (pdf viewer & flash) has been disabled on most macs. I believe this is done on purpose by Apple.
    Similar to what's happening with anything connected with Google.
    Apple continues to try to control the world.
    I don't even have that plug-in listed in my Library, so there's nothing to remove. Using Google Chrome does work, thank goodness.
    I do have to print as .pdf file many bank and financial statements for my non-profit. It is becoming more and more difficult.
    Fortunately, I still have a Windows 7 computer with which to accomplish many of these tasks that Apple is blocking. Are you listening Apple? do you care?

  • Restoring the original safari flash plugin??

    hey guys
    i installed adobe flash plug in from there website, and then when it was using more processing power than normal i removed it.
    im now left without a flash plugin for safari, how do i reinstall the original one?
    im running 10.6.1 snow leopard and safari 4

    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

Maybe you are looking for

  • Still Being Processed

    Did a return sales order and delivered goods, goods receipt, FOC delivery, picking, delivery... But the status in the return sales order still shows "being processed". (Delivery status is Fully Delivered). I suppose we do not bill the customer again,

  • Problem in mega865 with SP2- HELP ME

    My mega865 works perfectly in Windows xp sp1, but on having installed sp2 all that stops installing and is going to enter in YOU, remains hung. In other computers the same thing has happened to me, but I have updated the bios and it has worked perfec

  • CommandLink in dataTable rendered method is called multiple times

    I have a dataTable in which one of the columns contains a commandLink. The commandLink has the "rendered" option bound to a backing bean method. When the page is submitted, the backing bean method gets called 8 times for each row in the table if the

  • TDS and Sales Taxes are Possible with out implementing SD & MM??

    Dear Members, Is it possible to generate TDS forms and calculation of Sales Taxes without having MM and SD Modules?? Under GL we have the options for Taxes in Easy Access Screen..so i hope soo.. If such things are available pls guide me ..we r in nee

  • Regarding SAP HR to SAP BW extrction (generic)

    Hi Masters,       I have been assigned a work regarding extracting the data from  sap hr to sap bw thru generic extraction, i odesnt have much knowledge on generic extractors...can anyone help me out...If possible plz send me in the form of some docu