Help:Java Bean ourbutton is not loading in my BDK 1.1

Help me guys the ourbutton bean is not loading in my BDK toolbar?
i check the jar folder .. button.jar file is there but ..
i cant see that file in the BDK toolbar ..
i am using 1.4.1 jdk....
Help me please

BDK is not supported now. Try the Bean Builder: https://bean-builder.dev.java.net

Similar Messages

  • Hi, I have quick question about use of USEBEAN tag in SP2. When I specify a scope of SESSION for the java bean, it does not keep the values that I set for variable in the bean persistent.Thanks,Sonny

     

    Make sure that your bean is implementing the serializable interface and that
    you are accessing the bean from the session with the same name.
    Bryan
    "Sandeep Suri" <[email protected]> wrote in message
    news:[email protected]..
    Hi, I have quick question about use of USEBEAN tag in SP2. When I
    specify a scope of SESSION for the java bean, it does not keep the
    values that I set for variable in the bean persistent.Thanks,Sonny
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Metadata for namespace '/WEB-INF/tld/struts-bean.tld' is not loaded.

    What does this : "Metadata for namespace '/WEB-INF/tld/struts-bean.tld' is not loaded." mean? The message comes from a jsp and is displayed in the structure window.
    Anyone know how to restore the default layout to JDeveloper? Applications window has gone full screen width and I can not seem to get it bak to default Any ideas?
    Thanks
    Richard

    Metadata for namespace '/WEB-INF/tld/struts-bean.tld' is not loaded
    1. Add the struts.jar to the WEB-INF/lib directory.
    2. Add the struts-bean.tld to the WEB-INF directory.
    3. In the web.xml add
    <taglib>
    <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
    </taglib>
    4. To the JSP add
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

  • Please help, my phone layout will not load by default.

    I created a phone layout for my website, but it is not loading on the iPhone 5 (using Safari)- unfortunately I don't have another type of device to test it on.  If I manually enter "device=phone" instead of "device=desktop" it loads the correct format, but it will not load unless I do that.  I tried it in 2 different iPhones, one of which had not previously visited my site, and it's a persistent issue.  I am considering deleting the site via business catalyst and then publishing it again fresh to kind of reset things, but I'm new to Muse/Business Catalyst/Web Design in general so I'm concerned that might be overkill and might cause other issues.  Any advice on further troubleshooting would be much appreciated.
    The url is http://www.annagator.com/
    Thanks!
    -Anna
    Update: I just tried re-publishing the site making sure "all files" was checked instead of "modified files" but that didn't help either :/

    No problem, here is a shot of my plan mode in Muse for both versions, so you can see how it's supposed to work.  The issue is less important on some pages than others, like it's a big issue on the illustration and resume page, its difficult (kind of impossible) to access all the content on those without the proper layout. Also, I did get confirmation through some other people that it is definitely not working properly on their devices.  

  • Java Bean works, application not :/

    Hi
    My question is: why my application doesn't work? When I run the Java Bean of my class Okno it works perfectly and when I try to run it as an application nothing appears in my JFrame...Any help would be appreciated.
    No errors appear in runtime.
    Here is my class:
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class Okno extends JFrame
         JPanel rysownik;
         public Okno()
              this.setSize(800, 600);
              this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              rysownik = new JPanel();
              this.setContentPane(rysownik);
              this.setLayout(null);
              this.setVisible(true);
              Rysuj();
         void Rysuj()
              Logika lol = new Logika();
              Box BoxR[] = new Box[50];
              BoxR = lol.utworzBox();
              for(int i = 0; i<lol.Licznik;i++)
                   rysownik.add(BoxR);
         public static void main(String args[])
              Okno okno = new Okno();
    Probably there is a collision between two of the components. Does that has something to do?
    Edited by: Ziomal on May 25, 2008 9:49 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Addig components before or after has no effect on what is displayed on the screen. The frame didn't show its components because it was too small; after maximizing it works now.

  • Need Help! Machine Settings Framework not loading?

    When I turn on the machine, I get a message saying that "activate Settings quit unexpectedly." The data indicates: Library not loaded  Path: Library/Private Frameworks/Machine Settings Framework. Reason: image not found.
    Please provide any help you can. While I can browse etc. I cannot use any of the function keys.
    I am using MacBook Pro Mac OS X Version 10.6.8

    My current OS is Mac OS X v10.6.8
    I checked for updates but get a message saying that there are no updates available for my computer.
    Thanks for the prompt response. Still need help.

  • Help!my application can not load oci.dll

    i have a server with windows 2003 enterprise sp2, oracle 10g was installed on it.now i want to run a .net application,but it's not working,cause oci.dll can not be loaded. then i installed PL/SQL and instant client 11g. but still not working. the error is :"initialization is error, can not load oci.dll.....returned 0". also,i wroted a small application to load oci with win32 api(LoadLibrary) and returned 0 too.
    I'm sure there are no 32bit,64bit things. from os to application,32bit was checked. and i changed server but same os ,same oracle, after application and instant client installed,same problems got. so i'm think about is there any conflicts when oracle 10g and odac/instant client work together

    If you have Oracle 10 installed on a Windows computer, you have oci.dll.
    If "oci.dll can not be loaded", the problem is not a lack of oci.dll.
    The first thing you should do is uninstall Instant Client and anything else you installed to fix the problem (I don't know what you mean with "install PL/SQL").
    Then check if oci.dll can be loaded, e.g. by starting sqlplus and connecting to a database.
    If that works, oci.dll is fine.
    If your program cannot load oci.dll, something in your setup has a problem.
    Maybe it cannot find oci.dll and you have to tell it where to look.
    Yours,
    Laurenz Albe

  • Call to java bean but code not being executed.

    Making a call to my javabean class called ch06_03.java from a jsp program shown below:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Using a java package.</title>
    </head>
    <body>
    <% beans.ch06_03 messager = new beans.ch06_03(); %>
    The message is: <%= messager.msg() %>
    </body>
    </html>
    The call from jsp to javabean program is only returning the hello from java and NOT EXECUTING ANY OF THE CODE in the msg() method. I am checking my table landings_hold and nothing is there, my log file shows nothing. Why is the code not being executed except for the return statement?
    My javabean program is shown below:
    package beans;
    import java.io.*;
    import java.util.*;
    import java.text.*;
    import java.sql.*;
    public class ch06_03 {
    StringTokenizer st1;
              String val1, val3, val4, val5, val9, val10, val11, val12, val13, val14, val16;
              String val2, val6, val7, val8, val15, val17, val18, val19, val20;
              int cnt;
              String filetext = "Starting RIFIS Upload";
              java.util.Date d = new java.util.Date();
              SimpleDateFormat form = new SimpleDateFormat("dd/MMM/yyyy hh:mm:ss");
              String dateString = form.format(d);
    public String msg() throws Exception {
         try {
         Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@xxxxx.xxxx.xxx:1521:xx","xxxxxx","xxxx");
              Statement st = conn.createStatement();
         File f = new File("C://upload");
              FileWriter outFile = new FileWriter("C://RIFIS/log/logfile.txt", true);
              outFile.write(System.getProperty("line.separator"));
              outFile.write(filetext+" - "+dateString);
              if (f.isDirectory())
              { String [] s = f.list();
              for (int i=0; i<s.length; i++)
              { outFile.write(System.getProperty("line.separator"));
                   outFile.write("Found file - "+f+"/"+s);
              FileReader file = new FileReader(f+"/"+s[i]);
                   File inputFile = new File(f+"/"+s[i]);
                        File outputFile = new File("C://RIFIS/archive/"+s[i]);
                   BufferedReader buff = new BufferedReader(file);
                   boolean eof = false;
                   String val0="";
                   ResultSet rec = st.executeQuery("SELECT landings_hold_batch_seq.nextval FROM dual");
                        while(rec.next())
                        { val0 = rec.getString(1); }
                        cnt=0;
                        while (!eof)
                        { String line = buff.readLine();
                        if (line == null)
                        { eof = true; }
                             else
                             { cnt = cnt+1;
                                  st1 = new StringTokenizer(line,",");
                                  val1 = st1.nextToken();
                                  val2 = st1.nextToken();
                                  val3 = st1.nextToken();
                                  val4 = st1.nextToken();
                                  val5 = st1.nextToken();
                                  val6 = st1.nextToken();
                                  val7 = st1.nextToken();
                                  val8 = st1.nextToken();
                                  val9 = st1.nextToken();
                                  val10 = st1.nextToken();
                                  val11 = st1.nextToken();
                                  val12 = st1.nextToken();
                                  val13 = st1.nextToken();
                                  val14 = st1.nextToken();
                                  val15 = st1.nextToken();
                                  val16 = st1.nextToken();
                                  val17 = st1.nextToken();
                                  val18 = st1.nextToken();
                                  val19 = st1.nextToken();
                                  val20 = st1.nextToken();
                                  st.executeUpdate("INSERT INTO LANDINGS_HOLD (lh_id, lh_batch, supplier_dr_id, supplier_unique_id, supplier_dealer_id, supplier_cf_id, supplier_vessel_id, unload_year, unload_month, unload_day, state_code, county_code, port_code, itis_code, market, grade, reported_quantity, unit_measure, dollars, lh_loaddt, lh_loadlive, purch_year, purch_month, purch_day)" +
                        "VALUES (0,'"+val0+"','"+val1+"',"+val2+",'"+val3+"','"+val4+"','"+val5+"',"+val6+","+val7+","+val8+",'"+val9+"','"+val10+"','"+val11+"','"+val12+"','"+val13+"','"+val14+"',"+val15+",'"+val16+"',"+val17+",SYSDATE,NULL,"+val18+","+val19+","+val20+")");
                             } // while else end
                        } // parent while end
                        FileReader in = new FileReader(inputFile);
                        FileWriter out = new FileWriter(outputFile);
    int c;
                        while ((c = in.read()) != -1)
                        { out.write((char)c); }
                        in.close();
                        out.close();
                        outFile.write(System.getProperty("line.separator"));
                        outFile.write("Number of records inserted - "+cnt);
                        outFile.write(System.getProperty("line.separator"));
                        outFile.write("Copied upload file to archive directory");
                        outFile.write(System.getProperty("line.separator"));
                        outFile.write(f+"/"+s[i]+" - Has been removed from upload directory");
                        buff.close();
                        inputFile.delete();
                   } // for end
                   outFile.write(System.getProperty("line.separator"));
                   outFile.write("Upload Complete...NO ERRORS");
                   outFile.write(System.getProperty("line.separator"));
                   outFile.write("*************************************************************");
                   outFile.write(System.getProperty("line.separator"));
                   conn.close();
              } // if end
              else
              { outFile.write("No files to process"); }
              outFile.flush();
              outFile.close();
              } // try end.
              catch(Exception e)
              { FileWriter errFile = new FileWriter("C://RIFIS/log/errfile.txt", true);
              errFile.write(System.getProperty("line.separator"));
              errFile.write("ALERT....ALERT....ALERT");
              errFile.write(System.getProperty("line.separator"));
              errFile.write("Error Occurred in ReadSource.java - RIFIS Upload");
              errFile.write(System.getProperty("line.separator"));
              errFile.write("My Error: " + e);
              errFile.write(System.getProperty("line.separator"));
              errFile.write("*************************************************************");
                   errFile.flush();
                   errFile.close();
              } // catch exception end.
         return "Hello from java";
         } //public msg block
         public ch06_03()

    Since you didn't use code-formatting tags ([ code ] and [ /code ] without the spaces) it's kinda hard to look at it. But I'm sure it DID execute much more than just the return statement - maybe you're not closing a file or db connection, or maybe you're seeing a cached page, so it actually isn't executing ANYTHING on the server (is your browser set to never check for newer pages so it (almost) always returns from cache, for example?)

  • HELP! Itunes store will not load.

    I installed the newest version of itunes recently and once it finished the itunes store would not finish loading. The itunes radio will work and most other functions on itunes will work, just not the store. The status bar will load about half way and then freeze. Apple has had me do several things to try and correct the problem but still no luck. I've tried uninstalling the new version and reinstalling the older version but nothing works. If someone could please help a struggling guy I would greatly appreciate it. Thanks in advance. By the way,  I have Windows XP 64bit.

    I posted a thread about this a while ago. Here is the link. Check out the main two solutions I posted and see if that works. I have heard these may not work for 64 bit, but it's worth a shot.
    https://discussions.apple.com/thread/3304371?tstart=0

  • Java Runtime environment will not load

    I tried to use a java applet and i got the error Cannot load java runtime environment, Browser crashes whenever tries to load anything with java. Error message is
    Process: Safari 5921
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.3 (6531.9)
    Build Info: WebBrowser-65310900~1
    Code Type: X86-64 (Native)
    Parent Process: launchd 103
    Date/Time: 2009-10-09 19:38:26.729 -0400
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Interval Since Last Report: 16868 sec
    Crashes Since Last Report: 3
    Per-App Interval Since Last Report: 5328 sec
    Per-App Crashes Since Last Report: 3
    Anonymous UUID: 18FD4E61-646E-4B5B-8499-8311420CC3FE
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 10
    Application Specific Information:
    abort() called
    Terminating app due to uncaught exception 'JavaNativeException', reason: 'java.lang.ClassFormatError: Unknown constant tag 79 in class file sun/security/x509/X509CertImpl'
    Call stack at first throw:
    0 CoreFoundation 0x00007fff85c615a4 __exceptionPreprocess + 180
    1 libobjc.A.dylib 0x00007fff84252313 objcexceptionthrow + 45
    2 CoreFoundation 0x00007fff85cb8af9 -NSException raise + 9
    3 JavaPluginCocoa 0x000000011adf8ccd registerNatives + 311
    4 JavaPluginCocoa 0x000000011adf9db9 getVMInitArgs + 3590
    5 JavaPluginCocoa 0x000000011adf9f5d getVMInitArgs + 4010
    6 Foundation 0x00007fff8281df65 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85bfdce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85bfd03f CFRunLoopRunSpecific + 575
    4 com.apple.HIToolbox 0x00007fff87976c4e RunCurrentEventLoopInMode + 333
    5 com.apple.HIToolbox 0x00007fff87976a53 ReceiveNextEventCommon + 310
    6 com.apple.HIToolbox 0x00007fff8797690c BlockUntilNextEventMatchingListInMode + 59
    7 com.apple.AppKit 0x00007fff8476d520 _DPSNextEvent + 718
    8 com.apple.AppKit 0x00007fff8476ce89 -NSApplication nextEventMatchingMask:untilDate:inMode:dequeue: + 155
    9 com.apple.Safari 0x000000010000bcf0 0x100000000 + 48368
    10 com.apple.AppKit 0x00007fff84732a7d -NSApplication run + 395
    11 com.apple.AppKit 0x00007fff8472b798 NSApplicationMain + 364
    12 com.apple.Safari 0x0000000100001d0c 0x100000000 + 7436
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff887dfb16 kevent + 10
    1 libSystem.B.dylib 0x00007fff887e1a19 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff887e16d6 dispatch_queueinvoke + 195
    3 libSystem.B.dylib 0x00007fff887e11f6 dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff887e0b28 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff887e09c5 start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff888019c6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff88805801 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff8341ef89 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff8341acea WebCore::IconDatabase::iconDatabaseSyncThread() + 170
    4 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 3: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85bfdce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85bfd03f CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x0000000100025673 0x100000000 + 153203
    5 com.apple.Safari 0x0000000100025603 0x100000000 + 153091
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85bfdce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85bfd03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff8289d51f +NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop: + 297
    5 com.apple.Foundation 0x00007fff8281df65 _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff8880a9f2 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff85c1f252 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff888019c6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff88805801 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff82188750 **::ThreadCondition::timedWait(**::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001213ef 0x100000000 + 1184751
    4 com.apple.Safari 0x000000010004441b 0x100000000 + 279579
    5 com.apple.Safari 0x00000001000442b7 0x100000000 + 279223
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff887e094a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff887e0d5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff887e09c5 start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff887e094a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff887e0d5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff887e09c5 start_wqthread + 13
    Thread 9: Safari: SpinningProgressIndicator
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85bfdce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85bfd03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff82858a94 -NSRunLoop(NSRunLoop) runMode:beforeDate: + 270
    5 com.apple.Foundation 0x00007fff82858973 -NSRunLoop(NSRunLoop) run + 77
    6 com.apple.Safari 0x0000000100035795 0x100000000 + 219029
    7 com.apple.Foundation 0x00007fff8281df65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 10 Crashed:
    0 libSystem.B.dylib 0x00007fff8883a1de _semwait_signalnocancel + 10
    1 libSystem.B.dylib 0x00007fff8883a0e0 nanosleep$NOCANCEL + 129
    2 libSystem.B.dylib 0x00007fff88896ac6 usleep$NOCANCEL + 57
    3 libSystem.B.dylib 0x00007fff888b607c abort + 93
    4 libstdc++.6.dylib 0x00007fff81a1d5d2 _tcf0 + 0
    5 libobjc.A.dylib 0x00007fff84255f49 objcterminate + 100
    6 libstdc++.6.dylib 0x00007fff81a1bae1 _cxxabiv1::_terminate(void (*)()) + 11
    7 libstdc++.6.dylib 0x00007fff81a1bb16 _cxxabiv1::_unexpected(void (*)()) + 0
    8 libstdc++.6.dylib 0x00007fff81a1bbfc _gxx_exception_cleanup(_Unwind_ReasonCode, UnwindException*) + 0
    9 libobjc.A.dylib 0x00007fff842523b2 object_getIvar + 0
    10 com.apple.CoreFoundation 0x00007fff85cb8af9 -NSException raise + 9
    11 com.apple.JavaPluginCocoa16 0x000000011adf8ccd registerNatives + 311
    12 com.apple.JavaPluginCocoa16 0x000000011adf9db9 getVMInitArgs + 3590
    13 com.apple.JavaPluginCocoa16 0x000000011adf9f5d getVMInitArgs + 4010
    14 com.apple.Foundation 0x00007fff8281df65 _NSThread__main_ + 1429
    15 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    16 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 11: Java: Exception Handler Thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libSystem.B.dylib 0x00007fff888443c8 machmsgserver + 597
    3 libclient.dylib 0x000000011cc07f01 JNICreateJavaVMImpl + 45787
    4 libclient.dylib 0x000000011cc07ecd JNICreateJavaVMImpl + 45735
    5 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 12: Java: Gang worker#0 (Parallel GC Threads)
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011cc1b3ad jio_vsnprintf + 251
    8 libclient.dylib 0x000000011cc1b30a jio_vsnprintf + 88
    9 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    10 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    11 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 13: Java: Gang worker#1 (Parallel GC Threads)
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011cc1b3ad jio_vsnprintf + 251
    8 libclient.dylib 0x000000011cc1b30a jio_vsnprintf + 88
    9 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    10 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    11 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 14: Java: Concurrent Mark-Sweep GC Thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc07598 JNICreateJavaVMImpl + 43378
    3 libclient.dylib 0x000000011cc20b31 jio_vsnprintf + 22655
    4 libclient.dylib 0x000000011cc0731c JNICreateJavaVMImpl + 42742
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011cd29cb3 JVM_Available + 261541
    8 libclient.dylib 0x000000011cd29c10 JVM_Available + 261378
    9 libclient.dylib 0x000000011cc20992 jio_vsnprintf + 22240
    10 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    11 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    12 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 15: Java: VM Thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc07598 JNICreateJavaVMImpl + 43378
    3 libclient.dylib 0x000000011cc20b31 jio_vsnprintf + 22655
    4 libclient.dylib 0x000000011cc0731c JNICreateJavaVMImpl + 42742
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011cc882cb JVM_Lseek + 152435
    8 libclient.dylib 0x000000011cc880f9 JVM_Lseek + 151969
    9 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    10 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    11 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 16: Java: Reference Handler
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc988c4 JVM_MonitorWait + 3976
    5 libclient.dylib 0x000000011cc97c22 JVM_MonitorWait + 742
    6 libclient.dylib 0x000000011cc979e7 JVM_MonitorWait + 171
    7 ??? 0x000000011e0126a8 0 + 4798359208
    8 ??? 0x000000011e00681a 0 + 4798310426
    9 ??? 0x000000011e00681a 0 + 4798310426
    10 ??? 0x000000011e0013f1 0 + 4798288881
    11 libclient.dylib 0x000000011cc89491 JVM_Lseek + 156985
    12 libclient.dylib 0x000000011cc89289 JVM_Lseek + 156465
    13 libclient.dylib 0x000000011cc974d3 JVM_InternString + 1459
    14 libclient.dylib 0x000000011cc973c8 JVM_InternString + 1192
    15 libclient.dylib 0x000000011cc97331 JVM_InternString + 1041
    16 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    17 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    18 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    19 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    20 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 17: Java: Finalizer
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc988c4 JVM_MonitorWait + 3976
    5 libclient.dylib 0x000000011cc97c22 JVM_MonitorWait + 742
    6 libclient.dylib 0x000000011cc979e7 JVM_MonitorWait + 171
    7 ??? 0x000000011e0126a8 0 + 4798359208
    8 ??? 0x000000011e00681a 0 + 4798310426
    9 ??? 0x000000011e006973 0 + 4798310771
    10 ??? 0x000000011e006973 0 + 4798310771
    11 ??? 0x000000011e0013f1 0 + 4798288881
    12 libclient.dylib 0x000000011cc89491 JVM_Lseek + 156985
    13 libclient.dylib 0x000000011cc89289 JVM_Lseek + 156465
    14 libclient.dylib 0x000000011cc974d3 JVM_InternString + 1459
    15 libclient.dylib 0x000000011cc973c8 JVM_InternString + 1192
    16 libclient.dylib 0x000000011cc97331 JVM_InternString + 1041
    17 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    18 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    19 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    20 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    21 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 18: Java: Surrogate Locker Thread (CMS)
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e0a JNICreateJavaVMImpl + 41444
    7 libclient.dylib 0x000000011cca6798 JVM_IsPrimitiveClass + 5612
    8 libclient.dylib 0x000000011cca6429 JVM_IsPrimitiveClass + 4733
    9 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    10 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    11 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    12 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    13 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 19: Java: Signal Dispatcher
    0 libSystem.B.dylib 0x00007fff887c6db6 semaphorewaittrap + 10
    1 libclient.dylib 0x000000011cca701c JVM_IsPrimitiveClass + 7792
    2 libclient.dylib 0x000000011cca6ec1 JVM_IsPrimitiveClass + 7445
    3 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    4 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    5 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 20: Java: CompilerThread0
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e0a JNICreateJavaVMImpl + 41444
    7 libclient.dylib 0x000000011ccaa795 JVM_IsPrimitiveClass + 21993
    8 libclient.dylib 0x000000011cca7df0 JVM_IsPrimitiveClass + 11332
    9 libclient.dylib 0x000000011cca7cbb JVM_IsPrimitiveClass + 11023
    10 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    11 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    12 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    13 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    14 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 21: Java: CompilerThread1
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e0a JNICreateJavaVMImpl + 41444
    7 libclient.dylib 0x000000011ccaa795 JVM_IsPrimitiveClass + 21993
    8 libclient.dylib 0x000000011cca7df0 JVM_IsPrimitiveClass + 11332
    9 libclient.dylib 0x000000011cca7cbb JVM_IsPrimitiveClass + 11023
    10 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    11 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    12 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    13 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    14 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 22: Java: Low Memory Detector
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011ccaaf35 JVM_IsPrimitiveClass + 23945
    8 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    9 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    10 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    11 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    12 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 23: Java: VM Periodic Task Thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc07598 JNICreateJavaVMImpl + 43378
    3 libclient.dylib 0x000000011ccabb35 JVM_IsPrimitiveClass + 27017
    4 libclient.dylib 0x000000011ccab82e JVM_IsPrimitiveClass + 26242
    5 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 24: Java: AWT-Shutdown
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc988c4 JVM_MonitorWait + 3976
    5 libclient.dylib 0x000000011cc97c22 JVM_MonitorWait + 742
    6 libclient.dylib 0x000000011cc979e7 JVM_MonitorWait + 171
    7 ??? 0x000000011e0126a8 0 + 4798359208
    8 ??? 0x000000011e00681a 0 + 4798310426
    9 ??? 0x000000011e00681a 0 + 4798310426
    10 ??? 0x000000011e006cf4 0 + 4798311668
    11 ??? 0x000000011e0013f1 0 + 4798288881
    12 libclient.dylib 0x000000011cc89491 JVM_Lseek + 156985
    13 libclient.dylib 0x000000011cc89289 JVM_Lseek + 156465
    14 libclient.dylib 0x000000011cc974d3 JVM_InternString + 1459
    15 libclient.dylib 0x000000011cc973c8 JVM_InternString + 1192
    16 libclient.dylib 0x000000011cc97331 JVM_InternString + 1041
    17 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    18 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    19 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    20 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    21 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 10 crashed with X86 Thread State (64-bit):
    rax: 0x000000000000003c rbx: 0x000000011cbf8920 rcx: 0x000000011cbf88d8 rdx: 0x0000000000000001
    rdi: 0x0000000000000c03 rsi: 0x0000000000000000 rbp: 0x000000011cbf8910 rsp: 0x000000011cbf88d8
    r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000000000001 r11: 0x0000000000000246
    r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x000000011c820d20 r15: 0x000000011c81e780
    rip: 0x00007fff8883a1de rfl: 0x0000000000000247 cr2: 0x0000000047b4a00c
    Binary Images:
    0x100000000 - 0x10024ffff com.apple.Safari 4.0.3 (6531.9) <85520F41-6D13-C548-9D3F-A3013EFB1D8D> /Applications/Safari.app/Contents/MacOS/Safari
    0x1175f0000 - 0x1175f0fff com.apple.JavaPluginCocoa 13.0.0 (13.0.0) <02EA2DA9-59AB-9A18-EE03-6A7147EAE31D> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x118250000 - 0x118254ff7 libFontRegistryUI.dylib ??? (???) <EB462473-8DC9-5F16-4592-8F1D743C779A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x11825a000 - 0x11825bfff ATSHI.dylib ??? (???) <9BC80E39-A52B-D3C2-4C3C-3CA209BA35FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x119ff0000 - 0x119ff7ff7 com.apple.JavaVM 13.0.0 (13.0.0) <D98F6BC3-5901-F2E4-BA32-054953E7E877> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x11adf2000 - 0x11adfeff7 com.apple.JavaPluginCocoa16 13.0.0 (13.0.0) <462924DA-C05B-5DFC-3663-816F0605A934> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x11bc62000 - 0x11bc6bff7 JavaNativeFoundation ??? (???) <8AB1FD95-2A2F-7B91-3A8D-93CEE21A8679> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
    0x11bc74000 - 0x11bc7cfff libdeploy.jnilib ??? (???) <D9D74537-FCF4-9560-ABB9-F5C74CE5A283> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib
    0x11bc85000 - 0x11bc8dfff libverify.dylib ??? (???) <F7DF1D4C-52F0-0D81-AFA4-3609352B3390> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libverify. dylib
    0x11bc93000 - 0x11bcb2ff7 libjava.jnilib ??? (???) <9BBA0384-8C8B-4A13-0229-3E76B54FF906> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libjava.jn ilib
    0x11c991000 - 0x11c99efff libzip.jnilib ??? (???) <93780E94-5045-622E-DB72-07E984F90FD1> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libzip.jni lib
    0x11cbfb000 - 0x11d11efff libclient.dylib ??? (???) <DD9CDE76-DDCA-56EA-1FC3-11449E9AE6BB> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libclient. dylib
    0x11d4f1000 - 0x11d4f7ff7 com.apple.java.JavaRuntimeSupport 13.0.0 (13.0.0) <C94D20CD-59E7-BF65-1342-A2E99ADE7A2E> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSu pport.framework/Versions/A/JavaRuntimeSupport
    0x130418000 - 0x1305e3fff libawt.jnilib ??? (???) <0D2FB85B-647B-80A2-3FCF-9820AD592C87> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libawt.jni lib
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80161000 - 0x7fff8026afff com.apple.MediaToolbox 0.420.17 (420.17) <31834AB2-1BFF-92D5-A8D2-21B0AE51FA98> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff8027a000 - 0x7fff802befef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff802d5000 - 0x7fff802fbfe7 libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff802fc000 - 0x7fff80358fff libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff80359000 - 0x7fff80368fff com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8037d000 - 0x7fff803fbfef com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff803fc000 - 0x7fff808f4ff7 com.apple.VideoToolbox 0.420.17 (420.17) <E034AA6E-A1E4-BB8F-5AFA-F5C354DDD889> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff808f5000 - 0x7fff808f5ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff808f6000 - 0x7fff8092dff7 libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    0x7fff8092e000 - 0x7fff80935ff7 com.apple.DisplayServicesFW 2.1 (2.1) <2C039CF5-8AF8-6DA3-3C77-566B22EFB172> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff80966000 - 0x7fff809c8fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff80a3c000 - 0x7fff8112e5d7 com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff81228000 - 0x7fff81249fff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff8124a000 - 0x7fff81259fef com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8125a000 - 0x7fff81364ff7 com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff8137e000 - 0x7fff8149cff7 com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff81509000 - 0x7fff8162bff7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8162c000 - 0x7fff8167bff7 libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8167c000 - 0x7fff8167cff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8167d000 - 0x7fff816aefff libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff816af000 - 0x7fff8173bfef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8173c000 - 0x7fff81777ff7 com.apple.CoreMediaIOServices 101.0 (715) <7B93206A-FEC5-FCC3-3587-91E3CEC61797> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff81778000 - 0x7fff8177afff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81840000 - 0x7fff8191aff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8191b000 - 0x7fff819d0fff com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff819d1000 - 0x7fff81a4efef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff81a4f000 - 0x7fff81abbff7 com.apple.CorePDF 1.0 (1.0) <8D76B569-F938-6337-533A-5C8A69B005DA> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff81ac4000 - 0x7fff81e58ff7 com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff81e59000 - 0x7fff81f70fef libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    0x7fff81f71000 - 0x7fff820defe7 com.apple.QTKit 7.6.3 (1584) <6D02A542-5202-4022-2050-5BE01F70D225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff820e4000 - 0x7fff8217efe7 com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8217f000 - 0x7fff82303fff com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff82304000 - 0x7fff823bdfff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff823ce000 - 0x7fff824b2ff7 com.apple.DesktopServices 1.5.1 (1.5.1) <65D7E707-DBCA-5752-78EC-351DC88F3AE8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff824b3000 - 0x7fff824f6fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff82532000 - 0x7fff827b6fff com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff827c0000 - 0x7fff827c0ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff827c1000 - 0x7fff82808fef com.apple.QuickLookFramework 2.0 (327.0) <E15E267E-D462-2AD0-DB03-A54E0F94452F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff82809000 - 0x7fff8280cff7 libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8280d000 - 0x7fff82a8efe7 com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff82a8f000 - 0x7fff82a95ff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff82a96000 - 0x7fff82aa1ff7 com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff82aa2000 - 0x7fff82ae8fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff82af7000 - 0x7fff82b08fff SyndicationUI ??? (???) <6B116A70-EA2D-1A61-2C27-35B1CFDFBBD6> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff82b09000 - 0x7fff82b5afe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff82b5b000 - 0x7fff82b66fff com.apple.CrashReporterSupport 10.6 (237) <7B22FB86-33C7-A775-2F13-0D3356E2B971> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff82cd0000 - 0x7fff82ce1fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff82ce2000 - 0x7fff82ceffff libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff82cf0000 - 0x7fff82d31ff7 com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff82d32000 - 0x7fff82d7cff7 com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff82d7d000 - 0x7fff82fe7ff7 com.apple.QuartzComposer 4.0 (156.6) <4E43D357-4A18-5D16-02E8-14324A5B9302> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff830c0000 - 0x7fff831fdfef com.apple.WebKit 6531 (6531.9) <17A680A1-FE75-81E5-952A-047E5FA96F66> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff831fe000 - 0x7fff8329efff com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8329f000 - 0x7fff832bdff7 libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff832fd000 - 0x7fff83381fff com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8338b000 - 0x7fff833c6fe7 com.apple.CoreMedia 0.420.17 (420.17) <E299556E-6930-DC30-DA23-88B812AF63CA> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff833c7000 - 0x7fff8340aff7 libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8340b000 - 0x7fff8340bff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff83418000 - 0x7fff83e3bfe7 com.apple.WebCore 6531 (6531.9) <6DEBA397-4369-A8B1-1757-40FD454F6B51> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff83ead000 - 0x7fff83eb1ff7 libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff83eb2000 - 0x7fff83f1aff7 com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff83f1b000 - 0x7fff83f68ff7 libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    0x7fff84188000 - 0x7fff84188ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff84189000 - 0x7fff84189ff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff841d8000 - 0x7fff84209fef libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff84249000 - 0x7fff842fffe7 libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    0x7fff84300000 - 0x7fff84366fe7 com.apple.AppleVAFramework 4.6.2 (4.6.2) <3DA57727-EAD1-A199-4093-54CC4698A109> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff84367000 - 0x7fff845a0fe7 com.apple.imageKit 2.0 (1.0) <F579694D-9FA0-6365-45CD-E380C2EB2573> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff845a1000 - 0x7fff845a6fff libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff845f2000 - 0x7fff846f7fe7 libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff846f8000 - 0x7fff8470efff com.apple.MultitouchSupport.framework 200.20 (200.20) <96B8C66E-D84D-863B-CB1D-F7E005569706> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8470f000 - 0x7fff84728fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff84729000 - 0x7fff8511dfe7 com.apple.AppKit 6.6.1 (1038.2) <C17AD2AC-8639-D20F-CD99-36EEC619A5F0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8511e000 - 0x7fff85132ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff85133000 - 0x7fff8515bfff com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8515c000 - 0x7fff8515cff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff851c3000 - 0x7fff85253fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff85284000 - 0x7fff8533fff7 libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff85340000 - 0x7fff853f4fef com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff853f5000 - 0x7fff85419ff7 com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8541a000 - 0x7fff85449ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8544a000 - 0x7fff85680fef com.apple.AddressBook.framework 5.0 (862) <06928F7A-AFEC-7C7F-E1EC-D99983588C00> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff85681000 - 0x7fff8568fff7 libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    0x7fff85690000 - 0x7fff856a5fff com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff856a6000 - 0x7fff856e3fff com.apple.LDAPFramework 2.0 (120.1) <0F7DF87D-6A08-02AF-790B-76294FCE8916> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff856e4000 - 0x7fff85773fff com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff857a5000 - 0x7fff857fafef com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff857fb000 - 0x7fff85842ff7 com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff85843000 - 0x7fff858c5fef com.apple.QuickLookUIFramework 2.0 (327.0) <B9850E11-3F04-100F-0122-B4AD6222A43F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff85bab000 - 0x7fff85badfff libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff85bae000 - 0x7fff85bb1ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff85bb2000 - 0x7fff85d25fef com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85d26000 - 0x7fff85d29fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff85d2a000 - 0x7fff86534fe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff865a9000 - 0x7fff865bbfe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff8660a000 - 0x7fff8661dfff libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff86692000 - 0x7fff866cdfef com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8670e000 - 0x7fff8691aff7 com.apple.RawCamera.bundle 2.2.1 (477) <B4DD9D3B-CD05-5ACE-6808-BEC5660D805C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff869ad000 - 0x7fff869c3fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff869c4000 - 0x7fff86a90fff com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff86a91000 - 0x7fff86a92fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff86af2000 - 0x7fff86bbdfe7 ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff86bbe000 - 0x7fff86bbfff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff86be1000 - 0x7fff86be5ff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff86c97000 - 0x7fff86cadfef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff86cf9000 - 0x7fff86d24ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff87065000 - 0x7fff87222fff libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    0x7fff87223000 - 0x7fff87332ff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff87333000 - 0x7fff874edfef com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff87517000 - 0x7fff8764fff7 com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8765b000 - 0x7fff87698ff7 libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff87699000 - 0x7fff876e2ff7 com.apple.securityinterface 4.0 (36981) <F14235A2-8320-1A71-24FE-EB22008483E9> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff876e3000 - 0x7fff87792fef edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff87793000 - 0x7fff877d3fef com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff877d4000 - 0x7fff877d9ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff877dc000 - 0x7fff877fdff7 com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff877fe000 - 0x7fff87803fff libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff87804000 - 0x7fff8781fff7 com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff87820000 - 0x7fff8789dfef com.apple.backup.framework 1.1 (1.0) <35E2F1B1-C301-EFF7-F222-964D1A6ABE09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff87949000 - 0x7fff87c46fef com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff87c77000 - 0x7fff87c7dff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff87c7e000 - 0x7fff87c9efef com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff87c9f000 - 0x7fff87ca0fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff87ca1000 - 0x7fff87ca7fff libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff87ca8000 - 0x7fff87fdafef com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff87fdb000 - 0x7fff88056ff7 com.apple.ISSupport 1.9.1 (49) <EF46DFEE-3B41-97C1-1BE6-A19A1786B85F> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff88057000 - 0x7fff8849afef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8849b000 - 0x7fff884a2fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff884a3000 - 0x7fff88520fe7 com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff88521000 - 0x7fff885ddff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff88693000 - 0x7fff886c8ff7 libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    0x7fff886c9000 - 0x7fff886dafef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff886db000 - 0x7fff886dcff7 com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff886dd000 - 0x7fff88716ff7 com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff88717000 - 0x7fff88774fef com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff88775000 - 0x7fff88775ff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff88776000 - 0x7fff887c5ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff887c6000 - 0x7fff88984ff7 libSystem.B.dylib ??? (???) <66102D4E-6C8B-77D0-6766-2A1788B20C6F> /usr/lib/libSystem.B.dylib
    0x7fff88985000 - 0x7fff889effe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <66102D4E-6C8B-77D0-6766-2A1788B20C6F> /usr/lib/libSystem.B.dylib
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.13f3
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
    Bluetooth: Version 2.2.1f7, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en3
    Serial ATA Device: FUJITSU MHY2080BH, 74.53 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857D
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021a, 0x1d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000
    if anyone can help me understand this i have fixed the flash portion of my problem but java still crashes the computer when trying to load.

    Mac Os X 10.6.1 w/VMFusionWare that loads java perfect with windows 7

  • I need help with Flash Player, "movie not loaded".

    Sometimes movie loads, sometimes not.  Sometimes loads upon refresh, somtimes not.  I cannot figure out how to get Flash to load reliably.  This happens frequently while surfing the internet with IE10 on Windows 7 64bit sp.  I use Microsoft Security Essentials and Windows Firewall.  I prefer to set pop-up blocking on high but have lowered it to medium to no avail.  I have uninstalled Flash using the step by step instructions on Adobe site and reinstalled version 12.0.0.77 twice.  I have unstalled and reinstalled IE 10.  Clearing the catch does not help.  Clicking in and out of compatability setting also does not get flash to load.  I have run out of ideas.  Is there some setting I am missing.  Flash is on so many sites and its so unreliable it is frustrating.

    Sorry, I thought I had mentioned everything.  Active x filtering is off and Shockwave flash object is enabled.  I have cleared the IE catch and the Flash Player catch.
    I should also point out that it is not that some videos play and others do not,  The same video will work sometimes and sometimes not.  I go back to check and sometimes the video loads and then it doesn't again.  I wondered if it had to do with different advertisers before the link played or something like that.  Something is randomly happening it seems.

  • Java issues and pages not loading

    I have a Linksys Wireless Router 802.11b model BEFW11S4 that is about 6 years old. Two days ago I began having issues with my Yahoo mail not opening. The URL would time out. Some videos also stopped playing such as the ones on http://www.inthemotherhood.com. After much troubleshooting I unplugged the wireless router and sure enough all my issues disappeared. I'm assuming this must be an issue with my router and javascript? Can this be fixed or should I buy another router? Thanks for your help.

    as the router is a bit old ,try upgrading/reflashing the router's firmware .. after the firmware , reset and reconfigure the router.. let me know if any more help required ..

  • HELP need urgently! Pages not loading ANY images in my document.

    Hi all,
    I am writing my thesis for my degree, and my document is quite large. I have ~40 images of various sizes, up to 300kB. Everything was fine last night, and I saved the pages document three times on three different storage devices because I'm paranoid about losing this work.
    I closed Pages last night after saving, and today when the document is opened, every single image has been replaced with a grey square containing a question mark.
    What I can't understand is that when I quick-look the document in finder, it still contains all the images just as it was last night.
    Help with this would be very much appreciated!
    Thanks in advance,
    Graham

    It doesn't say "include", that is the previous check box. It is just Save as.
    Saving to Word (really this export) is not perfect in Pages particularly if you have used any uniquely Pages features.
    Since I can't see what you have done, which is probably something you have not described, it really would be faster just to see the docuument. Currently I am suspecting it maybe inline graphics.
    Peter

  • IWeb Help...page background not loading.

    This may not be a specific iWeb issue, but I'm hoping that someone here has experience with this...
    I just got a call telling me that a site I created is 'unreadable'. Based on further questioning, it seems like the the background color of the page (based on the template) isn't loading...so he's seeing white text on a white background (or not seeing, as the case may be).
    Here's a link to the page:
    http://www.centersoundrecords.com/CenterSound_Records/JerryHarrison.html
    And he's using IE as his browser.
    Thanks...

    Brian:
    It is important that you don't leave this like this. If google sees white text on a white background you risk your site being blacklisted from their search results. ( this happened to me)
    The page looks fine to me ( I'm using Safari on a mac). Find out what system and browser that person was using and then get others to view your site and report to you (It could be isolated to that person)
    If you do find others seeing the same thing one work around you could try is to use no page background color in combination with a black browser background and then republish.
    Sincerely, David

  • Java web start will not load on my computer

    When I try and start the IR (PI version 7.1) I get the download of Java Web Start aborting as it complains that the client.jar file is corrupt.
    I just got a colleague to do the same thing on her computer and the dowload worked perfectly!
    I have JRE 1.5.0.18 on my computer, my colleague has 1.6 on her machine.
    HELP!
    Ross Goodman

    Hi Ross,
    Perform the below step:
    Integration Builder> Administration-> JAVA Web Start Administration--> Re-initialization and force signing.
    This function will cause the above re-collection and additionally a re-signing of ALL resources with a dummy certificate. The original SAP signatures of the jarfiles will be lost. It is recommended to use this function only in test systems. To get back the original SAP signatures the application has to be deployed again.
    Thanks,

Maybe you are looking for