DMVPN + MPLS best-path selection

Dear Community
We're in the process of deploying DMVPN as a backup solution to MPLS. All that is working great!
The DMVPN wan is dual-cloud, with 2 hub routers in each cloud. Phase 3 (nhrp shortcut) is enabled on all the spokes.
For routing, all the customer subnets are advertised in MPLS, whereas for DMVPN hub advertises only a summary to 10.0.0.0/8. The protocol for both is BGP. For DMVPN, the hub routers resides in one AS (65002) and all the spokes another common AS 65102. DMVPN is therefore peered eBGP hub > spoke.
For customers connected to MPLS, the DMVPN serves as backup only solution. Best-path selection by longest prefix match.
We have other customers coming on board who wish to join the same WAN but don't have the $$$ for MPLS so are opting for DMVPN only.
Now, I have a requirement to enable spoke-to-spoke for a DMVPN only site (spokeA) to an MPLS site (spokeB). The problem is it doesn't seem to work properly as the hub router sees the best path to spokeB site via MPLS, not via DMVPN. The spoke-to-spoke is never formed, and remains spokeA > hub > mpls > spokeB. The return path is better = spokeB > DMVPN > hub > spokeA (this is because spokeB sees no route from MPLS for spokeA, so follows 10.0.0.0/8) route.
I look for any feedback that can help to meet this requirement?
And if any advice on the general design would be really appreciated.
Thanks a lot!
Phil

Phil, 
I did a short lab around this ... wanted to make sure I'm not saying something stupid. 
While I can't claim it's the _optimal_ solution for your setup it seems to work in my lab.
Spoke1 LAN 192.168.101.0/24 (AS 65001)
Spoke2 LAN 192.168.102.0/24 (AS 65002)
HUB LAN 192.168.111.0/24 (AS 65000)
192.168.1.0/24 DMVPN subnet. 
A single (i)VRF - DMVPN exists on hub, only and is assigned only to DMVPN tunnel interface. 
Excuse a few hacks a had to use... default routed via default-originate for example :-)
Hub
R10-P#sh run int tu0
Building configuration...
Current configuration : 281 bytes
interface Tunnel0
vrf forwarding DMVPN
ip address 192.168.1.1 255.255.255.0
no ip redirects
ip nhrp map multicast dynamic
ip nhrp network-id 1
ip nhrp shortcut
ip nhrp redirect
tunnel source Loopback0
tunnel mode gre multipoint
tunnel protection ipsec profile PRO
end
R10-P#sh run | s r b
router bgp 65000
bgp log-neighbor-changes
network 192.168.111.0
redistribute static
neighbor 10.112.112.1 remote-as 65001
neighbor 10.112.112.1 route-map SPOKES_MPLS in
default-information originate
address-family ipv4 vrf DMVPN
neighbor 192.168.1.101 remote-as 65001
neighbor 192.168.1.101 activate
neighbor 192.168.1.102 remote-as 65002
neighbor 192.168.1.102 activate
exit-address-family
R10-P#sh run | s vrf defini
vrf definition DMVPN
rd 1:1
route-target export 100:1
route-target import 100:1
address-family ipv4
  import ipv4 unicast map DEFAULT
  export ipv4 unicast map SPOKE_SUBNETS
route-target export 100:1
route-target import 100:1
exit-address-family
address-family ipv6
route-target export 100:1
route-target import 100:1
exit-address-family
Result on spoke
R1-PE#traceroute 192.168.102.1 source e2/0
Type escape sequence to abort.
Tracing the route to 192.168.102.1
VRF info: (vrf in name/id, vrf out name/id)
1 192.168.1.1 [AS 65000] 5 msec 10 msec 2 msec
2 192.168.1.102 [AS 65000] 4 msec * 5 msec
R1-PE#traceroute 192.168.102.1 source e2/0
Type escape sequence to abort.
Tracing the route to 192.168.102.1
VRF info: (vrf in name/id, vrf out name/id)
1 192.168.1.102 [AS 65000] 6 msec * 6 msec
routing on hub 
(sanitized)
R10-P# sho ip route
Gateway of last resort is 10.100.100.2 to network 0.0.0.0
S* 0.0.0.0/0 [1/0] via 10.100.100.2
10.0.0.0/8 is variably subnetted, 13 subnets, 2 masks
B 192.168.101.0/24 [20/0] via 10.112.112.1, 00:06:40
B 192.168.102.0/24 [20/0] via 192.168.1.102 (DMVPN), 00:00:03
192.168.111.0/24 is variably subnetted, 2 subnets, 2 masks
R10-P# sho ip route vrf DMVPN
Routing Table: DMVPN
Gateway of last resort is 10.100.100.2 to network 0.0.0.0
B* 0.0.0.0/0 [20/0] via 10.100.100.2, 00:06:40
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, Tunnel0
L 192.168.1.1/32 is directly connected, Tunnel0
B 192.168.101.0/24 [20/0] via 192.168.1.101, 00:06:40
B 192.168.102.0/24 [20/0] via 192.168.1.102, 00:06:25

