New to C++: Compilers?

I've just decided that I want to learn C++. I have some experience with Java so C++ shouldn't be too different, right?
First things first: I need a C++ compiler. I searched google for C++ compilers and already got confused. I see there are many different types of compilers such as Apple C++, Borlan C++, Digital Mars C++, and so on. Which one(s) should I get?
Second: I need to learn C++. Does anyone have any good tutorials for beginners like me?
Thanks a lot

Well, since you're on Sun forum, you should obviously get Sun >compiler (strangely enough not listed by you) :-) CC is a part of Sun >Studio, downloadable for free at >http://developers.sun.com/prodtech/cc/downloads/index.jsp
I may be missing something here...I got to the download page, logged in, and saw that there were three downloads (Solaris SPARC, Solaris x86, and Linux x86). I'm running windows XP...any ideas?
Despite your knowledge of Java I would recommend buying a book. >For a person with programming background, I'd recommend >http://www.research.att.com/~bs/3rd.html
Thanks for the link. I'll definitly check it out.

Similar Messages

  • Adding audio to a C project

    Hello
    I have to program a game in C for one of my projects. I want to add an special audio for each level, but i really don't know what should i do. since i'm new in c programming, i searched for an easy way to start adding audio to project, but didn't find a
    useful way. all that i found, included dos.h library and it doesn't work in new c programming compilers. plus, my program must be a C program, so i can't use codes for c++ or c#,VB and etc. please help me!
    thank you

    Sorry.. wrong forum. This forum is dedicated to Micrsoft Project and Project Server, a project management application.
    Prasanna Adavi,PMP,MCTS,MCITP,MCT TWitter: @prasannaadavi Blog: http://www.prasannaadavi.com

  • Unresolved symbol: std::basic_ostream char,std::char_trai ...

    Hi,
    Below is a simple app that I created which demonstrates the mysterious compilation problems that I am seeing. I get the following unresolved symbol :
    Undefined first referenced
    symbol in file
    std::basic_ostream<char,std::char_traits<char> >&std::operator<<(std::basic_ostream<char,std::char_traits<char> >&,const char*) ./libIOTestSD.a(iotest.o)
    std::cout ./libIOTestSD.a(iotest.o)
    [Hint: static member std::cout must be defined in the program]
    I am using workshop 6.1 for comilation. I would appreciate any help on this.
    Thanks in advance.
    Ranga.
    #ifndef COM4
    #include <iostream>
    using namespace std ;
    #else
    #include <iostream.h>
    #endif
    class IOTest {
    public:
    IOTest() ;
    void test(const char* str) ;
    private:
    ostream _os ;
    #include <iotest.hpp>
    IOTest::IOTest()
    _os = &cout ;
    void IOTest::test(const char* str)
    _os << str ;
    #include "iotest.hpp"
    int main(int argc, char** argv)
    IOTest iotest ;
    const char* SAY = "Hello World!!!\n" ;
    iotest.test(SAY) ;
    return 0 ;
    Compilation commands:
    CC -g -pto -mt -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_DEBUG -DDEBUG -KPIC -I. -I../../include -I/opt/ws6.1/SUNWs
    pro/WS6U1/include/CC/Cstd -o iotest.o -c iotest.cpp
    CC -o ./libIOTestSD.a -g -pto -mt -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_DEBUG -DDEBUG -xar iotest.o
    CC -g -pto -mt -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_DEBUG -DDEBUG -KPIC -I. -I../../include -I/opt/ws6.1/SUNWs
    pro/WS6U1/include/CC/Cstd -o testapp.o -c testapp.cpp
    CC -o testapp -g -instances=static -mt +d -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUNIX -DUNICODE -D_UNICODE  -D_DEB
    UG -DDEBUG -z text -z defs -G -KPIC testapp.o -Bstatic -lCstd -lCrun -Bstatic -lIOTestSD -Bdynamic -lgen -lm -lw -lcx
    -lc

    This went away when I moved around the libraries on the link line. Some how I was under the impression that order is not important in newer versions of compilers, but whatever it worked... Also I had to remove -z text.
    So, the new compilation command would be
    CC -o testapp -g -instances=static -mt +d -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUNIX -DUNICODE -D_UNICODE -D_DEB
    UG -DDEBUG -z defs -G -KPIC testapp.o -Bstatic -lIOTestSD -lCstd -lCrun -Bstatic -Bdynamic -lgen -lm -lw -lcx -lc
    Thanks all,
    Rg

  • Maximum speed internal hard drive configuration

    Barefeets posted an interesting speed test using 2 velociraptors as the boot drive. I am considering the same setup. I also want to use three other internal drives (a total of 5 drives) set up as a PS swap raid and Image files raid. The fifth drive would be in the lower superdrive bay.
    I'm using Seagate 1.5T 7200.11 drives and creating three partitions on each drive. The first partition on each drive will be 15GB for a total of 45GB for PS Swap. The second partition on each drive will be 100GB for a total of 300GB for writing and reading PS files. The remaining partitions on each drive (about 1.14T) will be left alone and will act as stand alone drives. I will move data from the 300GB raid to one of the remaining large partitions and chronosync to the other two drives for redundancy. Routinely that data will move off the computer to outboard backup drives. If I have a drive failure I have the two remaining drives, plus outboard, to rely on. Does all of this make sense? Am I missing anything?

    Some results on CS4, Geekbench and CineBench:
    http://www.barefeats.com/nehal03.html
    *A Case For More Memory on your Nehalem Mac Pro*
    Adobe After Effects CS4 (and CS3) spawns subprocesses -- one for each core -- when 'multiprocessing' is enabled in Preferences. Each of those subprocesses can grab up to 3GB of RAM. We typically use the Total Benchmark created by Brian Maffitt to benchmark with After Effects. If you run Activity Monitor during the rendering, you can not only observe the multiple subprocesses but you can observe how much real memory each of them is appropriating as the second phase of the project render progresses toward completion. When we had 16G installed, we observed 13GB of real memory in use.
    *PHOTOSHOP CS4*
    Only certain functions/filters in Photoshop use multiple cores. Some "MP aware" functions include Rotate, Gaussian Blur, Motion Blur, Radial Blur, Lighting Effects, Lens Flare, Pointilize, Sharpen Edges. These "MP aware" effects use all available cores.
    As for memory usage, Photoshop is able to grab more than the 3GB memory cache defined in preferences. If you overflow that and there is memory to spare, OS X Leopard will allocate unused memory as a virtual scratch volume. If you are editing RAW photos with lots of layers and lots of history states, having the 8 memory slots on the 8-core is a big advantage.
    http://www.barefeats.com/nehal04.html
    You want 16-32GB of RAM. Turn off Spotlight on scratch volume and never ever use the boot drive for primary scratch pref or for media files, once you get into large files that is paramount. Even the stripped boot will help a lot.
    4GB files can really push a sytem to the limit, and require optimizing everything.
    Adobe believed it was safe to use Carbon code rather than learn new coding, new and different compilers. And a lot of programs are not dealing with more than 2 cores all that well, and even Intel keeps updating their compilers they offer to help improve code. - So yes, and now is perfect time with the move to Snow Leopard for CS5 to go 64-bit, but just as important, multi-core aware. They already know how, on Windows 64, to use a GPU for rendering images in CS4 (look up the Quadro CX) for "GPGPU."
    With RAM and properly configured storage, and multiple discreet arrays, each on their own drives probably, I've seen G5 owners with 3-5 10K VelociRaptors load large apps and files in sub-zero bounce - and breath new life into G5.

  • Slow File I/O with newer compilers (SPARCompiler 5 and gcc 3)

    Well it's more like slow File I, as I'm only really testing Input, but anyway, here goes...
    I have a simple program that takes a file of about 250mb and simply loops through the file reading it in chunks of 8,192 bytes.
    Basically I'm timing the read speed to try and figure out why there is such a large discrepancy between the older SPARCompiler 3.0.1 : C++ 4.0.1 and the newer 5.0 as well as gcc 3.0 in reading a file. I realize that the old compiler doesn't support STL and that SPARCompiler 5's .h headers basically point to the STL headers, so there is a difference there, but the numbers I get are around 35s with SC 3.0.1 : C++ 4.0.1 to about 90s with SC 5.0 and 76s with gcc 3.0. I understand the numbers are going to vary depending on the test input file size and the machine you're running on, but the ratio's should stay relatively similar if you do run your own tests. That slowdown is pretty much unacceptable in my opinion and I really want the benefits of a new compiler, am I doing something wrong, is this a known issue??
    Command Lines (I did my best to try with different versions of the OS, but Sun licensing makes it hard!):
    With C++ 4.0.1 (tried on Solaris 2.6 and 2.7)
    CC -fast -o IOtest.CC io_read_tst.cpp
    With C++ 5 (used on Solaris 2.5.1 and 2.8)
    CC -O3 -o IOtest.CC5 io_read_tst.cpp
    With gcc 3.0 (tried on Solaris 2.5.1, 2.6, 2.7, and 2.8)
    gcc -O3 -o IOtest.gcc3 io_read_tst.cpp
    I've got the latest patches for the OS and compilers, I've tried compiling on multiple versions of the OS (Solaris 2.5.1, 2.6, 2.7, and 2.8) and always I get similar results, I know I haven't tested every OS possibility, but you have to re-install the OS to test since the compiler is licensed to only one machine, at least for the SUN Compilers anyway! Any help would be greatly, greatly appreciated, code is as follows:
    #include <iostream.h>
    #include <fstream.h>
    #include <time.h>
    int main( )
    char sBuffer[8192];
    time_t startTime, endTime;
    ifstream TestFile;
    TestFile.open( "/data4/tax101/taxtab" ); // Change this to a large file local to your system (~250mb)
    if( TestFile.fail() )
    return( EXIT_FAILURE );
    time( &startTime );
    while( !TestFile.eof() )
    TestFile.read( sBuffer, 8192 );
    time( &endTime );
    cout << endl << "Read Time: " << endTime - startTime << "s\n";
    return( EXIT_SUCCESS );
    Thanks,
    Lance Beddawi
    [email protected]

    Alright, here is my code reposted:
    // Warning.java
    // Reads student data from a text file and writes data to another text file.
    import java.util.;
    import java.io.;
    public class Warning
    // // Reads student data (name, semester hours, quality points) from a
    // text file, computes the GPA, then writes data to another file
    // if the student is placed on academic warning.
    public static void main (String[] args)
    int creditHrs; // number of semester hours earned
    double qualityPts; // number of quality points earned
    double gpa; // grade point (quality point) average
    Scanner scan=null;
    PrintWriter outFile=null;
    String name, inputName = "students.txt";
    String outputName = "warning.txt";
    try
    // Set up Scanner to input file
    scan=new Scanner(new FileInputStream(inputName));
    // Set up the output file stream
    outFile = new PrintWriter(new FileWriter(outputName));
    // Print a header to the output file
    outFile.println ();
    outFile.println ("Students on Academic Warning");
    outFile.println ();
    // Process the input file, one token at a time
    while (scan.hasNext())
    // Get the credit hours and quality points and
    // determine if the student is on warning. If so,
    // write the student data to the output file.
    name=scan.next();
    creditHrs=scan.nextInt();
    qualityPts=scan.nextDouble();
    gpa=qualityPts/creditHrs;
    if ((gpa < 1.5 && creditHrs < 30) || (gpa < 1.75 && creditHrs < 60) || (gpa < 2.0 && creditHrs >= 60))
    outFile.print(name " ");
    outFile.print(creditHrs " ");
    outFile.print(qualityPts " ");
    outFile.print(gpa);
    //Add a catch for each of the specified exceptions, and in each case
    //give as specific a message as you can
    catch (FileNotFoundException e)
    System.out.println("The file " inputName " was not found.");
    catch (IOException e)
    System.out.println("The I/O operation failed and " outputName + " could not be created.");
    catch (InputMismatchException e)
    System.out.println("The input information was not of the right type.");

  • Switching b/w JSP compilers

    In iAS6.0 we had the option of switching b/w the JSP compilers( Jasper & native compilers), by setting -DIAS_JSPSTRICT=false/true in JavaArgs.
    iAS7.0 uses Jasper jsp compiler by default, this is having a strict check on case of tag's and extra spaces.
    Is there any way for switching b/w jsp compilers Or configuring new compiler with SunONE server.
    Thanks,
    Prakash

    Replacing/swapping the JSP compiler with another JSP engine is not a supported feature of Sun ONE Application Server 7.
    Arvind

  • Is this a new usage in PL/SQL?

    Hi friends,
    Today I've tested new features in 11G, and read the Document "Oracle Database 11g: The Top New Features for DBAs and Developers" and when I come to page 226 chapter PL/SQL Performance, I see this code as follows:
    alter session set plsql_warnings = ‘enable:all, disable:06002, disable:06005, disable:06006,
    disable:06010’
    alter session set plsql_ccflags = ‘simple:false’
    create package gcd_test is
    procedure time_it;
    end gcd_test;
    create package body gcd_test is
    $if $$simple $then
    subtype my_integer is simple_integer;
    simple constant times.simple%type := ‘y’;
    $else
    subtype my_integer is pls_integer not null;
    simple constant times.simple%type := ‘n’;
    $end
    Frankly I have never seen that package body can be defined like this...
    the dollar sign with the logic operators, never seen in PL/SQL reference book and then I tested in 11G, it won't cause any error.
    I can't remember this usage in any document...
    so if anybody knows about that, I need your help~
    Edited by: user12977032 on Jul 2, 2010 12:09 AM

    user12977032 wrote:
    I mean the code is like some way to define variables dynamically, or following some rules.Not really. This new feature is a standard feature in most compilers. It allows you to define and set compiler flags and variables and perform conditional compilation.
    For example, you may have a PL/SQL package that is used on Standard Edition (SE) and Enterprise Edition (EE). However, you would like to use a EE feature that is not available on SE (SE for example requires a slower method to be used).
    With conditional compiling you can define a code block that needs to be compiled for EE versions and a different code block that needs to be compiled for SE. Thus you have source code that can be compiled optimally for that server version it is being compiled on.
    This feature has existed for many years in compilers ranging from C to Delphi. And has been sorely missing from the PL/SQL parser and compiler.

  • Intel compilers+MKL+CMAKE corrupting Yosemite 10.10 kernel (no root required)

    I'm forwarding this from Intel software forums, where they suggested me that this is a 10.10 kernel bug.
    Comment by mecej4:
    I should consider it an OSX bug if you cannot kill a misbehaving user mode program, regardless of whether you used MKL, Cmake, and other tools to build the program. In other words, if a program that would cause an access violation in WIndows or a seg-fault in Linux causes a hung machine under OSX, you have a defective OS, and should inform Apple.
    Original thread:
    Dear all,
    I am trying to compile Fenics in OsX using intel compilers.
    The new edition to my saga is that CMAKE creates test binaries when testing MKL that can not be killed, and leads to a slow corruption of the system (i.e. fonts go crazy etc). The error is reproducible in a macbook pro retina 2011 and mac pro cylinder 2013.
    The "zombie" is created when Teuchos is testing:
    Performing Test CXX_COMPLEX_BLAS_WORKS
    The CMAKE is invoked via hashdist with following parameters
    ${CMAKE} -DCMAKE_INSTALL_PREFIX:PATH="${ARTIFACT}" \
      -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON \
      -DCMAKE_INSTALL_RPATH:STRING="${ARTIFACT}/lib" \
      -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=ON \
      -DCMAKE_BUILD_TYPE:STRING=Release \
    -DCMAKE_PREFIX_PATH="${BLAS_DIR};${CMAKE_DIR};${LAPACK_DIR};${MPI_DIR};${NUMPY_ DIR};${PYTHON_DIR};${SUITESPARSE_DIR};${SWIG_DIR}" \
      -D CMAKE_CXX_COMPILER:FILEPATH=${MPICXX} -D CMAKE_C_COMPILER:FILEPATH=${MPICC} -D Trilinos_INSTALL_INCLUDE_DIR:PATH=include/trilinos -D Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON -D Trilinos_ENABLE_Epetra:BOOL=ON -D Trilinos_ENABLE_ML:BOOL=ON -D Trilinos_ENABLE_PyTrilinos:BOOL=ON -D Trilinos_ENABLE_TESTS:BOOL=OFF -D Trilinos_ENABLE_EXAMPLES:BOOL=OFF -D BUILD_SHARED_LIBS:BOOL=ON -D TPL_ENABLE_MPI:BOOL=ON -D TPL_ENABLE_UMFPACK:BOOL=ON -D BLAS_LIBRARY_NAMES:STRING=mkl_rt -D BLAS_LIBRARY_DIRS:PATH=/opt/intel/mkl/lib/ -D LAPACK_LIBRARY_NAMES:STRING=mkl_rt -D LAPACK_LIBRARY_DIRS:PATH=/opt/intel/mkl/lib/ -D UMFPACK_INCLUDE_DIRS:PATH=${SUITESPARSE_DIR}/include/suitesparse -D UMFPACK_LIBRARY_DIRS:PATH=${SUITESPARSE_DIR}/lib -D UMFPACK_LIBRARY_NAMES:STRING="umfpack;cholmod;camd;ccolamd;colamd;amd;suitespar seconfig" -D SWIG_EXECUTABLE:FILEPATH=${SWIG_EXECUTABLE} -D PYTHON_EXECUTABLE:FILEPATH=${PYTHON} \
    ${CMAKE} --build . -- -j ${HASHDIST_CPU_COUNT}
    The zombie binary is generated with the following link.txt
    mpic++    -DCXX_COMPLEX_BLAS_WORKS -Wl,-search_paths_first -Wl,-headerpad_max_install_names  -Lhashdist/bld/blas/orqin7luuh5d/lib  -L.hashdist/bld/cmake/llreawl5z57x/lib  -L.hashdist/bld/lapack/xvzyk5hqp7ew/lib  -L.hashdist/bld/mpi/gi7gvjksd6f3/lib  -L.hashdist/bld/numpy/pwyxrcqhcikq/lib  -L/.hashdist/bld/python/2y62fdg7o42s/lib  -L/.hashdist/bld/suitesparse/47udu3z4wfph/lib  -L.hashdist/bld/swig/mev4ahg24s3p/lib   CMakeFiles/cmTryCompileExec1717385958.dir/src.cxx.o  -o cmTryCompileExec1717385958  /opt/intel/mkl/lib/libmkl_rt.dylib
    I tried manually, and ended up with the zombie process myself, and had to reboot the system, even I initiated the process with gdb.
    The test is this:
    #include
    #define F77_BLAS_MANGLE(name,NAME) name ## _
    extern "C" {
      std::complex F77_BLAS_MANGLE(cdotc,CDOTC)(
        const int* n, const  std::complex x[], const int* incx,
        const std::complex y[], const int* incy);
    int main() {
      const int NUM=2;
      const int INC=1;
      std::complex f[NUM];
      const std::complex
        ONE = std::complex(1.0,0.0),
        TWO = std::complex(2.0,0.0);
      f[0] =  ONE;
      f[1] =  ONE;
      const std::complex ret =
        F77_BLAS_MANGLE(cdotc,CDOTC)(&NUM, f, &INC, f, &INC);
      return (ret == TWO ? 0 : 1);

    Hi Benzema10,
    If you are having an issue with frequent kernel panics - often showing as the "You must restart your computer..." screen - I would suggest that you troubleshoot using the steps in this article - 
    OS X: When your computer spontaneously restarts or displays "Your computer restarted because of a problem." - Apple Support
    Thanks for using Apple Support Communities.
    Sincerely,
    Brett L 

  • Compilers with (good) support for c++11

    I'm looking for more compilers to cross check and optimize the project I'm working on. As I tested and tried a lot of new c++11 features, those should be supported.
    Up to now on my machine I have:
    g++ (the good one! )
    clang++ (does not support openMP )
    icpc (does not support some c++11 as Delegating constructors and User defined literals )
    I was wondering if there is something else that I don't know.

    Thid may take you a bit away from your current setup, but if you have used sup you shouldn't be too scared ;D
    Ive started using mutt a while back, and if properly configured it can do a _lot_ of things and very well at that too!
    Anyway, to answer your post:
    1) Mutt can be configured to retieve your rss feeds, so you dont need to use rss2email and still get a centralilsed repo for your email and rss and, you will be able to keep your email account uncluttered with rss mail (but thats personal preference).
    2) Intrinsically, like all CLI mail clients, butt doesnt show html/html5 or embedded flash in email. /BUT/ you can configure it to use a differen program to handle this automatically.
    So, you will be able to get say uzbl, or jumanji or surf (if you're into your lightweight browsers) to open those multimedia emails. Edit: it seems you will probably have to use links2, but you may be able to use other clients (they will have to open as a seperate application though, whilst links2 is able to stay embedded. Maybe this can be done with the other browsers but I haven't tried nor researched this.
    Generally as: (in .muttrc)
    # enriched messages
    auto_view text/html # view html automatically
    alternative_order text/plain text/enriched text/html # but save it for last
    Credit for that snippet goes to something i found on dotfiles. If I ever find the author's name, I shall edit it in here.
    You will also need to create a .mailcap file with the relevant data. A basic google search reveals some good tutorials for this.
    Last edited by GalacticArachnid (2010-12-03 02:01:42)

  • Mistery around Intel Fortran/C compilers and my Macbook

    Hi all,
    First post here. I do not want to write a long post here but I really need some enlightenment about a strange problem.
    My Macbook came with Tiger and Xcode 2.4. Being a Fortran programmer, I installed Intel compilers without much hassle. Then Leopard arrived but I decided to not upgrade until receiving the green light from Intel (for months their compilers were broken for first-time Leopard users). A few months back most of issues seemed to be gone (I successfully installed the new compilers on 3 Mac Pros and 1 Intel iMac) and I was able to upgrade my Macbook to Leopard and the new compilers.
    Here starts the drama : last week I had to upgrade my hard drive so I backup everything and did a clean Leopard install on a new and bigger HD (Hitachi 200Gb 7200rpm). Everything went fine except the fortran/C compilers. The error message I get is unique (try Google) :
    ifort: error fatalerrorterminated: Fatal error in /opt/intel/fc/10.1.014/bin/ifortia32, terminated by segmentation violation
    (I got similar message if I setup 64 bit compiler)
    I can not compile anything. Even a simple hello.f. I even update to 10.5.4 but nothing changed. In fact, it was so frustrating that I decided to do another clean install of Tiger. Yes, I downgraded Mac OSX to 10.4, downloaded the old Fortran compiler (the one I had) and guess what ? I got the SAME message.
    I triple checked my shell environment, looked over all libraries but nothing seems wrong. The ONLY thing that caught my attention was during the installation, when I selected to format the new disk using HFS+ journaled (non case sensitive). I do not believe that my old original drive had a case sensitive system but I did not checked it.
    If you can help, it would be very much appreciated !

    Here is the crash log file I am getting :
    Process: ifortia32 [441]
    Path: /opt/intel/fc/10.1.007/bin/ifortia32
    Identifier: ifortia32
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: ifortbin [440]
    Date/Time: 2008-07-14 10:04:53.262 -0500
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000002820659e
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ifortia32 0x0006ccf4 lmaster_listlfp + 297
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x28206572 ebx: 0x00068cfe ecx: 0x282065a2 edx: 0x00000002
    edi: 0x0080eed3 esi: 0x00000000 ebp: 0xbfffbfd8 esp: 0xbfffaf80
    ss: 0x0000001f efl: 0x00010202 eip: 0x0006ccf4 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x2820659e
    Binary Images:
    0x1000 - 0x1ddfe2 +ifortia32 ??? (???) /opt/intel/fc/10.1.007/bin/ifortia32
    0x266000 - 0x266ffd libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
    0x90003000 - 0x90011ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x90655000 - 0x9067ffef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
    0x906da000 - 0x906e1fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x92edd000 - 0x92edefef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x94211000 - 0x94349ff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
    0x948f6000 - 0x9497ffff com.apple.framework.IOKit 1.5.0 (???) <5d9b85c55183f9732eb9efc38d18ba53> /System/Library/Frameworks/IOKit.framework/Versi
    ons/A/IOKit
    0x94e11000 - 0x94ef0fff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
    0x95559000 - 0x956b3fe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
    0x95f4b000 - 0x95fa8ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x966c2000 - 0x967f4fe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework
    /Versions/A/CoreFoundation
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Solaris 11 c compilers ?

    Hi,
    Could anyone tell me what C compilers are available for Solaris 11 ?
    I'm trying to use the C compiler bunded with Sun Studio but it won't work unless i get the system/header pkg installed, stupidly i can't get this pkg as it resides in the support repository that you need a contract to access.
    I guess in reality any compiler will need this system / header pkg so i'm pretty stuck :-(
    and this is progress.... ?
    Mike.

    Mike has another thread which I think helps explain his problem:
    Unable to install system/header package - 404 error
    Basically, he can't install the headers because they conflict with other packages on his system. My best guess, is that somehow a newer release of some packages, perhaps from the support repository, got installed on his system but the publisher is now set to the release repository. This is causing a package version conflict when he tries to install the headers. From this message, I'm guessing he can't install the compilers because he can't install the headers.
    The real question becomes "how to get the system back into a shape where he can install the packages he needs". I don't know how practical a reinstall from the release repo would be but that is one option. If there aren't too many problematic packages one might be able to back them out and replace them with the release version (in a separate BE of course). Unfortunately, that could be very messy and error prone. Anybody have any other ideas?

  • New Boolean() vs. static Boolean constants - how java compiler handles them

    A coworker commented today that it is better practice to use static Boolean constants instead of creating new Boolean objects because Booleans are immutable and creating new Boolean objects would therefore be a waste of memory. For eg. do Boolean.TRUE instead of new Boolean(true). However a friend responded that a good java compiler would take care of that. Does anyone know if that is true? And if so, do most java compilers implement that optimization and is it safe to assume that it is a given?

    Even if the compiler takes care of it, it's good coding practice to use the static instances instead.
    That's what they're there for, and it's a lot easier to read as well.
    Boolean b = new Boolean(true);is a lot less easy to read than
    Boolean b = Boolean.TRUE;especially when it's as parameters to methods, and littered all over the code.
    And when using static imports it gets even better.
    Boolean b = TRUE;

  • Suggestion for Linux Compilers Alpha Build 18 Readme

    The Alpha Build 18 Readme at
    <http://developers.sun.com/prodtech/cc/documentation/linux_ea/readme.html>
    does not make it clear how one should file bug reports against the
    build. Perhaps you could add a statement saying, "to file a bug
    report, start a new topic on the Sun Studio C forum", assuming that
    this is actually what you want people to do.

    Paul,
    "Compilers and Tools on Linux" page specifically says that " these early builds available is strictly for evaluation and to gather feedback thru the Sun Studio for Linux forum".
    We are trying to address all the problems reported on forums, however forums are not intended to be used as a primary framework for filing bugs.
    We are working on providing a convenient way to report bugs not just through a support contract channel (which will be still available for you if you have one). Thats still in progress AFAIK.
    regards,
    __Fedor.

  • Xcode 5 crashes on every new project

    Hey folks,
    I've been really frustrated over this.
    My xcode behaves weird. It crashes on every new project i try to create.
    I can only open previous projects but they dont compile or rather xcode crashes when i compile.
    I'm using Xcode 5 on Mavericks Beta and MacBook Pro 13" Late 2011
    Ive posted the error log below
    Process:         Xcode [2542]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         5.0 (3332.25)
    Build Info:      IDEApplication-3332025000000000~2
    App Item ID:     497799835
    App External ID: 38302662
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [160]
    Responsible:     Xcode [2542]
    User ID:         501
    Date/Time:       2013-09-30 21:43:50.123 +0530
    OS Version:      Mac OS X 10.9 (13A538g)
    Report Version:  11
    Anonymous UUID:  0CDC85CF-794F-7463-96EE-E656294BE4A6
    Sleep/Wake UUID: 2EF06D57-E21F-40F9-A52A-F7CF6B8E26F4
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Sending openNewProjectAssistant: to <IDEWelcomeWindowController: 0x7fe0e5937e50> from <IDEWelcomeWindowHighlightButton: 0x7fe0e3432450>
    ProductBuildVersion: 5A1413
    ASSERTION FAILURE in /SourceCache/DVTFoundation/DVTFoundation-3532/Framework/Classes/FoundationClass Categories/DVTNSNotificationCenterAdditions.m:68
    Details:  <DVTNotificationToken, 0x7fe0e6b24a00> was never cancelled. Backtrace for allocation (if self.creationBacktrace is set):
       0  0x000000010d75a621 -[DVTNotificationToken initWithObserver:observedObject:cancellationBlock:] (in DVTFoundation)
      1  0x000000010d6b6b59 -[NSNotificationCenter(DVTNSNotificationCenterAdditions) dvt_addObserver:selector:name:object:] (in DVTFoundation)
      2  0x000000010dc24ebe -[DVTTileView viewDidMoveToSuperview] (in DVTKit)
      3  0x00007fff8265c8f5 -[NSView _setSuperview:] (in AppKit)
      4  0x00007fff8265bb09 -[NSView addSubview:] (in AppKit)
      5  0x00007fff826a333f -[NSClipView setDocumentView:] (in AppKit)
      6  0x00007fff8265990b -[NSCustomView nibInstantiateWithObjectInstantiator:] (in AppKit)
      7  0x00007fff82636733 -[NSIBObjectData instantiateObject:] (in AppKit)
      8  0x00007fff82635a0e -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] (in AppKit)
      9  0x00007fff826d9aec -[NSNib _instantiateNibWithExternalNameTable:] (in AppKit)
    10  0x00007fff82808532 -[NSNib instantiateNibWithOwner:topLevelObjects:] (in AppKit)
    11  0x00007fff82808312 -[NSViewController loadView] (in AppKit)
    12  0x000000010dcef2a4 __29-[DVTViewController loadView]_block_invoke (in DVTKit)
    13  0x000000010d6e7961 DVTInvokeWithFailureHint (in DVTFoundation)
    14  0x000000010dc03c38 -[DVTViewController loadView] (in DVTKit)
    15  0x000000010e8af8a8 -[IDETemplateChooserAssistant loadView] (in IDEKit)
    16  0x00007fff82737158 -[NSViewController view] (in AppKit)
    17  0x000000010dc00b90 -[DVTViewController view] (in DVTKit)
    18  0x000000010e9f895e -[IDEAssistantWindowController willInstallViewController:] (in IDEKit)
    19  0x000000010e9f862c -[IDEAssistantWindowController setCurrentAssistant:andInstallView:] (in IDEKit)
    20  0x000000010e8af594 -[IDEAssistantWindowController beginSessionForWorkspaceWindow:] (in IDEKit)
    21  0x000000010e8ae7c9 -[IDEAssistantWindowController beginSessionWithAssistantIdentifier:context:completionBlock:] (in IDEKit)
    22  0x000000010e8ae138 -[IDEApplicationCommands showTemplateChooserForTemplateKind:inWorkspaceTabController:createdDocument:] (in IDEKit)
    23  0x000000010e8ad820 -[IDEApplicationCommands showTemplateChooserForTemplateKind:] (in IDEKit)
    24  0x000000010e95b451 -[IDEApplicationCommands newProject:] (in IDEKit)
    25  0x00007fff82863cda -[NSApplication sendAction:to:from:] (in AppKit)
    26  0x000000010ddc5d39 __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit)
    27  0x000000010dbf78b6 -[DVTApplication sendAction:to:from:] (in DVTKit)
    28  0x000000010e951b35 +[IDECommandManager sendActionForCommandWithIdentifier:from:] (in IDEKit)
    29  0x00007fff82863cda -[NSApplication sendAction:to:from:] (in AppKit)
    30  0x000000010ddc5d39 __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit)
    31  0x000000010d6e7961 DVTInvokeWithFailureHint (in DVTFoundation)
    32  0x000000010dbf7930 -[DVTApplication sendAction:to:from:] (in DVTKit)
    33  0x00007fff82863b4e -[NSControl sendAction:to:] (in AppKit)
    34  0x00007fff828b077d -[NSCell _sendActionFrom:] (in AppKit)
    35  0x00007fff828c9fe5 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    36  0x00007fff828c93b7 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    37  0x00007fff828c8acd -[NSControl mouseDown:] (in AppKit)
    38  0x00007fff8284ab28 -[NSWindow sendEvent:] (in AppKit)
    39  0x00007fff827e9c8c -[NSApplication sendEvent:] (in AppKit)
    40  0x000000010e75875b -[IDEApplication sendEvent:] (in IDEKit)
    41  0x00007fff8263ac19 -[NSApplication run] (in AppKit)
    42  0x00007fff82625a53 NSApplicationMain (in AppKit)
    43  0x00007fff866aa5fd start (in libdyld.dylib)
    44  0x0000000000000001
    Object:   <DVTNotificationToken: 0x7fe0e6b24a00>
    Method:   -dealloc
    Thread:   <NSThread: 0x7fe0e35150d0>{name = (null), num = 1}
    Hints:  
      0: DVTViewController is loading IDETemplateChooserAssistant
      1: Sending openNewProjectAssistant: to <IDEWelcomeWindowController: 0x7fe0e5937e50> from <IDEWelcomeWindowHighlightButton: 0x7fe0e3432450>
    Backtrace:
      0  0x000000010e956188 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
      1  0x000000010d6e6655 _DVTAssertionHandler (in DVTFoundation)
      2  0x000000010d6e6984 _DVTAssertionFailureHandler (in DVTFoundation)
      3  0x000000010d75a868 -[DVTNotificationToken dealloc] (in DVTFoundation)
      4  0x000000010dc24ede -[DVTTileView viewDidMoveToSuperview] (in DVTKit)
      5  0x00007fff826a3357 -[NSClipView setDocumentView:] (in AppKit)
      6  0x00007fff826a2f32 -[NSScrollView setDocumentView:] (in AppKit)
      7  0x00007fff82635a1e -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] (in AppKit)
      8  0x00007fff826d9aec -[NSNib _instantiateNibWithExternalNameTable:] (in AppKit)
      9  0x00007fff82808532 -[NSNib instantiateNibWithOwner:topLevelObjects:] (in AppKit)
    10  0x00007fff82808312 -[NSViewController loadView] (in AppKit)
    11  0x000000010dcef2a4 __29-[DVTViewController loadView]_block_invoke (in DVTKit)
    12  0x000000010d6e7961 DVTInvokeWithFailureHint (in DVTFoundation)
    13  0x000000010dc03c38 -[DVTViewController loadView] (in DVTKit)
    14  0x000000010e8af8a8 -[IDETemplateChooserAssistant loadView] (in IDEKit)
    15  0x00007fff82737158 -[NSViewController view] (in AppKit)
    16  0x000000010dc00b90 -[DVTViewController view] (in DVTKit)
    17  0x000000010e9f895e -[IDEAssistantWindowController willInstallViewController:] (in IDEKit)
    18  0x000000010e9f862c -[IDEAssistantWindowController setCurrentAssistant:andInstallView:] (in IDEKit)
    19  0x000000010e8af594 -[IDEAssistantWindowController beginSessionForWorkspaceWindow:] (in IDEKit)
    20  0x000000010e8ae7c9 -[IDEAssistantWindowController beginSessionWithAssistantIdentifier:context:completionBlock:] (in IDEKit)
    21  0x000000010e8ae138 -[IDEApplicationCommands showTemplateChooserForTemplateKind:inWorkspaceTabController:createdDocument:] (in IDEKit)
    22  0x000000010e8ad820 -[IDEApplicationCommands showTemplateChooserForTemplateKind:] (in IDEKit)
    23  0x000000010e95b451 -[IDEApplicationCommands newProject:] (in IDEKit)
    24  0x00007fff82863cda -[NSApplication sendAction:to:from:] (in AppKit)
    25  0x000000010ddc5d39 __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit)
    26  0x000000010dbf78b6 -[DVTApplication sendAction:to:from:] (in DVTKit)
    27  0x000000010e951b35 +[IDECommandManager sendActionForCommandWithIdentifier:from:] (in IDEKit)
    28  0x00007fff82863cda -[NSApplication sendAction:to:from:] (in AppKit)
    29  0x000000010ddc5d39 __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit)
    30  0x000000010d6e7961 DVTInvokeWithFailureHint (in DVTFoundation)
    31  0x000000010dbf7930 -[DVTApplication sendAction:to:from:] (in DVTKit)
    32  0x00007fff82863b4e -[NSControl sendAction:to:] (in AppKit)
    33  0x00007fff828b077d -[NSCell _sendActionFrom:] (in AppKit)
    34  0x00007fff828c9fe5 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    35  0x00007fff828c93b7 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    36  0x00007fff828c8acd -[NSControl mouseDown:] (in AppKit)
    37  0x00007fff8284ab28 -[NSWindow sendEvent:] (in AppKit)
    38  0x00007fff827e9c8c -[NSApplication sendEvent:] (in AppKit)
    39  0x000000010e75875b -[IDEApplication sendEvent:] (in IDEKit)
    40  0x00007fff8263ac19 -[NSApplication run] (in AppKit)
    41  0x00007fff82625a53 NSApplicationMain (in AppKit)
    42  0x00007fff866aa5fd start (in libdyld.dylib)
    43  0x0000000000000001
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff88669836 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff823f236c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff88e18bba abort + 125
    3   com.apple.dt.IDEKit                     0x000000010e955a93 +[IDEAssertionHandler _handleAssertionWithLogString:reason:] + 763
    4   com.apple.dt.IDEKit                     0x000000010e9562ee -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] + 1117
    5   com.apple.dt.DVTFoundation              0x000000010d6e6655 _DVTAssertionHandler + 421
    6   com.apple.dt.DVTFoundation              0x000000010d6e6984 _DVTAssertionFailureHandler + 322
    7   com.apple.dt.DVTFoundation              0x000000010d75a868 -[DVTNotificationToken dealloc] + 221
    8   com.apple.dt.DVTKit                     0x000000010dc24ede -[DVTTileView viewDidMoveToSuperview] + 233
    9   com.apple.AppKit                        0x00007fff826a3357 -[NSClipView setDocumentView:] + 480
    10  com.apple.AppKit                        0x00007fff826a2f32 -[NSScrollView setDocumentView:] + 108
    11  com.apple.AppKit                        0x00007fff82635a1e -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 358
    12  com.apple.AppKit                        0x00007fff826d9aec -[NSNib _instantiateNibWithExternalNameTable:] + 600
    13  com.apple.AppKit                        0x00007fff82808532 -[NSNib instantiateNibWithOwner:topLevelObjects:] + 215
    14  com.apple.AppKit                        0x00007fff82808312 -[NSViewController loadView] + 180
    15  com.apple.dt.DVTKit                     0x000000010dcef2a4 __29-[DVTViewController loadView]_block_invoke + 53
    16  com.apple.dt.DVTFoundation              0x000000010d6e7961 DVTInvokeWithFailureHint + 82
    17  com.apple.dt.DVTKit                     0x000000010dc03c38 -[DVTViewController loadView] + 161
    18  com.apple.dt.IDEKit                     0x000000010e8af8a8 -[IDETemplateChooserAssistant loadView] + 114
    19  com.apple.AppKit                        0x00007fff82737158 -[NSViewController view] + 41
    20  com.apple.dt.DVTKit                     0x000000010dc00b90 -[DVTViewController view] + 39
    21  com.apple.dt.IDEKit                     0x000000010e9f895e -[IDEAssistantWindowController willInstallViewController:] + 37
    22  com.apple.dt.IDEKit                     0x000000010e9f862c -[IDEAssistantWindowController setCurrentAssistant:andInstallView:] + 449
    23  com.apple.dt.IDEKit                     0x000000010e8af594 -[IDEAssistantWindowController beginSessionForWorkspaceWindow:] + 333
    24  com.apple.dt.IDEKit                     0x000000010e8ae7c9 -[IDEAssistantWindowController beginSessionWithAssistantIdentifier:context:completionBlock:] + 593
    25  com.apple.dt.IDEKit                     0x000000010e8ae138 -[IDEApplicationCommands showTemplateChooserForTemplateKind:inWorkspaceTabController:createdDocument:] + 1277
    26  com.apple.dt.IDEKit                     0x000000010e8ad820 -[IDEApplicationCommands showTemplateChooserForTemplateKind:] + 1922
    27  com.apple.dt.IDEKit                     0x000000010e95b451 -[IDEApplicationCommands newProject:] + 64
    28  com.apple.AppKit                        0x00007fff82863cda -[NSApplication sendAction:to:from:] + 327
    29  com.apple.dt.DVTKit                     0x000000010ddc5d39 __37-[DVTApplication sendAction:to:from:]_block_invoke + 351
    30  com.apple.dt.DVTKit                     0x000000010dbf78b6 -[DVTApplication sendAction:to:from:] + 228
    31  com.apple.dt.IDEKit                     0x000000010e951b35 +[IDECommandManager sendActionForCommandWithIdentifier:from:] + 109
    32  com.apple.AppKit                        0x00007fff82863cda -[NSApplication sendAction:to:from:] + 327
    33  com.apple.dt.DVTKit                     0x000000010ddc5d39 __37-[DVTApplication sendAction:to:from:]_block_invoke + 351
    34  com.apple.dt.DVTFoundation              0x000000010d6e7961 DVTInvokeWithFailureHint + 82
    35  com.apple.dt.DVTKit                     0x000000010dbf7930 -[DVTApplication sendAction:to:from:] + 350
    36  com.apple.AppKit                        0x00007fff82863b4e -[NSControl sendAction:to:] + 86
    37  com.apple.AppKit                        0x00007fff828b077d -[NSCell _sendActionFrom:] + 128
    38  com.apple.AppKit                        0x00007fff828c9fe5 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2316
    39  com.apple.AppKit                        0x00007fff828c93b7 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 487
    40  com.apple.AppKit                        0x00007fff828c8acd -[NSControl mouseDown:] + 706
    41  com.apple.AppKit                        0x00007fff8284ab28 -[NSWindow sendEvent:] + 11296
    42  com.apple.AppKit                        0x00007fff827e9c8c -[NSApplication sendEvent:] + 2021
    43  com.apple.dt.IDEKit                     0x000000010e75875b -[IDEApplication sendEvent:] + 444
    44  com.apple.AppKit                        0x00007fff8263ac19 -[NSApplication run] + 646
    45  com.apple.AppKit                        0x00007fff82625a53 NSApplicationMain + 940
    46  libdyld.dylib                           0x00007fff866aa5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff88669e3a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff823f2f18 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff823f5fc9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8866a632 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8eec6465 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8eec617a _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff88669e3a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff823f2f18 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff823f5fc9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff88669e3a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff823f2f18 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff823f5fc9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff88669e3a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff823f2f18 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff823f5fc9 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff886659ea mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88664ce8 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff89e493c5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff89e489e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff89e48325 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff84a56dc7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff84a56bcb __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff823f18a9 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff823f173a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff823f5fd9 thread_start + 13
    Thread 7:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff886659ea mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88664ce8 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff89e493c5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff89e489e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff89e48325 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff84a58f3c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.AppKit                        0x00007fff828f5816 -[NSAnimation(NSInternal) _runBlocking] + 366
    7   com.apple.AppKit                        0x00007fff828f5686 -[NSAnimation(NSInternal) _animationThread] + 73
    8   libdispatch.dylib                       0x00007fff8eec71ff _dispatch_call_block_and_release + 12
    9   libdispatch.dylib                       0x00007fff8eec42bd _dispatch_client_callout + 8
    10  libdispatch.dylib                       0x00007fff8eec60c6 _dispatch_root_queue_drain + 326
    11  libdispatch.dylib                       0x00007fff8eec71bb _dispatch_worker_thread2 + 40
    12  libsystem_pthread.dylib                 0x00007fff823f2f08 _pthread_wqthread + 314
    13  libsystem_pthread.dylib                 0x00007fff823f5fc9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff88669e3a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff823f2f18 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff823f5fc9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff886659ea mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88664ce8 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff89e493c5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff89e489e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff89e48325 CFRunLoopRunSpecific + 309
    5   com.apple.DTDeviceKitBase               0x0000000117c7d75a -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 164
    6   com.apple.Foundation                    0x00007fff84a56bcb __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff823f18a9 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff823f173a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff823f5fd9 thread_start + 13
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8866997a __select + 10
    1   com.apple.CoreFoundation                0x00007fff89e94dc3 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff823f18a9 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff823f173a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff823f5fd9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff886659ea mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88664ce8 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff89e493c5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff89e489e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff89e48325 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff827e66dc _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff823f18a9 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff823f173a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff823f5fd9 thread_start + 13
    Thread 12:: DYMobileDeviceManager
    0   libsystem_kernel.dylib                  0x00007fff886659ea mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88664ce8 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff89e493c5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff89e489e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff89e48325 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff84a58f3c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation                    0x00007fff84b41d0a -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.GPUToolsMobileFoundation          0x0000000119c489bb -[DYMobileDeviceManager _deviceNotificationThread:] + 132
    8   com.apple.Foundation                    0x00007fff84a56bcb __NSThread__main__ + 1318
    9   libsystem_pthread.dylib                 0x00007fff823f18a9 _pthread_body + 138
    10  libsystem_pthread.dylib                 0x00007fff823f173a _pthread_start + 137
    11  libsystem_pthread.dylib                 0x00007fff823f5fd9 thread_start + 13
    Thread 13:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff886659ea mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88664ce8 mach_msg + 64
    2   com.apple.framework.IOKit               0x00007fff86196a4c io_connect_method + 377
    3   com.apple.framework.IOKit               0x00007fff8613ebec IOConnectCallMethod + 349
    4   com.apple.driver.AppleIntelHD3000GraphicsGLDriver          0x0000123400002b96 GhalInterface::getCommandBuffer(unsigned char**, unsigned char**, unsigned int*, unsigned int*) + 134
    5   com.apple.driver.AppleIntelHD3000GraphicsGLDriver          0x0000123400024028 GHAL3D::CPrivateCommandTransport::FlushCommandBuffer(GHAL3D::FLUSH_TYPE, unsigned char) + 280
    6   com.apple.driver.AppleIntelHD3000GraphicsGLDriver          0x0000123400023d9d g575SubmitPacketsToken + 64
    7   com.apple.driver.AppleIntelHD3000GraphicsGLDriver          0x00001234002dcb8d gldPresentFramebufferData + 130
    8   GLEngine                                0x00007fff8652e00d glSwap_Exec + 93
    9   com.apple.opengl                        0x00007fff8d293089 CGLFlushDrawable + 66
    10  com.apple.QuartzCore                    0x00007fff8be23df0 view_draw(_CAView*, double, CVTimeStamp const*, bool) + 3512
    11  com.apple.QuartzCore                    0x00007fff8be22fff view_display_link(double, CVTimeStamp const*, void*) + 150
    12  com.apple.QuartzCore                    0x00007fff8be22ec0 link_callback + 237
    13  com.apple.CoreVideo                     0x00007fff8ee7c5cc CVDisplayLink::performIO(CVTimeStamp*) + 206
    14  com.apple.CoreVideo                     0x00007fff8ee7ba08 CVDisplayLink::runIOThread() + 608
    15  com.apple.CoreVideo                     0x00007fff8ee7b78f startIOThread(void*) + 147
    16  libsystem_pthread.dylib                 0x00007fff823f18a9 _pthread_body + 138
    17  libsystem_pthread.dylib                 0x00007fff823f173a _pthread_start + 137
    18  libsystem_pthread.dylib                 0x00007fff823f5fd9 thread_start + 13
    Thread 14:: com.apple.appkit-heartbeat
    0   com.apple.CoreFoundation                0x00007fff89de9e53 __CFStringHash + 243
    1   com.apple.CoreFoundation                0x00007fff89de2078 CFBasicHashFindBucket + 1032
    2   com.apple.CoreFoundation                0x00007fff89de1c3f CFDictionaryGetValue + 111
    3   com.apple.coreui                        0x00007fff81cd8bb0 CUIConstantToMapID + 48
    4   com.apple.coreui                        0x00007fff81cddc4c CUIRenderer::DecodeToCUIInfo(CGRect, CGContext*, __CFDictionary const*, CUIInfo*) const + 210
    5   com.apple.coreui                        0x00007fff81cdf15c CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 204
    6   com.apple.coreui                        0x00007fff81d0e66a CUIDraw + 178
    7   com.apple.AppKit                        0x00007fff828a8dfe __NSRenderSpinningIndeterminateIndicator + 1314
    8   com.apple.AppKit                        0x00007fff828aa5b4 -[NSProgressIndicator heartBeat:] + 1976
    9   com.apple.AppKit                        0x00007fff828a99bf -[NSUIHeartBeat _heartBeatThread:] + 1478
    10  com.apple.Foundation                    0x00007fff84a56bcb __NSThread__main__ + 1318
    11  libsystem_pthread.dylib                 0x00007fff823f18a9 _pthread_body + 138
    12  libsystem_pthread.dylib                 0x00007fff823f173a _pthread_start + 137
    13  libsystem_pthread.dylib                 0x00007fff823f5fd9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff886659ea mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88664ce8 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff89e493c5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff89e489e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff89e48325 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff89efdbd1 CFRunLoopRun + 97
    6   com.apple.DebugSymbols                  0x00007fff87f087e3 SpotlightQueryThread(void*) + 355
    7   libsystem_pthread.dylib                 0x00007fff823f18a9 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff823f173a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff823f5fd9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff88669a0a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff88e37e60 nanosleep + 200
    2   com.apple.CoreSymbolication             0x00007fff8c0f7681 0x7fff8c0e4000 + 79489
    3   libsystem_pthread.dylib                 0x00007fff823f18a9 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff823f173a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff823f5fd9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff71d26310  rcx: 0x00007fff525bff48  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff525bff70  rsp: 0x00007fff525bff48
       r8: 0x00007fe0e5013800   r9: 0x0000000000000081  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff525c0088  r13: 0x000000010f026680  r14: 0x0000000000000006  r15: 0x00007fff525c0030
      rip: 0x00007fff88669836  rfl: 0x0000000000000206  cr2: 0x000000011c5cc000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10d63e000 -        0x10d63eff7  com.apple.dt.Xcode (5.0 - 3332.25) <4E60D4F6-B634-3F9C-BB51-3C754A5DF44C> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x10d646000 -        0x10da72fff  com.apple.dt.DVTFoundation (5.0 - 3532) <9611C2C0-9CF6-39DE-9497-ED7B3BBFE490> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
           0x10dbec000 -        0x10df06fff  com.apple.dt.DVTKit (5.0 - 3546) <9ABA7FFB-CD89-32CB-BB3D-7EB2157B6579> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
           0x10e0ad000 -        0x10e4e6ff7  com.apple.dt.IDEFoundation (5.0 - 3569) <22040B12-C8EE-33E7-B80E-D599A710F4E8> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
           0x10e73f000 -        0x10eeceff7  com.apple.dt.IDEKit (5.0 - 3591) <94A429AE-1D9D-3E3B-B415-653513773C46> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x10f345000 -        0x10f3dbfff  com.apple.PackageKit (3.0 - 329) <0F1D35D9-46FA-30BA-9585-E8EE815BB5D8> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x10f458000 -        0x10f459ffb  libsysmon.dylib (58.1.3) <9D9401F4-DD03-3664-A15D-BDFE3C5DD702> /usr/lib/libsysmon.dylib
           0x10f463000 -        0x10fd20ff7 +libclang.dylib (500.2.76) <6D775F39-D8AA-312C-A21C-542800DCE96E> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
           0x10fd9c000 -        0x10fe06fff  com.apple.CSServiceClient (1.0 - 1) <7F024E7C-77DD-3F4E-9582-342D60E41855> /Applications/Xcode.app/Contents/SharedFrameworks/CSServiceClient.framework/Ver sions/A/CSServiceClient
           0x10fe4a000 -        0x10fe61fff  com.apple.DADocSetManagement (5.0 - 3347) <535F7645-B7A1-39BA-8B7E-A1BF12F9E883> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
           0x10fe76000 -        0x10fe78ff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <0C9E653D-B7A5-3689-9CFA-B6848A5C2E02> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
           0x10fe85000 -        0x10feaeff7  com.apple.dt.instruments.DTGraphKit (5.0 - 51140) <D016A07B-D390-3F97-9986-EC98BCBFD982> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions /A/DTGraphKit
           0x10fec7000 -        0x10ff2dff7  com.apple.DADocSetAccess (5.0 - 3355) <FBC7B68A-5F1D-3875-8285-C3FE35737153> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
           0x1122f8000 -        0x112361fff  com.apple.dt.IDE.IDEDocViewer (5.0 - 3454) <6F10C4C5-E3E1-38FB-9CFA-9B65F204FE51> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
           0x1123ad000 -        0x112473fff  com.apple.dt.IDE.IDESourceEditor (5.0 - 3440) <B408B9F7-8161-3039-827D-7D6A0454B9AC> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
           0x1126b6000 -        0x1126cafff  com.apple.DTDeviceKit (4.2 - 3693.1) <E8EB116D-F7E7-3945-9EB8-E5FDC6581921> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x1128e2000 -        0x112d7efff  com.apple.dt.IDE.IDEInterfaceBuilderKit (5.0 - 4510) <4A3F3D93-579E-3FF0-8510-55BC867D3DEE> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
           0x113050000 -        0x1130d6fff  com.apple.dt.IBFoundation (1.0 - 1) <8B060D48-B90E-3588-BB05-4B321CE81286> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/I BFoundation
           0x11312b000 -        0x1131b5ff7  com.apple.dt.IBAutolayoutFoundation (1.0 - 1) <4439F209-0950-39F3-B686-4CBEB4711449> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
           0x11320a000 -        0x11324efff  com.apple.CoreThemeDefinition (2.0 - 146) <3678A642-92F7-3307-B131-18EC2F757AF1> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/Core ThemeDefinition
           0x11327f000 -        0x1132faff7  com.apple.dt.IDE.IDEFindReplace (5.0 - 3429) <A5DBBCAD-D969-39B6-BDEC-59D02C707731> /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacO S/IDEFindReplace
           0x113349000 -        0x113398fff  com.apple.dt.IDE.iCloudSupport (5.0 - 76) <BF92E467-1FCF-36F9-8A74-1A36B7EA3735> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS /iCloudSupport
           0x1133d3000 -        0x113408ff7  com.apple.dt.dbg.DebuggerFoundation (5.0 - 3528) <0CAACC18-B109-34C9-8E11-A6B004853EEC> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
           0x113434000 -        0x11343cfff  com.apple.dt.IDE.HexEditor (5.0 - 3316) <0CA39F52-2743-3F9A-899F-66DE76E1DEF8> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
           0x113446000 -        0x11347cfff +com.ridiculousfish.HexFiendFramework (5.0 - 3316) <81D374BF-4A63-3153-A6F3-088241BE43FB> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
           0x1134a3000 -        0x11353ffff  com.apple.dt.dbg.DebuggerUI (5.0 - 3528) <6951FF6C-69F3-3FF3-9411-1A7DBD4CAC00> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
           0x1135b8000 -        0x1135d7fff  com.apple.dt.IDE.IDEQuickHelp (5.0 - 3362) <50DCCDD2-EB8A-347B-A740-7D70472A090E> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
           0x1135f1000 -        0x1136cffff  com.apple.dt.gpu.GPUDebuggerFoundation (5.0 - 11130) <2E9310AC-8932-3F75-B65A-AA8C4AB57BB3> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
           0x11372b000 -        0x11377aff7  com.apple.GPUTools (1.0 - 11161) <2B208E08-BB7B-303A-96CF-D44D19DB91EC> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
           0x1137a7000 -        0x11382fff7  com.apple.GPUToolsCore (1.0 - 11161) <E167464A-46BA-3E7A-BD90-EEFB70DC7423> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
           0x113870000 -        0x113a62fff  com.apple.GPUToolsAnalysis (1.0 - 11051) <7DD77971-7EFC-3E95-8173-47651A76E959> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Ve rsions/A/GPUToolsAnalysis
           0x113ab7000 -        0x113b5bff7  com.apple.GPUToolsServices (1.0 - 11051) <7BB51F76-E6BB-3F40-B2D6-41E4F1457B72> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
           0x113bbc000 -        0x113bc0ff7  com.apple.dt.gpu.GPUTraceDebugger (5.0 - 11130) <D0311972-C654-3ADA-B771-4D552A578D8C> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
           0x113bc8000 -        0x113bd5fff  com.apple.dt.gpu.GPUDebuggerKit (5.0 - 11130) <9108770E-308B-3659-90C7-B93EFA126D7F> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
           0x113be6000 -        0x113d94fff  com.apple.dt.gpu.GPUTraceDebuggerUI (5.0 - 11130) <AC595333-F8A4-35D8-852D-9F9114B52F14> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
           0x113de9000 -        0x113e16ff7  com.apple.dt.IDE.Xcode3Core (5.0 - 3564.1) <73DFF732-21CF-3425-81B5-B0D99989FBFE> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
           0x113e2e000 -        0x114188ff7  com.apple.Xcode.DevToolsCore (7.0 - 3564.1) <D36A0536-6B32-3E6B-B395-685E72957050> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x114316000 -        0x11431fff7  com.apple.DevToolsFoundation (7.0 - 3564.1) <4B697B1E-1ACA-3E37-BA2F-6FE593D9494D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x11432a000 -        0x114369fff  com.apple.Xcode.DevToolsSupport (7.0 - 3564.1) <40B053A6-4F16-3C1E-936A-38B3877F07C9> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x114390000 -        0x1143abff7  com.apple.dt.IDE.SharedPlugInUtilities (5.0 - 3313) <B8D8D5F3-356E-354E-B226-8D7B2A9F576C> /Applications/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Conten ts/MacOS/SharedPlugInUtilities
           0x1143bc000 -        0x11456aff7  com.apple.dt.IDE.Xcode3UI (5.0 - 3564.1) <71C904DF-5F9C-3510-AF26-816A0464C957> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
           0x11536c000 -        0x11536ffff  libspindump.dylib (159) <DA0E866A-17D1-3D7E-A9DC-03BBF7CF93F9> /usr/lib/libspindump.dylib
           0x115377000 -        0x115378fff  com.apple.dt.dbg.DebuggerLLDBService (5.0 - 3528) <084E8E3D-2038-3628-9B85-C1E0657385FC> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
           0x11537e000 -        0x115385fff  com.apple.dt.IDE.IDEOSXSupportCore (5.0 - 3329) <890A9167-97B2-32CC-A056-719707C46B84> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSu pportCore
           0x115390000 -        0x1153f4fff  com.apple.dt.IDE.IDEiOSSupportCore (5.0 - 3782.3) <D8835A49-C97F-38CD-AFDB-162D7CF4E86A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOS SupportCore
           0x115440000 -        0x115444ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.2 - 2.5.2a51) <AA0E58DD-6235-3BB0-A725-B6595D6D264E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x115449000 -        0x115449ff7  com.apple.xcode.compilers.scntool (7.0 - 3564.1) <4499232B-6FE0-34B4-82DF-FE857D255921> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Scene Kit.xcplugin/Contents/MacOS/Scene Kit
           0x115450000 -        0x115451fff +liblaunch_sim.dylib (330.1.2) <D9D295D7-6F30-3430-8209-9948FA780B9E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/host/liblaunch_sim.dylib
           0x1154b6000 -        0x1154b6ff7  com.apple.IBStoryboardCompilerPlugin (5.0 - 3742) <F6471CBA-8FCE-322C-B6A6-93B8002F2C5C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/IBStoryboardCompilerPlugin.xcplugin/Conte nts/MacOS/IBStoryboardCompilerPlugin
           0x1154ba000 -        0x1154baff7  com.apple.xcode.compilers.coredata (7.0 - 3564.1) <6B013201-EB6A-380D-BB7D-803D304C24E6> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
           0x1154c0000 -        0x11554dfff  com.apple.dt.IDE.IDEiPhoneSupport (5.0 - 3782.3) <310127E8-01A2-3185-9064-72C8A6231311> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport
           0x1155b9000 -        0x1155f5fff  com.apple.framework.ConfigurationProfiles (6.0 - 656) <2C07DAF5-FE74-3693-B82A-AC4D3E38AF71> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
           0x115616000 -        0x115620ff7  com.apple.xcode.plug-in.CoreBuildTasks (7.0 - 3564.1) <7B2819AA-46A1-3DED-B6DC-A286AB8EE1FD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
           0x115629000 -        0x115629ff7  com.apple.compilers.clang (7.0 - 3564.1) <42E16805-E88C-36C8-89C0-1444AE7F68FD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
           0x11562d000 -        0x115630ff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <F5B66EF6-4739-321A-AC1D-39E7367158DA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
           0x115636000 -        0x115636ff7  com.apple.IBCocoaTouchCompilerPlugin (5.0 - 3742) <3A593E6F-C620-3ADA-B52F-600E319FF495> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IBCocoaTouchCompilerPlugin.xcplugin/Conten ts/MacOS/IBCocoaTouchCompilerPlugin
           0x115645000 -        0x115645ff7  com.apple.IBCocoaTouchCompilerPlugin (5.0 - 3742) <8D1799F0-6977-317F-A884-A1C001D77746> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IBCocoaTouchCompilerPlugin.xcplugin/Contents/MacO S/IBCocoaTouchCompilerPlugin
           0x117ae1000 -        0x117bd2ff7  com.apple.mobiledevice (710 - 710) <C9F18D4B-1D08-3F41-9160-3C2C4F72C07C> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x117c37000 -        0x117ca2ff7  com.apple.DTDeviceKitBase (5.0 - 3693.1) <276B1290-A191-335F-AED6-B59DCBB1FE4B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x117ce1000 -        0x117cf9fff  com.apple.DeviceLinkX (5.0 - 260) <DCCDAA59-4756-37F2-B4E5-02786672F579> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x117d09000 -        0x117d1dfff  com.apple.DVTiPhoneSimulatorRemoteClient (5.0 - 3553) <44D180E8-2078-3F71-B065-D86094ED66FE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers ions/A/DVTiPhoneSimulatorRemoteClient
           0x117d2f000 -        0x117d38ff7  com.apple.iphonesimulator.SimulatorHost (1.0 - 1) <4F382A8F-2D45-38FF-8984-93876938E473> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/SimulatorHost.framework/Versions/A/SimulatorH ost
           0x117e00000 -        0x117e02fff  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (5.0 - 3336) <5CB9E310-89C4-3767-BC59-A7596F9463A9> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplugin /Contents/MacOS/IDEInterfaceBuilderAutomator
           0x117e0b000 -        0x117faaff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (5.0 - 4510) <AB1C5B35-C690-35D4-8AFD-D02516045387> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x1180aa000 -        0x1180eaff7  com.apple.glut (3.6.0 - GLUT-3.6.0) <5CEF8CE4-93B3-3D0E-BF6B-3B1181111726> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x11815e000 -        0x1183b1fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (5.0 - 3742) <301AA49F-76F2-3C2D-8ED6-61978D67B73C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x118489000 -        0x1184a4ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (5.0 - 3336) <D33BF7BF-E6E4-3A35-8BAE-A3A6FB7FA377> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/Con tents/MacOS/IDEInterfaceBuilderCocoa
           0x1184c5000 -        0x1184eafff  com.apple.DiscRecordingUI (8.0 - 8000.4.6) <16B9797A-C881-3794-A3DB-DA6C2342745A> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x11850c000 -        0x118535ff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (5.0 - 3341) <4163E553-FD0F-36B2-973B-6A8F0BC12C81> /Applications/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplugi n/Contents/MacOS/IDEArchivedApplicationsViewer
           0x1185e9000 -        0x1185ecfff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <41DEB30E-EEF3-3C82-A9E2-DC2AD4D5CCB3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x118690000 -        0x1186cafff  com.apple.GPUToolsInterface (1.0 - 11051) <E31F7A98-CC6D-3556-BD8E-47A1153C391A> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
           0x1186ea000 -        0x1186f2ff7  com.apple.dt.ScriptingDefinitionEditor (5.0 - 3310) <005B3629-4C39-37CA-9545-13956BBC1EF6> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor
           0x1186fa000 -        0x1186fffff  com.apple.dt.IDE.IDEPDFViewer (5.0 - 3310) <29D42B6E-D5F0-3B7F-ABAB-90FD206B4C66> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer
           0x118894000 -        0x118895ff9 +cl_kernels (???) <B3FB71D0-4302-43CD-8F49-C23C1B3497BB> cl_kernels
           0x1188ac000 -        0x1188adffa +cl_kernels (???) <5FC48410-4DBB-42E5-AC3B-37D6D7E907FD> cl_kernels
           0x1188fb000 -        0x118adbff3  com.apple.audio.units.Components (1.9 - 1.9) <70A62DE3-9D39-3F90-90BF-17CAA2B640BB> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x119584000 -        0x11960cff7  com.apple.dt.gpu.GPURenderTargetEditor (5.0 - 11130) <DCBE8521-3B90-35EB-8FB9-E9A6965C47D8> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor
           0x119658000 -        0x119759fff  com.apple.dt.IDE.IDEModelEditor (5.0 - 3396) <21B0FCF2-4313-328F-8BA4-575051C539B1> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor
           0x1197ee000 -        0x119877fff  com.apple.dt.IDE.IDEModelFoundation (5.0 - 3396) <776EDEB5-F264-378E-BF18-9FEE505AE15F> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation
           0x1198cc000 -        0x1198defff  com.apple.dt.IDE.IDEIssueNavigator (5.0 - 3330) <B7B868B4-CCB2-36E1-B755-E8A8BB5989DE> /Applications/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents/M acOS/IDEIssueNavigator
           0x1198ec000 -        0x1198f5fff  com.apple.dt.PlistEditor (5.0 - 3315) <3A91C092-EC5C-3E1E-B18D-F829024A521F> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor
           0x119901000 -        0x11991bff7  com.apple.dt.IDE.IDESymbolNavigator (5.0 - 3334) <53BDC4EB-8DFD-34EA-B70E-CE6F22712D3F> /Applications/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Contents/ MacOS/IDESymbolNavigator
           0x11992f000 -        0x119946fff  com.apple.dt.IDE.IDERTFEditor (5.0 - 3315) <669A2135-BB4E-3F9F-990F-00A5A14EC4A3> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor
           0x119958000 -        0x119967ff7  com.apple.dt.IDE.IDEQuickLookEditor (5.0 - 3315) <276F1F69-CC22-30FB-AD41-9B629BE52C2D> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/ MacOS/IDEQuickLookEditor
           0x119978000 -        0x1199c6fff  com.apple.dt.IDE.IDESceneKitEditor (5.0 - 3362) <3F3F128E-9890-30C2-BC93-829A41FB7BEA> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/M acOS/IDESceneKitEditor
           0x1199ff000 -        0x119a15ff7  com.apple.dt.IDE.IDEStructureNavigator (5.0 - 3339) <0E3FD277-EF80-3C6F-8BDF-F401A93E5CAA> /Applications/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Conten ts/MacOS/IDEStructureNavigator
           0x119a23000 -        0x119aecff7  com.apple.dt.IDE.IDELogNavigator (5.0 - 3452) <739AA9B3-DB84-3813-90D4-BA8A609A0DE9> /Applications/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/Mac OS/IDELogNavigator
           0x119b78000 -        0x119b85ff7  com.apple.dt.IDE.IDEProjectsOrganizer (5.0 - 3322) <9C258F03-7EC6-328B-8A89-1A5A053C75EA> /Applications/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Content s/MacOS/IDEProjectsOrganizer
           0x119b92000 -        0x119bdbfff  com.apple.dt.gpu.GPUDebuggeriOSSupport (5.0 - 11064) <FADAFE14-8AE8-3728-8668-F4D3DA963993> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport
           0x119c05000 -        0x119c2bfff  com.apple.GPUToolsShaderProfiler (1.0 - 11051) <62EC79B3-C810-34D3-97D6-0002A067088B> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framew ork/Versions/A/GPUToolsShaderProfiler
           0x119c40000 -        0x119c59fff  com.apple.GPUToolsMobileFoundation (1.0 - 11065) <6B36401C-A7D3-33F9-BF72-9B7FB1EBCA80> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation
           0x119c6e000 -        0x119ceeff7  com.apple.GPUToolsExpert (1.0 - 11065) <F5946944-008A-3DF2-86C2-BEF73A962292> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert
           0x119d37000 -        0x11b34af67  com.apple.LLDB.framework (1.300.2.47 - 300.2.47) <E6C5694D-F44F-376B-8DFD-C1037B46142F> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/LLDB
           0x11b8f8000 -        0x11b9e2fff  org.python.python (2.7.5 - 2.7.5) <DBB7F507-F206-38D5-8837-FE769A034129> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
           0x11bb58000 -        0x11bb5eff7  com.apple.gputools.GPUToolsShaderProfilerMobileSupport (1.0 - 11065) <E00CCF19-3CF2-3501-9A93-958C375F6709> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GPUToolsShaderProfilerMobileSupport.gtplugin/Contents /MacOS/GPUToolsShaderProfilerMobileSupport
           0x11bb64000 -        0x11bb9dfff  com.apple.gputools.MobileAnalysis (1.0 - 11065) <B2CB4A4D-109B-3A9D-8B5A-019687FAF82E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/MobileAnalysis.gtplugin/Contents/MacOS/MobileAnalysis
           0x11bbd6000 -        0x11bbd6ff7  com.apple.dt.IDE.IDEAppleScriptEditor (5.0 - 3311) <37F2C41A-0808-3A39-ABE3-024777EA556F> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
           0x11bde7000 -        0x11bde8fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (5.0 - 3742) <8A69C7BF-450B-3F43-A296-52DAE754217E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSuppor t.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport
           0x11bded000 -        0x11bdfdfff  com.apple.IDESpriteKitParticleEditor (1.0 - 1) <0605E246-FE61-3A27-A93C-358B5F60F1EF> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/C ontents/MacOS/IDESpriteKitParticleEditor
           0x11be0e000 -        0x11bf22fff  com.apple.SpriteKit (1.0 - 1) <A936991B-7801-3AB4-B0A3-2E13DD28AA67> /Applications/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/Versions/ A/SpriteKit
           0x11bf83000 -        0x11bfc0fff  com.apple.PhysicsKit (1.0 - 1) <A3CF45DF-2806-3B73-94C1-63DCE39F2978> /Applications/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/Versions /A/PhysicsKit
           0x11bfda000 -        0x11bffffff  com.apple.GLKit (1.0 - 25) <3D01737C-DE2B-31EA-AD69-3445D1C1DFA3> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
           0x11c024000 -        0x11c048fff  com.apple.audio.OpenAL (1.7 - 1.7) <6C97DAFD-738C-3FC7-A83E-4F73D6141BA9> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x11c3af000 -        0x11c495fef  unorm8_bgra.dylib (2.3.49) <7D4AD8F0-6B02-3D44-BA4B-DD79C2789AA1> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x11c5ab000 -        0x11c5b6fff  libGPUSupport.dylib (9.0.79) <E67126C1-6162-3C8A-B225-F3D18D2C0571> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x11de61000 -        0x11de62fe4 +cl_kernels (???) <B33BEBE8-EA12-42EF-8CC6-6728278BAD07> cl_kernels
        0x123400000000 -     0x123400366ff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.18.18 - 8.1.8) <2039C8C4-171D-32B6-8859-2C64C4552034> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
        0x7fff5fc4c000 -     0x7fff5fc7f6c7  dyld (239.1) <6997FEDF-3E44-3FBB-A05A-4DF1B0AD0931> /usr/lib/dyld
        0x7fff81b72000 -     0x7fff81b83ff7  libsystem_asl.dylib (217.1.4) <0E27A109-DB6F-3510-BA3C-59371F98E300> /usr/lib/system/libsystem_asl.dylib
        0x7fff81b84000 -     0x7fff81b8dff7  com.apple.iChat.InstantMessage (8.0 - 4202) <C7D47BD6-70A3-3800-AB42-200A728AD576> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff81b8e000 -     0x7fff81b9aff7  com.apple.HelpData (2.1.4 - 90) <072C381F-9AF5-3F65-8B17-AB19D3E2106A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff81b9b000 -     0x7fff81ba8fff  com.apple.Sharing (132.1 - 132.1) <A433C938-A062-3EE0-A5E0-4B78A611FAAA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff81ba9000 -     0x7fff81c31ff7  com.apple.CorePDF (4.0 - 4

    How does Xcode work on non-beta OS X?
    We can't discuss anything about Mavericks in the public forums.
    Use the beta forums for Mavericks.

  • Types of Java compilers

    Hi Java community,
    I am an 2004 passout MCA frm India
    Ques 1 ) Can any one help me to find that how many types of java compilers are available today in market along witn their manufacturerslist .
    Ques 2) In a class file format 1st thing that the JVM checks is "magic number" that has vaue "OxCAFEBABE" to determine that it is a valid .class file i.e, the * .class file generated after compilation by java compiler containing magic number. Now what I want to know is that whether all java compilers are required to generate this magic number & attach it in a compiled file (*.class file ) or not . (Also If any one can throw some light on specifications layed down by sun for building a new JVM & Java compiler).
    With Thanks in Anticipation
    Neone Nagendra

    I tried finding it on google 4-5 times but couldn't find any specific answers.
    If you r aware of any specific URL for answer to these questions plz specify.
    Thanks in Anticipation
    Neone
    Nagendra

Maybe you are looking for

  • How can I see my USB device in the measuremen​t&automati​on explorer?

    I'm trying to use an USB-device with LabView7.0. I followed the manual "using NI-VISA3.0 to control your USB device" which I found on the NI-webpage. I generated an .inf file using the VISA driver developement wizard and installed it in the INV folde

  • Creation of new primitive data types

    Is it possible to create primitive data types? Or perhaps there's another solution... I have a need to work with signed integers represented by more than 128 bits, and would prefer to define such variables as primitive types and be able to use them a

  • Mismatch between colour spaces?

    I create a text box in Indesign, place an image over this text box with a solid colour as the border in the image, then set the colour of the text box to be the same colour as the border of the image, using the eyedropper. The RGB numbers of the text

  • Just wow...

    As I stated in my last post, I'm new to the Apple world. My iTouch alone has replaced 90% of my Windows use and I'm looking to completely closing that "window" soon. So here is my question... I have the portability I need with the touch, so now I nee

  • Posting for different APC values to different Depreciation Areas

    Hi All, I am trying to manage in ECC 6.0, different APC values for different depreciation areas, i.e. APC values differ from one dep area to another. I need to post the APC to GL only (i.e. for the 01 i.e. Book Depreciation area). For the remaining d