Libumem and java native leaks

I'm diagnosing a native memory leak in a java process(not caused by a user JNI library, probably due to not closing some stream tied to native resources). I had used this technique before with some success, but this time I'm running into some problems. Basically what I'm doing is using libumem and mdb to help find the leak. I realize that these tools can give some strange results when looking at the JVM, but previously when I have it used, I can just focus on the leaked buffers with a large count and that pointed me right to the problem(the problem is bad enough that eventually I run out of memory space for the process...so I know the leak is being triggered repeatedly). The first problem I have is with libumem/mdb and the stack printed out through bufctl_audit which only displays symbol addresses for java routines. If it displayed the java symbol names, or if there were a way to make it display them then I wouldn't have much of a problem(though I've found I need to increase the audit size because of the large stack frame for a java process).
So what I've done before is find the C library/routines where the memory is being leaked at, and then use dtrace to print stack traces for calls into that C library. Something like this:
dtrace -n 'pid$target:libzip:ZIP_GetEntry:entry { @s[jstack(60,3000)] = count() }' -p <PID>
This has pointed me to the right place in the past, because the place where the leak was happening was getting called frequently. The problem is with the current leak is this is much too course grained. The C library being called is being called quite often, so I'm getting way too many stacks, and sorting through to find the problematic one is difficult. Now if jstack() would show the java symbol name AND its address I could easily correlate it with what's in the findleaks/bufctl_audit output of libumem/mdb.
Is there something I can do inside mdb to help find the java symbol names, or is there a way to use dtrace to correlate the java symbol name with its address to help me out here? I can do some rather ugly iterative stuff with dtrace where I don't give it a large enough buffer to print the whole stack trace and with small increases probably find the mappings from the java symbols to the address, but I was hoping there was something a little less painful. This of course needs to be diagnosed in a production system...so what I can do is somewhat limited. There is redundancy, so I obviously can for a short period pause execution on one server to grab the findleaks output and things like that. Thanks,
Micah

Since your question is about tracing Java internals, you might do better posting in a Java-related forum. (This forum is for Sun Studio, for developing in C, C++, and Fortran.) Try one of the forums listed under Java here:
[http://forums.sun.com/index.jspa?tab=forums]
and especially here:
[http://forums.sun.com/category.jspa?categoryID=39]

Similar Messages

  • Make native code and Java VM interact

    Hi all,
    I am building a native components (Delphi and C++) using JNI.
    Currently my components involve a Java GUI.
    It loads the JVM, then request for that Java Object GUI.
    When the interface is created, I need to get back information
    from what the user can type in.
    However, the native code doesn't wait. It runs and continues right after
    the creation of the GUI, thus causing me trouble (trying to get
    null objects).
    Is there a way to make the native code wait for a java command from
    the interface, or is there a way to make both part of the component
    (java / native) to communicate and interact ?
    Any help would be appreciated.
    Thanks
    Regards,
    Florent

    There are quite a few options here, and this may not
    be the best, per se, but you could make a blocking
    call from the JNI to a Java method. That Java method
    will only return after whatever you want done in the
    interface has completed.Thanks for your reply. Is there other solution in the JNI itself,
    using the JNIEnv Object ?
    Else, I'll try to use that solution.
    Regards,
    Florent

  • Eclipse 3.4 and Java 6 compatibility

    Hi All,
    I have a tomcat plugin inside Eclipse 3.4.2. Recently I upgraded from Java 5 to Java 6. When I try to start Tomcat from Eclipse,I get the following error:
    Error occurred during initialization of VM
    java.lang.UnsatisfiedLinkError: java.lang.Float.floatToIntBits(F)I
         at java.lang.Float.floatToIntBits(Native Method)
         at java.lang.Math.<clinit>(Math.java:801)
         at sun.net.www.ParseUtil.lowMask(ParseUtil.java:512)
         at sun.net.www.ParseUtil.<clinit>(ParseUtil.java:559)
         at sun.misc.Launcher.getFileURL(Launcher.java:388)
         at sun.misc.Launcher$ExtClassLoader.getExtURLs(Launcher.java:165)
         at sun.misc.Launcher$ExtClassLoader.<init>(Launcher.java:137)
         at sun.misc.Launcher$ExtClassLoader$1.run(Launcher.java:121)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.Launcher$ExtClassLoader.getExtClassLoader(Launcher.java:118)
         at sun.misc.Launcher.<init>(Launcher.java:51)
         at sun.misc.Launcher.<clinit>(Launcher.java:39)
         at java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1304)
         at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1286)
    Kindly suggest what needs to be done? If I am posting it in a wrong forum please suggest me the right one too.
    I would like to know if Eclipse 3.4 and Java 6 are compatible or not.
    Thanks in advance.

    ShubhaPradeep wrote:
    I have a tomcat plugin inside Eclipse 3.4.2. Recently I upgraded from Java 5 to Java 6. When I try to start Tomcat from Eclipse,I get
    Error occurred during initialization of VM
    java.lang.UnsatisfiedLinkError: java.lang.Float.floatToIntBits(F)IAre we talking 64-bit Linux?
    I had issues launching eclipse on CentOS 5 64-bit and Sun JDK 1.6,
    resolved by launching eclipse with the -vm option specifying Sun JDK 1.5 java.
    [https://www.centos.org/modules/newbb/viewtopic.php?post_id=95784&topic_id=11661]

  • XSLT and Java Mapping

    Hello friends,
    Can any one know that how to create a XSLT and Java Mapping file(Jar File).
    I am not able to find any of the example so if you create a example or find some where please let me know on that How to create such files...
    Thanks...
    Gaurav Jain

    Hi,
    I am trying to invoke a Java Extension Function from a XSLT. I added both the class file and the XSLT file to a folder, then zipped the entire folder and uploaded into the Archive for my Interface MApping.
    The CLASS gets loaded but the runtime engine gives an error when calling the JAVA Function.
    Here is what it says:
    Creating mapping sequence with 2 steps. --- Creating Java mapping Deliveries/stringHandler --- Creating mapping sequence with 2 steps. --- Creating XSLT mapping Deliveries/test1 --- Using MappingResolver with context URL /sapmnt/XD1/global/xi/mapping/http%3A%2F%2Fwolterskluwer%2Ecom%2Fxi%2F wk_midas_deliveries%2Ftest/cd2e6820267511d9cb52c3c5143c3524/ --- Loaded class Deliveries.stringHandler --- com.sap.aii.ibrun.server.map.MappingRuntimeException: at com.sap.aii.ibrun.server.map.MappingRuntimeException.code_STYLESHEET_OR_CLASS_NOT_FOUND(MappingRuntimeException.java:91) at com.sap.aii.ibrun.server.map.RUMappingJava.instantiate(RUMappingJava.java:168) at com.sap.aii.ibrun.server.map.RUMappingJava.execute(RUMappingJava.java:41) at com.sap.aii.ibrun.server.map.RUSequence.execute(RUSequence.java:50) at com.sap.aii.ibrun.server.map.RURunner.run(RURunner.java:58) at com.sap.aii.ibrun.server.map.RUManager.run(RUManager.java:66) at com.sap.aii.ibrun.sbeans.map.MappingRequestHandler.handleRequest(MappingRequestHandler.java:67) at com.sap.aii.ibrun.sbeans.map.MappingServiceImpl.processFunction(MappingServiceImpl.java:83) at com.sap.aii.ibrun.sbeans.map.XMappingServiceObjectImpl0.processFunction(XMappingServiceObjectImpl0.java:24) at com.sap.aii.ibrun.sbeans.map.MappingServiceKey.processFunction(MappingServiceKey.java:10) at java.lang.reflect.Method.invoke(Native Method) at com.inqmy.services.rfcengine.RFCDefaultRequestHandler.invokeBean(RFCDefaultRequestHandler.java:83) at com.inqmy.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:50) at com.inqmy.services.rfcengine.RFCJCOServer.handleRequest(RFCJCOServer.java:69) at com.sap.mw.jco.JCO$Server.dispatchRequest(Unknown Source) at com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Native Method) at com.sap.mw.jco.rfc.MiddlewareRFC$Server.listen(Unknown Source) at com.sap.mw.jco.JCO$Server.listen(Unknown Source) at com.sap.mw.jco.JCO$Server.run(Unknown Source) at java.lang.Thread.run(Thread.java:513) --
    Please tell me what is the problem?
    Thanks for your time
    A

  • BlackBerry and Java - Save data without a BES ?

    Hi, I'm new with the BlackBerry development. I'm a student and I use Java for school and personnal projects. I have a question and I didn't find an answer on the web.
    I'm building an application for BlackBerry with Java. I need to save informations on a server but I don't have a BlackBerry Enterprise Server. I have a server with SQL Server for a software on the Intranet of the company. The data are first save on the BlackBerry localy and when the connection is made with the network, I want to save the data to my database.
    It's it possible to do this without the BlackBerry Enterprise Server?
    Thanks a lot !
    Dominic
    Student and Java developer
    Sorry for my por english, it's not my native language ... oups !

    Hi Domnic,
    Yes it is possible. You have a web browser dont you? Create and HTTP connection.
    Otherwise if youd prefer a Socket connection then it will only work on the older models.
    Just define the connection string to be "deviceside=true".
    Good luck,
    Ruben

  • Xmlgen and java version

    trying to figure out which jars need to be in my classpath.
    Using 1.4.2 I get
    911@file:/C:/sgml/NISO/2005/05Std/dtbook121a.dtd
    generating document #1
    Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/ranges/Do
    cumentRange
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    3)
    etc,
    with 1.5 I get
    Exception in thread "main" java.lang.NullPointerException
    at com.sun.msv.generator.DOM2toSAX2.convertAttributes(Unknown Source)
    at com.sun.msv.generator.DOM2toSAX2.onElement(Unknown Source)
    at com.sun.msv.generator.DOM2toSAX2.traverse(Unknown Source)
    at com.sun.msv.generator.Driver.run(Unknown Source)
    at com.sun.msv.generator.Driver.main(Unknown Source)
    1. Which jars are needed please?
    I currently have
    set x=/myjava/xmlgen
    set cp=%x%/xmlgen.jar;%x%/msv.jar;%x%/xerces.jar;%x%/xercesImpl.jar
    2. Which version of java has it been proven with please?
    TIA, DaveP

    Further information.
    Using the provided xerces.jar, recent xmlParserAPIs.jar and java 1.4.2
    the error reduces to
    java -cp /myjava/xmlgen/xmlgen.jar;/myjava/xmlgen/xmlParserAPIs.jar com.sun.msv.generator.Driver -dtd dtbook121b.dtd -root {}book
    parsing a grammar: dtbook121b.dtd
    generating document #1
    Exception in thread "main" java.lang.NullPointerException
    at com.sun.msv.generator.DOM2toSAX2.convertAttributes(Unknown Source)
    at com.sun.msv.generator.DOM2toSAX2.onElement(Unknown Source)
    at com.sun.msv.generator.DOM2toSAX2.traverse(Unknown Source)
    at com.sun.msv.generator.Driver.run(Unknown Source)
    at com.sun.msv.generator.Driver.main(Unknown Source)
    regards DaveP

  • JAVA NATIVE ACESS

    HI,
    I have a big problem with Java Native Access when call a function in dll file.
    First, I have files xxx.dll,xxx.h (written by my partner) and document for functions.
    Second, I am using JNA (java native access) to call the functions.
    But, it has some functions that function's result is pass over memory of window.
    In document description, it has tow constant: WM_USER = 0x0400, WM_USER_ENV = (WM_USER + 0)
    I have just learn, so i don't know about that.
    So, my problem is " i don't know how to get result of function that passed over to memory window )
    This is my header file: “MFSIOCTL.h”
    // Command
    #define     CMD_VERSION               'V'
    #define     CMD_SENSOR               'S'
    #define     CMD_FLICKER               'L'
    #define CMD_GETSTATUS          'A'
    #define     DEST_1                    '1'          //front door / Card Reader Flicker Lamp
    #define     DEST_2                    '2'          //UPPER FRAME IN POSITION(CDM) / Printer Lamp
    #define     DEST_3                    '3'          //Receipt Exit Sensor / Cheque Lamp
    #define     DEST_4                    '4'          //Cheque Door Sensor / A4 or Cash Lamp
    #define     DEST_5                    '5'          //Bill Hopper Sensor - 2006/06/20 added
    #define DEST_ALL               '0'          //Get all Status
    //switch status or FLicker Lamp on/off
    #define OPEN                    '0'          //Flicker Off
    #define     CLOSE                    '1'          //Flicker On
    //added at 2004/09/17
    #define WM_MFS_IO_OFFSET                    (WM_USER+0x900)
    #define     WM_MFS_IO_CHG_EVT                    (WM_MFS_IO_OFFSET + 0)
    extern "C" __declspec(dllexport) BOOL __stdcall MFSIO_Open(HWND hWnd,BYTE comport);
    extern "C" __declspec(dllexport) BOOL __stdcall MFSIO_Close(void);
    extern "C" __declspec(dllexport) BOOL __stdcall MFSIO_GetVersion(LPSTR lpFWVer,LPSTR lpDLLVer);
    extern "C" __declspec(dllexport) BOOL __stdcall MFSIO_LED(BYTE LEDNum,BYTE OnOff);
    extern "C" __declspec(dllexport) BYTE __stdcall MFSIO_GetStatus(void);
    And this is window message define:
    --- Definition of Window Message
    : Message is defined in “MFSIOCTL.h” as bellows.
    #define WM_MFS_IO_OFFSET (WM_USER+0x900)
    #define WM_MFS_IO_CHG_EVT (WM_MFSS_IO_OFFSET + 0)
    MESSAGE WPARAM(Indicator ofDoor or Media) LPARAM(Status of Door or Media)
    WM_MFSS_IO_CHG_EVT DEST_1 or OPEN or CLOSE
    DEST_2 or
    DEST_3 or
    DEST_4
    Refer to “MFSIOCTL.h”
    In functions, i don't know that they relative with parameters as "WM_MSF_IO_OFFSET, WM_MFS_IO_CHG_EVT'' and parameters use for what?
    How to get value of window message?
    Please help me. Thank you.
    Edited by: QuocTan on Sep 8, 2010 9:31 PM
    Edited by: QuocTan on Sep 8, 2010 9:34 PM

    But, it has some functions that function's result is pass over memory of window.I have no idea what that means. Please try again in standard English.
    In document description, it has two constant: WM_USER = 0x0400, WM_USER_ENV = (WM_USER + 0)
    These are Windows constants. I don't understand the relevance.
    So, my problem is " i don't know how to get result of function that passed over to memory window)*My* problem is that this is about the 4th time I've read this statement and it doesn't make any sense. What is a 'memory window'? What is 'memory of window'?
    #define WM_MFS_IO_OFFSET                    (WM_USER+0x900)
    #define     WM_MFS_IO_CHG_EVT                    (WM_MFS_IO_OFFSET + 0)If these lines are the problem, they have nothing whatsoever to do with JNI or this forum.
    In functions, i don't know that they relative with parameters as "WM_MSF_IO_OFFSET, WM_MFS_IO_CHG_EVT'' and parameters use for what?Eh?
    How to get value of window message?What?
    Please help me.I cannot help either of you until you take the trouble to express yourselves clearly in standard English. Your problem doesn't appear to have anything to do with JNI or JNA. More likely it is an elementary Windows API programming problem, which is irrelevant to this forum and this site.

  • Forte, iiop, and java 2 woes

    We are running Forte 3L2, and Java 2. We'd like to make calls to a forte SO
    from a Java client. We can configure the SO for export, and find the ior
    file.
    However, the java side never seems to work. The idl compiler for JDK 1.2.x
    (idltojava, downloaded from SUN) gives lots syntax errrors, these appear
    without explanation on apparently good lines. The compiler for JDK 1.3.0
    (idlj) only complains about some errors coming from a escaped strings, which
    I can patch around.
    The java files resulting from idlj need some minor patching/renaming to
    compile (Had to put some of the primitive class helpers into Framework
    project manually). And then, they fail at runtime. They fail with a null
    object error when run in the 1.3.0 runtime. They fail with the same CORBA
    exception when run in either the JDK 1.2.2 runtime, or the naturalbridge
    native java compiled runtime.
    Does anybody have a specific combination of Java 2 jvm and idl compiler
    which will work with Forte? Were any specific tricks needed to make it
    work? I tried the technotes, but those that I found seemed out of date for
    Java 2.

    If you look at the exception information in the iiop manual it
    discusses exteneded propties DefaultThrowsClause, ThrowsClause and
    IsThrowable.
    If you mark your exception class with IsThrowable it will show up in the
    IDL as an exception. If you use either DefaultThrowsClause(project) or
    ThrowsClause(method) you will get the appropriate raises in the idl.
    This will cause the idl2java to produce code which will allow you to catch
    the exception.
    Tom.
    At 09:41 AM 1/29/99 +0100, Giuseppe Sorce wrote:
    >
    Hi all,
    I am currently working to an architecture to establish a communication
    between a Forte' server and a Java client, using Visigenic's Visibroker and
    IDL mode.
    I have problems when I try to raise a Forte' exception from a method
    invoked by the Java client; I would like the exception class
    (ProductException) not to inherit from the class GenericException, because
    the IDL I want to generate must have this structure:
    exception ProductException {
    string message;
    Using this solution, the client application gets blocked waiting forever.
    I am currently working with:
    - Forte' 3.0.G.2 plus WebEnterprise 1.0.B
    - JDK 1.1.5
    - Visibroker 3.1
    My question is: is it possible to raise an exception from the Forte' side
    that is
    compliant to the IDL mentioned above?
    Of course it should be caught from the Java side.
    Thank you in advance
    Giuseppe Sorce
    CSI Piemonte - C.so Unione Sovietica 216 - 10134 Torino - ITALY
    tel. +39-011-3168736
    fax +39-011-3168212
    e-mail [email protected]
    url http://www.csi.it
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • How to incorporate .dll files and java

    i have one .dll file (that .dll file was not developed by me but i know which methods are there in that .dll file) then how to incorate that one

    What exactly do you mean by "how to incoporate" .dll file?
    I assume you want to call native methods defined in the .dll file in a java progam.
    If so, then this Java Native Interface (JNI) tutorials and code camps at http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jni.html tells you how.
    Hope this helps.

  • Problem with Java Native Type after Migration from 7.0 to 7.1

    Hi,
    after Migration from Netweaver 7.0 to Netweaver 7.1 I get following error:
    FileDownload 'FileDownload.data': Context attribute 'PrintSelectedView.PdfToDownload.resourceInputStream' has the Java native type 'com.sap.tc.webdynpro.progmodel.api.IWDInputStream' and cannot be bound to this property. Hint: Remove the binding or bind a context element matching the property's type.     
    What have I done wrong?
    How could I fix this problem?
    Best regards,
    Peter

    Hi,
    thanks, this solved the problem.
    Thank you.
    Best regards,
    Peter

  • JAVA NATIVE ACCESS

    hi
    It would be helpfull for me if anybody give good reference/ link related JAVA NATIVE ACCESS
    i have tried through google and sun search but most of all are java native Interface...
    so please
    thanks in advance

    Hello guys,
    I have a problem in JNA to create interface method because i must search functions in DLL which have many structures as argument. So i find JNA is difficult but less than JNI.
    I would like to give you my specification file and traduce this fonction in the interface of JNA. Please help me !!!!
    Here is these C functions :
    typedef disco_err (WINAPIV* win_disco_init)(disco_init_conf_t* conf);
    typedef enum {
    DISCO_ERR_NONE = 0, //!< No error
    DISCO_ERR_IO = -1, //!< IO error
    DISCO_ERR_DB = -2, //!< Database error
    DISCO_ERR_MEM = -3, //!< Memory allocation error
    DISCO_ERR_PAR = -4, //!< Invalid parameters
    DISCO_ERR_ND = -5, //!< Max number of opened descriptors is
    reached
    DISCO_ERR_NS = -6, //!< Service not supported
    DISCO_ERR_ID = -7, //!< Bad id
    DISCO_ERR_FF = -8, //!< Bad file format
    DISCO_ERR_EOF = -9, //!< End of file
    DISCO_ERR_NOE = -10, //!< No such entity
    DISCO_ERR_INT = -11, //!< Database build interrupted
    DISCO_ERR_ACCESS = -12, //!< Access denied
    DISCO_ERR_EMPTY = -13, //!< Empty information
    DISCO_ERR_NO_MORE_RESPONDING_IPOD = -14, //!<no more iPod
    DISCO_ERR_OTHER = -30, //!< Other
    }disco_err;
    typedef struct {
    disco_uart_iap_init iap_via_uart;//! Unused
    int priority; //!< Priority level of Disco threads
    disco_spec_strs_t strs; //!< Special strings configuration
    }disco_init_conf_t;
    typedef struct {
    const char* empty; //!< String for undefined lists elements
    const char* root; //!< Name for virtual 'Root' directories
    }disco_spec_strs_t;
    So it's a real crazy mapping between C and Java. It's too dificult for me. i hope there will be a professional of mapping ? Give me the solution please because i have 20 days to design the modul of my java application.
    thanks in advance,
    Nicolas.

  • JAVA NATIVE TYPES

    Hi everyone,
    Can anyone let me know what are java native types and its purpose?
    Regards,
    Subrat

    Hi Subrat,
    I assume you are asking about the Java Native Types option while creating context attribute. Java native types give you the ability to assign the Java Classes as types for your context attributes. that means you can create your context attributes based on Java Classes. They are useful when you have to store some data in the context attributes for which no direct type is given by Web Dynpro.
    Regards,
    Ajay

  • ASDM and Java

    I seem to have all kinds of issues trying to manage my firewalls with ASDM.
    We have 4 ASA5510  firewalls we manage, three running ASDM 6.4 (3) and one with ASDM 6.3(2) .
    I am using a Windows 7 VM
    When I go to the ASDM launcher (1.5(50)) and enter my credentials for any one of the four FWs, it hangs on the login of all four. The message is: "Contacting the device. Please wait..."
    When I got to the web launch icon on the desktop, it works for the three devices running ASDM 6.4(3), but not for the device running 6.3(4).
    Below is the Java console information: 
    platform is: 1.7
    product is: 1.7.0_21
    location is: http://java.sun.com/products/autodl/j2se
    path is: C:\Program Files (x86)\Java\jre7\bin\javaw.exe
    args is: null
    native platform is: Windows, x86 [ x86, 32bit ]
    JavaFX runtime is: JavaFX 2.2.21 found at C:\Program Files (x86)\Java\jre7\
    enabled is: true
    registered is: true
    system is: true
    When I am in ASDM and try to connect to one of the other firewalls, I get the following message:
    I get a Version Mismatch error. "Your ASA image has a version number unknown which is not supported by ASDM 6.4(3). Continue anyway?"
    If I click 'yes', it gets stuck at 11%, Intializing communications modules.
    Why are there so many issues getting ASDM and Java to work right? What do I need to do to have one management point that I switch between firewalls at?

    Hi Carlos
    an other solution is, if you have installed both versions (6 and 7) of Java, to change the properties of the launcher. Try
    "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms64m -Xmx512m -Dsun.swing.enableImprovedDragGesture=true -classpath lzma.jar;jploader.jar;asdm-launcher.jar;retroweaver-rt-2.0.jar com.cisco.launcher.Launcher
    if you have installed Java 6 in the standard folder

  • Mail crashes frequently after last Apple update (Safari 4 and Java update)

    Since applying the last Apple software update for Safari 4 and Java earlier this week, Apple Mail has been crashing frequently when I start the program. It does not happen every time, but most of the time. 2-3 seconds after I open Mail, it will crash. I don't use Safari 4, so it's not open when this crash occurs. Any ideas?
    The Problem report is below:
    Process: Mail [161]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.6 (935)
    Build Info: Mail-9350000~1
    Code Type: X86 (Native)
    Parent Process: launchd [70]
    Interval Since Last Report: 38421 sec
    Crashes Since Last Report: 3
    Per-App Interval Since Last Report: 37638 sec
    Per-App Crashes Since Last Report: 3
    Date/Time: 2009-06-18 08:45:34.611 -0700
    OS Version: Mac OS X 10.5.7 (9J61)
    Report Version: 6
    Anonymous UUID: XXXXXX-XXXX-XXXX-XXXX-XXXXXXX
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 19
    Application Specific Information:
    -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:]
    -[IMAPGateway _allowClientOperationThrough:]
    -[IMAPAccount _fetchUnreadCountsCheckForNewMessages:]
    * Terminating app due to uncaught exception 'WebKitThreadingException', reason: 'NSData* -[WebArchive data](WebArchive*, objc_selector*) was called from a secondary thread'
    Thread 0:
    0 libSystem.B.dylib 0x93b7a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93b81a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x943f504e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x943f5c78 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x91ea728c RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x91ea70a5 ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x91ea6f19 BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x90b7fd0d _DPSNextEvent + 657
    8 com.apple.AppKit 0x90b7f5c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.AppKit 0x90b785fb -[NSApplication run] + 795
    10 com.apple.AppKit 0x90b45834 NSApplicationMain + 574
    11 com.apple.mail 0x000fb142 0x1000 + 1024322
    Thread 1:
    0 ??? 0000000000 0 + 0
    Thread 2:
    0 ??? 0000000000 0 + 0
    Thread 3:
    0 libSystem.B.dylib 0x93b7a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93bac2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93badb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9681ddcc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9681dbe0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d9fdb -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    7 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    9 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x93b8146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x93babdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x91684a09 fefragmentthread + 54
    3 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    4 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x93b7a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93bac2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93badb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9681ddcc -[NSCondition waitUntilDate:] + 236
    4 com.apple.MessageFramework 0x0032147f -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 470
    5 com.apple.MessageFramework 0x0032125f -[IMAPGateway waitUntilClientOperationIsFinished:] + 500
    6 com.apple.MessageFramework 0x0031c7c5 -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 268
    7 com.apple.MessageFramework 0x0032dc46 -[IMAPMailboxSyncEngine _unlockIfFetchedUidsAndFlagsWithMonitor:] + 723
    8 com.apple.MessageFramework 0x00329225 -[IMAPMailboxSyncEngine _goWithMessages:] + 592
    9 com.apple.MessageFramework 0x002f315f -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 227
    10 com.apple.MessageFramework 0x002f3076 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    11 com.apple.CoreFoundation 0x944749dd _invoking__ + 29
    12 com.apple.CoreFoundation 0x944743c8 -[NSInvocation invoke] + 136
    13 com.apple.MessageFramework 0x003da5c0 -[MonitoredInvocation invoke] + 409
    14 com.apple.MessageFramework 0x003da1a2 -[InvocationQueue _drainQueue] + 772
    15 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    16 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    17 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    18 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x93b7a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93bac2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93badb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9681ddcc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9681dbe0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d9fdb -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    7 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    9 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x93b7a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93bac2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93badb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9681ddcc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9681dbe0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d9fdb -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    7 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    9 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x93b7a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93bac2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93badb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9681ddcc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9681dbe0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d9fdb -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    7 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    9 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x93b7a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93b81a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x943f504e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x943f5c78 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9680c3e5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x96818504 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x002fbd51 +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    8 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    10 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x93bc96fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    2 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x93b7a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93b81a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x943f504e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x943f5c78 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x002feea6 _handleRequestWithTimeout + 2163
    5 com.apple.MessageFramework 0x003038d1 -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x0030345b -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x00303316 -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x00302edc -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x00302e54 -[IMAPConnection _readLineIntoData:error:] + 71
    10 com.apple.MessageFramework 0x00302cdc -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 155
    11 com.apple.MessageFramework 0x0030282a -[IMAPResponse initWithConnection:error:] + 370
    12 com.apple.MessageFramework 0x00302677 -[IMAPConnection _copyNextServerResponse:] + 79
    13 com.apple.MessageFramework 0x003fdc2f -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 201
    14 com.apple.MessageFramework 0x0031ee54 -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 1126
    15 com.apple.MessageFramework 0x0032e163 -[IMAPConnection executeFetch:] + 43
    16 com.apple.MessageFramework 0x0031dc6d -[IMAPGateway _allowClientOperationThrough:] + 1256
    17 com.apple.CoreFoundation 0x944749dd _invoking__ + 29
    18 com.apple.CoreFoundation 0x944743c8 -[NSInvocation invoke] + 136
    19 com.apple.MessageFramework 0x003da1a2 -[InvocationQueue _drainQueue] + 772
    20 com.apple.MessageFramework 0x0031d6b4 -[MonitoredInvocationQueue _drainQueue] + 261
    21 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    22 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    23 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    24 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x93b7a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93b81a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x943f504e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x943f5c78 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9680c3e5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x96818504 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003d8119 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    8 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    10 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x93b7a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93b81a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x943f504e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x943f5c78 CFRunLoopRunInMode + 88
    4 com.apple.IMUtils 0x9198bdb7 -[IMRemoteObjectBroadcaster _workerThread] + 246
    5 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    6 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    8 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x93b85836 open$UNIX2003 + 10
    1 com.apple.MessageFramework 0x003729d4 -[DataCollector initWithMessage:isPartial:part:] + 356
    2 com.apple.MessageFramework 0x00372854 +[Library dataConsumerForMessage:isPartial:] + 86
    3 com.apple.MessageFramework 0x003727ca +[Library setData:forMessage:isPartial:] + 60
    4 com.apple.MessageFramework 0x0035cc2f -[IMAPMessageDownload data] + 1374
    5 com.apple.MessageFramework 0x00340146 -[IMAPMailboxSyncEngine _unlockIfDidCacheMessagesWithMonitor:] + 3259
    6 com.apple.MessageFramework 0x00329260 -[IMAPMailboxSyncEngine _goWithMessages:] + 651
    7 com.apple.MessageFramework 0x002f315f -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 227
    8 com.apple.MessageFramework 0x002f3076 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    9 com.apple.MessageFramework 0x0034cc34 -[IMAPAccount _synchronizeMailboxesSynchronously] + 1049
    10 com.apple.MessageFramework 0x0034c80e -[IMAPAccount _synchronizeMailboxes:] + 548
    11 com.apple.MessageFramework 0x0033b4b9 -[IMAPAccount _fetchUnreadCountsCheckForNewMessages:] + 1189
    12 com.apple.CoreFoundation 0x944749dd _invoking__ + 29
    13 com.apple.CoreFoundation 0x944743c8 -[NSInvocation invoke] + 136
    14 com.apple.MessageFramework 0x003da5c0 -[MonitoredInvocation invoke] + 409
    15 com.apple.MessageFramework 0x003da1a2 -[InvocationQueue _drainQueue] + 772
    16 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    17 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    18 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    19 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x93b7a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93bac2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93badb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9681ddcc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9681dbe0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d9fdb -[InvocationQueue _drainQueue] + 317
    6 com.apple.MessageFramework 0x0031d6b4 -[MonitoredInvocationQueue _drainQueue] + 261
    7 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    8 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    10 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x93b7a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93bac2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93badb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9681ddcc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9681dbe0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d9fdb -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    7 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    9 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x93b7a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93bac2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x93badb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9681ddcc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9681dbe0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d9fdb -[InvocationQueue _drainQueue] + 317
    6 com.apple.MessageFramework 0x0031d6b4 -[MonitoredInvocationQueue _drainQueue] + 261
    7 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    8 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    10 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x93b8146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x93b81236 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x90be6229 -[NSUIHeartBeat _heartBeatThread:] + 2042
    3 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    4 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    6 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 19 Crashed:
    0 com.apple.CoreFoundation 0x9446ef54 __TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION__ + 4
    1 libobjc.A.dylib 0x973bbe3b objcexceptionthrow + 40
    2 com.apple.CoreFoundation 0x9446ee8b +[NSException raise:format:arguments:] + 155
    3 com.apple.CoreFoundation 0x9446eeca +[NSException raise:format:] + 58
    4 com.apple.WebCore 0x92c79531 WebCoreReportThreadViolation + 257
    5 com.apple.WebKit 0x938f781b -[WebArchive data] + 43
    6 com.apple.mail 0x00197857 0x1000 + 1665111
    7 com.apple.MessageFramework 0x003e4073 -[MimeBody attributedString] + 239
    8 com.growl.GrowlMail 0x50003a8b GMDescriptionFormatString + 655
    9 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    10 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    11 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    12 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x93ba52c2 lstat + 10
    1 com.apple.Foundation 0x967f5229 -[NSFileManager fileExistsAtPath:] + 153
    2 com.apple.MessageFramework 0x0037674a -[LibraryMessage isMessageContentsLocallyAvailable] + 44
    3 com.apple.MessageFramework 0x002ffe32 -[MessageStore bodyForMessage:fetchIfNotAvailable:updateFlags:] + 107
    4 com.apple.MessageFramework 0x002ffdc1 -[MessageStore bodyForMessage:fetchIfNotAvailable:] + 57
    5 com.apple.MessageFramework 0x00398ea1 -[Message messageBodyIfAvailable] + 69
    6 com.growl.GrowlMail 0x500039f4 GMDescriptionFormatString + 504
    7 com.apple.Foundation 0x967d7e0d -[NSThread main] + 45
    8 com.apple.Foundation 0x967d79b4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x93bab155 pthreadstart + 321
    10 libSystem.B.dylib 0x93bab012 thread_start + 34
    Thread 19 crashed with X86 Thread State (32-bit):
    eax: 0xa04b60f0 ebx: 0x973bbe1c ecx: 0xa04b51a0 edx: 0x00869000
    edi: 0x17f246c0 esi: 0xa029adec ebp: 0xb0da2b48 esp: 0xb0da2b48
    ss: 0x0000001f efl: 0x00000286 eip: 0x9446ef54 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x55221000
    Binary Images:
    0x1000 - 0x271ff3 com.apple.mail 3.6 (935) <db76caa848fd321522026ded5f5f33de> /Applications/Mail.app/Contents/MacOS/Mail
    0x2e0000 - 0x539ffb com.apple.MessageFramework 3.6 (935.3) <7bb200e90f1ed167a562700f6c6f2baf> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x690000 - 0x692fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x699000 - 0x6bdfe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x6d2000 - 0x7d8ff7 com.apple.PubSub 1.0.4 (65.11) <296d6ac9aec1acb5386e761bcd8e4d47> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x87f000 - 0x881fff +com.Logitech.Control Center.Scroll Enhancer Loader 2.6.0 (2.6.0) /Library/InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader
    0x887000 - 0x889fff +com.Logitech.Control Center.Scroll Enhancer 2.6.0 (2.6.0) /Library/Application Support/Logitech/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
    0x15c67000 - 0x15e6efef com.apple.RawCamera.bundle 2.0.15 (471) <557c94fbd7c15219746393464a79cf87> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x16319000 - 0x1631eff3 libCGXCoreImage.A.dylib ??? (???) <3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x17e12000 - 0x17e13fe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x180d8000 - 0x180ebfff com.apple.syncservices.syncservicesui 4.2 (389.17) <c00f2d6abc43047900e025c3d525fb45> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x18401000 - 0x18421fff com.apple.Mail.Syncer 3.6 (935.3) <d1a9e4d8b8a9a4a9a2deca443d42d08a> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x50000000 - 0x50005fff +com.growl.GrowlMail 1.1.4 (1.1.4) <78442b8090c647f92bcc14fd73f0029b> /Users/stvjobs/Library/Mail/Bundles/GrowlMail.mailbundle/Contents/MacOS/GrowlMa il
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x90075fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x90076000 - 0x9007afff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9007b000 - 0x90107ff7 com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90108000 - 0x901e9fff com.apple.syncservices 3.2 (389.17) <baa8467fb9c7ded4bbcccc864d24d327> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9037a000 - 0x90501feb com.apple.JavaScriptCore 5530 (5530.17) <687d2f3063f4d922f233623d8f219822> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90502000 - 0x90510ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x90511000 - 0x9054bfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9054c000 - 0x90575fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x90576000 - 0x90586fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90587000 - 0x905afff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x905b0000 - 0x905b5fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x905b6000 - 0x905f8fef com.apple.NavigationServices 3.5.2 (163) <d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90603000 - 0x90622ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90623000 - 0x90949fe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9094a000 - 0x90a90ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90a91000 - 0x90aa9ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90aaa000 - 0x90ab6fff libbz2.1.0.dylib ??? (???) <c5a3563ebe66db7fa456e0fb75b657df> /usr/lib/libbz2.1.0.dylib
    0x90ab7000 - 0x90b3eff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x90b3f000 - 0x9133dfef com.apple.AppKit 6.5.7 (949.46) <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9133e000 - 0x9133effa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9133f000 - 0x913e6feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x913ec000 - 0x9146bff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9146c000 - 0x9148aff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9148b000 - 0x914d4fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x914d5000 - 0x914d5ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x914d6000 - 0x914d9fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x914da000 - 0x91537ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x91538000 - 0x91544ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91545000 - 0x9158ffe1 com.apple.securityinterface 3.0.2 (36684) <7109034b9898a11506fc67e887e69d2b> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x91590000 - 0x9192dfef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9192e000 - 0x9197fff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91980000 - 0x91985ffc com.apple.KerberosHelper 1.1 (1.0) <c6b942d705fa0460ace11af01f316db1> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x91986000 - 0x91986ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91987000 - 0x91989ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9198a000 - 0x9199dfff com.apple.IMUtils 4.0.8 (584) <2105663d09d2bee0d8742159d0581a3e> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x9199e000 - 0x91ad7ff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
    0x91ad8000 - 0x91b92fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91b93000 - 0x91ccbfe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91ccc000 - 0x91d10feb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91d11000 - 0x91d9bfe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91d9c000 - 0x91e19fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e1a000 - 0x91e76ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91e77000 - 0x9217ffff com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92180000 - 0x921edffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x921f6000 - 0x921fcfff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92200000 - 0x924daff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x924db000 - 0x924e0fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x924e1000 - 0x924ecfff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x924ed000 - 0x924f1fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x924f2000 - 0x92d82fff com.apple.WebCore 5530.18 (5530.18) <bed2e1280e908e17419ce0a159c19caa> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x92d83000 - 0x92dc4fe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92dc5000 - 0x92dcefff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92dd2000 - 0x92ddafff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92ddb000 - 0x92de7ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93051000 - 0x93090fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93091000 - 0x930befeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x930bf000 - 0x9316ffff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93170000 - 0x931eaff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x931eb000 - 0x931faffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x931fb000 - 0x9335eff2 com.apple.CalendarStore 3.0.7 (858) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x9335f000 - 0x93447ff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93448000 - 0x93499feb com.apple.framework.familycontrols 1.0.4 (1.0.4) <0c445b73c4531aca4355e3ffdd2715fa> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9349a000 - 0x934cbffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x934cc000 - 0x93508fff com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x93509000 - 0x9359cfff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93736000 - 0x93774fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93775000 - 0x9377ffeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93780000 - 0x93837ff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93838000 - 0x938c4ff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x938c5000 - 0x938ccff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x938cd000 - 0x939a6ff7 com.apple.WebKit 5530.18 (5530.18) <08df2c1fd856bd9b672993dacb18495a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x939a7000 - 0x939b2fe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x939b3000 - 0x93b05ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93b06000 - 0x93b78ff7 com.apple.iLifeMediaBrowser 2.0.3 (346) <2f558ebc56b9b3122efac1bcad78a0db> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x93b79000 - 0x93ce0ff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
    0x93ce1000 - 0x94381fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94382000 - 0x944b5fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x944b6000 - 0x944bafff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x944bb000 - 0x94879fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9487a000 - 0x94c8afef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94c8b000 - 0x94ca0ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94ca1000 - 0x94cb8fff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x94cb9000 - 0x94d6bffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x94d6c000 - 0x94d6cffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94d6d000 - 0x94d71ffd com.apple.AOSNotification 1.0.0 (68.13) <d2a1f7c6e054d7451b17c7301e4dadd5> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x94d72000 - 0x94d96feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x94d97000 - 0x94f16fff com.apple.AddressBook.framework 4.1.2 (700) <41a71b250286dc8d8bcee30784b894c8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95ef3000 - 0x95f0effb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x95f0f000 - 0x95f0fffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95f10000 - 0x95f15fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x95f16000 - 0x95f70ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95f71000 - 0x95f82ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x95f83000 - 0x96000feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96001000 - 0x96010fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x96011000 - 0x96012ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x96043000 - 0x96043ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96044000 - 0x96215ffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96216000 - 0x96218fff com.apple.securityhi 3.0 (30817) <72cb8b012603370e904b31a24a91121b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96219000 - 0x966eafbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x966eb000 - 0x967ccff7 libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
    0x967cd000 - 0x96a49fe7 com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96a4a000 - 0x96aa3ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96aa4000 - 0x96ad8fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x96ad9000 - 0x96b7dfec com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96b7e000 - 0x96b8effc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96b8f000 - 0x96bbefe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x96bbf000 - 0x96bf1fff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96bf2000 - 0x96c40ff3 com.apple.datadetectorscore 1.0.2 (52.14) <4c0a8d505509b7748d3a0cfc887d2c2a> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x96c41000 - 0x96dfdff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96dfe000 - 0x96dfeffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ec9000 - 0x96ec9ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96eca000 - 0x96ef3fff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x96ef4000 - 0x96f5affb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96f5b000 - 0x96f9bfff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x96f9c000 - 0x96febfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x96fec000 - 0x96ff3fe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib
    0x96ff4000 - 0x97011ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97012000 - 0x97030fff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x97031000 - 0x97047fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x97048000 - 0x97113fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x97114000 - 0x97130fff com.apple.IMFramework 4.0.8 (584) <49551f914cd1c3ba154f15f3765803a9> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x97131000 - 0x97167fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x97168000 - 0x97168ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97169000 - 0x9719bff7 com.apple.DotMacSyncManager 1.2.4 (308) <99bb01aa2cdb0d860a11a1097ffe421d> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x9719c000 - 0x9719cfff com.apple.Carbon 136 (136) <9961570a497d79f13b8ea159826af42d> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9719d000 - 0x97264ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97265000 - 0x97265ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x97266000 - 0x9726dffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x9726e000 - 0x97301ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97302000 - 0x97326fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x97327000 - 0x97352fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x97353000 - 0x9738afff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9738b000 - 0x973a3fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x973a4000 - 0x973b1fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x973b2000 - 0x97492fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x97493000 - 0x974cdffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0xc0000000 - 0xc0008fff +com.growl.growlframework 1.1.4 (1.1.4) <e42fe97093035d2485b764ccf9a15d70> /Users/stvjobs/Library/Mail/Bundles/GrowlMail.mailbundle/Contents/Frameworks/Gr owl.framework/Growl
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    I did some googling and it looks like this problem is Growl and Safari related. See: http://www.macfixit.com/article.php?story=20090227003450677

  • DAQ and Java

    Hi All,
    Does anyone know of a Data Acquisition card that has a Java SDK and/or native Java drivers ? I would like to talk to a DA pci card within Java. Can I do this, or would I need to write native code in C/C++ and then use the Java native interface to get the data out of the code I write in C++.
    thanks
    Paul

    Hi All,
    Does anyone know of a Data Acquisition card that has a
    Java SDK and/or native Java drivers ? I would like to
    talk to a DA pci card within Java. Can I do this, or
    would I need to write native code in C/C++ and then
    use the Java native interface to get the data out of
    the code I write in C++.I can't answer your question, but don't be put off by the need to use JNI. It's really not difficult, particularly if all you're doing is transforming Java calls into C calls.
    The result may even be portable (and the C compiler level).
    Sylvia.

