Forte Third Party Framework

Can anyone tell me what Forte third party frameworks are available?
If you have had experience with any of these frameworks, could you give
me your opinion of that product?
Was the framework easy to use? Did you save time using that particular
framework?
Would you use it again?
Thanks in Advance
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Can anyone tell me what Forte third party frameworks are available?
If you have had experience with any of these frameworks, could you give
me your opinion of that product?
Was the framework easy to use? Did you save time using that particular
framework?
Would you use it again?
Thanks in Advance
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Similar Messages

  • Dynamic linking of third party frameworks

    Hi,
       does flex also supports linking of third party frameworks as RSL in flex application .  i  think currently only flex framework is dynamically linked ?

    You can create a RSL from a Library project you can read more here:
    http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_02.html#220675

  • [SOLVED] building an ane which include third party framework and using it

    I made a ane which using third party framework.  Without packing the framework into ane, the ane works fine, and using the framework directly in xcode, it works perfectly too.
    But when pack the framework into ane, I got the error when using it to build a ipa:
    ld: warning: ignoring file /var/folders/c0/m8m1_z5915qblkj9d_7jhmcw0000gn/T/3cb383e9-0092-4b1c-9 09f-5c219b2fbcd4/Partytrack.framework/Partytrack, file was built for unsupported file format ( 0x56 0x65 0x72 0x73 0x69 0x6f 0x6e 0x73 0x2f 0x43 0x75 0x72 0x72 0x65 0x6e 0x74 ) which is not the architecture being linked (armv7): /var/folders/c0/m8m1_z5915qblkj9d_7jhmcw0000gn/T/3cb383e9-0092-4b1c-9 09f-5c219b2fbcd4/Partytrack.framework/Partytrack
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: /Users/apple/Documents/flexsdk/flex3.9/lib/aot/lib/libDebugger1.arm-a ir.a(avmplusDebugger.cpp.o)
    Undefined symbols for architecture armv7:"_OBJC_CLASS_$_Partytrack", referenced from:objc-class-ref in libcom.haibin.extension.PromotionAPI.a(partyTrackAPI.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    The message "is not the architecture being linked (armv7)" is wrong because i using lipo command and get the framework info:
    lipo -info Partytrack.framework/Partytrack
    Architectures in the fat file: Partytrack.framework/Partytrack are: armv7 armv7s i386
    So is it can't find the framework file?
    I'm using Air 3.9
    This is how i build the ane:
    My platformoptions.xml file content:
    <platform xmlns="http://ns.adobe.com/air/extension/3.8">
        <sdkVersion>7.0</sdkVersion>
        <linkerOptions>
            <option>-ios_version_min 4.3</option>
            <option>-framework CoreData</option>
            <option>-framework UIKit</option>
            <option>-framework Foundation</option>
            <option>-framework Security</option>
            <option>-weak_framework AdSupport</option>
        </linkerOptions>
        <packagedDependencies>
            <packagedDependency>Partytrack.framework</packagedDependency>
        </packagedDependencies>
    </platform>
    And my build command are:
    <target name="package" description="Create the extension package">
    <exec executable="${FLEX_HOME}/bin/adt" failonerror="true" dir="../">
    <env key="AIR_SDK_HOME" value="${FLEX_HOME}"/>
    <arg value="-package"/>
    <arg line="-storetype pkcs12"/>
    <arg line="-keystore build/testkey.p12"/>
    <arg line="-storepass 123456"/>
    <arg line="-target ane"/>
    <arg value="${ANE_NAME}.ane"/>
    <arg value="build/extension.xml"/>
    <arg line="-swc swc/${ANE_NAME}.swc"/>
    <arg line="-platform iPhone-ARM -platformoptions build/platform.xml -C ios/ . "/>
    <arg line="-platform Android-ARM -C android/ ."/>
    <arg line="-platform default -C default/ ."/>
    </exec>
    </target>
    File "Partytrack.framework " is in the directory "ios"
    I unzip the ane file and see the file Partytrack.framework is successfully packed into it.
    &: I use flash builder to build a ipa. 

    a got some error when build ipa:
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "__ZNKSt3__120__vector_base_commonILb1EE20__throw_length_errorEv", referenced from:
          __ZNSt3__16vectorIPhNS_9allocatorIS1_EEE8__appendEm in AppotaSDK(dmz_all.o)
          __ZNSt3__16vectorIN2cv3VecIiLi128EEENS_9allocatorIS3_EEE8__appendEm in AppotaSDK(matrix.o)
          __ZNSt3__16vectorIN2cv3VecIiLi64EEENS_9allocatorIS3_EEE8__appendEm in AppotaSDK(matrix.o)
          __ZNSt3__16vectorIN2cv3VecIiLi32EEENS_9allocatorIS3_EEE8__appendEm in AppotaSDK(matrix.o)
          __ZNSt3__16vectorIN2cv3VecIiLi16EEENS_9allocatorIS3_EEE8__appendEm in AppotaSDK(matrix.o)
          __ZNSt3__16vectorIN2cv3VecIiLi12EEENS_9allocatorIS3_EEE8__appendEm in AppotaSDK(matrix.o)
          __ZNSt3__16vectorIN2cv3VecIiLi9EEENS_9allocatorIS3_EEE8__appendEm in AppotaSDK(matrix.o)
      "__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC1ERKS5_", referenced from:
          __ZN2cv9ExceptionC1EiRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9 _S9_i in AppotaSDK(system.o)
          __ZN2cv5errorERKNS_9ExceptionE in AppotaSDK(system.o)
          _cvRegisterModule in AppotaSDK(system.o)
      "__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev", referenced from:
          __Z37_DMZ_fc25492ba21335d69fb04c299b9af1e0P9_IplImageh in AppotaSDK(dmz_all.o)
          __ZL37_DMZ_9eb98eef37ddfbe246ec282eedb142fcP9_IplImageP37_DMZ_200145a25bf71dde0e26f96431f eb196 in AppotaSDK(dmz_all.o)
          __ZN2cv4meanERKNS_11_InputArrayES2_ in AppotaSDK(stat.o)
          __ZN2cv9minMaxIdxERKNS_11_InputArrayEPdS3_PiS4_S2_ in AppotaSDK(stat.o)
          __ZN2cv9minMaxLocERKNS_11_InputArrayEPdS3_PNS_6Point_IiEES6_S2_ in AppotaSDK(stat.o)
          __ZN2cv4normERKNS_11_InputArrayEiS2_ in AppotaSDK(stat.o)
          _cvAvg in AppotaSDK(stat.o)
      "__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEaSERKS5_", referenced from:
          __ZN2cv9Exception13formatMessageEv in AppotaSDK(system.o)
      "__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm", referenced from:
          __Z37_DMZ_fc25492ba21335d69fb04c299b9af1e0P9_IplImageh in AppotaSDK(dmz_all.o)
          __ZL37_DMZ_9eb98eef37ddfbe246ec282eedb142fcP9_IplImageP37_DMZ_200145a25bf71dde0e26f96431f eb196 in AppotaSDK(dmz_all.o)
          __ZN2cv4meanERKNS_11_InputArrayES2_ in AppotaSDK(stat.o)
          __ZN2cv9minMaxIdxERKNS_11_InputArrayEPdS3_PiS4_S2_ in AppotaSDK(stat.o)
          __ZN2cv9minMaxLocERKNS_11_InputArrayEPdS3_PNS_6Point_IiEES6_S2_ in AppotaSDK(stat.o)
          __ZN2cv4normERKNS_11_InputArrayEiS2_ in AppotaSDK(stat.o)
          _cvAvg in AppotaSDK(stat.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64

  • JavaMail third party frameworks.

    Hi,
    Please, could you provide me information about JavaMail based third-party frameworks,
    which support any storage for e-mails and sending replication for didn't sent e-mails?
    Thanks in Advance.
    Iaroslav.

    You can create a RSL from a Library project you can read more here:
    http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_02.html#220675

  • Use third party framework in Command Line Tool

    Hi.  I'm writing a small application for a friend of mine, and basically what it does is lets you put in some information, and then creates and stores that information in an Excel file.  However, all of my research suggests that C++ doesn't work nicely with Excel files, so I found a 3rd party framework called LibXL which provides C++ with the ability to create and edit Excel files.  My only problem is getting my Command Line Tool to use this framework.  I'm not even sure if it is possible, but if someone could help me out, I would really appreciate it!
    P.S: I'm using XCode 4.2 to write this application, and I'm using Command Line Tool because the application has to be useable on Windows.

    That last one is an excellent punch line!
    >I found a 3rd party framework called LibXL which provides C++ with the ability to create and edit Excel files.
    That should be coming with a manual. Some frameworks can be included in their entirety into the program you are writing, where for others you can only reference to it and you have to distribute the framework file(s) along with your own application. This doesn't sound like one, but an external framework may only be meant for GUI functions, in which case you cannot write a Terminal-only program.
    But here comes the kicker:
    >P.S: I'm using XCode 4.2 to write this application, and I'm using Command Line Tool because the application has to be useable on Windows.
    It's possible for you to *write* the program but not to compile it. (Actually, you *can* compile it but then you have a Mac Terminal program, not a Windows one.) Even if you know what you are doing and are happy with sending over the source code, together with instructions on how to compile it under Windows, this implies you would only and *exclusively* use functions that are available in compilers for Windows. That rules out your External framework idea -- unless there is a Windows version available as well (do check for that; if this is an Open Source project, there very well may be.) But you are still programming "blind", and if you get it to work on your Mac (and nevermind the problem with the framework being external, because you won't need to send it over anyway) but your friend canNOT make it work under Windows, you won't know if it's because the Windows version of the compiler doesn't accept the external library, or it's the wrong version, or you accidentally used a Mac-only feature anyway, or the friend does not know how to compile ... et cetera, et cetera.
    Best advise is to install VirtualBox (or something similar) on your system, test all you want with XCode but then, after you got it to work, carry over the project into Windows and start a-new.

  • Creating ios native extension with 3rd party frameworks

    Hello,
    I'm new to Air development and creating a ios native extension for my flex mobile project.I want to include third party frameworks such as admob,facebook,chartboost in my ANE
    I have tried to link frameworks using packagedDependencies but it dosn't work.(gives me an error telling that "armv7 not supported")
    am I doing something wrong? or is there any proper way to link frameworks?
    platformoptions.xml
    <platform xmlns="http://ns.adobe.com/air/extension/4.0">
         <sdkVersion>7.1</sdkVersion>
         <linkerOptions>
              <option>-ios_version_min 6.1</option>
              <option>-framework StoreKit</option>
              <option>-framework CoreGraphics</option>
              <option>-framework UIKit</option>
              <option>-framework Foundation</option>
         </linkerOptions>
         <packagedDependencies>
             <packagedDependency>frameworks/Chartboost.framework</packagedDependency>
             <packagedDependency>ios/libAdExtension.a</packagedDependency>
        </packagedDependencies>
    </platform>
    extensionxml
    <extension xmlns="http://ns.adobe.com/air/extension/4.0">
        <id>com.my.extensions</id>
        <versionNumber>1</versionNumber>
            <platforms>
                <platform name="iPhone-ARM">
                <applicationDeployment>
                <nativeLibrary>libAdExtension.a</nativeLibrary>
                <initializer>ExtInitializer</initializer>
                <finalizer>ExtFinalizer</finalizer>
                </applicationDeployment>
            </platform>
        </platforms>
    </extension>
    -command
    /Applications/Adobe\ Flash\ Builder\ 4.7/sdks/4.6.0+airSDK4.0/bin/adt -package -target ane adExtension.ane extension.xml -swc bin/AdsLibrary.swc -platform iPhone-ARM library.swf frameworks/Chartboost.framework ios/libAdExtension.a -C ios . -platformoptions platformoptions.xml
    -error
    ld: warning: ignoring file /var/folders/3r/x0bh_4.... file was built for unsupported file format ( 0Undefined symbols for architecture armv7:
      "_OBJC_CLASS_$_Chartboost", referenced from:
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    *I used lipo to combine simulator and device .a files
    please help

    From the catalog Chartboost.framework copy the static library file Chartboost(path: Chartboost.framework/Versions/A/Chartboost) and use it instead of .framework :
    <platform xmlns="http://ns.adobe.com/air/extension/4.0">
         <sdkVersion>7.1</sdkVersion>
         <linkerOptions>
              <option>-ios_version_min 6.1</option>
              <option>-framework StoreKit</option>
              <option>-framework CoreGraphics</option>
              <option>-framework UIKit</option>
              <option>-framework Foundation</option>
         </linkerOptions>
         <packagedDependencies>
             <packagedDependency>frameworks/Chartboost</packagedDependency>
             <packagedDependency>ios/libAdExtension.a</packagedDependency>
        </packagedDependencies>
    </platform>
    adt -package -target ane adExtension.ane extension.xml -swc bin/AdsLibrary.swc -platform iPhone-ARM library.swf frameworks/Chartboost ios/libAdExtension.a -C ios . -platformoptions platformoptions.xml

  • Using third party tool to initiate a Forte batchprogram

    Hello Forte Users,
    Our company has acquired a software product called Maestro. It's a
    production scheduling facility that manages tasks for batch mode execution.
    We would like to know if anyone out there has had any experience using this
    product with Forte. One recommendation that we discussed was to have
    Maestro start a script on Escript to communicate to an agent that would
    start the batch process at a specified time. Has anyone done something
    similar or can offer any suggestions ?
    Thanks in advance,
    Jean Mercier
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Jean,
    We use Maestro for all our scheduling scripts. To start\stop the
    environment and start\stop applications. We create a shell script that uses
    escript to start/stop applications. Maestro just calls the shell scripts
    and monitor it for completion. I think you have to write the shell script
    in a standard way to return an error if it does not finish properly. Here
    is an example:
    #!/bin/csh
    source /appls/forte/fortedef.csh
    $FORTE_ROOT/install/bin/start_nodemgr -fm "(x:300000)" -e TR2ProdEnv
    ps -fu forte | grep -v grep|grep nodemgr>/appls/forte/production/scripts/KBB
    set KBB=/appls/forte/production/scripts/KBB
    if (-z $KBB) then
    exit 1
    else
    exit 0
    endif
    Hope this helps.
    ka
    Kamran Amin
    Forte Technical Leader, Core Systems
    (203)-459-7362 or 8-204-7362 - Trumbull
    [email protected]
    From: Jean Mercier[SMTP:[email protected]]
    Sent: Monday, April 12, 1999 10:36 AM
    To: Forte-Users (E-mail)
    Subject: Using third party tool to initiate a Forte batch program
    Hello Forte Users,
    Our company has acquired a software product called Maestro. It's a
    production scheduling facility that manages tasks for batch mode
    execution.
    We would like to know if anyone out there has had any experience using
    this
    product with Forte. One recommendation that we discussed was to have
    Maestro start a script on Escript to communicate to an agent that would
    start the batch process at a specified time. Has anyone done something
    similar or can offer any suggestions ?
    Thanks in advance,
    Jean Mercier
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Since latest Thunderbolt Firmware update, most of my third party programs no longer work, is there a way I can fix this?

    Since the latest update, most of my third party apps no longer work, none of my photo software, torrent programs, open office, NOTHING!! It is most frustrating - is there a way to 'downgrade' and go back to a previous version of the firmware, or am I just stuck with no apps that work?

    They just don't open, and i get an error message like this:
    Process:    
    Google Chrome [27305]
    Path:       
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier: 
    com.google.Chrome
    Version:    
    27.0.1453.93 (1453.93)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [166]
    User ID:    
    501
    Date/Time:  
    2013-05-26 08:08:17.911 +0930
    OS Version: 
    Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:     
    28298 sec
    Crashes Since Last Report:      
    13993583
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                 
    1681FA19-E0EA-448F-4E99-067A50E38854
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    /usr/lib/libz.1.dylib
    Dyld Error Message:
      Library not loaded: /usr/lib/libz.1.dylib
      Referenced from: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      Reason: not a dylib
    Binary Images:
    0xb000 -
    0xbff3 +com.google.Chrome (27.0.1453.93 - 1453.93) <7ABACF68-7D3E-30FA-8B03-9A1C0FFFF4F9> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    0xf000 -  0x408ffaf +com.google.Chrome.framework (27.0.1453.93 - 1453.93) <C691C1FF-CF8A-3CFA-9F0D-10CDAFA2540F> /Applications/Google Chrome.app/Contents/Versions/27.0.1453.93/Google Chrome Framework.framework/Google Chrome Framework
    0x43b8000 -  0x4f74ff7  com.apple.AppKit (6.8 - 1187.37) <6FBB3467-04F9-395F-8EA8-C84347C5BE43> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x5491000 -  0x5491fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x549c000 -  0x54c1ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x54dc000 -  0x55a5ff3  com.apple.Bluetooth (4.1.3 - 4.1.3f3) <7909C26F-90FB-359F-84DD-51583A2DC3DA> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x55f8000 -  0x563affb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x5665000 -  0x587cfff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x592a000 -  0x5ae6ffd  libicucore.A.dylib (491.11.2) <59A23F06-16AD-35F8-BA58-D17305232402> /usr/lib/libicucore.A.dylib
    0x8fe0a000 - 0x8fe3ce57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x902fe000 - 0x90362ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x90ce3000 - 0x90e5bff5  com.apple.QuartzCore (1.8 - 304.2) <FB737C74-C460-32A3-9107-D2112BAE6EBC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9120e000 - 0x9132affb  com.apple.desktopservices (1.7.3 - 1.7.3) <7157C51D-C695-3C9E-B532-F551E7E55B56> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9132b000 - 0x91488ffb  com.apple.QTKit (7.7.1 - 2599.24) <39CC892D-2874-33FE-BE30-87FE07D875BD> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9148c000 - 0x91599057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x91d3a000 - 0x91d7cff7  libcups.2.dylib (327.3) <C7A4A315-FA15-354B-8BC9-BE824C4EFF6D> /usr/lib/libcups.2.dylib
    0x91df4000 - 0x920b4ff3  com.apple.security (7.0 - 55179.11) <165A3105-9ADF-329B-93FC-3C8EFAEDDD13> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9302b000 - 0x93213ffb  com.apple.CoreFoundation (6.8 - 744.18) <68AFEE40-0078-347E-9DEE-32CFE0062A10> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93573000 - 0x93573fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93a62000 - 0x93a62ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <D35BA73D-1E56-3A1D-9F9F-971F3BF8C136> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93f64000 - 0x93fccff7  com.apple.framework.IOKit (2.0.1 - 755.22.5) <F9A70D23-1108-3616-9DE3-6C5730CA7AB2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94474000 - 0x944a3ff7  com.apple.securityinterface (6.0 - 55024.4) <7C5E28DC-F8BE-3238-883F-E1646A2AF895> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94760000 - 0x947c4fff  com.apple.datadetectorscore (4.1 - 269.2) <B4D53047-C613-32F8-9E08-0154EA81B487> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x94884000 - 0x948defff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <BB0D85EE-A85D-3E7B-B04E-720886553258> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x949b2000 - 0x949f4ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x949f9000 - 0x949f9fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95365000 - 0x95365fff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x95366000 - 0x953b4ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95490000 - 0x9549efff  com.apple.opengl (1.8.7 - 1.8.7) <0631EC1D-833B-39D2-A907-A9F7617E5504> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9549f000 - 0x95588ff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x95868000 - 0x95b86ff3  com.apple.Foundation (6.8 - 945.16) <C4D95341-B4FF-30AC-815A-A23C019C57A3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95e49000 - 0x95fa1ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <0D36953C-9897-3E9B-8C70-847E90B203A2> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97b16000 - 0x97b74ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <953DD669-8C6E-387D-AB3F-D8C8965347DF> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97bc5000 - 0x97e5ffff  com.apple.AddressBook.framework (7.1 - 1169) <AF50144A-A327-3367-81B1-95B3D46E56F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x99699000 - 0x99a7cfff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99c23000 - 0x99c2cfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x99c2d000 - 0x99c37fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x99f02000 - 0x99f1fff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x99f20000 - 0x99f20fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9a08f000 - 0x9a08ffff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 4 GB, SMC 1.69f4
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.16)
    Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500325ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: My Passport 071A, 0x1058  (Western Digital Technologies, Inc.), 0x071a, 0xfa130000 / 6
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 7
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 4
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

  • Error in opening safari after i installed a third party software

    I tried to install a third party software(Blue Stacks App Player) on my mac running OS X 10.10.1 after installation of the third party application suddenly Safari crashed and it prompted me to press the "Reload" button. when i did it there was a prompt showing the error details as
    Process:               Safari [556]
    Path:                  /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:            com.apple.Safari
    Version:               8.0.2 (10600.2.5)
    Build Info:            WebBrowser-7600002005000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [556]
    User ID:               501
    Date/Time:             2015-01-06 23:17:06.879 +0530
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        83B6E221-951A-CE92-DBEB-37FB7F97074D
    Time Awake Since Boot: 290 seconds
    Crashed Thread:        16
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000020
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x20:
    -->
       __TEXT                 000000010c143000-000000010c144000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.genieo.safari-K444F5Z2ZH (1 - 1.2) Omnibar
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                     0x00007fff9207c8b9 realizeClass(objc_class*) + 187
    1   libobjc.A.dylib                     0x00007fff9207c90a realizeClass(objc_class*) + 268
    2   libobjc.A.dylib                     0x00007fff9207f95a lookUpImpOrForward + 111
    3   libobjc.A.dylib                     0x00007fff9206b1ac objc_msgSend + 236
    4   com.apple.AppKit                    0x00007fff8aec6edc -[NSThemeFrame _makeTitlebarViewWithFrame:] + 40
    5   com.apple.AppKit                    0x00007fff8aec8ea9 __49-[NSThemeFrame _floatTitlebarAndToolbarFromInit:]_block_invoke + 548
    6   com.apple.AppKit                    0x00007fff8a8b2339 +[NSAnimationContext runAnimationGroup:completionHandler:] + 82
    7   com.apple.AppKit                    0x00007fff8aec8c41 -[NSThemeFrame _floatTitlebarAndToolbarFromInit:] + 104
    8   com.apple.AppKit                    0x00007fff8a82374e -[NSThemeFrame initWithFrame:styleMask:owner:] + 243
    9   com.apple.AppKit                    0x00007fff8a821c96 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 614
    10  com.apple.AppKit                    0x00007fff8a8213fc -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1477
    11  com.apple.AppKit                    0x00007fff8aa5840e -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 51
    12  com.apple.AppKit                    0x00007fff8a820e2a -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
    13  com.apple.AppKit                    0x00007fff8aa583c1 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 78
    14  com.apple.AppKit                    0x00007fff8a81e745 -[NSWindowTemplate nibInstantiate] + 567
    15  com.apple.AppKit                    0x00007fff8a7f373b -[NSIBObjectData instantiateObject:] + 309
    16  com.apple.AppKit                    0x00007fff8acd5d01 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
    17  com.apple.AppKit                    0x00007fff8a7e7f05 loadNib + 384
    18  com.apple.AppKit                    0x00007fff8ad55f80 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    19  com.apple.AppKit                    0x00007fff8ad5667d +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
    20  com.apple.AppKit                    0x00007fff8aaf83af _NXLoadNib + 196
    21  com.apple.AppKit                    0x00007fff8aaf7d8f -[NSAlert init] + 95
    22  com.apple.AppKit                    0x00007fff8ab379f3 +[NSAlert alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:] + 131
    23  com.apple.AppKit                    0x00007fff8a80964d __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1021
    24  com.apple.AppKit                    0x00007fff8a80920e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    25  com.apple.AppKit                    0x00007fff8a8091ad -[NSPersistentUIRestorer promptToIgnorePersistentState] + 247
    26  com.apple.AppKit                    0x00007fff8a808e9a -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completionHandler:] + 255
    27  com.apple.AppKit                    0x00007fff8a808c69 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 561
    28  com.apple.AppKit                    0x00007fff8a8086b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    29  com.apple.Foundation                0x00007fff89a3b458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    30  com.apple.Foundation                0x00007fff89a3b2c9 _NSAppleEventManagerGenericHandler + 102
    31  com.apple.AE                        0x00007fff8b3a199c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    32  com.apple.AE                        0x00007fff8b3a1719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    33  com.apple.AE                        0x00007fff8b3a1623 aeProcessAppleEvent + 295
    34  com.apple.HIToolbox                 0x00007fff979e437e AEProcessAppleEvent + 56
    35  com.apple.AppKit                    0x00007fff8a804d76 _DPSNextEvent + 2665
    36  com.apple.AppKit                    0x00007fff8a803e80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    37  com.apple.Safari.framework          0x000000010c1c0ad0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    38  com.apple.AppKit                    0x00007fff8a7f7e23 -[NSApplication run] + 594
    39  com.apple.AppKit                    0x00007fff8a7e32d4 NSApplicationMain + 1832
    40  libdyld.dylib                       0x00007fff8d8275c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib              0x00007fff9130022e kevent64 + 10
    1   libdispatch.dylib                   0x00007fff8bc70a6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 6:: WebCore: IconDatabase
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   com.apple.WebCore                   0x000000010dd6788b WebCore::IconDatabase::syncThreadMainLoop() + 411
    2   com.apple.WebCore                   0x000000010dd649d9 WebCore::IconDatabase::iconDatabaseSyncThread() + 361
    3   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    5   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    6   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib              0x00007fff912fa52e mach_msg_trap + 10
    1   libsystem_kernel.dylib              0x00007fff912f969f mach_msg + 55
    2   com.apple.QuartzCore                0x00007fff8b7a7d63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore                0x00007fff8b7a7c96 thread_fun + 25
    4   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    5   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    6   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib              0x00007fff912fa52e mach_msg_trap + 10
    1   libsystem_kernel.dylib              0x00007fff912f969f mach_msg + 55
    2   com.apple.CoreFoundation            0x00007fff96c82b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation            0x00007fff96c81fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation            0x00007fff96c81838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork                 0x00007fff94323d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation                0x00007fff89a81b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    8   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    9   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 12:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                      0x00007fff9795bd2e std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
    2   com.apple.JavaScriptCore            0x000000010d1493fa JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 170
    3   com.apple.JavaScriptCore            0x000000010cf38244 JSC::BlockAllocator::blockFreeingThreadMain() + 84
    4   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    6   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    7   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                      0x00007fff9795bc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore            0x000000010cf3886b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore            0x000000010cf386c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    6   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    7   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                      0x00007fff9795bc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore            0x000000010cf3886b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore            0x000000010cf386c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    6   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    7   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                      0x00007fff9795bc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore            0x000000010cf3886b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore            0x000000010cf386c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    6   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    7   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 16 Crashed:
    0   libsystem_pthread.dylib             0x00007fff89e34695 _pthread_mutex_lock + 87
    1   libsystem_c.dylib                   0x00007fff8a646b78 vfprintf_l + 28
    2   libsystem_c.dylib                   0x00007fff8a63f620 fprintf + 186
    3   ???                                 0x00000001151015dc 0 + 4648343004
    Thread 16 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000  rbx: 0x00007fff7993c1d8  rcx: 0x00007fff7993c1f0  rdx: 0x00000000000000a0
    rdi: 0x00007fff7993c1f0  rsi: 0x00007fff89e34b14  rbp: 0x00000001150fde30  rsp: 0x00000001150fddb0
      r8: 0x0000000115105000   r9: 0x0000000000000054  r10: 0x0000000000000000  r11: 0x0000000000000206
    r12: 0x00007fff7993b6b8  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
    rip: 0x00007fff89e34695  rfl: 0x0000000000010246  cr2: 0x0000000000000020
    Logical CPU:     3
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
          0x10c143000 -        0x10c143fff  com.apple.Safari (8.0.2 - 10600.2.5) <2225AE13-780E-3234-9A05-9DD6D94EE96C> /Applications/Safari.app/Contents/MacOS/Safari
          0x10c14a000 -        0x10ca83ff7  com.apple.Safari.framework (10600 - 10600.2.5) <70257BE2-5D89-3EAA-8863-269880160EEE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
          0x10cf23000 -        0x10d436ff3  com.apple.JavaScriptCore (10600 - 10600.2.1) <ABEF8FB3-6DC5-3FCF-9B4A-1DF6411063B0> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/JavaScriptCore
          0x10d59c000 -        0x10d850fff  com.apple.WebKit (10600 - 10600.2.5) <11CA89A1-A002-3FEB-8046-B31E92003AED> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
          0x10db28000 -        0x10db28fff  com.apple.WebKit2 (10600 - 10600.2.5) <ED09F7D3-1F46-3925-8E11-D6AC3492658E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
          0x10db2e000 -        0x10dc6affb  com.apple.WebKitLegacy (10600 - 10600.2.5) <0A88D3D6-F5BA-30F4-9D09-87DF653759FC> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKitLegacy
          0x10dd60000 -        0x10ed05ff7  com.apple.WebCore (10600 - 10600.2.1) <628CB849-0E8D-3071-98A3-55E7D24087DF> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
          0x114219000 -        0x114219ff5 +cl_kernels (???) <0C4DA3B8-3677-4087-B722-2371768EA1C8> cl_kernels
          0x11421e000 -        0x11421efef +cl_kernels (???) <C7D19A78-5090-47EF-A6E6-751E787630AA> cl_kernels
          0x114ee8000 -        0x114fcefef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x7fff628ae000 -     0x7fff628e4837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
       0x7fff89763000 -     0x7fff89763fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x7fff89764000 -     0x7fff8987cffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
       0x7fff89896000 -     0x7fff899bdfff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x7fff89a19000 -     0x7fff89d47ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x7fff89d48000 -     0x7fff89d6dff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
       0x7fff89d6e000 -     0x7fff89d75fff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
       0x7fff89d76000 -     0x7fff89decfe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
       0x7fff89e33000 -     0x7fff89e3cfff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
       0x7fff89e3d000 -     0x7fff8a124ffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x7fff8a125000 -     0x7fff8a1cbfff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
       0x7fff8a1cc000 -     0x7fff8a1f2ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
       0x7fff8a1f3000 -     0x7fff8a204fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
       0x7fff8a205000 -     0x7fff8a20dff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
       0x7fff8a20e000 -     0x7fff8a219ff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
       0x7fff8a21a000 -     0x7fff8a23afff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
       0x7fff8a23b000 -     0x7fff8a24eff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
       0x7fff8a278000 -     0x7fff8a2a4fff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
       0x7fff8a2a5000 -     0x7fff8a2b0ff7  com.apple.CommerceCore (1.0 - 376.0.5) <57E5C067-52F6-3854-86C0-D878EDA24B55> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
       0x7fff8a2b5000 -     0x7fff8a51fff7  com.apple.imageKit (2.6 - 838) <DDFE019E-DF3E-37DA-AEC0-9182454B7312> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
       0x7fff8a520000 -     0x7fff8a53aff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
       0x7fff8a53b000 -     0x7fff8a578ff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
       0x7fff8a579000 -     0x7fff8a59cff7  com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
       0x7fff8a5f9000 -     0x7fff8a601ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
       0x7fff8a602000 -     0x7fff8a68efff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
       0x7fff8a68f000 -     0x7fff8a74efff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
       0x7fff8a74f000 -     0x7fff8a74ffff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
       0x7fff8a750000 -     0x7fff8a780ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x7fff8a781000 -     0x7fff8a7d2ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x7fff8a7e0000 -     0x7fff8b321fff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x7fff8b322000 -     0x7fff8b324ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
       0x7fff8b325000 -     0x7fff8b329fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
       0x7fff8b36c000 -     0x7fff8b386ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
       0x7fff8b394000 -     0x7fff8b3f3ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x7fff8b3f4000 -     0x7fff8b4e6ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
       0x7fff8b4e7000 -     0x7fff8b761fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
       0x7fff8b762000 -     0x7fff8b778ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
       0x7fff8b779000 -     0x7fff8b77afff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
       0x7fff8b77b000 -     0x7fff8b77bfff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
       0x7fff8b77c000 -     0x7fff8b77ffff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
       0x7fff8b780000 -     0x7fff8b930ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x7fff8b931000 -     0x7fff8b932fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
       0x7fff8b933000 -     0x7fff8b951ff7  com.apple.addressbook.vCard (9.0 - 1499) <B1BC7C0A-A783-3574-8248-BC689F43A0A0> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
       0x7fff8b952000 -     0x7fff8b960ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x7fff8b961000 -     0x7fff8b96cfff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
       0x7fff8b995000 -     0x7fff8b9a4fff

    Click here and follow the instructions. If you're willing to use a tool to remove it(you don't need to, but may find it easier), you can instead run Adware Medic; this link is a direct download.
    (119622)

  • Issue with Third Party Adapter for custom JCA Connector in Oracle 11g.

    Hi,
    For a proof of concept, I have created my own JCA Connector. I have deployed this connector in Weblogic and it works as expected.
    Now I am trying to call the JCA Connecter from the SOA Bus. For this I have create a SCA Composite with a simple Web Service to expose the composite, a Third Party Adaptor to wrap the JCA Connector and a Mediator to wire the Web Service and the Third Party Adapter together. For the Third Party Adapter I have created both the needed *.wsdl and _3P.jca file my self. The problem is that I could not find any documentation about the _3P.jca file, and it looks like it that this file is new for 11g.
    After some puzzling and debugging I am able to deploy the SCA Composite with the Third Party Adapter. Though when I test the exposed Web Service with the Enterprise Manager I get errors and a stack trace. The problem is that the Record Converter I have created receives the default XMLRecord implementation (oracle.tip.adapter.fw.record.XMLRecordImpl) and not the implementation of the XMLRecord I have created my self.
    So the question is does anybody know how to configure the Third Party Adapter so that it will use my custom implemenation of the XMLRecord interface (oracle.tip.adapter.api.record.XMLRecord) instead of the default implementation of the XMLRecord (oracle.tip.adapter.fw.record.XMLRecordImpl).
    I would suspect that it should be configured in the _3P.jca file, though I don't know how. The following is the content of the current _3P.jca file I am using.
    <adapter-config name="DiskAdapter" adapter="Disk Adapter" wsdlLocation="JCADiskConnector.wsdl"
                    xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <record-converter className="com.osc.jcaadapter.convert.DiskRecordConverter"/>
      <connection-factory location="jndi/diskcf" adapterRef=""/>
      <endpoint-interaction operation="Send" portType="Send_ptt">
        <use-record-converter addonNamespace="http://somecomp.com/DiskAdapter"/>
        <interaction-spec className="com.osc.jcaadapter.impl.DiskInteractionSpecImpl">
          <property name="FunctionName" value="do-it"/>
        </interaction-spec>
      </endpoint-interaction>
    </adapter-config>So I am hoping that some one knows how you should configure the Third Party Adapter so it uses my own implementation of the XMLRecord interface.

    Hi Simeon,
    That is a good suggestion, and I would certainly try to do that if I was not making a proof of concept. It would solve my problem of not getting the sub class of the XMLRecord.
    Though for making my proof of concept I found a 10g example that used sub classes of the XMLRecord, and that is why I wanted to get the same example to work on 11g.
    The alternative of passing a parameter through with InteractionSpecs, is an interesting though can not solve this problem. I don't have a problem with the javax.resource.cci.Record, I can determine the implementation of that in the conversion class it self.
    The problem is the XMLRecord generated by the Oracle SOA Adapter Framework, some how I need a way to influence that to generate the correct implementation of the XMLRecord.
    So your post is certainly helpfull if I was not trying to get this specific problem to work :).
    But I am afraid that I will end up in implementing your sugestion.
    Regards
    Maikel.
    Edited by: M. Dierdorp on 13-aug-2010 6:34

  • Third party add ons harassing safari and firefox

    third party add ons harassing safari and firefox both, tried turning off cookies add ons etc etc, removing all the files from library/script, add ons etc etc nothing works, when I press a link sometimes a blank page pops up with the top sites view and several commercials by the way, here's a screen http://tinypic.com/r/m7rsl0/8
    could someone please help!
    noah

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Third party app writing to exercise ring

    Can third party apps such as strava send their data on workouts to count towards the exercise ring? When I use strava on the watch for 25-30 mins all I get is 3-4 minutes of exercise registered, but when I use both strava and outdoor cycle i get the full time registered. Seems a little strange that I have to open and start both apps to get it to fill the exercise ring.

    Hi,
    JavaScript can be used to access the parent page (See ADF Faces JavaScript framework: http://www.oracle.com/technetwork/developer-tools/jdev/1-2011-javascript-302460.pdf) from the contained page assuming the domain is the same as the one the parent page is downloaded from
    Frank

  • TREX, Portal and third party DMS

    Hello,
    I would like to have the possiblity to search for documents in the portal. The problem with it is that the documents are in a third party DMS called D3. The points I get stuck in the middle of nowhere are:
    - How is it possible to connect the portal documents with the DMS (as content server). What do I have to configure?
    - How to configure (if possible) TREX that he is indexing the documents in the DMS (there is not only the way from the portal to the DMS but also to put the documents in the DMS's normal way into the DMS.
    - Where to start, what to read and how to make light in the black darkness?
    I think at this point anything that helps me to understand the mechanismen behind TREX, portal content and content server will help me.
    Thx in advance,
      Vanessa

    Hi Vanessa,
    for the Portal to connect to D3, you'd have to develop a so-called "Repository Manager" for D3.
    This is Java development against the "Repository Framework" (RF) API. You will find hints how to do this in the developer guide for enterprise knowledge management.
    [http://help.sap.com/saphelp_nw04s/helpdata/en/42/631a15c81f0bcce10000000a114cbd/frameset.htm|http://help.sap.com/saphelp_nw04s/helpdata/en/42/631a15c81f0bcce10000000a114cbd/frameset.htm]
    If you manage to achieve this, the connection for indexing and searching to TREX is taken care of for you by the RF.
    Best,
    Karsten

  • Third Party Database Support in SQL Developer

    As a rule I don't (blatantly) advertise my blog on this forum, but I have just had feedback from my recent posting which made realize you might not have stumbled on this new functionality. i.e. Third Party Database Support in SQL Developer. <br>
    <p>In the Evaluation Release 3 (1.1.0.22.71) you can connect to and browse MySQL and SQL Server databases. The Getting Started document on OTN, does mention where to get the jdbc drivers and briefly, how to set it up in SQL Developer. This blog entry takes that a step further.
    <p>If you have access to either of these databases, please take a whirl and see what you think. For production you will also be able to connect to an MS Access database.
    <p>Regards<br>
    Sue

    The great thing, as you see from Donal's reply, is that other teams can take advantage of SQL Developer's framework, so we have a few teams working on extensions to SQL Developer and the product benefits from the work they do.
    From the SQL Developer team's side, we have logged and fixed bugs for 8i support in 1.1. since the last evaluation drop, so when you get the next drop for SQL Developer, you should be able to browse more objects using 8i. Also I have logged further 8i bugs and will continue to have more fixed. This is an ongoing project. We also have a number of features that need to be added to support current releases and try to give these a high priority. So the team is focused on addressing as many requests as we can for supported features.
    We know we have many customers on unsupported databases and would like to support them too, having said that, we have run a poll on this forum for ages and have had 7.5% (22) responses for databases lower than 9.x. It's a small poll, but based on all our feedback we believe we have the right focus.
    Regards
    Sue

  • SAP IDM  7.0 integration with third party system

    Hi Experts,
    I know SAP IDM  7.0 can integrate with third party systems and create user ids on most of the third party systems.
    But I need to know regarding If it is possible to integrate with following systems
    1) Microsoft Exchange 2007 (  I know till exchange 2003 SAP  IDM support )
    2)  Microsoft  Active directory 2008 ( I know till Actice directory 2003)
    3) EMC  Documentum 6.5
    4)  ARIS 7.1.0
    5)  BlackBoard, Release 9.0
    6) Oracle 10g  ( Is it possible to create users at oracle level ? or at what level ? )
    7)  Sun Solaris Sparc  ( Is it possible to create users at  OS level )
    If you have information how on this please share. I know that  provisioning framework will have templates for most of the target systems. I want to know if they are available for above systems on SAP IDM 7.0 or if not have we can connect to them?

    Hi Matthew
    Your expertise in SAP IDM is indeed a great help!!
    >Can't see why not, it's all done via SQL commands. I've done similar things with MSSQL
    You mean that there will be oracle 10g drivers/oledb connectors in SAP IDM and in through SQL commands like "create user alfredo identified by alfredos_secret; " we can create user  in oracle database ?. As you said this should be possible.  What about creating user( user management ) in oracle 10g application  like dba or scot  and assigning the privileges in oracle application?
    >might need to do via UNIX scripts, but it can be done
    You mean that Unix scripts will be defined in SAP IDM and SAP IDM will execute these scripts in the Sun Solaris Sparc ?. It should be possible as you said. By the way how we will be able connect to Sun Solaris sparc ?  Is it via  the option "file " under the "Repositories" with repositories wizard  and later executing the file from SAP IDM ?
    Thank you once again for your expert answers on third party systems.

