Help with Runtime class and timeout of Process

Hi,
Question regarding using Runtime class, and yes I have looked at the javadocs, but I am still confused and frustrated.
Here is part of my code.
Process p;
Runtime runtime = Runtime.getRuntime();
p = runtime.exec("rsh localhost ls");
if you are not familiar with rsh all it does is remote shell into the computer localhost and executes the command ls.
Now, I dont have rsh running on my computer so it will hang at that line for about 40 sec and eventually time out on its own. Is there anyway I can specify a timeout argument like there is for the ping command? Like if there is no response from localhost after 3 sec, then just kill the process?
I looked at the Runtime javadoc and Process javadoc and the closest thing I could come to with is something to do with envp (environment parameters), but I dont know what that is.
Thanks guys.

You can't timeout the "runtime.exec("rsh localhost ls");" call but if you execute the call in a seperate thread you can "timeout" and continue executing on the original thread (while letting the "runtime" thread to timeout on its own).
Check the following class that I created for cases like this:
abstract public class TimeoutHelper implements Runnable
    private Throwable error;
    private boolean running = true;
    private Object retValue;
    protected String name;
    private long waitTime;
    private Thread thread;
     * Creates a new helper. Use {@link #start} to run the code.
     * @param name A name that will be used in the helper thread name
     * @param waitTime The time (in msec) to wait before timeout.
    public TimeoutHelper(String name, long waitTime)
        this.name = name;
        this.waitTime = waitTime;
    public Object start() throws Throwable
        return asyncExecute();
    abstract protected Object execute() throws Throwable;
    private synchronized Object asyncExecute() throws Throwable
        createThread().start();
        if (running)
            try
                wait(waitTime);
                if (running)
                    // Timeout!!
                    abortThread();
                    throw new TimeOutException("Timeout for: " + name);
            catch (InterruptedException ie)
                // Ignore
        if (error != null)
            throw error;
        return retValue;
    private void abortThread()
        if (thread != null)
            thread.interrupt();
    protected Thread createThread()
        thread = new Thread(this, name);
        return thread;
    public void run()
        try
            retValue = execute();
        catch (Throwable th)
            error = th;
        synchronized (this)
            running = false;
            notifyAll();
}You use the class by extending it and implementing "execute". For example:
        TimeoutHelper helper = new TimeoutHelper("Runner", 5000)
            protected Object execute() throws Throwable
                Runtime runtime = Runtime.getRuntime();
                return runtime.exec("rsh localhost ls");
        try
            Process p = (Process)helper.start();
        catch (TimeOutException e)
            // Handle timeout here
        catch (Exception e)
            // Handle other errors here.
        }

