Annotation.add crashes in cwgraph (cwui)

I own MS ver 3 and I got the demo for 6 so I could add annotations to my VB6 app. The annotation.add function crashes when the program is compiled, but works fine in the VB environment. Run time error 70 "Can't access item". Is this a bug or is it a dll/lib problem?

Hello
The ocx might not have updated correctly. Annotations were added in version 6, so perhaps something did not install correctly. I would try installing the demo on a seperate machine to see if it still causes the problem. Also make sure that you have the correct version of the ocx on your machine. the cwui.ocx gets installed in the windows system32 folder. You can right click on it to check the version number.
Try adding annotations from the property pages and see if that any problems.
Another thing you could try is completly removing the MS 3.0 component from your machine. You can un-install the MS 6.0 demo and MS 3.0 from your machine. Dont reboot yet. Go into the system32 folder of Windows, use regsvr32 /u , via the commmand line to unr
egister the control. Delete the control only after it is unregistered. Reboot, and then install the MS 6.0 demo.
This would ensure that the correct ocx was installed on the machine, since we deleted the component from the machine.
I hope this helps
Bilal Durrani
NI
Bilal Durrani
NI

Similar Messages

  • Is it possible to place multiple Annotations on the same cwgraph?

    Hi,
    I'm trying to add multiple vertical bars (annotations) on a cwgraph.
    Here is the code that I have for a command button:
    Private Sub Annotation_Click()
        S = S + 2
        CWGraph1.Annotations.Add
        CWGraph1.Annotations.Item(1).Shape.XCoordinates = Array(S, S)
        CWGraph1.Annotations.Item(1).Shape.YCoordinates = Array(-10, 10)
    End Sub
    What happens when I click the button, is a new annotation is added with respect to S, but the last annotation is removed.  Can someone point out the error of my ways?
    Thanks,
    Max

    The annotation isn't removed. What's happening is that you're always updating
    the properties for the first annotation that you added, and the same
    annotation is updated with the new coordinates each time that you click the
    button. If you change your code to
    always use the last index into the Item property, you will see the expected
    results. For example:
    Private Sub Annotation_Click()
    S = S + 2
    CWGraph1.Annotations.Add
    Dim index as Integer
    index = CWGraph1.Annotations.Count
    CWGraph1.Annotations.Item(index).Shape.XCoordinates = Array(S, S)
    CWGraph1.Annotations.Item(index).Shape.YCoordinates = Array(-10, 10)
    End Sub
    Alternatively, you can use the return value of Add to update the most recently
    added annotation. For example:
    Private Sub Annotation_Click()
    S = S + 2
    Dim annotation As CWAnnotation
    Set annotation = CWGraph1.Annotations.Add
    annotation.Shape.XCoordinates = Array(S, S)
    annotation.Shape.YCoordinates = Array(-10, 10)
    End Sub
    - Elton

  • Adober Reader 9.0: annots.api Crashes

    I tried deploying Adobe Reader 9.0 to several campus computer labs I manage. I am using roaming user profiles, but I don't have AppData redirected - it stays on the local hard drive.
    I discovered that while Reader 9 works OK for Administrators, it crashes at startup for people with just regular "User"-level privileges. This problem goes away if I remove the annots.api plugin file. Has anybody else seen this issue? I've gone back to Reader 8.1.2 in the meantime.
    Thanks for your help.

    Hi luca,
    I have problem whit ALD
    I have version 7.1      
    after I made the upgrade to adobe Acrobat to 9 version  LiveCycle dump increasingly.
    message error:
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          15.05.2009 10:32:57
    What happened?
        The current application program detected a situation which really
        should not occur. Therefore, a termination with a short dump was
        triggered on purpose by the key word MESSAGE (type X).

  • Add crash on one client and cause all other SAP clients to freeze

    Hi All
    I have a big problem that I hope someone might help solve...
    We have a customer adding 2000 invoices in 100-300 batches using a Add-on we have created.
    Our add-on does what it is suppose to do, but at random intervals (more when many users are working), the add-on freeze (it does not crash with an error despite we have try/catch all over... Instead the addon goes down to use zero in CPU and nothing is added to the database)... This is a big problem since the add-on use transactions and if the "crash" happens within a transaction all other clients freeze (not able to do anything).... if the add-on process is killed all client "wakes up"...
    The customer is running SBO2007A PL42 and have a 27GB database with around 15 simultanious users
    Anyone:
    - Who have experience somthing similar?
    - Know any solutions / partial solution?
    Kind Regards
    Rasmus Wulff Jensen

    I just upgraded to 2007A PL42 and SQL2005 last week. Since then I've had the same issue, continuous locks on the tables. I use the DIAPI extensivly. If one person is using the system then I have no problems. Once additional users login the application freezes and nothing works.
    I see that locks are created on the entire tables; you'll notice extensive "lock escallation" ocurring in profiler. Once the table is locked and another related table becomes locked by another process then you have infinite wait periods to release locks.
    Even though you are updating Invoices, SBO still updates the OITM tables with the IsCommited, Inventory, etc values. The OCRD and many other tables are also affected.
    The same application that I'm using ran perfectly in 2005A SQL 2000. I don't know whether this is a SQL2005 or SAP (or both) issue at this point.
    My only work around has been to restart the SQL service and tell everyone to use our application one at a time. I hope that we can find some answers soon.
    It may have something to do with the DI API COM Add/Modify calls throwing errors and leaving open locks.

  • Program crashes when using Cwui.ocx controls

    My program (using controls from cwui.ocx) runs without any problems on Polish version of NT (on Win2K also). When I try to create any controls on German version of NT4.0 (SP 6.0a, VS C++ 6.0 with SP 5.0) it crashes imediately. Why? ( of course cwui.ocx was registered in OS using regsrv32).

    Greetings!!!
    Thanks for using the Developer Zone here at National Instruments. We really are proud of this forum and appreciate our customers using it to help one another as well as to talk to us here at NI about what is going on with their applications.
    Right away, I can tell you that Polish and German OSes are not readily available to most of the Application Engineers that field your questions. What I can recommend doing is this: go to www.ni.com/ask and send in an e-mail to one of the engineers here. Include as much information, and maybe even your code, if that is at all possible. If they do not find an immediate solution, which I haven't been able to locate thus far, they will be able to get a hold of the R&D department to see if they can evaluate t
    his issue.
    Off hand, it seems like an OS conflict, but R&D will be able to confirm that for you. So, I would recommend pursuing that route and we will endeavor to get your issue addressed as quickly as possible.
    Thanks again for your support of National Instruments!
    Best Regards,
    Greg Wempe
    National Instruments

  • Problem printing annotations in CWGRAPH control with VB6

    I am attempting to print a cwgraph control in VB6 using the ControlImage(or ControlImageEx) property and the annotations do not print correctly.  I am creating a series of annotations on the graph to represet if 1 or 2 infrared sensors are blocked.  The annontations are simple rectanges that are either filled with dark red (1 sensor blocked) or bright red (both sensors blocked).  On the form, this works perfectly.  The control image shows the annotations as not filled in.  I have attached a picture demonstrating what I am seeing.  The top image is from a printout and the bottom is what is displayed on the screen.
    Using ControlImage or ControlImageEx makes no difference. This is with the latest version of measurement studio 8.5 in vb6. 
    Thanks in advance.
    Attachments:
    graph.png ‏12 KB

    Hi Lars,
    I am printing using a DataReport so what I do is this:
    With Profile.Sections("ProfileData_Detail")
        Set .Controls("imgGraph").Picture = Me.cwProfile(GraphNumber).ControlImageEx(Printer.PrintQuality, Printer.PrintQuality)
    End With
    I have tried using ControlImage and ControlImageEx with the same results. I have also tried saving the controlimage directly to a file with the same results.
    This is how I build the annotations for the graph:
        For g = 0 To 2
            With Me.cwProfile(g)
                For i = 0 To NumOccupancySamples
                    'Only create an annotation if an infared sensor is blocked.
                    If lane(LaneNum).Car.Profile(i).Sensor1Active = True Or lane(LaneNum).Car.Profile(i).Sensor2Active = True Then
                        Call BuildInfraredCoordinates(i, 1)  'Calculate the values for xCoordInfrared and yCoordInfrared.
                        .Annotations.Add
                        .Annotations(.Annotations.Count).CoordinateType = cwAxesCoordinates
                        .Annotations(.Annotations.Count).Shape.LineWidth = 0
                        .Annotations(.Annotations.Count).Shape.Type = cwShapeRectangle
                        .Annotations(.Annotations.Count).Shape.SetCoordinates xCoordInfrared, yCoordInfrared
                        'Fill rectangle if sensor is active
                        If lane(LaneNum).Car.Profile(i).Sensor1Active = True And lane(LaneNum).Car.Profile(i).Sensor2Active = True Then
                            'Both sensors blocked.
                            .Annotations(.Annotations.Count).Shape.FillVisible = True
                            .Annotations(.Annotations.Count).Shape.LineColor = COLOR_BOTH
                            .Annotations(.Annotations.Count).Shape.Color = COLOR_BOTH
                        Else
                            'Only 1 sensor blocked.
                            .Annotations(.Annotations.Count).Shape.FillVisible = True
                            .Annotations(.Annotations.Count).Shape.LineColor = COLOR_SINGLE
                            .Annotations(.Annotations.Count).Shape.Color = COLOR_SINGLE
                        End If
                        .Annotations(.Annotations.Count).Caption = ""
                        .Annotations(.Annotations.Count).SnapMode = cwCSnapFloating
                        .Annotations(.Annotations.Count).Plot = 1
                    End If
                Next i
            End With
        Next g
    The annotations just indicate if none, 1 or both infrared sensors where blocked.
    Thanks.

  • Using dynamic stamp in Reader 11 causes crash on exit.

    I've just upgraded reader from 10 to 11 and am investigating using the enhanced comment functionality to stamp and date drawings as approved for manufacture.  However after using a dynamic stamp, when we exit Reader we get a crash report that "Reader has stopped working. Windows is checking for a solution to the problem". We are using Windows 7 and XP and get the same problem on both.
    This is easy to reproduce.
    1. Open a pdf.
    2. Click Comment->(Annotations)->add stamp
    3. Go into the dynamic category and click the top stamp.
    4. place it on the drawing
    5. Go to the File menu and Exit.
    6. Click no when asked to save the file. (It also crashes if the file is saved)
    The "Reader has stopped working" dialog will pop up.
    It appears that this problem only occurs when the base file (from step 1) is stored on a network drive.
    I've downloaded a Trial version of Acrobat Pro XI and the problem does not occur there.
    Any help would be appeciated.  We would like to integrate this into our work flow, but I can't recommend it while it's generating crash reports.

    Same issue here although with Acrobat Pro XI.  Does not matter if the document is saved locally or to the network.  I don't see this listed as a known issue or addressed by any updates through 11.0.3.
    Problem experienced by multiple users here, all with fresh installations of Acrobat XI.  Screenshot of error attached.  WIN7 x64, up-to-date.

  • PDF annotation with link, image doesn't show, only in print or Google Chrome, not Adobe Reader main

    We are creating PDF files with annotations, we are using the O2 Solutions PDF Library for C#. We used to create PDFStampAnnotations, but now we want to make the images clickable, to navigate to the URL belonging to the image.
    Therefore, we are now using PDFLinkAnnotations, with a PDFImageAppearance.
    We set the flags of the annotation to Print.
    However, the annotation won't show in the PDF in Adobe Reader. It does show in the Google Chrome inline PDF viewer.
    It also shows in the print preview window in Adobe Reader.
    But it does not show in the normal view in Adobe Reader. What we do see is, when hovering over the rectangle that should contain our image, our mouse cursor becomes a hand and a tooltip with the link is displayed. If we click, everything works as expected. But we don't see an image!
    What can we do about this? This is really annoying, as I don't have a clue why it won't work. Actually, to me, this looks like a bug in Adobe Reader?
    Old (working, without link):
    =================================================================================
    15 0 obj
    <</Contents (DEV-1)
    /M (D:20130222103743+01'00')
    /Subj (TigrisTag)
    /Subtype /Stamp
    /F 4
    /Name /Custom
    /AP <</D 16 0 R
    /N 16 0 R
    >>
    /CreationDate (D:20130222103743+01'00')
    /Rect [560.349976 10.000023 601.999977 51.650024 ]
    /NM (97c87adc-5494-440a-b0b4-eb606e358169)
    /T (name)
    /P 4 0 R
    /Type /Annot
    >>
    endobj
    16 0 obj
    <</Resources <</XObject <</ImageStamp 17 0 R
    >>
    /ProcSet [/PDF /Text /ImageB /ImageC ]
    >>
    /BBox [0 0 39.20008 39.20008 ]
    /Name /Form_4943204746964B4C8B728A4CBD79B339
    /FormType 1
    /Length 41
    /Src (XO:/Form_4943204746964B4C8B728A4CBD79B339)
    /Type /XObject
    /Subtype /Form
    /Matrix [1 0 0 1 0 0 ]
    >>
    stream
    39.2001 0 0 39.2001 0 0 cm
    /ImageStamp Do
    endstream
    endobj
    17 0 obj
    <</Width 245
    /ColorSpace [/Indexed /DeviceRGB 1 18 0 R ]
    /BitsPerComponent 1
    /Filter /FlateDecode
    /Length 471
    /Subtype /Image
    /Height 245
    >>
    stream
    (stream contents)
    =================================================================================
    New (not working, with link):
    =================================================================================
    18 0 obj
    <</Resources 4 0 R
    /Type /Page
    /Group <</CS /DeviceRGB
    /S /Transparency
    /I true
    >>
    /Annots [19 0 R ]
    /MediaBox [0 0 595 842 ]
    /Contents 23 0 R
    /Parent 3 0 R
    >>
    endobj
    19 0 obj
    <</Contents (TigrisTag)
    /A <</S /URI
    /URI (http://localhost:50830/publications/code/DEV-8)
    >>
    /M (D:20130225170939+01'00')
    /Subtype /Link
    /F 4
    /NM (6a41409d-b8fb-44b6-8a7c-ab1c73088869)
    /Name /Image
    /AP <</D 20 0 R
    /N 20 0 R
    >>
    /Rect [544.506958 9.999985 585.000015 50.493042 ]
    /BS <</W 0
    >>
    /CreationDate (D:20130225170939+01'00')
    /H /I
    /P 18 0 R
    /Type /Annot
    >>
    endobj
    20 0 obj
    <</Resources <</XObject <</ImageStamp 21 0 R
    >>
    /ProcSet [/PDF /Text /ImageB /ImageC ]
    >>
    /BBox [0 0 39.20008 39.20008 ]
    /Name /Form_119A6CEBB1C8452D962814D585C640CC
    /FormType 1
    /Length 41
    /Src (XO:/Form_119A6CEBB1C8452D962814D585C640CC)
    /Type /XObject
    /Subtype /Form
    /Matrix [1 0 0 1 0 0 ]
    >>
    stream
    39.2001 0 0 39.2001 0 0 cm
    /ImageStamp Do
    endstream
    endobj
    21 0 obj
    <</Width 245
    /ColorSpace [/Indexed /DeviceRGB 1 22 0 R ]
    /BitsPerComponent 1
    /Filter /FlateDecode
    /Length 467
    /Subtype /Image
    /Height 245
    >>
    stream
    (stream)
    endstream
    endobj
    =================================================================================

    Thank  you for your reply.
    Indeed, I tried saving a PDF that had the "default appearance", it shows exactly the same. So it looks like it "can't" show the image.
    However, of course, I do want the image to be shown. How can I achieve this? How can I tell Adobe Reader (and other PDF viewers) I really really realllyyyyy want to see that image there? I believe I'm not doing anything really exotic, right? There must have been tons of other people that wanted to do the same thing, I guess?
                        var annotation = new PDFLinkAnnotation
                                    Action = new PDFUriAction(this.GetCodeUrl(code)),
                                    Contents = AnnotationIdentifier,
                                    Appearance = new PDFImageAppearance(bitmapImage),
                                    DisplayRectangle =
                                        new DisplayRectangle(
                                        barcodeLocationInfo.X,
                                        barcodeLocationInfo.Y,
                                        barcodeLocationInfo.Tsw,
                                        barcodeLocationInfo.Tsh),
                                    Flags = Flags
                        pdfPage.Annotations.Add(annotation);

  • Latest Flash Player crashes on MacOSX with certain movies

    hi,
    When I try the latest flash player 10.0 r22 with Safari 4.0.1 or FireFox.
    I tried on 3 different computer running 10.5.7 with latest version of flash. The following movies keeps on crashing the browser:
    http://www.deredactie.be
    click on any of those movies (Sometimes i have to click several movies before the crash starts to happen.
    ) and it start crashing previous version of Flash was working ok.
    cheers,
    marc
    I can send crash reports in case needed.

    Just go other one so i add crash info
    Process:         Safari [7480]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         4.0.1 (5530.18)
    Build Info:      WebBrowser-55301800~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [193]
    Interval Since Last Report:          5557 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  5048 sec
    Per-App Crashes Since Last Report:   3
    Date/Time:       2009-06-20 12:46:54.393 -0400
    OS Version:      Mac OS X 10.5.7 (9J61)
    Report Version:  6
    Anonymous UUID:  03264442-1E9C-48EA-8282-17E258736357
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  20
    Thread 0:
    0   libSystem.B.dylib             0x95dc27ac pthread_mutex_init + 9
    1   ...romedia.Flash Player.plugin 0x1874ecad 0x1869e000 + 724141
    2   ...romedia.Flash Player.plugin 0x1874ece8 0x1869e000 + 724200
    3   ...romedia.Flash Player.plugin 0x1886dfe5 0x1869e000 + 1900517
    4   ...romedia.Flash Player.plugin 0x1886e0f8 0x1869e000 + 1900792
    5   ...romedia.Flash Player.plugin 0x1890e7e6 0x1869e000 + 2557926
    6   ...romedia.Flash Player.plugin 0x1886f918 0x1869e000 + 1906968
    7   ...romedia.Flash Player.plugin 0x1884837b 0x1869e000 + 1745787
    8   ...romedia.Flash Player.plugin 0x187b5b5a 0x1869e000 + 1145690
    9   ...romedia.Flash Player.plugin 0x188234b6 0x1869e000 + 1594550
    10  ...romedia.Flash Player.plugin 0x18823b2e 0x1869e000 + 1596206
    11  ...romedia.Flash Player.plugin 0x1882ab2d 0x1869e000 + 1624877
    12  ...romedia.Flash Player.plugin 0x18858aee 0x1869e000 + 1813230
    13  ...romedia.Flash Player.plugin 0x18897526 0x1869e000 + 2069798
    14  ...romedia.Flash Player.plugin 0x18989e58 Flash_EnforceLocalSecurity + 9912
    15  com.apple.WebKit              0x92f71c81 WebNetscapePluginStream::deliverData() + 353
    16  com.apple.WebKit              0x92f71a2f WebNetscapePluginStream::didReceiveData(WebCore::NetscapePlugInStreamLoader*, char const*, int) + 143
    17  com.apple.WebCore             0x91460fff WebCore::NetscapePlugInStreamLoader::didReceiveData(char const*, int, long long, bool) + 79
    18  com.apple.WebCore             0x912676d8 WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle*, char const*, int, int) + 56
    19  com.apple.Foundation          0x962a7ed7 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidReceiveData:originalLength:] + 119
    20  com.apple.Foundation          0x962a7e21 _NSURLConnectionDidReceiveData + 177
    21  com.apple.CFNetwork           0x91b1496a URLConnectionClient::_clientDidReceiveData(__CFData const*, URLConnectionClient::ClientConnectionEventQueue*) + 248
    22  com.apple.CFNetwork           0x91b158b2 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConne ctionEventInfo<XClientEvent, XClientEventParams>*, long) + 264
    23  com.apple.CFNetwork           0x91b1436c URLConnectionClient::processEvents() + 104
    24  com.apple.CFNetwork           0x91ac1dbf MultiplexerSource::perform() + 189
    25  com.apple.CoreFoundation      0x95f92595 CFRunLoopRunSpecific + 3141
    26  com.apple.CoreFoundation      0x95f92c78 CFRunLoopRunInMode + 88
    27  com.apple.HIToolbox           0x9021628c RunCurrentEventLoopInMode + 283
    28  com.apple.HIToolbox           0x902160a5 ReceiveNextEventCommon + 374
    29  com.apple.HIToolbox           0x90215f19 BlockUntilNextEventMatchingListInMode + 106
    30  com.apple.AppKit              0x91e3cd0d _DPSNextEvent + 657
    31  com.apple.AppKit              0x91e3c5c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    32  com.apple.Safari              0x0000cac3 0x1000 + 47811
    33  com.apple.AppKit              0x91e355fb -[NSApplication run] + 795
    34  com.apple.AppKit              0x91e02834 NSApplicationMain + 574
    35  com.apple.Safari              0x000032a2 0x1000 + 8866
    Thread 1:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore             0x911e3584 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3   com.apple.WebCore             0x911df409 WebCore::IconDatabase::iconDatabaseSyncThread() + 185
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib             0x95db7286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95dbea7c mach_msg + 72
    2   com.apple.CoreFoundation      0x95f9204e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x95f92c78 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork           0x91a95298 CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    6   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore      0x969e4741 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
    3   com.apple.WebCore             0x9124bbd5 WebCore::LocalStorageThread::localStorageThread() + 325
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x95db7286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95dbea7c mach_msg + 72
    2   com.apple.CoreFoundation      0x95f9204e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x95f92c78 CFRunLoopRunInMode + 88
    4   com.apple.Safari              0x00026b55 0x1000 + 154453
    5   com.apple.Safari              0x00026870 0x1000 + 153712
    6   com.apple.Safari              0x000267fb 0x1000 + 153595
    7   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    8   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore      0x969e4741 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
    3   com.apple.Safari              0x0011de33 0x1000 + 1166899
    4   com.apple.Safari              0x0011df21 0x1000 + 1167137
    5   com.apple.Safari              0x00042753 0x1000 + 268115
    6   com.apple.Safari              0x000426cb 0x1000 + 267979
    7   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    8   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x95db7286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95dbea7c mach_msg + 72
    2   com.apple.CoreFoundation      0x95f9204e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x95f92c78 CFRunLoopRunInMode + 88
    4   com.apple.Foundation          0x962a6530 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation          0x96242e0d -[NSThread main] + 45
    6   com.apple.Foundation          0x962429b4 __NSThread__main__ + 308
    7   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    8   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x95e066fa select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    2   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x95e20292 __workq_ops + 10
    1   libSystem.B.dylib             0x95e202c2 start_wqthread + 30
    Thread 9:
    0   ???                           0000000000 0 + 0
    Thread 10:
    0   ???                           0000000000 0 + 0
    Thread 11:
    0   ???                           0000000000 0 + 0
    Thread 12:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync           0x90c7845c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync           0x90c8ad8e CMMConvTask(void*) + 54
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync           0x90c7845c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync           0x90c8ad8e CMMConvTask(void*) + 54
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x95dbe46e __semwait_signal + 10
    1   libSystem.B.dylib             0x95de8dcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync           0x90c7845c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync           0x90c8ad8e CMMConvTask(void*) + 54
    4   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    5   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib             0x95db7286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95dbea7c mach_msg + 72
    2   ...romedia.Flash Player.plugin 0x18ba1774 Flash_EnforceLocalSecurity + 2203604
    3   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    4   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x95db72ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95de92c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95e2e539 pthread_cond_wait + 48
    3   ...romedia.Flash Player.plugin 0x1897914f 0x1869e000 + 2994511
    4   ...romedia.Flash Player.plugin 0x1899291f Flash_EnforceLocalSecurity + 45439
    5   ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    6   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    7   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib             0x95db72ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95de92c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95e2e539 pthread_cond_wait + 48
    3   ...romedia.Flash Player.plugin 0x1897914f 0x1869e000 + 2994511
    4   ...romedia.Flash Player.plugin 0x1899291f Flash_EnforceLocalSecurity + 45439
    5   ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    6   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    7   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib             0x95db72ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95de92c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95e2e539 pthread_cond_wait + 48
    3   ...romedia.Flash Player.plugin 0x1897914f 0x1869e000 + 2994511
    4   ...romedia.Flash Player.plugin 0x1899291f Flash_EnforceLocalSecurity + 45439
    5   ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    6   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    7   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib             0x95db72ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95de92c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95e2e539 pthread_cond_wait + 48
    3   ...romedia.Flash Player.plugin 0x1897914f 0x1869e000 + 2994511
    4   ...romedia.Flash Player.plugin 0x1899291f Flash_EnforceLocalSecurity + 45439
    5   ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    6   libSystem.B.dylib             0x95de8155 _pthread_start + 321
    7   libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 20 Crashed:
    0   com.apple.CoreFoundation      0x95fa63cb CFReadStreamGetStatus + 43
    1   ...romedia.Flash Player.plugin 0x189799d1 0x1869e000 + 2996689
    2   ...romedia.Flash Player.plugin 0x1897243f 0x1869e000 + 2966591
    3   ...romedia.Flash Player.plugin 0x18972713 0x1869e000 + 2967315
    4   ...romedia.Flash Player.plugin 0x189727c1 0x1869e000 + 2967489
    5   ...romedia.Flash Player.plugin 0x18751727 0x1869e000 + 735015
    6   ...romedia.Flash Player.plugin 0x18751ab3 0x1869e000 + 735923
    7   ...romedia.Flash Player.plugin 0x18751f69 0x1869e000 + 737129
    8   ...romedia.Flash Player.plugin 0x18752362 0x1869e000 + 738146
    9   ...romedia.Flash Player.plugin 0x1875268d 0x1869e000 + 738957
    10  ...romedia.Flash Player.plugin 0x189795ff 0x1869e000 + 2995711
    11  libSystem.B.dylib             0x95de8155 _pthread_start + 321
    12  libSystem.B.dylib             0x95de8012 thread_start + 34
    Thread 20 crashed with X86 Thread State (32-bit):
      eax: 0xa07494ec  ebx: 0x95fa63ae  ecx: 0x00000001  edx: 0x00000025
      edi: 0x18e35cf0  esi: 0x00000000  ebp: 0xb05e9b98  esp: 0xb05e9b80
       ss: 0x0000001f  efl: 0x00010283  eip: 0x95fa63cb   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000000

  • Using Reader 11, unable now to add text in a document where it worked before

    Yesterday it worked, today it doesn't

    With Adobe Reader XI the Comment - Annotations - Add Text Comment tool lets you add text.
    Make sure your install of Reader is version "XI" and that "XI" is fully updated.
    If that is already the case give "Repair" a whirl (under "Help").  
    Be well...

  • Safari keeps crashing.... a LOT..... crash report

    I am having problems with Safari... It keeps crashing.... this happens a few times a day....
    here is my crash report.... sorry... I messed up.... my crash report is BELOW......
    Message was edited by: justagurlinseattle

    OK that was ODD... it would only allow me to add crash report via a link....
    here, I will try again....
    Process:         WebProcess [742]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.25)
    Build Info:      WebKit2-7536025000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    User ID:         501
    Date/Time:       2012-09-13 06:41:09.281 +0200
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  10
    Interval Since Last Report:          396023 sec
    Crashes Since Last Report:           3
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      229BA267-075E-466C-99B0-2077004747A7
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000030
    VM Regions Near 0x30:
    -->
        __TEXT                 0000000109995000-0000000109996000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                       0x00007fff8bd01edd WebCore::CachedRawResource::didAddClient(WebCore::CachedResourceClient*) + 141
    1   com.apple.WebCore                       0x00007fff8b7a4594 WebCore::ThreadTimers::sharedTimerFiredInternal() + 148
    2   com.apple.WebCore                       0x00007fff8c241203 WebCore::timerFired(__CFRunLoopTimer*, void*) + 51
    3   com.apple.CoreFoundation                0x00007fff883764b4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    4   com.apple.CoreFoundation                0x00007fff88375fcd __CFRunLoopDoTimer + 557
    5   com.apple.CoreFoundation                0x00007fff8835b7b9 __CFRunLoopRun + 1513
    6   com.apple.CoreFoundation                0x00007fff8835add2 CFRunLoopRunSpecific + 290
    7   com.apple.HIToolbox                     0x00007fff8f4fd774 RunCurrentEventLoopInMode + 209
    8   com.apple.HIToolbox                     0x00007fff8f4fd512 ReceiveNextEventCommon + 356
    9   com.apple.HIToolbox                     0x00007fff8f4fd3a3 BlockUntilNextEventMatchingListInMode + 62
    10  com.apple.AppKit                        0x00007fff924e8fa3 _DPSNextEvent + 685
    11  com.apple.AppKit                        0x00007fff924e8862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    12  com.apple.AppKit                        0x00007fff924dfc03 -[NSApplication run] + 517
    13  com.apple.WebCore                       0x00007fff8c2155cf WebCore::RunLoop::run() + 63
    14  com.apple.WebKit2                       0x00007fff8fb5d6d0 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    15  com.apple.WebKit2                       0x00007fff8fb25275 WebKitMain + 285
    16  com.apple.WebProcess                    0x0000000109995e7b 0x109995000 + 3707
    17  libdyld.dylib                           0x00007fff87f9d7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff9022cd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff9132fe26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff9132fa2a _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff9022a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff90229c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff88355f23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8835b606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8835add2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8739a7d6 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff873f8842 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 3:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff9022a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff90229c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff88355f23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8835b606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8835add2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff88369a81 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff8c22a941 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore                0x00007fff8a6a6a9f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff9022c322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8839abf6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff9022c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff908d7fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8a46fd66 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff8a69143a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff8a6a6a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff9022c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff908d7fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8a5f40f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8a5f3fd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8a6a6a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff9022c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff908d7fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8a5f40f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8a5f3fd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8a6a6a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff9022c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff908d7fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8a5f40f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8a5f3fd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8a6a6a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 9:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff9022c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff908d7fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8a46fd2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8c24fba1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff8b7a66ea WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff8a6a6a9f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 10:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff9022c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff908d7fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8a46fd2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8c24fba1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff8b7a66ea WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff8a6a6a9f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 11:: com.apple.coremedia.networkbuffering
    0   libsystem_kernel.dylib                  0x00007fff9022a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff90229c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff88355f23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8835b606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8835add2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff88369a81 CFRunLoopRun + 97
    6   com.apple.CoreMedia                     0x00007fff8fce4980 FigThreadGlobalNetworkBufferingRunloop + 21
    7   com.apple.CoreMedia                     0x00007fff8fce64c9 figThreadMain + 382
    8   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 12:: com.apple.coremedia.asyncio
    0   libsystem_kernel.dylib                  0x00007fff9022c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff908d7fc9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8fce5ff8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff886e5221 0x7fff886cb000 + 107041
    4   com.apple.CoreMedia                     0x00007fff8fce64c9 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 13:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff9022c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff908d8003 _pthread_cond_wait + 927
    2   com.apple.CoreVideo                     0x00007fff9215ced5 CVDisplayLink::waitUntil(unsigned long long) + 271
    3   com.apple.CoreVideo                     0x00007fff9215c23d CVDisplayLink::runIOThread() + 529
    4   com.apple.CoreVideo                     0x00007fff9215c013 startIOThread(void*) + 148
    5   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 14:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff9022c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff908d8003 _pthread_cond_wait + 927
    2   com.apple.CoreVideo                     0x00007fff9215ced5 CVDisplayLink::waitUntil(unsigned long long) + 271
    3   com.apple.CoreVideo                     0x00007fff9215c23d CVDisplayLink::runIOThread() + 529
    4   com.apple.CoreVideo                     0x00007fff9215c013 startIOThread(void*) + 148
    5   libsystem_c.dylib                       0x00007fff908d3782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff908c01c1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff9022c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff908d5f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff908d5cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff908c01b1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000180ba2340  rcx: 0x0000000178f8fbd0  rdx: 0x0000000180ba2478
      rdi: 0x0000000178f8fbd0  rsi: 0x0000000180ba2340  rbp: 0x00007fff56269290  rsp: 0x00007fff56269240
       r8: 0x000000000000003f   r9: 0x0000000178f8fbd0  r10: 0x000000016480f110  r11: 0x00000001749bb400
      r12: 0x0000000180ba2478  r13: 0x00007fc408c1c470  r14: 0x0000000178f8fbd0  r15: 0x0000000180ba2348
      rip: 0x00007fff8bd01edd  rfl: 0x0000000000010206  cr2: 0x0000000000000030
    Logical CPU: 0
    Binary Images:
           0x109995000 -        0x109995fff  com.apple.WebProcess (8536 - 8536.25) <7E1C1C2E-68E3-3500-B438-8260F444692B> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x10999a000 -        0x10999afff  WebProcessShim.dylib (7536.25) <DE7BC30F-3415-3F43-B79D-A42D53ED486D> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x149ccf000 -        0x149cd8fef  libcldcpuengine.dylib (2.1.16) <BA5F6C17-7A08-3DCF-A30E-E9C4D76B7356> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x14b066000 -        0x14b07cfff  com.apple.WebInspector (8536 - 8536.24) <1C609DE6-B2DE-32A6-B039-9ED16253F7C8> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x14ce53000 -        0x14ce61ff7  libGPUSupport.dylib (8.5) <EBBD76FB-1C64-350C-9568-DB4C4C99602D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x14ce68000 -        0x14ce95fff  GLRendererFloat (8.5) <5486E8B9-3EF6-3C15-9CCB-28317B3BFA97> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x14ce9e000 -        0x14cea1ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x14d00d000 -        0x14d1c4fff  GLEngine (8.5) <AB9EB15E-11BB-34BF-B89E-02BC01916ABE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x14da9b000 -        0x14dbdcfff  libGLProgrammability.dylib (8.5) <2FFA7003-CB27-3A04-A4DC-8178545CF74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x14dc10000 -        0x14e08bff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.0.51 - 8.0.0) <7BE2F058-46FB-3971-9B75-151C304BF5FB> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
           0x14fee9000 -        0x14feeefff  com.apple.audio.AppleHDAHALPlugIn (2.3.0 - 2.3.0f2) <8F89523B-ACB8-35C5-8F28-8B1E4FB044DE> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x150337000 -        0x15034dff7  com.apple.webcontentfilter.framework (3.1 - 5) <EA6EFE08-043B-3EA8-A4CC-CF61F4A149A8> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x1514ab000 -        0x1516baff7  com.apple.audio.codecs.Components (3.0 - 3.0) <CF62608B-E62B-3EFB-809C-CD7BBD3A8CD7> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x15181c000 -        0x151827fff  AppleIntelIVBVA (8.0.51) <77393DCA-1DA5-3B35-9B68-C7057B898CF0> /System/Library/Extensions/AppleIntelIVBVA.bundle/Contents/MacOS/AppleIntelIVBV A
           0x153150000 -        0x1532a4fff  com.apple.audio.units.Components (1.8 - 1.8) <5F6DD756-1CBF-30BB-A6CD-E3748C8EF7C7> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x1533af000 -        0x153528fff  com.apple.AppleGVAFramework (4.0.20 - 4.0.20) <98762E7F-9D87-36D4-BA61-7C304103A9BE> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
           0x153670000 -        0x15376dff7  com.apple.AppleIntelHD4000GraphicsVADriver (8.0.51 - 8.0.0) <80BADAEC-147E-305B-BA72-E809EF47B2AB> /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsVADriver
           0x156ea8000 -        0x156ea9ff7  ATSHI.dylib (341) <07D6CB80-F51F-3BF8-985D-1ADED2B603AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x15a6f8000 -        0x15a714ff7  libJapaneseConverter.dylib (61) <D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x15a8e7000 -        0x15a90dfff  libPDFRIP.A.dylib (322) <94FC38C3-E621-3133-B1DC-21B1F9AAE05C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
        0x7fff69595000 -     0x7fff695c993f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff87363000 -     0x7fff876bfff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff876c0000 -     0x7fff876e7ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff876e8000 -     0x7fff87807fff  com.apple.desktopservices (1.7.1 - 1.7.1) <0E1A57B2-9EC7-32EC-8B87-82902A1FD357> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff87808000 -     0x7fff87875fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff878bd000 -     0x7fff87adbfff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87adc000 -     0x7fff87b39ff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff87b3c000 -     0x7fff87b50fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff87b53000 -     0x7fff87b53fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87b54000 -     0x7fff87b54ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff87b63000 -     0x7fff87b63fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff87b64000 -     0x7fff87b75ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff87b76000 -     0x7fff87e8dff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff87e8e000 -     0x7fff87eb6fff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff87eb7000 -     0x7fff87f0cff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff87f84000 -     0x7fff87f9afff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff87f9b000 -     0x7fff87f9eff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff87fa8000 -     0x7fff87fc9fff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff87fca000 -     0x7fff8801bfff  com.apple.SystemConfiguration (1.12 - 1.12) <7A8300B5-F5B3-39F0-A4B2-4C0C293FA29F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8801c000 -     0x7fff88064fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff88065000 -     0x7fff8806dfff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
        0x7fff88188000 -     0x7fff88192fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88216000 -     0x7fff88217fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff88218000 -     0x7fff88218fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff88219000 -     0x7fff88219fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8831e000 -     0x7fff88325fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff88326000 -     0x7fff8850ffff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff88510000 -     0x7fff8854afff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8854b000 -     0x7fff885bbfff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff885bc000 -     0x7fff885eefff  com.apple.framework.Admin (12.0 - 12.0) <5D6978C8-0B1B-3D0E-A122-C0ABD0AA8488> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff885ef000 -     0x7fff885f0fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff885f1000 -     0x7fff88648ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff88649000 -     0x7fff8865efff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff886c9000 -     0x7fff886cafff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff886cb000 -     0x7fff88ac3ff7  com.apple.MediaToolbox (1.0 - 926.37) <347504AF-1028-3829-B51B-80E2F22BA600> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff88dd3000 -     0x7fff88de1ff7  libkxld.dylib (2050.9.2) <4BEE9BC3-3708-330E-89D6-03E715D712CC> /usr/lib/system/libkxld.dylib
        0x7fff88de2000 -     0x7fff88e64fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88e65000 -     0x7fff88ef6ff7  com.apple.CorePDF (2.0 - 2) <BD4EBB01-5A60-34F1-B9DD-AF745AA10902> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff88ef7000 -     0x7fff88f2eff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff88f2f000 -     0x7fff88f79ff7  libGLU.dylib (8.5) <47CB8E1C-F98F-352E-B235-DE9EA7A3454F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff88f7a000 -     0x7fff8920afff  com.apple.CoreImage (8.0.17 - 1.0.1) <FFD6159F-DF31-3EFC-9C59-7FC4F4219D43> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8920b000 -     0x7fff8920dff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff89298000 -     0x7fff8936bff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8936c000 -     0x7fff8943dff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8943e000 -     0x7fff8943efff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8943f000 -     0x7fff8969afff  com.apple.QuartzComposer (5.1 - 281) <E2BADA0D-2078-36FD-A761-97F9430C3C1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8969b000 -     0x7fff8980eff7  com.apple.CFNetwork (596.1 - 596.1) <62830510-738D-3719-AD51-68E816B13BB7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff89895000 -     0x7fff898ebfff  com.apple.HIServices (1.20 - 416) <E7DC75C4-A3E0-3D6B-B961-C9849442BCA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff898ec000 -     0x7fff899eefff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff899ef000 -     0x7fff89c63ff7  com.apple.RawCamera.bundle (3.14.2 - 644) <11978DA8-3427-33FB-95BD-315608107265> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff89c64000 -     0x7fff89c76ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff89c77000 -     0x7fff89c82ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff89c83000 -     0x7fff89f02fff  com.apple.AOSKit (1.05 - 148) <C7246547-252D-3505-BC4C-B26ECE575118> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff89f03000 -     0x7fff89f5ffff  com.apple.QuickLookFramework (4.0 - 555.0) <8B163B8C-001E-3BBB-98ED-8173C68BC84C> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff89f6f000 -     0x7fff89fa3fff  com.apple.securityinterface (6.0 - 55024.3) <1AF13976-72BB-351F-A263-09284BA25C88> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff89fa4000 -     0x7fff8a099fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8a09a000 -     0x7fff8a18aff7  com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8a18b000 -     0x7fff8a18efff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8a18f000 -     0x7fff8a193fff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8a194000 -     0x7fff8a43efff  com.apple.imageKit (2.2 - 660) <C14E3765-B683-3530-9312-256CEF43A258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8a43f000 -     0x7fff8a468fff  libsandbox.1.dylib (220) <FCD65E60-6276-3455-8A11-09864DC9A285> /usr/lib/libsandbox.1.dylib
        0x7fff8a469000 -     0x7fff8a702ff7  com.apple.JavaScriptCore (8536 - 8536.24) <3A80677B-3381-3281-8033-0F96F7D8D01A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8a703000 -     0x7fff8a801ff7  com.apple.QuickLookUIFramework (4.0 - 555.0) <BD4FD137-918A-3755-B2B5-4E552D85B460> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8a802000 -     0x7fff8a83efff  com.apple.GeoServices (1.0 - 1) <F55A4DD8-FA21-3842-8450-1D707D24E69B> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8a83f000 -     0x7fff8a87afff  com.apple.LDAPFramework (2.4.28 - 194.5) <012E3038-92EA-3DC8-82B1-A71462DDAE9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8a87b000 -     0x7fff8a887ff7  com.apple.CrashReporterSupport (10.8.1 - 412) <3CBB620C-BDCF-31B1-B473-4B6380DE03F7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8a888000 -     0x7fff8a909fff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8a90a000 -     0x7fff8a90bff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
        0x7fff8a90c000 -     0x7fff8a90cfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8a90d000 -     0x7fff8aa93fff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8aaf1000 -     0x7fff8aaf6fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8aaf8000 -     0x7fff8ab78ff7  com.apple.ApplicationServices.ATS (332 - 341) <0CAA1A5C-59DB-3ACE-8478-05D72CBB7C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8ab90000 -     0x7fff8aba7fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8aba8000 -     0x7fff8acc0a27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
        0x7fff8acc4000 -     0x7fff8acc5fff  MetadataLib.dylib (644) <7D46FE05-9FC8-34FF-A083-59092253F11D> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
        0x7fff8acc6000 -     0x7fff8acc9fff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8acca000 -     0x7fff8acccfff  libCVMSPluginSupport.dylib (8.5) <437A72B8-1FA6-346C-8949-D63164A062F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8accd000 -     0x7fff8ace3ff7  com.apple.Accounts (182.2 - 182.2) <452BFFF4-AAAD-345E-8205-A9821E234CFA> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8ace4000 -     0x7fff8ace6fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8ace7000 -     0x7fff8ad1dfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8ad1e000 -     0x7fff8ad53ff7  libTrueTypeScaler.dylib (84.5) <DF2335F3-07BE-30BA-B73C-3204E95B42C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8ad54000 -     0x7fff8ae2efff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8ae2f000 -     0x7fff8ae8cfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8b114000 -     0x7fff8b114fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8b115000 -     0x7fff8b11afff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8b11b000 -     0x7fff8b2c9fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8b2ca000 -     0x7fff8b2d4fff  com.apple.DisplayServicesFW (2.6 - 352.4.2) <7FF30C43-84D7-3305-B8AD-F9754F3C582B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8b2d5000 -     0x7fff8b2dbfff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8b2dc000 -     0x7fff8b314fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8b315000 -     0x7fff8b315fff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8b316000 -     0x7fff8b325ff7  com.apple.opengl (1.8.5 - 1.8.5) <C554C4DA-517D-3F77-BC7E-DDFD9E01A891> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8b36b000 -     0x7fff8b3aaff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8b439000 -     0x7fff8b46afff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8b46b000 -     0x7fff8b46dfff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8b46e000 -     0x7fff8b4caff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8b5bd000 -     0x7fff8b5c7ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8b721000 -     0x7fff8b72eff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8b72f000 -     0x7fff8b74efff  com.apple.ChunkingLibrary (2.0 - 132) <F5051C19-6C4E-3E65-9BEC-B0A4BA82457A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8b74f000 -     0x7fff8b773ff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
        0x7fff8b774000 -     0x7fff8b787ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8b788000 -     0x7fff8c73aff7  com.apple.WebCore (8536 - 8536.24) <A890E18B-9224-38B3-ADFB-C84B3BCD2AAC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8c73b000 -     0x7fff8c752fff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8c753000 -     0x7fff8c756fff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8c757000 -     0x7fff8c7f4fff  com.apple.PDFKit (2.7 - 2.7) <00F5A07D-4F61-3BE7-8836-EB03DA904FB1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8c7f5000 -     0x7fff8c803ff7  com.apple.Librarian (1.1 - 1) <B0248F96-6BC9-3F63-8557-65DF1606039C> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8d87c000 -     0x7fff8d87fff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8d88d000 -     0x7fff8db48fff  com.apple.AddressBook.framework (7.0 - 1143) <EC55CF4B-4194-3163-B6E1-8C8D2712FBCF> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8db49000 -     0x7fff8dbfafff  com.apple.LaunchServices (539 - 539) <04FA5C61-6349-3841-9609-B650B6222800> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8dbfb000 -     0x7fff8dc21fff  com.apple.framework.familycontrols (4.0 - 400) <B296674D-6D0B-323D-84C0-1D356F6F3BFA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8dfab000 -     0x7fff8e070fff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8e071000 -     0x7fff8e07efff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8e07f000 -     0x7fff8e085fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8e261000 -     0x7fff8e26cfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8e26d000 -     0x7fff8e2b5fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8e2b6000 -     0x7fff8e31ffff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8e320000 -     0x7fff8e323fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff8e324000 -     0x7fff8e3abff7  libCoreStorage.dylib (274.4) <7CCA18AC-1A7D-3962-8817-D70AA927973F> /usr/lib/libCoreStorage.dylib
        0x7fff8e3ac000 -     0x7fff8e3f7fff  com.apple.framework.CoreWLAN (3.0 - 300.9) <8BAF8D34-3A22-3F27-B136-F39A04F9ACE9> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8e3f8000 -     0x7fff8e3feff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8e3ff000 -     0x7fff8e41aff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <FF8AB34C-5C19-3C05-AE02-85AA39812686> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8e47b000 -     0x7fff8ec23fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8ec24000 -     0x7fff8ec7aff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8ec7b000 -     0x7fff8ed78ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8edde000 -     0x7fff8ee2dff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8ee2e000 -     0x7fff8ee6efff  com.apple.MediaKit (13 - 658) <3614D66C-0712-3049-9C5A-1ED9A94D82C5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8ee6f000 -     0x7fff8ee78fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8ee79000 -     0x7fff8ee7dfff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8ee7e000 -     0x7fff8f2bafff  com.apple.VideoToolbox (1.0 - 926.37) <2C623B6A-42C1-30C3-93A6-0A10880D07D3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8f2ea000 -     0x7fff8f3e7fff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
        0x7fff8f43c000 -     0x7fff8f479fe7  libGLImage.dylib (8.5) <9583CF74-F84A-33C7-B06A-3A72F090E544> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8f48b000 -     0x7fff8f48dfff  com.apple.OAuth (13.3 - 13.3) <0B7D051E-C639-34CC-A69B-EA2860112115> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8f48e000 -     0x7fff8f492fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8f493000 -     0x7fff8f49dfff  libcsfde.dylib (274.4) <BA21D512-35F1-3B00-8FF6-E0D6A29A21FF> /usr/lib/libcsfde.dylib
        0x7fff8f49e000 -     0x7fff8f7cdff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8f7ce000 -     0x7fff8f868fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8f869000 -     0x7fff8f876fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8f8ba000 -     0x7fff8f907fff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8f908000 -     0x7fff8f9aefff  com.apple.CoreServices.OSServices (557 - 557) <F5955FD8-E6E1-359F-9D9D-381E55E3EF37> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8fa5c000 -     0x7fff8fc42fff  com.apple.WebKit2 (8536 - 8536.25) <FC4B5B0A-34F4-331A-AEBB-1AFB6118C617> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff8fc43000 -     0x7fff8fc47fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff8fc48000 -     0x7fff8fc4ffff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8fc50000 -     0x7fff8fc5cfff  libCSync.A.dylib (322) <C1321292-F5D3-3B8F-8CBB-57AC8E05F90C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8fc5d000 -     0x7fff8fcc5fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8fcc6000 -     0x7fff8fd11ff7  com.apple.CoreMedia (1.0 - 926.37) <4C2A8C16-ED81-3127-8E27-3B4024EB9BBE> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8fd1a000 -     0x7fff8fda7ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8fda8000 -     0x7fff8fe10ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8fe72000 -     0x7fff8fe99ff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff8fe9a000 -     0x7fff90167ff7  com.apple.security (7.0 - 55178.0.1) <8102877E-C866-33D4-A947-02FC7F4BAA95> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff90168000 -     0x7fff9016aff7  com.apple.EFILogin (2.0 - 2) <6D339047-85C5-35CD-B48F-8C43A6071416> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff9016b000 -     0x7fff901c2ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff9021a000 -     0x7fff90235ff7  libsystem_kernel.dylib (2050.9.2) <F646589B-13F8-3685-8C17-92C77993AE86> /usr/lib/system/libsystem_kernel.dylib
        0x7fff90236000 -     0x7fff9023aff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff9023d000 -     0x7fff902dbfff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff90360000 -     0x7fff90757fff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff90766000 -     0x7fff90782fff  com.apple.openscripting (1.3.5 - 148) <ACDE22A1-6170-3289-AF26-E501E6326BD7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff90783000 -     0x7fff907a4ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff907a5000 -     0x7fff907fdff7  com.apple.ImageCaptureCore (4.0 - 4.0) <43B3255C-7567-3508-B2C9-6D1CFA61DB83> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re

  • Jso.getAnnots() returning duplicate name (key) stamps

    I'm using VBA to parse a document for comments, and storing them in a dictionary object. I ran into an issue where jso.getAnnots is returning a duplicate name for an item.
    Looking into the issue, there are comments with the same text that don't cause this issue.
    Looking for a fix and the cause of this issue.
    Why would it generate an identical name for a different comment? We've run hundreds of documents with this before and this issue has never occurred before. The name seems to be a unique key, such as "820edea8-c848-432a-aadd-987316a9ea7f".
    Here's a snippet of the code:
         jso.syncAnnotScan()
          Annots = jso.getAnnots()
          ' Pass one - get all the comments.
    Dim Annots As Object
          Dim Annot As Object
          Dim acroAnnotation As Annotation
          Dim childAnnotation As Annotation
          Dim annotationSet As New Dictionary(Of String, Annotation)
          Dim rootAnnotations As New Dictionary(Of String, Annotation)
            For Each Annot In Annots
                    acroAnnotation = New Annotation(Annot, FromFilename)
                    annotationSet.Add(Annot.name, acroAnnotation)
                    If Annot.inReplyTo = "" Then
                        rootAnnotations.Add(Annot.name, acroAnnotation)
                    End If
            Next Annot
    It crashes at annotationSet.Add(Annot.name,acroAnnotation)

    Ok I managed to get 4.3.1 working in the end. It turned out that because I was using Skinny Wars in maven, it has unforseen side effects with the ChangeAwareClassLoader. I thought I tried this problem without using Skinny Wars, but I guess I didn't.
    Edited by: 1002618 on May 1, 2013 9:57 PM

  • I Can't Get Session Restore to Work Today

    Session Restore has always worked fine for me until today. I have opened this question up in a second window as I don't want to risk closing the Restore Session window until I can get some advice. I have had a look on the forum for similar questions but I am a bit confused by the responses and I don't want to do anything which might be irreversible.
    This is what happened. I got a popup for a new version of the AVG toolbar. I wasn't sure if I wanted to install it or not (I didn't like the look of the new version as it forces the choice of search engine and home page) so I clicked on Learn more and Firefox Immediately crashed, without bringing up a crash report panel. Note that I did NOT attempt to install the new version at all. I then tried to restart but when I clicked on the Restore button Firefox crashed again, bringing up the report panel, which I filled in. This repeated more than once so I decided to shutdown and restart my computer, which usually solves my problems. This did not work.. After restarting and attempting yet again to restore my session the Restore session window has hung completely and now just sits there.
    I next did a FEBE backup (just in case it might be useful) and then I did a bit of reading on the forum to see what I could find out. That lead me to the file sessionrestore.js and this is where I get very confused. I can't seem to follow the instructions given in the other threads which touch on this topic but this is what I can find on my computer with Superfinder -
    2014-08-27 12:18:16 39,909 KB sessionstore.bak C:\Documents and Settings\User_2\AppData\Roaming\Mozilla\Firefox\Profiles\3e4h8dlg.default\
    2014-08-27 12:18:16 39,909 KB sessionstore.bak C:\Users\User_2\AppData\Roaming\Mozilla\Firefox\Profiles\3e4h8dlg.default\
    2014-08-27 13:36:24 40,027 KB sessionstore.js C:\Documents and Settings\User_2\AppData\Roaming\Mozilla\Firefox\Profiles\3e4h8dlg.default\
    2014-08-27 13:36:24 40,027 KB sessionstore.js C:\Users\User_2\AppData\Roaming\Mozilla\Firefox\Profiles\3e4h8dlg.default\
    It looks like I could simply rename session store.bak to sessionstore.js but I am confused by the two occurrences of each file. Should I rename both of them? one or the other? How should I go about fixing this? Any tabs I have opened since the disaster are only those I am using to research this problem, so I could just bookmark them temporarily - even if I lose them it wont matter so much as long as I get my old tabs back. I will check back in a little while and see if anyone knows what I should do
    Hoping to hear from you soon,
    Jacq.
    Edited to fix typo and add crash report addresses -
    bp-d764067e-eb9d-44c5-8892-c66f82140827 27/08/2014 12:40 PM
    bp-6b44917b-bf77-4404-adcc-cbbf12140827 27/08/2014 11:46 AM
    bp-b82a7d99-399f-4922-b204-362ae2140827 27/08/2014 11:45 AM
    bp-9b783c26-aba8-46fe-bbae-c7ae62140827 27/08/2014 11:33 AM
    dded8bc3-cded-4c78-803e-d5f29b98768d 27/08/2014 11:24 AM!

    Yes it is about 40 mg - I didn't know there was a size limit? How can I change that?

  • Unable to print added text only in Acrobat Pro XI

    User is trying to print added text that's been added to an existing PDF page.  In Acrobat X she chose "Form fields only" under Comments & Forms from the Print menu.  In XI it produces a blank page.  The added text only shows up if she chooses Document or Document and Markups, but then she gets the entire document.  She only wants the added text to print.

    Thanks to all who commented here.  I found that adding text using Tools>Content Editing>Add Text will not allow the user to print solely the added text.  As everyone responded here, that's as designed.  However, using Comment>Annotations>Add Text does allow the user to print solely the added text as she was used to doing in Acrobat X.  I thought it was the same tool under two different headings, but obviously they interact differently in the print menu.  Choosing Form fields only from the Print Menu's Comments & Forms panel will produce solely the text added under the Comment panel's Add Text tool without printing the rest of the document page.  And the user doesn't have to turn the document into a form to do so.

  • Acrobat CC doesn't show or print spot colours in a Photoshop PDF

    When I open a Photoshop PDF, with a spot colour channel, in Acrobat CC 11.0.04, the spot colour doesn't show. But it shows when I click Output Preview (in Print Production). The colour doesn't print either. It also disappears when I convert it into CMYK (by checking the "Convert All Spots to Process" box in Ink Manager). I'm running Acrobat on OSX Mavericks.
    Has anyone had similar problems?
    Any help is appreciated.

    Thank  you for your reply.
    Indeed, I tried saving a PDF that had the "default appearance", it shows exactly the same. So it looks like it "can't" show the image.
    However, of course, I do want the image to be shown. How can I achieve this? How can I tell Adobe Reader (and other PDF viewers) I really really realllyyyyy want to see that image there? I believe I'm not doing anything really exotic, right? There must have been tons of other people that wanted to do the same thing, I guess?
                        var annotation = new PDFLinkAnnotation
                                    Action = new PDFUriAction(this.GetCodeUrl(code)),
                                    Contents = AnnotationIdentifier,
                                    Appearance = new PDFImageAppearance(bitmapImage),
                                    DisplayRectangle =
                                        new DisplayRectangle(
                                        barcodeLocationInfo.X,
                                        barcodeLocationInfo.Y,
                                        barcodeLocationInfo.Tsw,
                                        barcodeLocationInfo.Tsh),
                                    Flags = Flags
                        pdfPage.Annotations.Add(annotation);