Maybe you are looking for

  • Forms 11g with Webutil don´t show in browser IE 9

    Hi people, I have a problem with Webutil. I installed th Oracle Forms/Reports 11g in Red Hat 5.5 x86_64, and when is necessary run a pure Forms, it´s works. Now, when I will try run a Forms with Webutil, don´t show in browser IE 9 - Win 7 64bits - Ja

  • How to make the portal available on default port 80

    Hello We have installed 9iAS 9.0.2 with portal. I'm trying to make the portal available on http port 80 via webcahce I've managed to get the webcache answer requests that comes on port 80, but all the url's that is delivered out is pointing on port 7

  • Can I use my existing apple Id

    We are setting up our new MacBook Pro and It will not let me use my AppleID?

  • User Profile Disks with Windows Server 2012 and Windows 8 VDI

    Hello experts! We are building a new server setup for the office and are unable to figure out why UPD will not work. We have VDI setup and a user for instance connecting through the RDWeb workplace will dynamically get one of the available Windows 8

  • MySQL 5.0 Standard distribution is not working with Xsan on my Xserve.

    Hello, until now we have always used on our Xservers the MySQL 5.0 Standard distribution downloadable from www.mysql.com (thus not the MySQL 4.1 that is shipped with Mac OS X 10.4 Server) with its datadir located on an internal disk of the Xserve. Si