Similar Messages

  • Need help with Runtime class in UNIX

    I am attempting to kick off a C++ executable from within java. This class is called through a UI.
    The executable runs in the form of the exec followed by name=value pairs, ie [path/exec] [n=v] [n=v] ... and runs fine from the command line.
    Examples: These don't kick it off, but don't error either.
    String cmd[] = {"/bin/sh","-c","[path]/[exec] [n=v]};
    String cmd[] = new String[3];
    cmd[0] = "[path]/[exec]";
    cmd[1] = "[n=v]";
    cmd[2] = "[n=v]";
    Process p = Runtime.getRuntime().exec(cmd);
    I'm thinking it may be an environment issue, ie env vars not set because the only way I can get this to work is to put the command in a shell script that sets the env vars and kicks off the executable. Like:
    String cmd[] = {"/bin/sh","-c","/[path]/test.sh"};
    I'd prefer to kick this off from the java code. It sounds like I need to find a way to shell out, run our script to set env vars, then kick off the exec. This is my first attempt w/ using Runtime, so maybe I'm missing something.
    Thanks in advance for the help.

    I think this sort of thing will depend upon the shell you're in. When you use Runtime.exec you (might) lose your "parent" shell's environment variables - this question shows up here now and again, here's one thread that might help:
    http://forum.java.sun.com/thread.jspa?threadID=468648&messageID=2172572
    You might find some enlightenment on Roedy's Java Glossary here: http://mindprod.com/jgloss/exec.html
    Hope that helped
    Lee

  • Problems with Runtime.exec() and certain Unix processes

    Certain Unix processes don't behave correctly when run from Java using Runtime.exec(). This can be seen by running /bin/sh and trying to interact with it interactively. The issue appears to be that /bin/sh (and many other Unix tools) are checking the file handles on the spawned process to see if they are associated with a TTY.
    Is there any way to associate a process spawned by Runtime.exec() with a terminal or alternatively, is there a JNI library available that would setup the process correctly and still provide access to the input and output streams?
    Our objective is to have the flexibility of expect in being able to run and interact with spawned processes. A bug was opened at one point but closed back in 1997 as being a fault in the spawned process, not Java.
    Bug ID: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4058689

    #include <stdio.h>
    void doit() {
    int c;
            while((c=getc(stdin)) != EOF) {
                    printf("%c",c);
    int main() {
            freopen("/dev/tty", "r", stdin);
            doit();
    }This program reopens its standard input against /dev/tty and catenates it to stdout. And voila, it takes its standard input from the terminal, even though it was started with stdin against /dev/null..
    $ gcc b.c -o b
    $./b < /dev/null
    buon giorno
    buon giorno

  • FTP Adapter with Runtime OS Command before Message Processing

    Hi PI Techies,
    I have a confusion in using Sender FTP Adapter with Runtime OS Command before Message Processing.
    Scenario is like this:
    Ftp Adapter has to pick a file from FTP server after it checks that a Blank Marker file exists on PI server AL11 directory say "tmp directory".
    For this I am using Runtime OS Command before Message Processing where a shell script will check the existence of Blank Marker file on PI server AL11 and if found , it exits the script and FTP Adpater will then pick the Actual Data File and Process it.
    Now Confusion:
    I am confused in technical execution of steps by FTP Adapter..
    Whether FTP Adapter polling initiates the Interface or Runtime OS command checking the File existence will initiate the Interface?
    May be its follish to you guys... but please answer ..
    Regards,
    Anurag

    Hi,
    I will take it other way as we need to process the Data File not Marker File ( its just for checking the Data File is completely written on FTP server).
    Other way mean " Will Poll for Data.txt File and if  found then Runtime OS Command will do connect to FTP and check if Marker File exists, if yes then delete the marker file and read the actual Data File for processing.
    Please let me know, if Marker File does not exists on FTP folder, will it still read the Data File or will it exit the Adapter execution?
    Your help is much appreciated.
    Regards,
    Anurag

  • Part interchangeability with FFF class and FFFC - HERB material type

    Experts-
    Have you worked with Part interchangeability with FFF class and FFFC or HERB material type?
    I am looking for cross-reference functionality for interchangeable materials from maintenance/service perspective. We have users changing manufacturer's part number as and when needed and maintaining cross-reference via classification. Maintaining SAP part number and HERS is too much data maintenance, so we are looking for simple solution.
    We are in standard ECC 6.0. (No APO). I checked OSS 181764, but it doesn't help us in instructions for enhancement.
    If this needs activation for DIMP or A&D, do you know enhancement for this?
    Thanks for your help.
    RP

    Hi
    I have been involved with a client who is interested to know the implementation of FFF functionality. Can you share your experience  in a bit more details.
    The client is interested in using parts where multiple models are available in the market and few of them are interchangeable. They would like to purchase it as an asset and then manage the inventory as non valued material. How does it work throuh the APO for forecasting and demand planning functionalities.
    Thanks in advance.

  • Need help with Blog, Wiki and Gallery

    Hi Team,
    Need help with Blog, Wiki and Gallery startup. I have newly started visiting forums and quite interested to contribute towards these areas also.
    Please help.
    Thanks,
    Santosh Singh
    Santosh Singh

    Hello Santhosh,
    Blog is for Microsoft employees only. However, you can contribute towards WIKI and GALLERY using the below links.
    http://social.technet.microsoft.com/wiki/
    http://gallery.technet.microsoft.com/

  • What's the phone number I should call for help with my iPhone and ihome dock?

    What's the phone number I should call for help with my iPhone and ihome dock?

    http://www.ihomeaudio.com/support/

  • Help with photoshop quitting and AMD graphics

    help with photoshop quitting and AMD graphics
    im not a techy, but it appears i have to do someting with my amd graphics card - this might be why my software is crashing - ive no idea what to do though

    Hi Chris
    I have tried to go on the website, then i tried to download the automatic detect because i wasnt sure which driver i had or needed - but it has just downloaded a load of game software - which i dont want ( i dont think)
    i have find out my laptop has a amd radeon HD 8750M card, but i dont know what im doing! i would hate to mess my computer up as i am in thailand with no one to help me!
    its frustrating as i am paying for CC but cant use it!

  • ABAP Objects with Workflows / Classes and Instances

    Hello,
    I am currently designing a workflow using an ABAP-Objects. So far I have been been able to get my Workflow to run with my class, but I have a couple of problems:
    - I am using the Function 'SAP_WAPI_START_WORKFLOW' to start other subflows, which enables me to decide which subflow to start at runtime. All of the subflows have standart importing-parameters in their containers, such as the key of my class. In each workflow I instantiate my class using a self-written method, which checks the table T_INSTANCES in my object, and then either returns the object reference to an existing instance or creates a new one. Obviously all of the subflows that I call from my main workflow should be able to find the instance. As far as I can see in their protocolls, this happens without any problems. The problem starts when I make changes to the instance. For example the changing of attributes (with setter methods) seems not to work. After the subflows are finished, in my main workflow, I do not see (with getter methods) any changes that has been made to the object. Is local persistence really limited to one workflow ?
    - My second problem is basically about the workflow container in workflow protocoll. In the same workflow, I can change the attributes of my object. Nevertheless, the protocoll always show the initial attribute, even though, my task with the getter-method returns the new value of the attribute.
    I appreciate any help and thanks a lot in advance.

    Hello Pauls,
    Thank you for your answer. I think we are misunderstanding each other. The problem occurs (I think) because my class is not a singleton class. Or am I mistaken ?
    When I directly start a subflow from my main workflow, then the instance that I have created in my main workflow is also visible to the subflow. As well as the static table which actually keeps track of the instances. So, in this case the subflows finds the instance and then can use the object as is.
    When I start a subflow from my main workflow using the function I mentioned above, then even though the same object key is used, there is a new instance. And the static table (I assume that you mean a static variable from type table, when you say "class table") is completely empty. In this case, my "new" instance is created which overwrites every attribute that I have set in the main workflow, before I started the subflow. More interestingly, my main workflow instantiates another new object, as soon as the subflow has finished. (I am using an event to wait for the subflow to finish.)
    On the other hand, I am not quite sure that I understood your approach with refresh and how it could help me. This method is not well documented anywhere, and all of the examples that I have found are about "leave it empty"
    As far as I understood, this method is called by the workflow between the steps, when an object is used. I slowly start to think that I need advanced information about Workflows and Memory Management.
    Thanks a lot again. Apparently, I am the only person who came across such a problem
    Greetz
    G.Fendoglu

  • Help with computer setup and PP settings for faster/better previews

    I have been using Cyberlink PowerDirector software for video editing.  It is very easy to use and can do quite a bit.  It was also accelerated by Intel HD graphics built into my system, so I could see a lot of my work at a pretty high resolution in real time.
    However, I wanted to see what PP was capable of, specifically the Warp Stabilizer.
    So I downloaded PP and have been trying to use it, but it was just slow as heck to preview anything (chop stop chop stop...), with render times being insanely long (12 hours for five minutes of footage vs. about 30 minutes with PowerDirector).
    Thinking it was a problem with my system and I needed to get a real graphics card, I got an EVGA GTX 670 (FTW) for $400, and popped it in.  I modified the text file so PP would see it as a compatible card, opened up PP and changed the engine to the new card. 
    Things are faster, but I was expecting a lot more.  Here's what I'm doing:
    1. Shooting Canon 5D mark II (now III) clips 20-60 seconds long, 1080p.
    2. Import to PP and sequence them.
    3. Adding effects:
         A. Top adjustment layer for fast color correction (white balance)
         B. Next adjustment layer: 3-way color, shadow/highlight, unsharp mask, fast blur
         C. Video 1 layer has the clips with warp stabilizer applied to each, and dissolves.
    My final output will be 720p.  ( I shoot 1080p so the Warp Stabilizer will have more to work with, and I can crop without feeling like I'm degrading quality).
    My system: i7 2600k, 16GB RAM, GTX 670 graphics, 120GB SSD "Max IOPS", 2TB 7200rpm internal, 2TB 7200rpm external (USB 2.0, backup drive).
    I can currently preview at 1/4 res in realtime.  I would really like to be able to get to 1/2 res (of course full would be great).  One thing that worries me is that GPU-Z indicates that my GPU is only running at about 2% while previewing, while CPU usage is at around 50%.  I was under the impression that the Mercury thing would use GPU/CUDA to process previews and effects that are supported (that includes Warp Stabilizer).
    I've looked at Sequence Settings and fiddled with Preview File Format and size, but that doesn't seem to do anything.  I'm currently looking around at codecs (Cineform, DNxHD), but don't know if those can help.
    What settings should I alter to get better previews? 

    Well I'm still pretty clueless about this, but for anyone who is looking at this and wondering, here's what I've gleaned:
    1.  After Effects, especially CS6, makes much more and better use of graphics cards than does Premiere Pro.  I'm guessing that PP will, in future versions, make better use of them.  For now, no need to spend more than a couple hundred bucks on one.
    2.  Update the software.  PP and AE both performed substantially better after installing the .01 update from adobe.  After you install the update, be sure to re-do the CUDA hack, if necessary.
    3.  As it stands, money for a PP system is best spent on a processor, as in the newest Intel (currently Ivy Bridge), and overclocked.  This is where performance happens.  I'd say on a 2012 system, 16 GB RAM should be considered a minimum for video editing, and 24 or 32 if you can afford it.  More than that probably won't be utilized.  Hard disks can affect performance, but I don't think it's a bottleneck unless you're doing something that requires VERY fast/large reads and writes (4k source?).  Most people who have high-end editing stations also have a bunch of drives in RAID, but if you look at the performance chart, the SECOND highest scoring tester did not use RAID (though did use a presumably fast and large SSD).
    Keep in mind that all of this has to do with RENDER speeds.  I still don't know what the bottleneck is for PREVIEWS, but I'm just going to assume it's the same.

  • Help with managing RAW and jpeg images and installing iphoto 9

    Greetings: Fist, let me make the neophyte apology and plea - I'm sorry, I should have come here first; I didn't and now I need your help.
    I have just purchased a macbook pro (still in its box) with updated software for my older imac os x. I have a number of Canon related photo editing programs (that came with my 40D digital SLR) and Adobe photo elements 6 for mac on the imac. Following some erroneous advice I have made a complete mess of the pictures folder's content by trying to delete images directly from that folder (there are now 6000+ images in the folder, many of which are duplicates(?). Most of the images are not tagged or labeled and some have been organized in/by iphoto (I corrupted the iphoto's library structure very early on by disrupting and editing its images - which might explain why iphoto had a difficult time 'finding' and displaying some of my photos). The picture folder now holds jpegs, smallRAW images (a Canon 40D photo format) and various duplicates of the orignal images - (some of the duplicates don't display as images, but as jpeg logos, which, when opened contain duplicate image or are completely black) The first time I downloaded RAW images into iphoto 6 the RAW data displayed as a black image. When shooting in smallRAW on the Canon 40D, the camera produces a jpeg image for 'easy viewing and editing in the camera' but it looks as though iphoto 6 made duplicates of the jpeg and the RAW data and stored them in different locals in the picture file. In an attempt to get the number of images down, I have been trying to delete them from the picture folder. (My daughters both download images rather indiscriminately in hopes of 'editing them on the computer' which inevitably does not happen) and there is a lot of experimental bracketing of images - shooting raw and different Camera formats etc., all of which need to be cleaned up before I proceed.
    Sometime in the not-too-distant future I would like to have iphoto 9 running on my imac with a clean library of images and a seamless way of downloading, editing and storing images (including the RAW data).
    The macbook pro is for my highschool-aged daughter, who will run iphoto 9 but not have any RAW image data on her system. She would like to copy some of the old iMac's images to put into her own iPhoto 9 library (probably using a disk, email or on-line photo service - ideally, I would like to be able to copy and remove a number of those images from my HD and give them to her for the macbook)
    A few questions and queries: Can I 'dis-able' iphoto 6, while I delete images (RAW and jpeg) from the picture file? (and is this even a good idea).
    Once I have edited the # of images down to a reasonable size, should I re-launch iphoto 6, rebuild the iphoto library and then update to iphoto 9 or skip v6 and rebuild with v9?
    And now for the 'how stupid is this guy question' - I really had planned to purchase an external backup; but between new the macbook, car repairs and braces it has never come to fruition. So, I have never properly backed up my images. What is the bare-bones, least expensive method for me to do this? I'd even consider burning everything to disks if that works. I can't afford the $ to purchase a new external hard drive right now (really). Budget is set aside mid-November for one though.
    I've been looking through some other discussion boards and it looks like I'm not the only one having RAW image issues. I know that shooting smallRAW with the companion jpeg is probably not helping things but I take my camera equipment on extended canoe trips - and we like the ease of on-the-spot editing with this format.
    Thanks in advance for your help - Mark

    Terence, Is the picture folder the primary source for the images or does that data reside somewhere else?
    If you gathered them there, then yes.
    I really don't want to have to go through 14,000 images looking for the pictures that I want to keep (or is that my only option?).
    Only you can decide what you want to keep.
    Why does the computer keep making copies of the images and filing them under date and events?
    That's how iPhoto works. It's not a problem usually, only you did go in there and make a problem, and now we are trying to fix it.
    You advise not to muck around in the picture file via preview,
    No I don't. I advise not to much around in the iPhoto Library Folder.
    but if I download images through a program other than iPhotos - image capture or adobe aren't I doing that anyway?
    Adobe what? Adobe is a software manufacturer who make many excellent applications, you need to be more precise. And no, if you import photos with Image Capture or “adobe” no you are not interfering with the iPhoto Library Folder.
    Can you edit a base image file somewhere and remove it from the HD without iphoto making a copy of it and storing it somewhere else?
    This is stunningly easy. Don't use iPhoto. Use an image editor.
    I want to look the negatives, decide which ones I want and throw the rest away. Can that be done or am I way off course?
    Yes, and iPhoto (or similar apps) make this really easy.
    Hook up your camera. Import the pics to iPhoto. Go through the imported pics. Trash the ones you don't want. Then process the ones you do. But you must learn how to use iPhoto to do this successfully
    To trash: put the pic in the iPhoto trash and empty it. This removes the file from iPhoto and the Hard Disk.
    Process it: If you want to use another editor: You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Regards
    TD

  • Need help with Page Layout and Background Scaling

    hello, everyone.
    I am in the process of designing a new website for myself,
    and while I was researching nicely designed pages to use as
    inspiration, I stumbled upon this site:
    http://www.jeffsarmiento.com/
    obviously, the design is very impressive, but it also
    incorporates a lot of web mechanics that I have been trying to
    figure out, so I will use this page as an example.
    one thing I need help with is backgrounds. as you can see in
    the posted website, the creator used a seamlessly tiled paper
    texture to display the bulk of his content on. also make not of the
    pattern that is located to the left of the paper texture. how do I
    create seamless backgrounds like this that will scale to fit any
    amount of content or any resolution? I can't imagine that the guy
    that made that site created a new size background every time he
    made an update, so there has to be an easier way.
    the second thing that I am having trouble with is general
    site layout. I have read that most sites used series of invisible
    tables to organize there content, but when I open the source of
    this page in dreamweaver, he was using something different. div
    tags? should I be using these? who do I use them? are there any
    general layout tips that someone could pass on to me? perhaps a
    link to a good tutorial?
    please help me. i am very confused.
    thanks so much.

    IMO not a good site to emulate. To wit:
    Top background image:
    http://www.jeffsarmiento.com/images/bg-top.jpg;
    745px
    x 350px 137K
    Main background image:
    http://www.jeffsarmiento.com/images/bg-tile.jpg;
    745px x 950px 130K
    Total page size: 454K (Check here:
    www.websiteoptimization.com)
    Website usability experts routinely recommend a maximum page
    size of ~80K
    Check out the We We Scale @ www.FutureNowInc.com/wewe/ where
    they suggest,
    "You speak about yourself approximately 0,003 times as often
    as you speak
    about your customers. Might that have an impact on your
    effectiveness?"
    That is 100% consistent with the #1 Web Design mistake:
    "Believing people
    care about you and your web site." or to phrase more
    expansively, "Our site
    tries to tell you how wonderful we are as a company, but not
    how we're going
    to solve your problems."
    www.sitepoint.com has some excellent books on making a
    website actually
    attractive and usable at the same time.
    Walt
    "beWILLdered_" <[email protected]> wrote in
    message
    news:[email protected]...
    > hello, everyone.
    > I am in the process of designing a new website for
    myself, and while I was
    > researching nicely designed pages to use as inspiration,
    I stumbled upon
    > this
    > site:
    >
    http://www.jeffsarmiento.com/
    > obviously, the design is very impressive, but it also
    incorporates a lot
    > of
    > web mechanics that I have been trying to figure out, so
    I will use this
    > page as
    > an example.
    > one thing I need help with is backgrounds. as you can
    see in the posted
    > website, the creator used a seamlessly tiled paper
    texture to display the
    > bulk
    > of his content on. also make not of the pattern that is
    located to the
    > left of
    > the paper texture. how do I create seamless backgrounds
    like this that
    > will
    > scale to fit any amount of content or any resolution? I
    can't imagine that
    > the
    > guy that made that site created a new size background
    every time he made
    > an
    > update, so there has to be an easier way.
    > the second thing that I am having trouble with is
    general site layout. I
    > have
    > read that most sites used series of invisible tables to
    organize there
    > content,
    > but when I open the source of this page in dreamweaver,
    he was using
    > something
    > different. div tags? should I be using these? who do I
    use them? are there
    > any
    > general layout tips that someone could pass on to me?
    perhaps a link to a
    > good
    > tutorial?
    > please help me. i am very confused.
    >
    > thanks so much.
    >

  • HELP WITH VIDEO FILES AND PUTTING ON ITUNESSS!!!!!!!!!!

    hey...i need help with my video ipod and itunes....i recently had sum problem with my ipod and i had to restore it...and when i hooked it up to itunes all the songs got back on it...its just that the videos never got updated with the songs....the videos are converted and were workin fine....now when i select the folder to put it into the itunes it says processing and nuttin happens...this is drivin me crazy anyone know how to fix this ****??
    THX
    5g ipod video    

    ok...i just uninstalled itunes and installed the previous version...and it worked fine....

  • Help with EXC_BAD_ACCESS (SIGBUS) and KERN_PROTECTION_FAILURE

    Never had any problems at all with my MacBook (3.1, Intel Core2Duo, 2.2 GHz, 4 GB, 10.5.8) - until three days ago. Now Indesign (Creative Suite 1) crashes immediately when I try to start the programme. I know that it's an old version, but it has always worked fine – until now. Do I really have to upgrade Indesign (quite expensive – and Photoshop etc still works fine)? I did Apple's "security update" the same day the problem started, is there a connection...?
    Could someone please "translate" this for me? Or at least give me a hint what I shall do...
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000080000004
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ??? 0x812a9914 0 + 2167052564
    Thread 1:
    0 ??? 0x800bc286 0 + 2148254342
    1 ??? 0x800c3a7c 0 + 2148285052
    2 translate 0xb818b6ea CallPPCFunctionAtAddressInt + 202886
    3 ??? 0x800ed155 0 + 2148454741
    4 ??? 0x800ed012 0 + 2148454418
    Thread 2:
    0 translate 0xb8152863 spinlockwrapper + 90535
    1 translate 0xb816e79d CallPPCFunctionAtAddressInt + 84281
    2 translate 0xb80bdb8b 0xb8000000 + 777099
    3 translate 0xb80b7007 0xb8000000 + 749575
    4 translate 0xb80d49c0 0xb8000000 + 870848
    5 translate 0xb813ce79 spinlockwrapper + 1981
    6 translate 0xb8011b64 0xb8000000 + 72548
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000001 ebx: 0xb813cfcc ecx: 0x030000c0 edx: 0x80000000
    edi: 0xb81d8794 esi: 0xb81d8770 ebp: 0x8080d180 esp: 0xb7fffacc
    ss: 0x0000001f efl: 0x00010246 eip: 0x812a9914 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x80000004
    Binary Images:
    0xb8000000 - 0xb81d7fe7 translate ??? (???) /usr/libexec/oah/translate
    Translated Code Information:
    Rosetta Version: 21.03
    Args: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp /Applications/Adobe InDesign CS/InDesign CS.app/Contents/MacOS/InDesign CS
    Exception: EXCBADACCESS (0x0001)
    Thread 0: (0xb009ad64, 0xb8152863)
    0x929b4818: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40
    0x85036dd4: No symbol
    0x85037010: No symbol
    0x85036a28: No symbol
    0x929a042c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 80
    0x929a042c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 80
    0x965391d4: /usr/lib/libSystem.B.dylib : _pthreadbody + 40
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x929b485c ctr: 0x964a8260
    r00: 0xffffffda r01: 0xf0080cd0 r02: 0x00121520 r03: 0x00003c07
    r04: 0x7fffffff r05: 0x00000000 r06: 0x00000000 r07: 0x00000000
    r08: 0x00000000 r09: 0x001219b0 r10: 0x00000000 r11: 0xa099fa78
    r12: 0x964a8260 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0x00000000 r25: 0x00000000 r26: 0x00000000 r27: 0x00000000
    r28: 0x00000000 r29: 0x7fffffff r30: 0x00000000 r31: 0x929b47fc
    Thread 1: Crashed (0xb7fffacc, 0x812a9914)
    0x964ae3ac: /usr/lib/libSystem.B.dylib : szonefree + 1660
    0x853dc438: No symbol
    0x853dc500: No symbol
    0x8519408c: No symbol
    0x852b5c1c: No symbol
    0x852b5cb0: No symbol
    0x850b0a98: No symbol
    0x853f9c8c: No symbol
    0x853f99b8: No symbol
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x20000000 lr: 0x964ae3ac ctr: 0x964a81f0
    r00: 0x964ae3ac r01: 0xbfffeb00 r02: 0x80000000 r03: 0x00000000
    r04: 0x00000003 r05: 0x00000028 r06: 0x0000002c r07: 0x00001a03
    r08: 0x00000000 r09: 0x20000003 r10: 0x00000000 r11: 0xc0000003
    r12: 0x964a81f0 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000060
    r20: 0x001fe616 r21: 0x00100000 r22: 0xa099dd40 r23: 0x00130820
    r24: 0x001fc691 r25: 0x00000002 r26: 0x00000006 r27: 0x00000003
    r28: 0x000eb000 r29: 0x00000000 r30: 0x00130880 r31: 0x964add40

    I've been experiencing kernal panics for a year or two, usually while using Excel but once with Word. The usual manner for the problem to occur is that the keyboard stops functioning. I have to click out of Excel into any other app or the Finder and click back in to restore keyboard function. Sometimes however, the whole system will go into what I believe is kernal panic. The screens go to blue and the start up screen appears. This has occurred through the last 2 or 3 versions of the Mac OS and through several versions and updates of MS Office. I've reinstalled Office a few times and if my memory is correct, it's happened on 2 different Macs. I've experimented with Test Accounts and talked with MS support as well as Apple support. Usually the support people of both companies point to the other but recently I found posts that indicate the problem is with the OS. I've attached several crash logs and my system profile. I'm looking for help please.
    /Library/Logs/CrashReporter/WindowServer2010-01-24-120031Mac-Pro.crash
    Process: WindowServer [664]
    Path: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    Identifier: WindowServer
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2010-01-23 11:06:14.122 -0800
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: 7F97A38D-9BEC-4CCB-BD2F-7005977E1246
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000bee28298
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...ple.CoreServices.CarbonCore 0x9072168d UCKeyTranslate + 363
    1 com.apple.CoreGraphics 0x94229623 CGSUniCodeForKeyAndFlags + 152
    2 com.apple.CoreGraphics 0x93f7cc56 CGXCheckForHotKey + 499
    3 com.apple.CoreGraphics 0x93f4d248 sPostContinuation + 1957
    4 com.apple.CoreGraphics 0x93f4c379 CGXFilterEvent + 71
    5 com.apple.CoreGraphics 0x93f4c688 CGXProcessHIDEvent + 157
    6 com.apple.CoreGraphics 0x93f4c5e1 sHIDContinuation + 537
    7 com.apple.CoreGraphics 0x93f4c379 CGXFilterEvent + 71
    8 com.apple.CoreGraphics 0x93f4c0a3 CGXGetNextEvent + 152
    9 com.apple.CoreGraphics 0x93f4bfd0 CGXRunOneEventPass + 48
    10 com.apple.CoreGraphics 0x93f4e501 eventNotificationHandler + 106
    11 com.apple.CoreGraphics 0x93f4e47a CGXPostPortData + 158
    12 com.apple.CoreGraphics 0x93f4e270 CGXRunOneServerPass + 556
    13 com.apple.CoreGraphics 0x93f4a87b CGXRunOneServicesPass + 377
    14 com.apple.CoreGraphics 0x93f55c0a CGXServerLoop + 161
    15 com.apple.CoreGraphics 0x93ee3d29 CGXGetRootAdminCredentials + 0
    16 WindowServer 0x00001ff4 main + 24
    17 WindowServer 0x00001fbe start + 54
    Thread 1:
    0 libSystem.B.dylib 0x9720a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x97211a7c mach_msg + 72
    2 libSystem.B.dylib 0x972eee1b machmsgreceive + 63
    3 com.apple.framework.IOKit 0x906a253b __tickleThread + 41
    4 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9720a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x97211a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x95460e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95461b04 CFRunLoopRun + 84
    4 com.apple.CoreGraphics 0x93f377a9 eventThread + 499
    5 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    6 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9721146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9723bdcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x96d5eb32 glvmDoWork + 162
    3 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    4 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9721146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9723bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.CoreGraphics 0x941341fd layerblitthread + 229
    3 com.apple.CoreGraphics 0x94134722 layerblit_asyncthread + 95
    4 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9721146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9723bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.CoreGraphics 0x941341fd layerblitthread + 229
    3 com.apple.CoreGraphics 0x94134722 layerblit_asyncthread + 95
    4 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9721146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9723bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.CoreGraphics 0x941341fd layerblitthread + 229
    3 com.apple.CoreGraphics 0x94134722 layerblit_asyncthread + 95
    4 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x009e8298 ebx: 0x93f7ca77 ecx: 0x0000004c edx: 0xbe440000
    edi: 0x009e8200 esi: 0x00000001 ebp: 0xbfff6cd8 esp: 0xbfff6c80
    ss: 0x0000001f efl: 0x00010297 eip: 0x9072168d cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xbee28298
    Binary Images:
    0x1000 - 0x1fff WindowServer ??? (???) <e2e9577af833c8f37afe93222f08e211> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    0x14000 - 0x16ff3 com.apple.ATIRadeonX2000GA 1.5.48 (5.4.8) <e98ad229be50a4f4369aed28b4f3cf16> /System/Library/Extensions/ATIRadeonX2000GA.plugin/Contents/MacOS/ATIRadeonX200 0GA
    0x500000 - 0x685fe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12000000 - 0x122deff1 com.apple.ATIRadeonX2000GLDriver 1.5.48 (5.4.8) <0858896931bc8cdd84f736ed21e23738> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x140bd000 - 0x140c2ff3 libCGXCoreImage.A.dylib ??? (???) <ebbf9ab0f700c881f7e2f94ffedc1bdf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90006000 - 0x90080ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90081000 - 0x900aefeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x900af000 - 0x9015ffff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9016d000 - 0x9017bffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x9017c000 - 0x90198ff3 libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90437000 - 0x904c4ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9065a000 - 0x906e7ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x906e8000 - 0x909c2ff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x909c3000 - 0x90afcff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x91681000 - 0x91685fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9176a000 - 0x9177afff 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
    0x9177c000 - 0x9177cff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9177d000 - 0x91789ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91842000 - 0x91871fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x918a5000 - 0x91938ff3 com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91aa4000 - 0x91b56ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x91b57000 - 0x91b57ffd 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
    0x91b58000 - 0x91b5cfff libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91b5d000 - 0x91c24ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91c26000 - 0x91c3cfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91eab000 - 0x92127fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9219d000 - 0x921c1fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x92235000 - 0x92645fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92656000 - 0x9265dfe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x9265e000 - 0x9265effa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x926a4000 - 0x92723ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92adc000 - 0x92aecffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92aed000 - 0x92c35ff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92c6e000 - 0x92cb7fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92d89000 - 0x92e10ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x936ae000 - 0x936ecfff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x937d2000 - 0x9388cfe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93c09000 - 0x93ddaff3 com.apple.security 5.0.5 (36371) <c7f5d1b89c9891d332c81d1c5fe925e3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93ddb000 - 0x9447bfeb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94546000 - 0x94585fef libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x945fa000 - 0x946c5fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94920000 - 0x949c7feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x949e2000 - 0x949effe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x949f0000 - 0x949fbfe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94bf3000 - 0x94cd3fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x94e4b000 - 0x94e52ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x94e99000 - 0x94ef3ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94ef4000 - 0x94ef4ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94fad000 - 0x9500affb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9500b000 - 0x953a8fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x953c2000 - 0x953edfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x953ee000 - 0x95521fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95522000 - 0x9552afff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x956d4000 - 0x9572dff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9572e000 - 0x95aecfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96a3e000 - 0x96a8fff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96a90000 - 0x96ac7fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96ac8000 - 0x96acaff5 libRadiance.dylib ??? (???) <aefd52482869bb5010672679d151167e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96acb000 - 0x96ae3ff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96af2000 - 0x96b99fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96be6000 - 0x96c0ffff libcups.2.dylib ??? (???) <ee771753dd1111b656a2daa234a9e971> /usr/lib/libcups.2.dylib
    0x96d37000 - 0x97208fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97209000 - 0x97370ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x973c0000 - 0x973c1ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x973c2000 - 0x973e0fff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x973e1000 - 0x9745efef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9745f000 - 0x97540ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x97541000 - 0x97560ffa libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    /Library/Logs/CrashReporter/WindowServer2010-01-23-110614Mac-Pro.crash
    Process: WindowServer [664]
    Path: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    Identifier: WindowServer
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2010-01-23 11:06:14.122 -0800
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: 7F97A38D-9BEC-4CCB-BD2F-7005977E1246
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000bee28298
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...ple.CoreServices.CarbonCore 0x9072168d UCKeyTranslate + 363
    1 com.apple.CoreGraphics 0x94229623 CGSUniCodeForKeyAndFlags + 152
    2 com.apple.CoreGraphics 0x93f7cc56 CGXCheckForHotKey + 499
    3 com.apple.CoreGraphics 0x93f4d248 sPostContinuation + 1957
    4 com.apple.CoreGraphics 0x93f4c379 CGXFilterEvent + 71
    5 com.apple.CoreGraphics 0x93f4c688 CGXProcessHIDEvent + 157
    6 com.apple.CoreGraphics 0x93f4c5e1 sHIDContinuation + 537
    7 com.apple.CoreGraphics 0x93f4c379 CGXFilterEvent + 71
    8 com.apple.CoreGraphics 0x93f4c0a3 CGXGetNextEvent + 152
    9 com.apple.CoreGraphics 0x93f4bfd0 CGXRunOneEventPass + 48
    10 com.apple.CoreGraphics 0x93f4e501 eventNotificationHandler + 106
    11 com.apple.CoreGraphics 0x93f4e47a CGXPostPortData + 158
    12 com.apple.CoreGraphics 0x93f4e270 CGXRunOneServerPass + 556
    13 com.apple.CoreGraphics 0x93f4a87b CGXRunOneServicesPass + 377
    14 com.apple.CoreGraphics 0x93f55c0a CGXServerLoop + 161
    15 com.apple.CoreGraphics 0x93ee3d29 CGXGetRootAdminCredentials + 0
    16 WindowServer 0x00001ff4 main + 24
    17 WindowServer 0x00001fbe start + 54
    Thread 1:
    0 libSystem.B.dylib 0x9720a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x97211a7c mach_msg + 72
    2 libSystem.B.dylib 0x972eee1b machmsgreceive + 63
    3 com.apple.framework.IOKit 0x906a253b __tickleThread + 41
    4 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9720a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x97211a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x95460e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95461b04 CFRunLoopRun + 84
    4 com.apple.CoreGraphics 0x93f377a9 eventThread + 499
    5 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    6 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9721146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9723bdcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x96d5eb32 glvmDoWork + 162
    3 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    4 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9721146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9723bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.CoreGraphics 0x941341fd layerblitthread + 229
    3 com.apple.CoreGraphics 0x94134722 layerblit_asyncthread + 95
    4 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9721146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9723bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.CoreGraphics 0x941341fd layerblitthread + 229
    3 com.apple.CoreGraphics 0x94134722 layerblit_asyncthread + 95
    4 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9721146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9723bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.CoreGraphics 0x941341fd layerblitthread + 229
    3 com.apple.CoreGraphics 0x94134722 layerblit_asyncthread + 95
    4 libSystem.B.dylib 0x9723b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9723b012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x009e8298 ebx: 0x93f7ca77 ecx: 0x0000004c edx: 0xbe440000
    edi: 0x009e8200 esi: 0x00000001 ebp: 0xbfff6cd8 esp: 0xbfff6c80
    ss: 0x0000001f efl: 0x00010297 eip: 0x9072168d cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xbee28298
    Binary Images:
    0x1000 - 0x1fff WindowServer ??? (???) <e2e9577af833c8f37afe93222f08e211> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    0x14000 - 0x16ff3 com.apple.ATIRadeonX2000GA 1.5.48 (5.4.8) <e98ad229be50a4f4369aed28b4f3cf16> /System/Library/Extensions/ATIRadeonX2000GA.plugin/Contents/MacOS/ATIRadeonX200 0GA
    0x500000 - 0x685fe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12000000 - 0x122deff1 com.apple.ATIRadeonX2000GLDriver 1.5.48 (5.4.8) <0858896931bc8cdd84f736ed21e23738> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x140bd000 - 0x140c2ff3 libCGXCoreImage.A.dylib ??? (???) <ebbf9ab0f700c881f7e2f94ffedc1bdf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90006000 - 0x90080ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90081000 - 0x900aefeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x900af000 - 0x9015ffff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9016d000 - 0x9017bffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x9017c000 - 0x90198ff3 libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90437000 - 0x904c4ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9065a000 - 0x906e7ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x906e8000 - 0x909c2ff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x909c3000 - 0x90afcff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x91681000 - 0x91685fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9176a000 - 0x9177afff 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
    0x9177c000 - 0x9177cff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9177d000 - 0x91789ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91842000 - 0x91871fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x918a5000 - 0x91938ff3 com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91aa4000 - 0x91b56ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x91b57000 - 0x91b57ffd 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
    0x91b58000 - 0x91b5cfff libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91b5d000 - 0x91c24ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91c26000 - 0x91c3cfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91eab000 - 0x92127fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9219d000 - 0x921c1fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x92235000 - 0x92645fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92656000 - 0x9265dfe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x9265e000 - 0x9265effa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x926a4000 - 0x92723ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92adc000 - 0x92aecffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92aed000 - 0x92c35ff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92c6e000 - 0x92cb7fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92d89000 - 0x92e10ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x936ae000 - 0x936ecfff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x937d2000 - 0x9388cfe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93c09000 - 0x93ddaff3 com.apple.security 5.0.5 (36371) <c7f5d1b89c9891d332c81d1c5fe925e3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93ddb000 - 0x9447bfeb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94546000 - 0x94585fef libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x945fa000 - 0x946c5fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94920000 - 0x949c7feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x949e2000 - 0x949effe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x949f0000 - 0x949fbfe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94bf3000 - 0x94cd3fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x94e4b000 - 0x94e52ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x94e99000 - 0x94ef3ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94ef4000 - 0x94ef4ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94fad000 - 0x9500affb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9500b000 - 0x953a8fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x953c2000 - 0x953edfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x953ee000 - 0x95521fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95522000 - 0x9552afff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x956d4000 - 0x9572dff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9572e000 - 0x95aecfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96a3e000 - 0x96a8fff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96a90000 - 0x96ac7fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96ac8000 - 0x96acaff5 libRadiance.dylib ??? (???) <aefd52482869bb5010672679d151167e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96acb000 - 0x96ae3ff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96af2000 - 0x96b99fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96be6000 - 0x96c0ffff libcups.2.dylib ??? (???) <ee771753dd1111b656a2daa234a9e971> /usr/lib/libcups.2.dylib
    0x96d37000 - 0x97208fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97209000 - 0x97370ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x973c0000 - 0x973c1ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x973c2000 - 0x973e0fff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x973e1000 - 0x9745efef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9745f000 - 0x97540ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x97541000 - 0x97560ffa libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Need help w/ created classes and objects

    I am having a difficult time understanding what is wrong w/ my classes and objects. I've looked in two books and have messed around a bit. Here is what I am -attempting- to do.
    I want to make a class called CLOTHING. In this class i want objects such as shirt and pants (for now).
    these are the errors im getting:
    .\Shirt.java:6: invalid method declaration; return type required
         public Shirt(int size){
                   ^
    .\Shirt.java:3: class Clothing is public, should be declared in a file named Clothing.java
    public class Clothing {
           ^
    MyClassHW.java:10: cannot resolve symbol
    symbol  : constructor Shirt  (int,int)
    location: class Shirt
              myShirt = new Shirt(1,1);
                              ^
    3 errors------------------------------------------------------------
    This is the code for my Clothing class:
    import java.awt.*;
    public class Clothing {
         private int shirtSize;
         private void Shirt(Graphics s, int h, int v){
         Polygon shirts;
              shirts = new Polygon();
              shirts.addPoint(5+h,8+v); // 1
              shirts.addPoint(17+h,12+v); // 2
              shirts.addPoint(19+h,13+v); // 3
              shirts.addPoint(33+h,8+v); // 4
              shirts.addPoint(37+h,13+v); // 5
              shirts.addPoint(25+h,20+v); // 6
              shirts.addPoint(25+h,28+v); // 7
              shirts.addPoint(15+h,28+v); // 8
              shirts.addPoint(15+h,20+v); // 9
              shirts.addPoint(1+h,12+v); //10
              s.fillPolygon(shirts);
    }from what i understand each object is essentially a method...
    Here is the code for the java applet I'm making:
    import java.awt.event.*;
    import java.awt.*;
    import java.applet.*;
    public class MyClassHW extends Applet { // implements ActionListener, AdjustmentListener {
         Shirt myShirt;
         int size;
         public void init(){
              myShirt = new Shirt(1,1);
    // <applet code = "MyClassHW.class" height = 300 width=300> </applet>thank you for your time and help. as always, your efforts are appriciated.

    .\Shirt.java:6: invalid method declaration; return type required     public Shirt(int size){
    I guess, public Shirt(int size) is constructor in class shirt. You have one int in this constructor. Shirt(int size)
    Here you initialize your shirt with two int:
    MyClassHW.java:10: cannot resolve symbolsymbol : constructor Shirt (int,int)location: class Shirt          myShirt = new Shirt(1,1);
    Shirt(int size, int what?)
    It's why it show such message.
    But even if you fix it seems like you have very vague ideas about what you are doing.
    As far as I understood you need three classes.
    First applet Clothing:
    public class Clothing extends Applet{
    Shirt myShirt;
    Pants myPants;
    public void init() {
    myShirt = new Shirt(1); // small shirt
    myPants = new Pants(32, 40); // medium waist and long legs
    Second and third your classes Shirt and Pants:
    public class Shirt extends Object {
    int size;
    public Shirt(int s) {
    size = s;
    public int getSize () {
    return size;
    same for Pants, only you need two parameters for it or whatever you want.
    You could design it diffrently if you want derive your Shirts and Pants from Clothing and then to use them in your applet. But, indeeed, you desperately have to do some serious reading, where authors are accurate in they definitions and stuff, because it's kind of complicated.

Maybe you are looking for

  • How to get the phase of signal from osilloscope?

    Hellow! Anyone can tell me how to get the phase of a signal from an osilloscope? thanks!

  • Add-on error

    Hi. When sap bo 2004 tries to load my add-on, it shows the error: " Run-time error '429' -ActiveX component can't create object " I think that it's because in the vb6 project I've added a reference to Microsoft XML v5.0, to manipulate .xml archieves.

  • Object Type Problem

    Hi I faced some problems with O8(Release 8.0.5.0.0) object types. Look at the following definition: CREATE TYPE T_JMJX AS OBJECT( LBNO NUMBER(3),...); CREATE TYPE LIST_JMJX AS TABLE of T_JMJX; CREATE TABLE JXGC.JMJXJL (JMJX LIST_JMJX,...) NESTED TABL

  • Itunes wont burn cd

    Can somebody please help? I've selected the songs to burn onto a blank cd. The burn settings box comes up. I select my options, click burn, it shows checking play list and then nothing happens. Any help is appreciated! Thanks in advance

  • Old orders settled in current period PP/PA variances

    Hi Experts I have a situation were I ran transaction CO78 to delete old Production orders.  After running the current month variances, it it calculated these and settled settled old (2007/2008/2009/2010) orders into October 2011. The only thing I can