Similar Messages

  • BGB Best path selection

    Hi,
    Could someone tell me why second path remains as best?
    MPLS_CORE#show ip bgp 192.168.1.0
    BGP routing table entry for 192.168.1.0/24, version 27
    Paths: (2 available, best #2, table default)
      Advertised to update-groups:
         1         
      Refresh Epoch 1
      64513
        2.2.2.1 from 2.2.2.1 (10.201.240.2)
          Origin incomplete, metric 156160, localpref 100, valid, external
          rx pathid: 0, tx pathid: 0
      Refresh Epoch 1
      64512
        1.1.1.1 from 1.1.1.1 (192.168.4.253)
          Origin incomplete, metric 1415680, localpref 100, valid, external, best
          rx pathid: 0, tx pathid: 0x0
    Regards
    Michal 

    Hi Michal,
    Please refer below CCO document for BGP best path selection criteria on cisco routers
    http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13753-25.html
    If everything attribute is same then it comes to router-id and lowest router-id is preferred.
    11. Prefer the route that comes from the BGP router with the lowest router ID.
    The router ID is the highest IP address on the router, with preference given to loopback addresses. Also, you can use the bgp router-id command to manually set the router ID.
    In your case, second route is having lowest router-id (1.1.1.1)
    --Pls dont forget to rate helpful posts--
    Regards,
    Akash

  • Inject BGP Default Routes into Multiple VRF before Best Path Selection

    Hello, 
    I have the following setup:
    Multiple Border Routers with eBGP sessions to external AS. We receive a default route from this multiple AS to keep the Table manageable. We noticed an important part of our traffic was been SW routed instead of CEF when we had the Full Internet table. Router Resources came to the ground when we changed to a default. 
    Now I want to separate this default routes into different VRF. Attached is the Diagram. 
    My question is,  the multiple default route all go into the BGP Table. The BGP table then select the best route and place it on the RIB and then to the FIB. 
    I want to redistribute the different Route on the BGP table prior to the Best path selection algorithm and placed on the RIB. 
    How can I achieve this?

    Hi,
    Redistribution of multiple routes to same prefix is not possible. Even if you have configured BGP multipath and all different bgp routes got installed into routing table, during redistribution only route will be redistributed. 
    Also would like to understand the requirement of redistributing multiple BGP routes in to IGP. As per your diagram, 3 different eBGP sessions are on three different routers, so you can prefer eBGP route over iBGP received from other routers and can distribute eBGP route to IGP from each router. Thus you will have three different default routes in to IGP in core.
    Please don't forget to rate this post if it has been helpful
    - Akash

  • BGP Best Path Selection Algorithm

    How is the administrative distance positioned in the bgp route decision ?
    i.e If a route is learned from iBGP with higher "local prefernece" and eBGP with lower "local prefernece" - which path will be installed in the routing table
    the path learned from eBGP or the path with higer local prefernce ?

    For your scenario the path with the higher local pref will be installed in the routing table althogh its ibgp.
    if a router recieves the same prefix from 2 neighbors 1 from ibgp and the other from ebgp
    the router will compare them with the bgp path selection algorithm
    the one that wins will be installed in the routing table with the admin distance of the kind of route it is so if the ibgp route won the path selection you will see in the routing table the admin distance of 200,if the ebgp route won you'll see 20 in the admin distance.
    so remember the ibgp/ebgp comparision is the 9th in the path selection algorithm so an ibgp route can win the path selection by (local pref weight....)
    and if the ibgp won then you'll see the ibgp admin dstance in your routing tables.

  • BGP Path Selection

    With reference to cisco's document on BGP Best Path Selection Algorithm (http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13753-25.html).
    Out of given 9 paths why 6th has been selected even though AS_PATH for 8th route is better.
    Can anyone explains here, as this document has not considered the AS-PATH during path selection and used lowest ROUTER ID only.
    Thanks in advance and expect technical explanation here.

    Hey Buddy
    The AS_PATH for both is only 1, don't get confused by (AS_SET) which only counts as 1 no matter how many AS are in the set.  Refer to section "How the Best Path Algorithm Works"
    4.Prefer the path with the shortest AS_PATH.
    Note: Be aware of these items:
    ◦An AS_SET counts as 1, no matter how many ASs are in the set.
    So bearing the above in mind
    Example: BGP Best Path Selection
    Path6
      (64955 65003) 65089 --- this equals 1
        172.16.254.226 (metric 20645) from 10.57.255.11 (10.57.255.11)
          Origin IGP, metric 0, localpref 100, valid, confed-external, best
          Extended Community: RT:1100:1001
          mpls labels in/out nolabel/362
    !--- BGP selects this as the Best Path on comparing
    !--- with all the other routes and selected based on lower router ID.
    Path8
      (65003) 65089 --- this equals 1
        172.16.254.226 (metric 20645) from 172.16.254.234 (172.16.254.234)
          Origin IGP, metric 0, localpref 100, valid, confed-external
          Extended Community: RT:1100:1001
          mpls labels in/out nolabel/362
    Comparing path 6 with path 8:
     Both paths have reachable next hops
     Both paths have a WEIGHT of 0
     Both paths have a LOCAL_PREF of 100
     Both paths are learned
     Both paths have AS_PATH length 1 --- because the (AS_SET) always equals 1
     Both paths are of origin IGP
     Both paths have the same neighbor AS, 65089, so comparing MED.
     Both paths have a MED of 0
     Both paths are confed-external
     Both paths have an IGP metric to the NEXT_HOP of 20645
    Path 6 is better than path 8 because it has a lower Router-ID.
    Hope it helps (:

  • Path Selection for Routes Across MPLS Network

    Customer hub site has two CE routers with two links connected to two seperate PE routers in the Carrier's MPLS network. At the customer's remote site one CE router on a single link is connected to PE router in MPLS network.
    How can I configure the CE routers at the hub site to advertised the same network across the MPLS network to the CE router at the remote site? Also, how can I configure the CE router at the remote site to select on of the router as the primary and the other as secondary? Can I use local-preference on the CE router at the remote site to selected on path over the other.
    I'm not sure if this makes any sense. Any help will be appreciated. Thanks

    Even with multiple RDs for VRFs belonging to the same VPN, you still need IBGP multipath, correct? Multiple RDs is just to get around the RR restriction.
    Also, you posted this message a while back:
    "If you have many VPN customers all using the same addresses (most likely rfc1918), the fact that they have different RDs and that the PE prepends the RD to the prefixes exchanged between PEs will make the same prefixes different in the MPLS VPN core
    cust1 advertises 192.168.1.0/24 with RD 1:1 therefore
    VPNv4 prefix is 1:1:192.168.1.0
    cust2 advertises 192.168.1.0/24 with RD 1:2 therefore
    VPNv4 prefix is 1:2:192.168.1.0"
    My test lab does not support the IBGP multipath command, and thus even with different RDs, it still only installs one best path.
    I understand that RD = make unique VPNv4 routes in SP space, and that RT = what to import into the VRF. However, I am having a hard time visualizing the scenario with mutiple RDs for the same VPN for load balancing purposes. I am trying to understand the logic behind it.
    Per your example, if both 1:1 and 1:2 are received by the remote PE, assuming IBGP multipath is enabled, why would the remote PE load balance between the two links? Why would it assume that the hub subnets are reachable via two different PEs, and that it's not two different, isolated VPNs altogether?
    Is it b/c you imported both 1:1 and 1:2 into a VRF at the remote PE?

  • What is the best Path for a J2EE developer with oracle?

    Hi,
    I am a J2EE developer, for the time being I work at a Commercial Bank as an enterprise application developer. I have learnt java when I was following a local IT diploma and with the help of books, works at my working place and the internet , today I am developing J2EE applications with JSP,Servlets,JSF2.0,EJB3.0 and third party JSF libraries etc. (I am also developing softwares using other programing languages such as Asp.net, C#.net, WPF etc, but I prefer to be in the java path). Other than that, I'm also working as the UI designer of most of our applications.
    I have those skills and practice after working for 4 years as a web/enterprise application developer & a UI designer, but now I have to focus on some paper qualifications and hence I am doing BCS.
    Now I want to be a java professional in Oracle's path, and I need to know what is the best path I can select to move with Oracle. I finished my classes of SCJP , but didn't do the exams as there were some rumors that Oracle will dump those exams in the future. I am interested in Oracle university, but I am unable to even think about it as I live in Sri Lanka and don't have that much of financial wealth to go USA and join.
    So I really appreciate if any Oracle professional could suggest me the best educational path according to what I mentioned about my technical and career background. Because I have a dream to join Oracle one day as an employee and being a good contributer to the same forum, which I am getting helps today!
    Thanks!!!

    As you can see on our website, Oracle did not retire the Java certifications. You can browse through the available certifications and hopefully help to determine your path.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=140
    SCJP has now become Oracle Certified Professional Java Programmer. You can find more info on those exams on our website here: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=320.
    Regarding training, perhaps live virtual training would be an option for you. You can find more information at http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • Path Selection between 10 gig fiber and microwave

    Hello everyone,
    my network is running OSPF as an IGP, i have a 10 gig Ethernet  fiber connected between two sites and a microwave link as a redundant connection.
    since ospf metric is cost ( or bandwidth ), the 10 gig ethernet connection is always preferred. however, sometimes the 10 gig link is flapping or the bit error rate is bad, is there anyway to change the path selection to go through the microwave when the bit error rate in the 10 gig link is bad or the link flaps ?
    basically can we make the path selection based on anything than the speed or cost ?

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Bandwidth can be a metric to OER/PfR.  Much else can be used by OER/PfR.
    The intent of this technology is sort of described by the names, Optimized Edge Routing (v1) and Performance Routing (v2).
    Both can account for path bandwidth and/or analyze performance.
    Understand typical dynamic routing protocols keep track of paths between source and destination and some have a way to "weight" paths  (for example, OSPF link cost [which by RFC, hasn't nothing to do with bandwidth, but is often based on that]).
    OER/PfR, for example, can run their own SLA tests.
    Years ago, I set up OER in large dual MPLS/VPN environment.  Our initial "problem", after activation, our WAN performance monitoring tools (and our users!) no longer "saw" any WAN performance issues.  They were still happening, but OER "saw" them first, and worked around them before the monitoring tools saw them.

  • Weird BGP path selection problem

    Hi, all,
    I am seeing a weird BGP path selection problem on 4948 switch running cat4500-entservicesk9-mz.122-46.SG.bin code, this switch has two uplinks to the same ISP's different edge router, one circuit is primary the other one is strict backup, only default route is accepted from ISP. I am setting both local preference and weight to the default route advertised over backup link, however neither one is taking effect, BGP still thinks the backup link is better, what could be wrong?
    rtr#sh ip bgp 0.0.0.0/0
    BGP routing table entry for 0.0.0.0/0, version 105
    Paths: (3 available, best #2, table Default-IP-Routing-Table, not advertised to EBGP peer)
      Not advertised to any peer
      17675, (received & used)
        203.169.8.37 from 203.169.8.37 (61.211.160.150)
          Origin IGP, localpref 100, valid, external
          Community: 65001:0 no-export
      17675
        203.169.8.45 from 203.169.8.45 (61.211.160.151)
          Origin IGP, localpref 90, weight 90, valid, external, best <====
          Community: 65001:0 no-export
      17675, (received-only)
        203.169.8.45 from 203.169.8.45 (61.211.160.151)
          Origin IGP, localpref 100, valid, external
          Community: 65001:0 no-export
    Thanks

    Hi,
    On cisco routers , weight is having highest preference to decide best path. By default for received route, weight is 0 but you are setting weight 90 to backup path and that is why it is getting preferred (higher is better). Please remove weight and let local preference be 90 (lesser than route on primary path)
    --Pls dont forget to rate helpful posts--
    Regards,
    Akash

  • Controlling path selection in multihomed network

    Hi All,
    I *think* I've worked out the answer to this from reading the docs and from other similar posts here, but I would appreciate a sanity-check and any constructive criticism from the experts here.
    The customer has an MPLS VPN with two links into HQ and a bunch of singly-connected remote sites. He wants to load-balance across the two HQ links and (the crucial bit) wants to control which of the two HQ links is used by each remote site.
    For the sake of discussion, lets divide the remote sites into a "Red" group and a "Green" group. I figure if I make one HQ link part of the "Red" group and the other HQ link part of the "Green" group and then configure all of the PEs (the HQ ones and the remote ones) as follows:-
    "Red" sites
    ===========
    ip vrf Customer
    rd x:y
    route-target export 1000:1
    route-target import 1000:1
    route-target import 1000:2
    import-map Prefer-Red
    route-map Prefer-Red permit 10
    match community 1000:1
    set local-preference 100
    route-map Prefer-Red permit 20
    match community 1000:2
    set local-preference 10
    set metric +10
    "Green" sites
    =============
    ip vrf Customer
    rd x:z
    route-target export 1000:2
    route-target import 1000:1
    route-target import 1000:2
    import-map Prefer-Green
    route-map Prefer-Green permit 10
    match community 1000:2
    set local-preference 100
    route-map Prefer-Green permit 20
    match community 1000:1
    set local-preference 10
    set metric +10
    Does this look like a sensible approach ? Does anyone have any better suggestions for accomplishing the desired result ?
    Thanks,
    Eamonn
    (This is my first post here...I hope it is appropriate).

    Hello Eamonn,
    Another option for path selection over the MPLS VPN backbone is to create an additional OSPF intra-area (logical) link between ingress and egress VRFs on the relevant PE routers, also known as "Sham-Link"
    For further details...
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122t/122t8/ospfshmk.htm
    Let us know if this helps !!!
    sultan

  • Path Selection – Leaving blank holes

    Hello,
    I'm missing a very important feature since I switched from CS4 to CS 5.5: In Photoshop CS4, when you created a path in another and selected the path, the inner path was left blank (Creating an "o" and selecting it got you the selection in shape of an o).
    Now, as I'm using CS5.5, Photoshop totally ignores those inner pathes and makes one big selection (example: http://dl.dropbox.com/u/5024014/path.png). This is very bad for me, because I have to put big industrial machines on transparent background, and now I have to create dozends of paths for every litte hole and then must put them together manually, which takes a lot of time.
    So, if anyone knows how to solve this problem and getting my path selection back to how it worked in CS4, I would be very glad!
    Greetings, Andreas

  • Path Selection Tool issues

    After reading up on some of the problems people are having with the path/shape changes in CC 2014, I haven't seen an exact mention of the problem I am having so here I am.
    2 part problem really:
    1. When using the Path Selection Tool or Direct Selection Tool, sometimes I am unable to switch to any other tool using a keyboard shortcut, regardless of isolation mode or Active/All layers toggles. I press Z or B or whatever, and nothing happens. I have to click the tool icon to get it to work. This seems to happen randomly.
    2. When using the Path Selection or Direct Selection Tool, after a few operations of moving points around, when I move to another layer to work on another shape the shape outline and the handles are not visible. When in All Layers mode, the layer is switched to the new shape as expected and the Properties panel shows details of the shape path but I can't see the outline. The only way I have found to 'fix' this is to draw a new shape or reopen the document or Photoshop itself.
    Are these 'problems' just me missing some new way of working brought into the shape tools or is it as borked as it seems?
    Thanks

    No I have been using CC for about 8 months or so. I updated to CC 2014 a couple of days ago. I have been using the shapes with no issues up till now. The changes to the shape system seemed to bring it closer to illustrator, so it was logical. A change from the past, but I thought I was up to speed with it.
    As for keystrokes to reproduce the problems I am having - that is part of the problem it seems kind of random as to when it happens.
    When working on a shape, pressing return will turn the outline on and off as expected. Pressing esc will turn it off as expected, double clicking will take it into isolation mode as expected but then sometimes, the whole outline becomes unresponsive and it isn't visible. The shape layer is selected and the layer selection changes as expected when I have All Layers mode on and I click different shapes. The path is also selected in the Path panel. It shows up in the properties window too. Clicking/double clicking the shape, return and esc make no difference. I don't get it its all happening randomly though
    Then I have the 'unable to switch tools' problem where shortcuts for different tools stop working. I have to click the tool icon to switch. Drawing a new shape brings it all back As I said in my first post, it could just be me missing something but i'm stumped. At this point i'm going to try a reinstall but I don't think it'll make much difference with something like this.
    Thanks for the reply though.

  • Path Selection Thumbnails

    Hello Can Someone Help Me   Im Having Problems with my paths panel   it seems the path selection thumbnail has a circle and slash through it..  when i try and load it as a selection  i cant.

    Heres the screen shot the circle with the slash isnt highlighted  because im hitting the prt sc button  but all of the thumbnails in the path panel has that circle and slash

  • Path Selection Tool

    Hello,
    I begin photoshop scripting. I want to use Path Selection Tool but i don't find this property in the javascript reference.
    Exactly, i want to select all the document by this tool.
    Please, help me.

    Hello,
    I begin photoshop scripting. I want to use Path Selection Tool but i don't find this property in the javascript reference.
    Exactly, i want to select all the document by this tool.
    Please, help me.

  • Path Selection tool crashes in Photoshop CS6

    I want to change my Path Selection tool options but everytime I select the Path Selection tool in the tool bar, Photoshop CS6 crashes. I would like to select the Constrain Path Dragging option which I believe is in the options bar?
    Any help much appreciated.

    Here is the full crash report…
    Process:         Adobe Photoshop CS6
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.0 (20120315.r.428)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd
    Date/Time:       2012-06-03 19:47:08.422 +0100
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          830445 sec
    Crashes Since Last Report:           40
    Per-App Interval Since Last Report:  232890 sec
    Per-App Crashes Since Last Report:   26
    Anonymous UUID:                      08E301D3-63CB-40C1-862B-2BF625CC7095
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    objc[3766]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.AGM                      0x00000001041af5fa AGMInitialize + 38651
    1   com.adobe.Photoshop                0x00000001019e480b AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 18409131
    2   com.adobe.Photoshop                0x00000001019e4daa AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 18410570
    3   com.adobe.Photoshop                0x00000001019e9e3a AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 18431194
    4   com.adobe.Photoshop                0x0000000100d3d79e AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 5142078
    5   com.adobe.Photoshop                0x0000000100033002 0x100000000 + 208898
    6   com.adobe.Photoshop                0x00000001000332ea 0x100000000 + 209642
    7   com.adobe.Photoshop                0x00000001000332ea 0x100000000 + 209642
    8   com.adobe.Photoshop                0x00000001000332ea 0x100000000 + 209642
    9   com.adobe.Photoshop                0x00000001000332ea 0x100000000 + 209642
    10  com.adobe.Photoshop                0x00000001000332ea 0x100000000 + 209642
    11  com.adobe.Photoshop                0x00000001000332ea 0x100000000 + 209642
    12  com.adobe.Photoshop                0x00000001000332ea 0x100000000 + 209642
    13  com.adobe.Photoshop                0x00000001019aeb6d AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 18188813
    14  com.adobe.Photoshop                0x00000001019ae964 AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 18188292
    15  com.apple.AppKit                   0x00007fff926c1a67 -[NSView _drawRect:clip:] + 3995
    16  com.apple.AppKit                   0x00007fff926bf719 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 3020
    17  com.apple.AppKit                   0x00007fff926c020a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 5821
    18  com.apple.AppKit                   0x00007fff926c020a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 5821
    19  com.apple.AppKit                   0x00007fff926c020a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 5821
    20  com.apple.AppKit                   0x00007fff926c020a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 5821
    21  com.apple.AppKit                   0x00007fff926c020a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 5821
    22  com.apple.AppKit                   0x00007fff926c020a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 5821
    23  com.apple.AppKit                   0x00007fff9280b560 -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 274
    24  com.apple.AppKit                   0x00007fff926b986f -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4755
    25  com.apple.AppKit                   0x00007fff926b22ed -[NSView displayIfNeeded] + 1676
    26  com.apple.AppKit                   0x00007fff9280b438 -[NSNextStepFrame displayIfNeeded] + 83
    27  com.apple.AppKit                   0x00007fff926b1a2d _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 648
    28  com.apple.CoreFoundation           0x00007fff8b1dc8e7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    29  com.apple.CoreFoundation           0x00007fff8b1dc846 __CFRunLoopDoObservers + 374
    30  com.apple.CoreFoundation           0x00007fff8b1b1af9 __CFRunLoopRun + 825
    31  com.apple.CoreFoundation           0x00007fff8b1b1486 CFRunLoopRunSpecific + 230
    32  com.apple.HIToolbox                0x00007fff8e5164d3 RunCurrentEventLoopInMode + 277
    33  com.apple.HIToolbox                0x00007fff8e51d6d3 ReceiveNextEventCommon + 181
    34  com.apple.HIToolbox                0x00007fff8e51d60e BlockUntilNextEventMatchingListInMode + 62
    35  com.apple.AppKit                   0x00007fff92675e31 _DPSNextEvent + 659
    36  com.apple.AppKit                   0x00007fff92675735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    37  com.adobe.Photoshop                0x00000001019b37da AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 18208378
    38  com.adobe.Photoshop                0x0000000100d46746 AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 5178854
    39  com.adobe.Photoshop                0x0000000101695b38 AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 14940632
    40  com.adobe.Photoshop                0x00000001016954a3 AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 14938947
    41  com.adobe.Photoshop                0x00000001006044e5 boost::system::system_error::what() const + 245477
    42  com.adobe.Photoshop                0x00000001006043ba boost::system::system_error::what() const + 245178
    43  com.adobe.Photoshop                0x00000001006043ba boost::system::system_error::what() const + 245178
    44  com.adobe.Photoshop                0x00000001006043ba boost::system::system_error::what() const + 245178
    45  com.adobe.Photoshop                0x00000001006043ba boost::system::system_error::what() const + 245178
    46  com.adobe.Photoshop                0x00000001006043ba boost::system::system_error::what() const + 245178
    47  com.adobe.Photoshop                0x00000001006043ba boost::system::system_error::what() const + 245178
    48  com.adobe.Photoshop                0x00000001006043ba boost::system::system_error::what() const + 245178
    49  com.adobe.Photoshop                0x00000001006043ba boost::system::system_error::what() const + 245178
    50  com.adobe.Photoshop                0x00000001006086a0 boost::system::system_error::what() const + 262304
    51  com.adobe.Photoshop                0x0000000101331f09 AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 11386281
    52  com.adobe.Photoshop                0x00000001005b1737 0x100000000 + 5969719
    53  com.adobe.Photoshop                0x0000000100c4effb AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 4165275
    54  com.adobe.Photoshop                0x00000001005ace42 0x100000000 + 5951042
    55  com.adobe.Photoshop                0x00000001005acedd 0x100000000 + 5951197
    56  com.adobe.Photoshop                0x00000001019adbb4 AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 18184788
    57  com.adobe.Photoshop                0x00000001019ad87c AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 18183964
    58  com.apple.AppKit                   0x00007fff92742348 -[NSWindow sendEvent:] + 6306
    59  com.adobe.owl                      0x0000000103aa0558 OWLRemoveObjCExceptionCallback + 1100
    60  com.adobe.owl                      0x0000000103aa2674 OWLRemoveObjCExceptionCallback + 9576
    61  com.apple.AppKit                   0x00007fff926dba55 -[NSApplication sendEvent:] + 5593
    62  com.adobe.Photoshop                0x00000001019217fd AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 17610397
    63  com.adobe.Photoshop                0x0000000101920b7f AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 17607199
    64  com.apple.AppKit                   0x00007fff926720c6 -[NSApplication run] + 555
    65  com.adobe.Photoshop                0x0000000101920402 AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 17605282
    66  com.adobe.Photoshop                0x000000010192266e AWS_CUI_GetVersionComments(OpaqueWindowPtr, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument, adobe::q::QProject*, long) + 17614094
    67  com.adobe.Photoshop                0x00000001005ae27c 0x100000000 + 5956220
    68  com.adobe.Photoshop                0x00000001007b074f boost::system::system_error::what() const + 1999183
    69  com.adobe.Photoshop                0x00000001007b0999 boost::system::system_error::what() const + 1999769
    70  com.adobe.Photoshop                0x000000010054b24c 0x100000000 + 5550668
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib             0x00007fff8ee697e6 kevent + 10
    1   libdispatch.dylib                  0x00007fff8a6b478a dispatchmgr_invoke + 923
    2   libdispatch.dylib                  0x00007fff8a6b331a dispatchmgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib             0x00007fff8ee69192 __workq_kernreturn + 10
    1   libsystem_c.dylib                  0x00007fff8b9f4594 pthreadwqthread + 758
    2   libsystem_c.dylib                  0x00007fff8b9f5b85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib             0x00007fff8ee68bca __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff8b9f6274 pthreadcond_wait + 840
    2   MultiProcessor Support             0x000000010c3680f3 main + 8403
    3   MultiProcessor Support             0x000000010c3681b0 main + 8592
    4   MultiProcessor Support             0x000000010c384f50 main + 126768
    5   libsystem_c.dylib                  0x00007fff8b9f28bf pthreadstart + 335
    6   libsystem_c.dylib                  0x00007fff8b9f5b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib             0x00007fff8ee68bca __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff8b9f6274 pthreadcond_wait + 840
    2   com.apple.CoreServices.CarbonCore     0x00007fff93db4a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore     0x00007fff93d46ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore     0x00007fff93d8be81 MPWaitOnQueue + 181
    5   com.adobe.ACE                      0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                      0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore     0x00007fff93d8cce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                  0x00007fff8b9f28bf pthreadstart + 335
    9   libsystem_c.dylib                  0x00007fff8b9f5b75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib             0x00007fff8ee68e42 __semwait_signal + 10
    1   libsystem_c.dylib                  0x00007fff8b9a8dea nanosleep + 164
    2   com.adobe.PSAutomate               0x0000000111c699cb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate               0x0000000111c4f7c9 ScObjects::BridgeTalkThread::run() + 169
    4   com.adobe.PSAutomate               0x0000000111c69d36 ScObjects::Thread::go(void*) + 166
    5   libsystem_c.dylib                  0x00007fff8b9f28bf pthreadstart + 335
    6   libsystem_c.dylib                  0x00007fff8b9f5b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib             0x00007fff8ee69192 __workq_kernreturn + 10
    1   libsystem_c.dylib                  0x00007fff8b9f4594 pthreadwqthread + 758
    2   libsystem_c.dylib                  0x00007fff8b9f5b85 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib             0x00007fff8ee68bca __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff8b9f6274 pthreadcond_wait + 840
    2   com.adobe.ape.engine               0x000000011349ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine               0x0000000113248ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine               0x000000011349acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x000000011349ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x000000011349ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff8b9f28bf pthreadstart + 335
    8   libsystem_c.dylib                  0x00007fff8b9f5b75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib             0x00007fff8ee68bca __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff8b9f6274 pthreadcond_wait + 840
    2   com.adobe.ape.engine               0x000000011349ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine               0x0000000113248ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine               0x000000011349acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x000000011349ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x000000011349ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff8b9f28bf pthreadstart + 335
    8   libsystem_c.dylib                  0x00007fff8b9f5b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib             0x00007fff8ee6767a mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff8ee66d71 mach_msg + 73
    2   com.apple.CoreFoundation           0x00007fff8b1a950c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation           0x00007fff8b1b1c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation           0x00007fff8b1b1486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO              0x00007fff92133fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO              0x00007fff9212a15a CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                  0x00007fff8b9f28bf pthreadstart + 335
    8   libsystem_c.dylib                  0x00007fff8b9f5b75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib             0x00007fff8ee68bca __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff8b9f62a6 pthreadcond_wait + 890
    2   com.adobe.ape.engine               0x000000011349abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine               0x00000001134b2ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine               0x000000011349acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x000000011349ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x000000011349ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff8b9f28bf pthreadstart + 335
    8   libsystem_c.dylib                  0x00007fff8b9f5b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib             0x00007fff8ee68bca __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff8b9f62a6 pthreadcond_wait + 890
    2   com.adobe.ape.engine               0x000000011349abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine               0x000000011362d2c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine               0x000000011349acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x000000011349ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x000000011349ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff8b9f28bf pthreadstart + 335
    8   libsystem_c.dylib                  0x00007fff8b9f5b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib             0x00007fff8ee68d7a __recvfrom + 10
    1   ServiceManager-Launcher.dylib      0x000000010efd35ec Invoke + 45721
    2   ServiceManager-Launcher.dylib      0x000000010efd2813 Invoke + 42176
    3   ServiceManager-Launcher.dylib      0x000000010efd1be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib      0x000000010efd1c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib      0x000000010efcd30f Invoke + 20412
    6   ServiceManager-Launcher.dylib      0x000000010efcd616 Invoke + 21187
    7   ServiceManager-Launcher.dylib      0x000000010efcdcd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib      0x000000010efcdf41 Invoke + 23534
    9   ServiceManager-Launcher.dylib      0x000000010efd061d Invoke + 33482
    10  ServiceManager-Launcher.dylib      0x000000010efd0775 Invoke + 33826
    11  ServiceManager-Launcher.dylib      0x000000010efd0fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib      0x000000010efd10ad Invoke + 36186
    13  ServiceManager-Launcher.dylib      0x000000010efc3d6b Login + 480
    14  ServiceManager-Launcher.dylib      0x000000010efc77ad Login + 15394
    15  ServiceManager-Launcher.dylib      0x000000010efd1412 Invoke + 37055
    16  ServiceManager-Launcher.dylib      0x000000010efd3253 Invoke + 44800
    17  libsystem_c.dylib                  0x00007fff8b9f28bf pthreadstart + 335
    18  libsystem_c.dylib                  0x00007fff8b9f5b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000001038f1c60  rbx: 0x00007fff5fbf99e0  rcx: 0x00000001071c72d8  rdx: 0x00007fff5fbf99e0
      rdi: 0x00007fff5fbf9930  rsi: 0x00000001072c63f8  rbp: 0x00007fff5fbf9950  rsp: 0x00007fff5fbf9928
       r8: 0x00000001071c7260   r9: 0x00000001052ac3b8  r10: 0x00000001071c7318  r11: 0x0000000000000000
      r12: 0x000000010d5bd890  r13: 0x0000000000000000  r14: 0x00007fff5fbf9a28  r15: 0x0000000000000001
      rip: 0x00000001041af5fa  rfl: 0x0000000000010202  cr2: 0x00000001041af5fa
    Logical CPU: 1
    Binary Images:
           0x100000000 -        0x10333cfff +com.adobe.Photoshop (13.0.0 - 20120315.r.428) <6A87A703-3170-CA73-8C77-35C282C4E264> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
           0x1039bf000 -        0x1039ebff7 +libtbb.dylib (??? - ???) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbb.dylib
           0x103a02000 -        0x103a10ff3 +libtbbmalloc.dylib (??? - ???) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbbmalloc.dylib
           0x103a24000 -        0x103a2bfff  org.twain.dsm (1.9.5 - 1.9.5) <D3C111E6-AAE8-3267-B760-1529D0917170> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103a33000 -        0x103a4dff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x103a56000 -        0x103a5cfff  com.apple.agl (3.2.0 - AGL-3.2.0) <AB0B5D3F-BA2A-3366-830A-EF9258C18276> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x103a63000 -        0x103c71fff +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <CB035C4D-044D-4004-C887-814F944E62ED> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x103cb2000 -        0x1040f8ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19463 - 5.8.0.19463) <8A4BA3B2-6F6A-3958-ABDE-C3E8F21373B0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x104174000 -        0x1044cdff7 +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <E96C804B-158B-D4A2-9A64-482F9ADC29D0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x104536000 -        0x104897fef +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <8BFF14FB-AA14-1CBF-C2A3-715363B5A841> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1048e4000 -        0x10490cff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <9BDD08A8-2DD8-A570-7A7B-EDAA7097D61B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x104913000 -        0x10493ffff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x104962000 -        0x104aafff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x104b23000 -        0x104b92fef +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <924155A9-D00E-B862-C490-5099BA70B978> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x104bb9000 -        0x104c12fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BC353D4E-1AE2-3FB5-D3EE-81A09C0C4328> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x104cb2000 -        0x104d39ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <5FCA15B4-F721-09C3-B412-1F86D9D7DE9E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104d9e000 -        0x104db9ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BB7B342A-8CBC-4B73-58A2-9B062F590EBC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x104dd3000 -        0x105010fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <6839CFB1-74EE-B205-7D82-ABC5428E0810> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x10510f000 -        0x105288fff +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <7F28B188-1D1B-20C9-BBB9-B74FCC12ECAD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x10529b000 -        0x1052bafff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <B7D7EE28-D604-2989-B099-62AEF4885C21> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1052c1000 -        0x1053a5fe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1053b6000 -        0x10547bfff +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <B14B096C-AA23-BA8F-E3AE-8DB102F9D161> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x1054c8000 -        0x1054ccff7 +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <13D5CEF7-6090-CD66-8DA0-190771950F76> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x1054d2000 -        0x105550fff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105561000 -        0x1055c1ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x1055cb000 -        0x105b23fef +com.nvidia.cg (2.2.0006 - ???) /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/Cg.framework/Cg
           0x106180000 -        0x1061eefef +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x106242000 -        0x106267ffe +adobepdfsettings (??? - ???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x1062a2000 -        0x1062a6ff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x1062ac000 -        0x10645cfef +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <908DBB12-D2AC-1844-BD2A-F1C483424917> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106513000 -        0x106533fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <DC3301F2-FC6E-70C7-3927-B0DD024210D6> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ocl.framework/Versions/A/aif_ocl
           0x10654d000 -        0x10660afff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x106654000 -        0x106702fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10673f000 -        0x106839fe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x1068dd000 -        0x106b26fe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x106ba9000 -        0x106ba9fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <C23BF0A1-7E6D-35EF-85FE-651EE2C13D53> /usr/lib/libmx.A.dylib
           0x106de5000 -        0x106de7fff  com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x106df8000 -        0x106df9ff7  libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <C8D0607A-A668-36EE-AF03-866BD04B5611> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x106fe7000 -        0x106ff6ff7  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D30A4333-0953-394D-BB26-739937ED0BD8> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x1092e0000 -        0x1092fbfff  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <59FCE9C0-27E6-34CE-89E5-3A83B843B36C> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x109ab0000 -        0x109ad1fff  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <25FF31F5-9D1E-35EB-8085-F0AC25C38DAC> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x109ad5000 -        0x109ae7ff7  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <66A3625A-6918-3C14-8DF3-2F4924C389EA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x109fd7000 -        0x109fd7fff +Enable Async IO (??? - ???) <F56F1FB2-9CF1-19A8-0D14-885A652B19B7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x109fdb000 -        0x109fdefff +FastCore (??? - ???) <29AAF151-6CC4-28C5-68B8-0F6600A20435> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x10b500000 -        0x10b56cfff +MMXCore (??? - ???) <B9B6C7FB-CE56-8F6F-664E-DFCBBC5E3ADE> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x10c2a0000 -        0x10c2e6fe7 +com.adobe.pip (??? - 6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
           0x10c323000 -        0x10c3a8fff +MultiProcessor Support (??? - ???) <467BB668-E9DD-60F4-CAAD-768A98174734> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x10efbe000 -        0x10efe9fff +ServiceManager-Launcher.dylib (389.0.0 - compatibility 2.5.0) <7AE35754-3413-206D-4B92-579AAA25B4F8> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
           0x111b06000 -        0x111b19ff7 +MeasurementCore (??? - ???) <2E842E3B-9E4D-6D59-7E5B-A01979288E4B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Measurements/MeasurementCore.plugin/Contents/MacOS/Mea surementCore
           0x111b25000 -        0x111d80ff7 +com.adobe.PSAutomate (13.0 - 13.0) <6EE89DAF-28E8-B15F-1C4B-18D8D19F6452> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/Scri ptingSupport
           0x111e92000 -        0x111f83fff +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.2.29 - 6.2.29.18602) <2BD3388F-976E-0B1C-55DB-B97A5AF95724> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFlex
           0x112007000 -        0x112081fef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <C0AD101D-E452-4B4B-5B31-F467133EC20C> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
           0x112090000 -        0x1120b6ff7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <79E11A18-8AF4-2515-59F7-4CBE161BF020> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x1120d5000 -        0x112103ff7  GLRendererFloat (??? - ???) <E33704BC-AA25-3279-A585-ABC6B3176D3E> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x112196000 -        0x112699fe7  com.apple.RawCamera.bundle (3.13.0 - 627) <4593B038-1A60-5ADB-565D-5BDFA28A53F2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x1127f7000 -        0x1127fbfff  com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <D4D40031-05D5-3D8B-A9A5-490D9483E188> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x112b00000 -        0x112c99fff  GLEngine (??? - ???) <61484217-C41D-3A65-86BD-397ACC0D069F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x112ccd000 -        0x112dc6fff  libGLProgrammability.dylib (??? - ???) <7396EE13-5FA6-3E78-88D0-2502CFE79A97> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
           0x112f95000 -        0x112f9afff  com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0f3) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x112f9f000 -        0x112fcefff  com.apple.cmio.DAL.AVC_4 (212.0 - 3199.1.1) <1AD870A8-4703-3F24-86FA-0B637E0308C1> /System/Library/Frameworks/CoreMediaIO.framework/Resources/AVC.plugin/Contents/MacOS/AVC
           0x113200000 -        0x114185fd7 +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <5E188E32-37F7-4E0B-0674-E8D16B60074F> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
           0x1143d2000 -        0x1144b5fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x11558e000 -        0x1155c2fff  com.apple.FWAVC (201.47 - 47) <8F669CC8-4C7B-3884-ACAC-356891619A7D> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
           0x1155d8000 -        0x115602ff7  com.apple.cmio.DAL.VDC_4 (212.0 - 3199.1.1) <143A9719-FB00-3476-9863-F4D9E3769A42> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
           0x116796000 -        0x1167dcfff +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <58C40EB9-2F38-2479-E710-344CAB0CEFB7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/updaternotifications.framework/Versions/A/UpdaterNotification s
           0x200000000 -        0x2007e6fff  com.apple.GeForceGLDriver (7.18.18 - 7.1.8) <B1C5CF64-DB24-31CC-95D6-5F81E7244435> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff6de12000 -     0x7fff6de46baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff89059000 -     0x7fff8905cfff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
        0x7fff8905d000 -     0x7fff89124ff7  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
        0x7fff89300000 -     0x7fff897c7fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
        0x7fff897c8000 -     0x7fff897f3ff7  com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff897f4000 -     0x7fff89a67fff  com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
        0x7fff89a68000 -     0x7fff89a75ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
        0x7fff89a76000 -     0x7fff89aecfff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff89aed000 -     0x7fff89e96fef  com.apple.MediaToolbox (1.0 - 705.78) <A4DF8258-0CB9-3244-BF12-3AD02B1952B0> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8a004000 -     0x7fff8a0e3ff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
        0x7fff8a12e000 -     0x7fff8a14bff7  com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff8a14e000 -     0x7fff8a581ff7  com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8a582000 -     0x7fff8a5d5fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <E3FE9B47-2276-3316-B2D2-85784AD2D9B3> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8a5e2000 -     0x7fff8a60bfff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8a60c000 -     0x7fff8a67cfff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff8a67d000 -     0x7fff8a6b0ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8a6b1000 -     0x7fff8a6bffff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
        0x7fff8a6c0000 -     0x7fff8a761ff7  com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
        0x7fff8a7f5000 -     0x7fff8a841ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8a842000 -     0x7fff8a949fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8a94a000 -     0x7fff8af2efff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff8af38000 -     0x7fff8af38fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8af39000 -     0x7fff8af47fff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8af64000 -     0x7fff8b0eefff  com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8b0ef000 -     0x7fff8b0feff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff8b173000 -     0x7fff8b178fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff8b179000 -     0x7fff8b34dff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8b34e000 -     0x7fff8b36efff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
        0x7fff8b36f000 -     0x7fff8b39afff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8b39b000 -     0x7fff8b53aff7  com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8b53b000 -     0x7fff8b54fff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
        0x7fff8b550000 -     0x7fff8b57dfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff8b58b000 -     0x7fff8b68dfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff8b68e000 -     0x7fff8b783fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff8b9a4000 -     0x7fff8ba81fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff8bacb000 -     0x7fff8bb3efff  libstdc+.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc+.6.dylib
        0x7fff8bb3f000 -     0x7fff8bbf2ff7  com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
        0x7fff8bbf3000 -     0x7fff8bc4fff7  com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
        0x7fff8bc50000 -     0x7fff8bc79fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
        0x7fff8bc7a000 -     0x7fff8bc85fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8bc86000 -     0x7fff8bd19ff7  com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
        0x7fff8bd1a000 -     0x7fff8bde1ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
        0x7fff8bde2000 -     0x7fff8be65fef  com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
        0x7fff8bebe000 -     0x7fff8bfc3fff  libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
        0x7fff8bfda000 -     0x7fff8bff1fff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff8c11f000 -     0x7fff8c122ff7  com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
        0x7fff8c123000 -     0x7fff8c1c8fff  com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
        0x7fff8c1c9000 -     0x7fff8c24dff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
        0x7fff8c2d1000 -     0x7fff8c2e6fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff8c2f5000 -     0x7fff8c357ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff8c358000 -     0x7fff8c35cfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8c35d000 -     0x7fff8c469fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8c5f5000 -     0x7fff8c702fff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
        0x7fff8c72f000 -     0x7fff8c730fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff8c736000 -     0x7fff8c77dff7  com.apple.CoreMedia (1.0 - 705.78) <F6EA2328-FD3E-3057-80C7-C9845837F863> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c7bd000 -     0x7fff8c801ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8ca32000 -     0x7fff8ca38fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff8cedf000 -     0x7fff8cee4fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8cee5000 -     0x7fff8cee5fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8cee6000 -     0x7fff8cee6fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
        0x7fff8cee7000 -     0x7fff8ceedfff  libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff8ceee000 -     0x7fff8cf28fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff8cf3b000 -     0x7fff8d1a9ff7  com.apple.QuartzComposer (5.0 - 236.7) <D556126B-3D67-3E37-82E0-D06532DE0C89> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
        0x7fff8d1d4000 -     0x7fff8d1e4ff7  com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8d301000 -     0x7fff8d30aff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff8d388000 -     0x7fff8d388fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8d389000 -     0x7fff8d3e6ff7  com.apple.QuickLookFramework (3.2 - 500.16) <46017A4B-9E2B-329C-A8D9-2C11DE6C1A47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8d474000 -     0x7fff8d4b3ff7  libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff8d4b4000 -     0x7fff8d4b7fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
        0x7fff8d4b8000 -     0x7fff8d5eefff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
        0x7fff8d7c6000 -     0x7fff8d818ff7  libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8d819000 -     0x7fff8d835ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff8d836000 -     0x7fff8d876ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
        0x7fff8d877000 -     0x7fff8e00bfef  com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8e099000 -     0x7fff8e11eff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8e121000 -     0x7fff8e125fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8e47a000 -     0x7fff8e497fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff8e498000 -     0x7fff8e513ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff8e514000 -     0x7fff8e840ff7  com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff8e841000 -     0x7fff8eb5afff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8eb63000 -     0x7fff8ebb7fff  libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8ebb8000 -     0x7fff8ebc3ff7  libc+abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc+abi.dylib
        0x7fff8ebd0000 -     0x7fff8ec38ff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8ec39000 -     0x7fff8ec41fff  libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8ec57000 -     0x7fff8ec5cff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff8ec78000 -     0x7fff8ecd8fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
        0x7fff8ed17000 -     0x7fff8edfbe5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff8ee52000 -     0x7fff8ee72fff  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8ee73000 -     0x7fff8ee7eff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
        0x7fff8ee7f000 -     0x7fff8ee83ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
        0x7fff8ee92000 -     0x7fff8efebfff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8efec000 -     0x7fff8f30efe7  com.apple.JavaScriptCore (7534.56 - 7534.56.6) <675725F8-37C4-3B80-ADB0-7B6AE908A908> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8f30f000 -     0x7fff8f30ffff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff8f3f9000 -     0x7fff8f3faff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8f3fb000 -     0x7fff8f428ff7  com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8f44a000 -     0x7fff8f4a4ff7  com.apple.ImageCaptureCore (3.0.3 - 3.0.3) <12C722EE-3A13-3937-ABDF-EDC922F4C299> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff9023f000 -     0x7fff90240fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff90241000 -     0x7fff9052aff7  com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff9052b000 -     0x7fff9052dfff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
        0x7fff9052e000 -     0x7fff90531fff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
        0x7fff90599000 -     0x7fff905c4ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff905c5000 -     0x7fff905d0ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff905d3000 -     0x7fff905d9fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff905da000 -     0x7fff905e7fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff905e8000 -     0x7fff90651fff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff90652000 -     0x7fff90660ff7  libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.d

Maybe you are looking for

  • CW++ and Threads (Follow up to David Rohacek)

    Thanks for the info David. I sure would like to call my CNiGraph:lotY method from inside any thread and I would appreciate some example code. Don't spend to much time on it because I know you are working hard to get the new version of Measurement Stu

  • BYTES calculation on Internal table

    Hi Experts, How to find out  the BYTES on internal table. EG: itab having the single filed as a string and total character is = 9020370. Please provide me any functional module or calculation formula. Thanks in Advance. Raju

  • Photoshop Office Mac 2011

    Am I able to use the software for Office Mac 2011 on a pc?

  • RFC Integer field Returns Zero

    Hi We're having a strange issue with a SAP RFC which is called from BizTalk. The SAP function returns a list of customer orders. All fields are fine except the volume field which is an integer and always returns a zero. I have tested the SAP BAPI whi

  • Attachments: Used to be able to place a paperclip in the text.

    Hello, I upgraded to Acrobat X several weeks ago. In my previous version (Acrobat 9), I could place an attachment within a PDF and indicate it with a little paperclip at a specific point in the document (say, next to a photo or in a specific paragrap