Maybe you are looking for

  • Connect to the database of auto Hosted App on Office 365

    Hi All, I developed a custom Application for SharePoint on top Office 365 in Auto-hosted mode. The application has SQL database which will be deployed to SQL Azure. I would like to read some info from the database but using another tools not from ins

  • Outlook 2010 authentication pop up box won't go away

    After we applied the latest round of Windows Updates to our guinea pig workstations, we discovered that one of them caused something to break in Outlook 2010.  We are set to use AD auto detect authentication on a local Exchange 2007 server. The pop u

  • How to preserve mixed case in Data Dictionary

    Hi, I am very new to Oracle, please excuse in advance for silly questions. Using Oracle 9i R2, SQL Developer 1.51.5440. I don't know if it's Oracle DB or The SQL Developer tool, but the names of the object I create are all transformed in uppercase. T

  • Sharing socket object between threads - Is any sync required?

    For example, a thread receives (listens) datagram packets at incoming socket and forwards them downstream through another datagram socket. Another thread listens packets at this second socket and forwards the data via the first socket. It is possible

  • Audio Levels Are Different within program

    For some reason when I am editing a multi-track project I seem to get three different levels as I go along.  When I am editing a single file the levels come out as one thing.  When I get the levels good, usually around -4 or so I play them back on th