Maybe you are looking for

  • Apple TV + HDTV Problem

    Hello all, I'm having an issue w/ our Apple TV and I'd like to see if anyone else can help. We have a 40GB Apple TV w/ the current firmware 2.4. We had a Samsung 42" Plasma 1080i/720p HDTV for a little over two years. We bought the Apple TV 6 months

  • Soundtrack Pro 2 keeps crashing...please somebody help :(

    So here's my problem. I am running Soundtrack Pro 2 on my Mac Pro along with my Digi003. Both Final Cut Studio 2 and Logic Studio 8 are installed on my computer. Every application works fine except for STP2 that keeps crashing all the time. I tried t

  • File port configuration - ALE

    Hi We are trying to configure the ALE setup. The data should be transferred to the application directory for the other server. Have created the file port, but getting the Idoc error 29. Please can u tell me the steps.. Thanks in advance! Sushmitha

  • RFC Call delivers " 0" in P(13) Field

    Hello everybody, currently I'm facing a problem I've never had before. I'm calling a SAP default function module via RFC from our Solution Manager for different SAP systems, which works fine so far.  The function module delivers values as P(13) field

  • Finally found answer

    I have been playing with my Apple TV for a week and finally got it to work. I reconfigured my WiFi network from a WEP Password to a WPA Personal password and a week of endless frustrastion was over. In the end it was simple and I had seen that in a f