Jconsole seemed to cause JVM spike

I was remotely using jconsole to access a production environment and I soon noticed that the JVM on the jboss server started to spike. After several hours there was no more memory and we had to restart jboss to clear the memory up. This has never happened before until yesterday when we first used jconsole on the production enviornment. Anyone else seen this problem before?
Jboss version is 4.3
on my workstations I was accessing a linux box with jconsole with java 1.6
here is what is defined in my jboss's run.conf:
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=12002 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"
So I was running jconsole remotely which seems like would not cause this problem however I don't see anything else on that server that would cause the JVM to spike like that. This has never happened before on this environment like I said expect yesterday when we ran jconsole. All things point to jconsole but I cannot say for sure. Is there an issues in the JDK 1.6 of jconsole that would cause this? Seems not since all the work should have been done on my workstation not on the server.
The only thing i found in the documentation is that using jconsole locally on a production environment is not recommended but remotely is fine.....

You're getting a crash in the native code of JMF. More than likely, the native code isn't threadsafe and you're just trying to access something shared simultaniously in 2 threads... Don't know that there's any way to fix it...

Similar Messages

  • Space designer causing cpu spike overload

    Hope you guys can help with this, it's beginning to annoy me. I'm currently unable to use space designer reliably. I had this problem in Logic 8 and it's still happening in 9. I have one instance of SD in my current project and it's causing cpu spikes that are giving me errors. The funny thing is that the error happens just after a region that is being sent to the reverb has ended. the cpu meter then gradually rises until the error stops playback. If I turn SD off i don't get these problems or if I disable SD via automation when it's not needed it seems ok also. What the **** is this about? The thing is I really like the sound of SD and miss it when I have to use different reverbs. Anyone else having these issues? I read on another thread that setting all your inputs to "no input" helps but for me it doesn't. What else can I try?
    cheers
    p

    Thanks for your input.
    Just to clarify, I am getting the spike once the audio data stops sending through the SD plugin (whilst the song is still playing). So, for example I may send a 10 second bit of audio through the plug - this works fine. Then once the audio stops sending and the reverb trail finishes....I then get the CPU going mad - and yet there is complete silence within the song - there is nothing else playing!
    This has got to be a bug or conflict of some kind - my computer spec is massive and should be able to cope with a stereo bit of audio through one plugin! (Hope this makes sense.)
    There have been a couple of posts similar but no answers as yet...
    Wondering whether it is a conflict with UAD plugins or something which limits the reproduction of this bug...I have noticed that if I remove all UAD plugins from the channel strip in question, the error tends not to reappear - but the issue is unique to the SD plugin.
    Danny

  • Cloud App Discovery - Agent causing CPU spike

    I'm excited to deploy the Cloud App Discovery agent more broadly in our organization.   However, when pushing the agent to about 40 test workstations, we discovered that it caused a serious problem with 2 workstations.  The agent seemed to cause
    a CPU spike, to the point that the workstation was unusable.  Once the workstation was restarted the problem happened again.  We ultimately, uninstalled the agent.
    Are others having problems with the agent causing performance issues on workstations?

    Hi,
    I have deployed the agent on approx. 20 HP laptops. So far everything has been fine.
    Check the event logs to see if there is any useful pointers.
    Check installed programs to see if there is something unique about these 2 desktops versus the others.  Remove any that are not needed or not in Company Policy.
    Check AV is up to date and not conflicting with agent.
    Run a belarc report (http://www.belarc.com/) on one working desktop then on one faulty one. Compare to check for any differences
    Cheers
    Amjad

  • Pre-n enabler seems to cause issues with lock up/beach ball

    I just received my new C2D MBP yesterday with 3G of RAM and all was peachy. I decided to install the $1.99 Pre-N enabler patch from Apple and it appears that I'm not alone in having that cause system lock ups and beach balls from ****.
    I unfortunately seem to be in the same boat. It runs for awhile and then all of a sudden it will just lock up and I'll get the spinning beach ball from **** forever, until I reboot.
    I'm using mine with a NetGear Pre-N wireless router and while I'm getting 140kpbs connections I am getting a lot of receive errors and the machine just goes off to la-la land.
    I was worried about something else until I read these posts over in Internet & Networking and now I'm wondering if there really is an issue with whatever the "enabler" did. It ceratinly appears to be this. Nothing else seems to cause it this kind of beach ball death.
    So now I guess we need to look for an "un-enabler" patch. Just out of curiosity where do we email problems like this to get resolved?
    UGGHHHHHHH!!!
    Peter

    I have this same problem. I reported a bug to apple bug id#4990056
    Here is what i wrote:
    10-Feb-2007 10:36 PM Brooks Roy:
    Summary:
    I recently got a Linksys WRT350N 802.11n router and using it with my macbook pro core 2 duo. The router is firmware version 1.03.2.
    After installing the enabler from the apple site i verified it upgraded properly and it shows a/b/g/n for my airport card. However the computer has been locking up more and more. I finally narrowed it down to the airport card. Here is what happens:
    Steps to Reproduce:
    With regular airport usage, the mac will all of the sudden give the spinning 'beach ball' and just sit there. A simple http download will stop and the mac will become unresponsive. I cannot launch new applications. The icons will bounce in the dock but never open. I cannot force-quit any applications. My only option is to hold down the power button for a hard shutdown.
    I can almost duplicate the issue 7 times out of 10. Sometimes it takes 15 minutes or so before it locks up, sometimes its almost immediately.
    I have done a full fsck and permissions. I also downloaded tiger cache cleaner and cleaned all settings. I have also booted off the apple install cd and done a extended full RAM check on the 2Gb installed in my computer.
    I have restored my IO80211Family.kext from my other macbook pro (regular core duo) and my problems have gone away. I am 100% sure there is a bug with the 802.11n enabler and the Linksys WRT350N.
    I do not have any special configuration on my linksys, just MAC based wireless authentication.
    When using the MacBook pro on the WRT350N in 802.11g without the latest 802.11n enabler the mac performs fine and does not become unresponsive.
    Expected Results:
    I expect the mac to perform just as a 802.11g network will work with increased transfer speeds.
    Actual Results:
    See above.
    Regression:
    It only occurs when using network traffic (i.e Mail.app, Safari browsing sites, etc. Any application that requires Airport.
    Notes:
    I am using the original IO80211Family.kext driver that does not have 802.11n support and it works properly. Also using builtin ethernet with airport off and the 802.11n driver works (obviously).

  • Jconsole seems to crash jboss

    Hello all,
    Yesterday I had an odd problem with jconsole and jboss. I was using jconsole with java 1.6 monitoring a production environment. All was going well with the system and it was time for me to leave. As I was leaving I just closed my laptop and left. A few minutes later I find that jboss had terminated unexpectedly. Nothing in the logs as to what the problem was. I've seen this same behavior sporadically over the last year. Nothing shows up. It appears that shutting jconsole down unexpectedly caused jboss to crash. Has anyone else ever seen something like this before? I have no other clue why jboss would just crash like this. Again I've seen this same thing before when closing jconsole but just wrote it off as something else. It does not happen all the time though which is puzzling.
    I was monitoring it remotely using 1.6 - on my laptop. Jboss is running on red-hat.
    Any information or solutions would be helpful as I have not been able to find anything.

    Hi,
    Please check syslog during that time, may give some hint of possible issue. Suspecting low memory issue due to memory leak. Check memory utilization on regular interval to check any memory leak (show proc memory sorted).
    Regards,
    Akash

  • Using Intel's MKL C++ Library in JNI causes JVM to Crash at GC

    We're using JDK 1.6.0_07 on RedHat 4 (32-bit) and RedHat 5 (32-bit JVM on 64-bit processor). Our app uses JNI to access Intel's Math Kernel Library (MKL) for optimized algorithms; however, it crashes in libjvm.so/libpthread.so in the GC thread once the garbage collector runs (usually pretty quick).
    The MKL library uses it's own threading model built on pthreads. So, the basic flow goes like this:
    A Java GUI spawns a separate thread to:
    1) Call native method to initialize settings and allocate buffers
    2) Call native method to load data (using mapped buffers)
    3) Call native method to process data
    4) Call native method to unload data back into mapped buffers
    It seems like the MKL threading model (parallel processing) is causing issues with the JVM. Is there a safe way to call a MT native method? BTW, the native code never calls back into Java.

    Crashes normally indicate
    1. A problem with pointers in your code
    2. Incorrect usage of the library that you are calling (which cause a problem with pointers.)
    3. Incorrect usage of JNI.
    C/C++ pointer problem can cause failure much latter than the actual point where the error occurred. Much later in this case would be the garbage collector.
    Might or might not help....as far as I can recall, a recent thread had a gc problem because the JNI code was constructing java objects incorrectly.

  • JIMI 1.0 causes JVM to stop with status 129 under Linux

    Hello,
    I'm using JIMI 1.0 for manipulating JPEG-images in my web-application. Each time the servlet is performing this manipulation, the JVM stopps with status 129 (this is, what the bash is telling me) after a few seconds.
    The image itself seems to be ok, cause the Browser is able to display the response of the servlet. The response itself is written into a ServletOutputStream.
    Sending a JPEG without manipulation works well.
    First the JVM was missing the symbol-font:
    "Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]"
    I installed a symbol.ttf from the internet and thought, this will solve the problem - but not! Only this message didn't appear any longer, but the JVM still stopps.
    Webserver-Configuration:
    SUSELinux 9.2 Prof. = Linux(2.6.24-default)
    JVM 1.3.1
    tomcat 4.1.31
    JIMI 1.0
    RAM: 192 MB
    I'm just started to work with Linux, so I'm not quite sure, that my System is well configured, cause with a Win98-system this problem didn't occur.
    This issue prevents my project from starting and I really want to get over it!
    Thank you in advance.

    Thank your for the reply.
    It seems to be just DNS, but I can't be sure - no time to test this on a production system. Pings to internet IP's work.
    For instance, manually setting 8.8.8.8 DNS on a machine behind the NAT doesn't work, but ping 8.8.8.8 works fine.
    Version seems to be one of the older mainline 12.4 releases.
    ***#sho ver
    Cisco IOS Software, 2800 Software (C2800NM-IPBASE-M), Version 12.4(3i), RELEASE
    SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2007 by Cisco Systems, Inc.
    Compiled Wed 28-Nov-07 21:09 by stshen
    ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)
    I wonder if doing a no ip flow ingress on WAN interface has any adverse effects. Been testing it for a day, found none yet.
    If it's just a weird bug of an old IOS release, I guess we'll never know

  • Opening spotlight causes IO spike

    Whenever I open the spotlight search panel, such as with the CMD+SPACE shortcut it seems to ping all the drives, waking those that were asleep up. This includes a CD drive, so I hear it spin up whenever I do CMD+SPACE.
    It's annoying because that sudden spike in activity causes things like any video I might be watching to freeze for a moment.
    I don't see why it would have to do this either, isn't it using a database rather than having to actually access the drives, and why a CD drive?
    Any idea why it might do this? I've noticed that third-party interfaces that hook into the spotlight DB such as that google quick search thingy don't.

    I don't know for sure, but I'm guessing that Spotlight is verifying each drive to check what's mounted so that it only shows you search results for available items (it doesn't help if it shows you the results for a disk that isn't attached).
    Now, I agree that it shouldn't need to spin up the drives for this - especially CDs which take forever. The OS must have some cache of mounted volumes that Spotlight (and other apps!) could query.
    The best place to state your feelings on this is http://www.apple.com/feedback/

  • History of Processes - how to view which process caused CPU spike?

    We have been facing an issue with a domain controller (Windows Server 2008 R2, VM on ESX 5.0) over the past week. Around twice a day, the CPU spikes at 100% for about 10 minutes. We notice because we receive an alert from the hypervisor, but by the time we can actually log in to check what process is causing it, it would have come back to normal. There doesn't seem to be any pattern re times, its quite erratic. Sometimes at 08:00AM, sometimes at 01:00AM, 4:00AM, 7:00PM, etc. Also nothing in the Event Logs.
    It's not a big deal but I just want to know if I can somehow record theprocess history, to see which process was stuck at 100% at a certain time. I know about Performance Monitor (perfmon) but it doesn't really meet my requirements since it doesn't record the actual processes (e.g. AV.exe, svchost.exe, chrome.exe, etc).Any...
    This topic first appeared in the Spiceworks Community

    You might check with your apps' developers to see if they support AppleScript, Automator, or other scripting languages that might be used for this. Some programs have built-in macro and scripting options that can be set up in a built-in editor or run in a built-in command-line environment of sorts, while others supply libraries for external scripting with AppleScript and others.
    As for live tracing of a program's commands, most that you use will be coded in a low level language like C, C++, Java, or Objective-C, which are compiled and run in binary machine code as opposed to an interpreted language (one that does not need compiling to run), as is the case with most scripting languages (shell scripts, AppleScript, Matlab, etc.).
    For the most part, the only options you have for "tracing" a program's functions are to monitor output that it might log to the console. You can see this by opening the console, but the output here is diagnostic in nature and is programmatically limited to what the programmers have intended be output (ie, things like warnings and errors, as opposed to every action the program is taking). You can also use the Terminal to directly launch a program's executable so it is hosted in the Terminal shell. This will give you direct access to all of the program's output, as opposed to that only intended for logging in the Console, but it is still not the same as a full output of the commands and routines the program is performing.
    Some of Apple's developer tools can allow you to better monitor a program's functions, but these are intended for developers, and have some requirements, and will not allow you to use any results for productivity automation.

  • DW FTP is slow and causes CPU Spike

    Does anyone know why DW causes the CPU to jump up when it is
    performing FTP operations? I'm new to DW and maybe this is normal,
    but it shouldn't be. When I perfrom FTP activities, DW usually
    takes up about 60-70% of the CPU???
    Also, why is the FTP client so slow?
    Dreamweaver takes so much longer than other FTP clients. I
    compared it's usage to SmartFTP, FileZilla, and Windows built in
    FTP, and Dreamweaver is so slow on a magnitude of 20x - 30x. For a
    quick test I tried to pull down a directory using dreamweaver. I
    have all the files local already, so I told DW not to overwrite the
    files...so you would think it should speed through all the files
    and realize that they are all dups and not download anything, for a
    directory with 15 files in it, i would think this FTP operation
    should take about 2 seconds. but it takes dreamweaver about 4
    minutes to complete this, all my other FTP clients can figure this
    out in under 5 seconds, and they don't need to spike the CPU to do
    it.
    A quick search on the web tells me that I am not the only
    person with these problems.
    I really hope Adobe plans on fixing the FTP problems.
    Technical details:
    Dreamweaver CS3.
    Windows Vista SP1, 4GB ram, Fujitsu T4220

    I've had a related, ongoing problem with CS3 running up the
    CPU and acting
    slow for just about every operation for no apparent reason.
    It goes in
    surges, and just acts like molasses half the time, very
    annoying. It is to
    the point that I really don't use CS3, I use DW8, but try to
    use CS3 here
    and again to see if it has started working or if there is
    some patch
    released. This is on my XP workstation at work, and my Vista
    workstation at
    home. Both systems run CS3 slow enough that I just don't use
    CS3. This has
    been going on for over a year, since I got my copy of CS3.
    Too bad really, because I am tasked with approving CS3 for
    use by the rest
    of our WEB team and I haven't been able to do that, so we
    continue to use
    DW8. We are missing out on Spry integration and are slowly
    switching over
    to Eclipse and Aptana instead. I think that if the CPU bug
    isn't fixed, CS3
    will be the version that has us switch away entirely. The
    only hope seems to
    be if they release the next version of DW before we can
    completely switch
    away. We are a smallish state agency and only have 8 DW
    licenses, but
    that's seven licenses they missed out on the upgrade path
    with unless this
    is fixed (mine is the only upgraded so far). It just isn't
    useable in its
    present state. :-\
    "HenryHill" <[email protected]> wrote in
    message
    news:[email protected]...
    > This has been a problem with Dreamweaver for a while
    now. I would have
    > thought
    > that Adobe would have fixed the FTP issues, or at least
    improved upon them
    > by
    > now.
    >
    > One of the things you can try is to disable the
    "Maintain synchronization
    > information" checkbox in the "Remote Info" section of a
    site definition.
    > although, you won't get the benefit of synchronization
    in Dreamweaver, but
    > you
    > will get speed improvements, and your computer's CPU
    won't spike and sound
    > like
    > a jumbo jet taking off every time you perform a FTP
    operation.
    >
    > You can also try submitting a bug report as "John T
    Smith" recommended,
    > but I
    > can pretty much guarantee you it won't do any good. We
    have submitted
    > many
    > reports over the years and never heard anything.
    >
    > Your best bet is to go with an external FTP client such
    as FileZilla
    > (free!).
    > You get the benefit of multiple connections so your
    uploads/downloads are
    > faster, plus it gives you a lot more feedback as the
    FTPing is occuring,
    > such
    > as transfer speed, how many files have transfered, how
    many are left, any
    > errors. it will also auto detect if passive FTP is
    needed, you can pause,
    > stop, restart, it also shows you the exact ftp commands
    that it is sending
    > and
    > what the responses are from the server. These are things
    that Adobe
    > should
    > have included in the FTP client. As far as most of us
    are concerned, the
    > FTP
    > client built into Dreamweaver is in the dark ages
    compared to modern day
    > FTP
    > clients.
    >
    > Their are a lot of benefits to the built in client, but
    for us, the
    > negatives
    > out weigh the positives.
    >
    >
    >

  • Any way to determine which app is causing a spike in my data usage, I've gone over my monthly limit?

    In 2 separate 2 hour periods, my phone went through 500MB of data each period - pushing me close to my monthly limit on Verizon. I turned off Cellular Data completely, and have been trying to figure out what app is doing it.  It seems to be something that happens quite suddenly, as I've noticed that the phone gets really hot.  And no, I'm not streaming video, I don't have iTunes match, or any of those obvious issues.
    So, I've downloaded Dataman, My Data Manager, and Onavo, but unfortunately, none of them allow you to see which apps are doing the data hogging. My Data Manager does allow me to see data usage on WiFi (the other 2 don't, assuming that all you care about is cellular data)....and it at least confirmed for me what I thought.....After a day of minimal data use, I suddenly had a spike of almost 20GB of data use in 1 hour.  Yes, you heard it 20GB!!!!  It's as if my entire iTunes music library was being downloaded (and no I don't have iTunes wifi sync enabled, and besides, I had just previously synced via USB, so there was nothing new to sync).
    My guess is this is related to this:
    http://www.guardian.co.uk/technology/2012/oct/17/iphone-5-iphone
    Apple needs to figure this out -- Verizone needs to compensate all of us -- 
    But in the meantime, does anyone have any ideas on how to figure out what apps/services are using the data?

        GV2,
    I'm glad Mrhelper was able to shed some light on this for you! In iPhones, the amount of data you're seeing under each app is for the "Current Period." Just above that list you'll see info about the Current Period and Current Period Roaming. This is just an overall snapshot of total data usage for that period of time. The Current Period does not reset on its own, so it will be counting everything from the last time you reset it through now. You can reset it by scrolling to the bottom and tapping on "Reset Statistics."
    So, for example, if you reset your statistics 3 days ago and then there's 1GB used under App Store you'll know that over the last 3 days 1 GB of data has been used for the App Store.
    SarahO_VZW
    Follow us on Twitter @VZWSupport

  • Lots of errors in my system log causing cpu spikes.

    Not sure what is causing it, but I am getting lots of errors showing up in my system.log recently. every ten seconds this happens:
    Sep 14 14:55:46 prime com.apple.emailrules[1403]: 2012-09-14 14:55:46-0400 [-] twisted.web2.channel.http.HTTPFactory starting on 8089
    Sep 14 14:55:46 prime com.apple.emailrules[1403]: 2012-09-14 14:55:46-0400 [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x10623c7e8>
    Sep 14 14:55:46 prime com.apple.wikid[1400]: Traceback (most recent call last):
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/bin/twistd", line 19, in <module>
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     run()
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     app.run(runApp, ServerOptions)
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 694, in run
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     runApp(config)
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     _SomeApplicationRunner(config).run()
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 423, in run
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     self.logger.start(None)
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 251, in start
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     observer = self._getLogObserver()
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/scripts/_twistd_unix.py", line 140, in _getLogObserver
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     logFile = logfile.LogFile.fromFullPath(self._logfilename)
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 47, in fromFullPath
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     os.path.dirname(logPath), *args, **kwargs)
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 147, in __init__
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     BaseLogFile.__init__(self, name, directory, defaultMode)
    Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 32, in __init__
    Sep 14 14:55:46 prime com.apple.wikid[1400]:     assert os.path.isdir(self.directory)
    Sep 14 14:55:46 prime com.apple.wikid[1400]: AssertionError
    Sep 14 14:55:47 prime com.apple.launchd[1] (com.apple.wikid[1400]): Exited with exit code: 1
    Sep 14 14:55:47 prime com.apple.launchd[1] (com.apple.wikid): Throttling respawn: Will start in 4 seconds
    Sep 14 14:55:51 prime com.apple.wikid[1517]: /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope/__init__.py:1: UserWarning: Module twisted was already imported from /usr/share/caldavd/lib/python/twisted/__init__.pyc, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
    Sep 14 14:55:51 prime com.apple.wikid[1517]:   __import__('pkg_resources').declare_namespace(__name__)
    Sep 14 14:55:51 prime com.apple.wikid[1517]: /usr/share/caldavd/lib/python/twisted/mail/smtp.py:10: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead
    Sep 14 14:55:51 prime com.apple.wikid[1517]:   import MimeWriter, tempfile, rfc822
    Sep 14 14:55:51 prime com.apple.wikid[1517]: /usr/share/caldavd/lib/python/calendarserver/tap/caldav.py:49: DeprecationWarning: mktap and related support modules are deprecated as of Twisted 8.0.  Use Twisted Application Plugins with the 'twistd' command directly, as described in 'Writing a Twisted Application Plugin for twistd' chapter of the Developer Guide.
    Sep 14 14:55:51 prime com.apple.wikid[1517]:   from twisted.scripts.mktap import getid
    Sep 14 14:55:51 prime com.apple.wikid[1517]: /usr/share/wikid/lib/python/twisted_overrides/microdom.py:176: SyntaxWarning: assertion is always true, perhaps remove parentheses?
    Sep 14 14:55:51 prime com.apple.wikid[1517]:   assert (oldChild.parentNode is self,
    Sep 14 14:55:52 prime com.apple.wikid[1517]: Traceback (most recent call last):
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/bin/twistd", line 19, in <module>
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     run()
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     app.run(runApp, ServerOptions)
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 694, in run
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     runApp(config)
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     _SomeApplicationRunner(config).run()
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 423, in run
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     self.logger.start(None)
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 251, in start
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     observer = self._getLogObserver()
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/scripts/_twistd_unix.py", line 140, in _getLogObserver
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     logFile = logfile.LogFile.fromFullPath(self._logfilename)
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 47, in fromFullPath
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     os.path.dirname(logPath), *args, **kwargs)
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 147, in __init__
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     BaseLogFile.__init__(self, name, directory, defaultMode)
    Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 32, in __init__
    Sep 14 14:55:52 prime com.apple.wikid[1517]:     assert os.path.isdir(self.directory)
    Sep 14 14:55:52 prime com.apple.wikid[1517]: AssertionError
    Sep 14 14:55:52 prime com.apple.launchd[1] (com.apple.wikid[1517]): Exited with exit code: 1
    Sep 14 14:55:52 prime com.apple.launchd[1] (com.apple.wikid): Throttling respawn: Will start in 9 seconds
    Sep 14 14:56:02 prime com.apple.wikid[1530]: /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope/__init__.py:1: UserWarning: Module twisted was already imported from /usr/share/caldavd/lib/python/twisted/__init__.pyc, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
    Sep 14 14:56:02 prime com.apple.wikid[1530]:   __import__('pkg_resources').declare_namespace(__name__)
    Sep 14 14:56:02 prime com.apple.wikid[1530]: /usr/share/caldavd/lib/python/twisted/mail/smtp.py:10: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead
    Sep 14 14:56:02 prime com.apple.wikid[1530]:   import MimeWriter, tempfile, rfc822
    Sep 14 14:56:02 prime com.apple.wikid[1530]: /usr/share/caldavd/lib/python/calendarserver/tap/caldav.py:49: DeprecationWarning: mktap and related support modules are deprecated as of Twisted 8.0.  Use Twisted Application Plugins with the 'twistd' command directly, as described in 'Writing a Twisted Application Plugin for twistd' chapter of the Developer Guide.
    Sep 14 14:56:02 prime com.apple.wikid[1530]:   from twisted.scripts.mktap import getid
    Sep 14 14:56:02 prime com.apple.wikid[1530]: /usr/share/wikid/lib/python/twisted_overrides/microdom.py:176: SyntaxWarning: assertion is always true, perhaps remove parentheses?
    Sep 14 14:56:02 prime com.apple.wikid[1530]:   assert (oldChild.parentNode is self,
    If I stop the web server, the errors stop as well. Something related to this seems to be spiking the CPU as well giving me higher load averages.

    This article fixed my problem
    http://support.apple.com/kb/TS2915

  • IMSL C library causes JVM crash through JNI in GC with JDK 1.6

    Hi Java friends,
    We use the IMSL C library (made by Visual Numerics) via JNI which picks up a C++ so on Linux. Under JDK 1.5 it works fine. Under 1.6 it crashes in the GC. I put together a very simple testcase that just calls the IMSL error options function (which sets up the library) and it causes the JVM to crash somewhere in the GC. The reason I know it's in the GC is that the crash is not immediate, it's only when the GC is active, so we wrote some test code to push the GC like this:
    log("Looping");
    long block = 10000000;
    int numBlocks = 10;
    long loops = block * numBlocks;
    for (long i = 0; i < loops; i++) {
    // Create some objects that need disposal
    String.valueOf(i);
    if (i % block == 0) {
    log("Reached " + i);
    System.gc();
    Anyone got any idea why? Crash dump follows.
    Many thanks,
    David.
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00000000, pid=23854, tid=4143893424
    # Java VM: Java HotSpot(TM) Server VM (1.6.0_03-b05 mixed mode)
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x08058c00): JavaThread "main" [_thread_in_Java, id=23855]
    siginfo:
    [error occurred during error reporting, step 90, id 0xb]
    Stack: [0xf6f9c000,0xf6fed000), sp=0xf6feb55c, free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x53b9a7]
    V [libjvm.so+0x53c5b4]
    C [libpthread.so.0+0xb890]
    V [libjvm.so+0x53b3f5]
    V [libjvm.so+0x53b9a7]
    V [libjvm.so+0x4541d0]
    V [libjvm.so+0x451a68]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x08157c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=23866]
    0x08155c00 JavaThread "CompilerThread1" daemon [_thread_blocked, id=23865]
    0x08154800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=23864]
    0x08153400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=23863]
    0x08140400 JavaThread "Finalizer" daemon [_thread_blocked, id=23862]
    0x0813f800 JavaThread "Reference Handler" daemon [_thread_blocked, id=23861]
    =>0x08058c00 JavaThread "main" [_thread_in_Java, id=23855]
    Other Threads:
    0x0813d000 VMThread [id=23860]
    0x08159400 WatcherThread [id=23867]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x08056d60/0x08056d88] Safepoint_lock - owner thread: 0x0813d000
    [0x08056de0/0x08056e08] Threads_lock - owner thread: 0x0813d000
    Heap
    PSYoungGen total 87040K, used 8962K [0xecca0000, 0xf21e0000, 0xf3e60000)
    eden space 86784K, 10% used [0xecca0000,0xed528b98,0xf2160000)
    from space 256K, 87% used [0xf21a0000,0xf21d8040,0xf21e0000)
    to space 256K, 0% used [0xf2160000,0xf2160000,0xf21a0000)
    PSOldGen total 230976K, used 0K [0xb3e60000, 0xc1ff0000, 0xecca0000)
    object space 230976K, 0% used [0xb3e60000,0xb3e60000,0xc1ff0000)
    PSPermGen total 16384K, used 2540K [0xafe60000, 0xb0e60000, 0xb3e60000)
    object space 16384K, 15% used [0xafe60000,0xb00db1d8,0xb0e60000)
    Dynamic libraries:
    0085a000-0086f000 r-xp 00000000 68:06 213117 /lib/ld-2.3.4.so
    0086f000-00870000 r-xp 00015000 68:06 213117 /lib/ld-2.3.4.so
    00870000-00871000 rwxp 00016000 68:06 213117 /lib/ld-2.3.4.so
    00873000-00875000 r-xp 00000000 68:06 213179 /lib/libdl-2.3.4.so
    00875000-00877000 rwxp 00001000 68:06 213179 /lib/libdl-2.3.4.so
    0089b000-009c0000 r-xp 00000000 68:06 213118 /lib/tls/libc-2.3.4.so
    009c0000-009c1000 r-xp 00124000 68:06 213118 /lib/tls/libc-2.3.4.so
    009c1000-009c4000 rwxp 00125000 68:06 213118 /lib/tls/libc-2.3.4.so
    009c4000-009c6000 rwxp 009c4000 00:00 0
    009c8000-009e9000 r-xp 00000000 68:06 213200 /lib/tls/libm-2.3.4.so
    009e9000-009eb000 rwxp 00020000 68:06 213200 /lib/tls/libm-2.3.4.so
    009ed000-009fb000 r-xp 00000000 68:06 213087 /lib/tls/libpthread-2.3.4.so
    009fb000-009fd000 rwxp 0000d000 68:06 213087 /lib/tls/libpthread-2.3.4.so
    009fd000-009ff000 rwxp 009fd000 00:00 0
    00a01000-00a09000 r-xp 00000000 68:06 213205 /lib/tls/librt-2.3.4.so
    00a09000-00a0b000 rwxp 00007000 68:06 213205 /lib/tls/librt-2.3.4.so
    00a0b000-00a15000 rwxp 00a0b000 00:00 0
    00a31000-00a43000 r-xp 00000000 68:06 213202 /lib/libnsl-2.3.4.so
    00a43000-00a45000 rwxp 00011000 68:06 213202 /lib/libnsl-2.3.4.so
    00a45000-00a47000 rwxp 00a45000 00:00 0
    06000000-065a0000 r-xp 00000000 00:1c 172281 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/server/libjvm.so
    065a0000-065db000 rwxp 005a0000 00:1c 172281 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/server/libjvm.so
    065db000-069fc000 rwxp 065db000 00:00 0
    08048000-08052000 r-xp 00000000 00:1c 287782 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/bin/java
    08052000-08053000 rwxp 00009000 00:1c 287782 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/bin/java
    08053000-08545000 rwxp 08053000 00:00 0
    a7210000-a7211000 ---p a7210000 00:00 0
    a7211000-a7c11000 rwxp a7211000 00:00 0
    a7c11000-a7cd7000 r-xp 00000000 00:1c 498129 /home/gdadev/tools/i686/rhel4.0/gcc-3.4.6/lib/libstdc++.so.6.0.3
    a7cd7000-a7cdc000 rwxp 000c6000 00:1c 498129 /home/gdadev/tools/i686/rhel4.0/gcc-3.4.6/lib/libstdc++.so.6.0.3
    a7cdc000-a7ce1000 rwxp a7cdc000 00:00 0
    a7ce1000-a7dc6000 r-xp 00000000 00:1f 2900632 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libstlport-mcg-5.1.so
    a7dc6000-a7de2000 rwxp 000e4000 00:1f 2900632 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libstlport-mcg-5.1.so
    a7de2000-a7de6000 rwxp a7de2000 00:00 0
    a7de6000-a7f5c000 r-xp 00000000 00:1f 2900652 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_vml_def.so
    a7f5c000-a7f6b000 rwxp 00175000 00:1f 2900652 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_vml_def.so
    a7f6b000-a8434000 r-xp 00000000 00:1f 2900523 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_lapack.so
    a8434000-a8436000 rwxp 004c9000 00:1f 2900523 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_lapack.so
    a8436000-a8492000 r-xp 00000000 00:1f 2900484 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_core.so
    a8492000-a8496000 rwxp 0005b000 00:1f 2900484 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_core.so
    a8496000-a84a4000 rwxp a8496000 00:00 0
    a84a4000-a8652000 r-xp 00000000 00:1f 2900521 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_intel_thread.so
    a8652000-a869f000 rwxp 001ae000 00:1f 2900521 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_intel_thread.so
    a869f000-a86a0000 rwxp a869f000 00:00 0
    a86a0000-a87d9000 r-xp 00000000 00:1f 2900517 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_intel.so
    a87d9000-a87dc000 rwxp 00139000 00:1f 2900517 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libmkl_intel.so
    a87dc000-a87e2000 rwxp a87dc000 00:00 0
    a87e2000-a87e9000 r-xp 00000000 00:1f 570263 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcstat_iblas.so
    a87e9000-a87ea000 rwxp 00006000 00:1f 570263 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcstat_iblas.so
    a87ea000-a8b08000 r-xp 00000000 00:1f 570239 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcstat.so
    a8b08000-a8b45000 rwxp 0031d000 00:1f 570239 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcstat.so
    a8b45000-a8b5e000 r-xp 00000000 00:1f 570822 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcmath_iblas.so
    a8b5e000-a8b5f000 rwxp 00019000 00:1f 570822 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcmath_iblas.so
    a8b5f000-a8c18000 r-xp 00000000 00:1f 570832 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcmath_scalar.so
    a8c18000-a8c19000 rwxp 000b8000 00:1f 570832 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcmath_scalar.so
    a8c19000-a8ee7000 r-xp 00000000 00:1f 570819 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcmath.so
    a8ee7000-a8ef6000 rwxp 002ce000 00:1f 570819 /home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib/libimslcmath.so
    a8ef6000-a8ef7000 rwxp a8ef6000 00:00 0
    a8ef7000-a8f19000 r-xp 00000000 00:1f 2900421 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libboost_thread-mcg-1.34-stlport-5.1.so
    a8f19000-a8f1d000 rwxp 00022000 00:1f 2900421 /home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib/libboost_thread-mcg-1.34-stlport-5.1.so
    a8f1d000-aa180000 r-xp 00000000 00:1f 761178 /home/cartedav/workspaces/dev/mlclib/build/i686-rhel4.0-gcc3.4/checked-stlport-fine-full-multi-dynamic/libgda2mlclib.so
    aa180000-aa430000 rwxp 01263000 00:1f 761178 /home/cartedav/workspaces/dev/mlclib/build/i686-rhel4.0-gcc3.4/checked-stlport-fine-full-multi-dynamic/libgda2mlclib.so
    aa430000-aa53a000 rwxp aa430000 00:00 0
    aa53a000-ad779000 r-xp 00000000 00:1f 699688 /home/cartedav/workspaces/dev/mlclib/build/i686-rhel4.0-gcc3.4/checked-stlport-fine-full-multi-dynamic/libgda2ocean.so
    ad779000-ae56b000 rwxp 0323f000 00:1f 699688 /home/cartedav/workspaces/dev/mlclib/build/i686-rhel4.0-gcc3.4/checked-stlport-fine-full-multi-dynamic/libgda2ocean.so
    ae56b000-ae7a8000 rwxp ae56b000 00:00 0
    ae7a8000-ae886000 r-xp 00000000 00:1f 699721 /home/cartedav/workspaces/dev/mlclib/build/i686-rhel4.0-gcc3.4/checked-stlport-fine-full-multi-dynamic/libgda2generic.so
    ae886000-ae8a6000 rwxp 000de000 00:1f 699721 /home/cartedav/workspaces/dev/mlclib/build/i686-rhel4.0-gcc3.4/checked-stlport-fine-full-multi-dynamic/libgda2generic.so
    ae8a6000-ae8ac000 rwxp ae8a6000 00:00 0
    ae8ac000-ae904000 r-xp 00000000 00:1c 206109 /home/gdadev/builds/nightly/i686-rhel4.0-gcc3.4/libguide.so
    ae904000-ae909000 rwxp 00058000 00:1c 206109 /home/gdadev/builds/nightly/i686-rhel4.0-gcc3.4/libguide.so
    ae909000-ae90e000 rwxp ae909000 00:00 0
    ae90e000-aef20000 r-xp 00000000 00:1c 52046 /home/gdadev/builds/nightly/i686-rhel4.0-gcc3.4/libgda2rt.so
    aef20000-af01d000 rwxp 00612000 00:1c 52046 /home/gdadev/builds/nightly/i686-rhel4.0-gcc3.4/libgda2rt.so
    af01d000-af028000 rwxp af01d000 00:00 0
    af028000-af030000 r-xp 00000000 00:1c 497827 /home/gdadev/tools/i686/rhel4.0/gcc-3.4.6/lib/libgcc_s.so.1
    af030000-af031000 rwxp 00007000 00:1c 497827 /home/gdadev/tools/i686/rhel4.0/gcc-3.4.6/lib/libgcc_s.so.1
    af031000-af136000 r-xp 00000000 00:1c 205704 /home/gdadev/builds/nightly/i686-rhel4.0-gcc3.4/libgda2jni.so
    af136000-af158000 rwxp 00105000 00:1c 205704 /home/gdadev/builds/nightly/i686-rhel4.0-gcc3.4/libgda2jni.so
    af158000-af15d000 rwxp af158000 00:00 0
    af15d000-af15f000 r-xs 00009000 00:1c 205693 /home/gdadev/builds/nightly/i686-rhel4.0-gcc3.4/gda2.jar
    af15f000-af160000 ---p af15f000 00:00 0
    af160000-af1e0000 rwxp af160000 00:00 0
    af1e0000-af1e3000 ---p af1e0000 00:00 0
    af1e3000-af231000 rwxp af1e3000 00:00 0
    af231000-af234000 ---p af231000 00:00 0
    af234000-af2b2000 rwxp af234000 00:00 0
    af2b2000-af2b5000 ---p af2b2000 00:00 0
    af2b5000-af333000 rwxp af2b5000 00:00 0
    af333000-af336000 ---p af333000 00:00 0
    af336000-af384000 rwxp af336000 00:00 0
    af384000-af584000 r-xp 00000000 68:06 101636 /usr/lib/locale/locale-archive
    af584000-af587000 ---p af584000 00:00 0
    af587000-af5d5000 rwxp af587000 00:00 0
    af5d5000-af5d8000 ---p af5d5000 00:00 0
    af5d8000-af626000 rwxp af5d8000 00:00 0
    af626000-af627000 ---p af626000 00:00 0
    af627000-af6d7000 rwxp af627000 00:00 0
    af6d7000-af853000 r-xs 02c8f000 00:1c 925583 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/rt.jar
    af853000-af854000 ---p af853000 00:00 0
    af854000-af8d4000 rwxp af854000 00:00 0
    af8d4000-af8d5000 ---p af8d4000 00:00 0
    af8d5000-af955000 rwxp af8d5000 00:00 0
    af955000-af956000 ---p af955000 00:00 0
    af956000-af9d6000 rwxp af956000 00:00 0
    af9d6000-af9d7000 ---p af9d6000 00:00 0
    af9d7000-afa5f000 rwxp af9d7000 00:00 0
    afa5f000-afa77000 rwxp afa5f000 00:00 0
    afa77000-afae8000 rwxp afa77000 00:00 0
    afae8000-afc3f000 rwxp afae8000 00:00 0
    afc3f000-afc47000 rwxp afc3f000 00:00 0
    afc47000-afc5f000 rwxp afc47000 00:00 0
    afc5f000-afcd0000 rwxp afc5f000 00:00 0
    afcd0000-afe26000 rwxp afcd0000 00:00 0
    afe26000-afe51000 rwxp afe26000 00:00 0
    afe51000-afe5f000 rwxp afe51000 00:00 0
    afe5f000-b0e60000 rwxp afe5f000 00:00 0
    b0e60000-b3e60000 rwxp b0e60000 00:00 0
    b3e60000-c1ff0000 rwxp b3e60000 00:00 0
    c1ff0000-ecca0000 rwxp c1ff0000 00:00 0
    ecca0000-f21e0000 rwxp ecca0000 00:00 0
    f21e0000-f3e60000 rwxp f21e0000 00:00 0
    f3e6d000-f3e76000 rwxp f3e6d000 00:00 0
    f3e76000-f3f2d000 rwxp f3e76000 00:00 0
    f3f2d000-f416d000 rwxp f3f2d000 00:00 0
    f416d000-f6f2d000 rwxp f416d000 00:00 0
    f6f2d000-f6f3c000 r-xp 00000000 00:1c 172554 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/libzip.so
    f6f3c000-f6f3e000 rwxp 0000e000 00:1c 172554 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/libzip.so
    f6f3e000-f6f61000 r-xp 00000000 00:1c 172497 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/libjava.so
    f6f61000-f6f63000 rwxp 00023000 00:1c 172497 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/libjava.so
    f6f63000-f6f6e000 r-xp 00000000 00:1c 172493 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/libverify.so
    f6f6e000-f6f6f000 rwxp 0000b000 00:1c 172493 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/libverify.so
    f6f6f000-f6f77000 rwxs 00000000 68:06 247809 /tmp/hsperfdata_cartedav/23854
    f6f77000-f6f7f000 r-xp 00000000 68:06 213047 /lib/libnss_nis-2.3.4.so
    f6f7f000-f6f81000 rwxp 00007000 68:06 213047 /lib/libnss_nis-2.3.4.so
    f6f81000-f6f8a000 r-xp 00000000 68:06 213042 /lib/libnss_files-2.3.4.so
    f6f8a000-f6f8c000 rwxp 00008000 68:06 213042 /lib/libnss_files-2.3.4.so
    f6f93000-f6f99000 r-xp 00000000 00:1c 172254 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/native_threads/libhpi.so
    f6f99000-f6f9a000 rwxp 00006000 00:1c 172254 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/native_threads/libhpi.so
    f6f9a000-f6f9b000 rwxp f6f9a000 00:00 0
    f6f9b000-f6f9c000 ---p f6f9b000 00:00 0
    f6f9c000-f6f9f000 ---p f6f9c000 00:00 0
    f6f9f000-f6fef000 rwxp f6f9f000 00:00 0
    f6fef000-f6ff6000 r-xp 00000000 00:1c 172514 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/jli/libjli.so
    f6ff6000-f6ff8000 rwxp 00006000 00:1c 172514 /home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/jli/libjli.so
    f6fff000-f7000000 rwxp f6fff000 00:00 0
    feff9000-ff000000 rwxp feff9000 00:00 0
    ffffe000-fffff000 ---p 00000000 00:00 0
    VM Arguments:
    java_command: TestCrash AGRCRV.ODR.CC.xdr
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03
    PATH=/home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/bin:/home/cartedav/bin:/home/gdadev/tools/i686/rhel4.0/j2sdk/bin:/home/gdadev/tools/i686/rhel4.0/gcc-3.4.6/bin:/home/gdadev/tools/i686/rhel4.0/bin:/home/cartedav/workspaces/dev/images/i686-rhel4.0-gcc3.4/bin:/home/gdadev/tools/i686/rhel4.0/j2sdk/bin:/home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/bin:/home/gdadev/tools/i686/rhel4.0/j2sdk/bin:/apps/linuxdev/bin:/usr/kerberos/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/quest/bin:/usr/X11R6/bin:
    LD_LIBRARY_PATH=/home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386/server:/home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/lib/i386:/home/gdadev/tools/i686/rhel4.0/jdk1.6.0_03/jre/../lib/i386:/home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib:/home/gdadev/builds/nightly/i686-rhel4.0-gcc3.4/:/home/cartedav/workspaces/dev/mlclib/vendors-gda2/i686-rhel4.0-gcc3.4/lib:/home/gdadev/tools/i686/rhel4.0/j2sdk/lib:/home/gdadev/tools/i686/rhel4.0/gcc-3.4.6/lib:/home/gdadev/tools/i686/rhel4.0/lib:/home/cartedav/workspaces/dev/images/i686-rhel4.0-gcc3.4/lib:/home/cartedav/workspaces/dev/vendor/i686-rhel4.0-gcc3.4/lib:/home/gdadev/tools/i686/rhel4.0/j2sdk/lib:/apps/linuxdev/lib::
    SHELL=/bin/csh
    DISPLAY=169.243.119.66:0.0
    HOSTTYPE=i386-linux
    OSTYPE=linux
    MACHTYPE=i386
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x53c560], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x53c560], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x451a50], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x451a50], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x451a50], sa_mask[0]=0x00000000, sa_flags=0xe0000000, flags was changed from 0x10000004, consider using jsig library
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x453a80], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x4534a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x4534a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x4534a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x4534a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR2: [libjvm.so+0x453a80], sa_mask[0]=0x00000000, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
    uname:Linux 2.6.9-42.0.2.ELhugemem #1 SMP Thu Aug 17 18:22:52 EDT 2006 i686
    libc:glibc 2.3.4 NPTL 2.3.4
    rlimit: STACK 10240k, CORE 0k, NPROC 274431, NOFILE 1024, AS infinity
    load average:0.28 0.17 0.16
    CPU:total 4 (2 cores per cpu, 1 threads per core) family 15 model 65 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnow, 3dnowext
    Memory: 4k page, physical 16629672k(722080k free), swap 16779884k(16779740k free)
    vm_info: Java HotSpot(TM) Server VM (1.6.0_03-b05) for linux-x86, built on Sep 24 2007 22:32:39 by "java_re" with gcc 3.2.1-7a (J2SE release)

    Thanks very much for your advice. Unfortunately, stepping through the code doesn't help at all. The error occurs much later after the C code has been executed, whilst running the java code (which is just creating string objects to invoke the GC). The C code that we are executing is extremely simple - it consists of Sun's JNI example coupled with a sinlge call to the IMSL error options function:
    JNIEXPORT jbyteArray JNICALL Java_ReadFile_loadFile
    (JNIEnv * env, jobject jobj, jstring name) {
    printf("%s", "Setting imsl_error_options()...\n");
    imsl_error_options( IMSL_SET_SIGNAL_TRAPPING, 0, // Disable IMSL signal trapping - necessary for MT code.
    IMSL_SET_STOP, IMSL_FATAL, 0, // Disable stopping on FATAL errors
    IMSL_SET_STOP, IMSL_FATAL_IMMEDIATE, 0, // Disable stopping on FATAL_IMMEDIATE errors
    IMSL_SET_STOP, IMSL_TERMINAL, 0, // Disable stopping on TERMINAL errors
    IMSL_SET_PRINT, IMSL_FATAL, 1, // Enable printing on FATAL errors
    IMSL_SET_PRINT, IMSL_FATAL_IMMEDIATE, 1, // Enable printing on FATAL_IMMEDIATE errors
    IMSL_SET_PRINT, IMSL_TERMINAL, 1, // Enable printing on TERMINAL errors
    IMSL_SET_PRINT, IMSL_WARNING, 1, // Enable printing on WARNING errors
    IMSL_SET_PRINT, IMSL_WARNING_IMMEDIATE, 1, // Enable printing on WARNING_IMMEDIATE errors
    IMSL_SET_PRINT, IMSL_ALERT, 1, // Enable printing on TERMINAL errors
    IMSL_SET_PRINT, IMSL_NOTE, 1, // Enable printing on TERMINAL errors
    0 );
    caddr_t m;
    jbyteArray jb;
    jboolean iscopy;
    struct stat finfo;
    const char mfile = (env)->GetStringUTFChars(
    env, name, &iscopy);
    int fd = open(mfile, O_RDONLY);
    if (fd == -1) {
    printf("Could not open %s\n", mfile);
    lstat(mfile, &finfo);
    m = mmap((caddr_t) 0, finfo.st_size,
    PROT_READ, MAP_PRIVATE, fd, 0);
    if (m == (caddr_t)-1) {
    printf("Could not mmap %s\n", mfile);
    return(0);
    jb=(*env)->NewByteArray(env, finfo.st_size);
    (*env)->SetByteArrayRegion(env, jb, 0,
    finfo.st_size, (jbyte *)m);
    close(fd);
    (*env)->ReleaseStringUTFChars(env, name, mfile);
    return (jb);
    If I remove the call to imsl_error_options then there is no adverse behaviour - the Java loop completes ok (creating 1 trillion strings in the process) and the manual call the GC works fine. With the call to imsl, the execution gets to the string creation loop (in Java, after the C has been executed) and then it dies pretty quickly (presumably after the GC kicks in to clean up some of the strings).
    Here is the java code:
    import java.util.*;
    class ReadFile {
    //Native method declaration
    native byte[] loadFile(String name);
    //Load the library
    static {
    System.loadLibrary("nativelib");
    public static void main(String args[]) {
    byte buf[];
    //Create class instance
    ReadFile mappedFile=new ReadFile();
    //Call native method to load ReadFile.java
    buf=mappedFile.loadFile("ReadFile.java");
    //Print contents of ReadFile.java
    for(int i=0;i<buf.length;i++) {
    System.out.print((char)buf);
    System.out.print("Now running the string creation loop...\n");
    long block = 100000000;
    int numBlocks = 10;
    long loops = block * numBlocks;
    for (long i = 0; i < loops; i++) {
    // Create some objects that need disposal
    String.valueOf(i);
    if (i % block == 0) {
    System.out.print("Reached " + i + "\n");
    System.out.print("Now running the GC...\n");
    System.gc();

  • Update to 10.4.10 seems to cause Safari to constantly crash

    I did a quick search and it seems that lots of users who have updated to 10.4.10 are experiencing frequent crashes with Safari. Safari has become so unreliable for me that I now use Firefox almost all the time instead of Safari. Since I updated to 10.4.10 Safari quits AT LEAST once a day and often 5 or 6 times. It can happen when I'm working at the computer or when I'm away from the computer and it is idle. I don't have any 'extras' like Safari Plus installed. I always do a full Combo Update install. I always Repair Disk Permissions before and after any update and before and after I install any software. The final straw last night was not only did Safari 'unexpectedly quit' it also removed itself from the dock!
    Any ideas??
    Cheers
    Tricia

    Hello again Hawaiian-Starman,
    I did exactly as you suggested in your last post and everything has been fine until just a little while ago - I was having lunch and when I came back to my computer I had the message on the screen that 'Safari had unexpectedly quit'.
    In case it's of use to you I'm doing a c&p of the Report -
    Date/Time: 2007-09-07 12:47:05.688 +1000
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    Build Version: 32
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 28886
    Thread: 2
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90001c10 pthreadmutexlock + 472
    2 com.apple.Foundation 0x92bc6a54 -[NSLock lock] + 28
    3 com.apple.Foundation 0x92c1dde8 -[NSHTTPCookieDiskStorage(NSInternal) _setCookiesWithoutSaving:whilePrivateBrowsing:] + 68
    4 com.apple.Foundation 0x92c1dd58 -[NSHTTPCookieDiskStorage setCookies:whilePrivateBrowsing:] + 36
    5 com.apple.Foundation 0x92c1d998 -[NSHTTPCookieStorage(NSInternal) _setCookies:forURL:policyBaseURL:] + 260
    6 com.apple.WebCore 0x959e7410 KWQKCookieJar::setCookie(KURL const&, KURL const&, QString const&) + 188
    7 com.apple.WebCore 0x959e72b0 DOM::HTMLDocumentImpl::setCookie(DOM::DOMString const&) + 116
    8 com.apple.WebCore 0x959e67e8 KJS::HTMLDocument::putValue(KJS::ExecState*, int, KJS::Value const&, int) + 1172
    9 com.apple.WebCore 0x959e60a4 KJS::DOMObject::put(KJS::ExecState*, KJS::Identifier const&, KJS::Value const&, int) + 44
    10 com.apple.JavaScriptCore 0x9589a660 KJS::Reference::putValue(KJS::ExecState*, KJS::Value const&) + 228
    11 com.apple.JavaScriptCore 0x958991bc KJS::AssignNode::evaluate(KJS::ExecState*) + 1344
    12 com.apple.JavaScriptCore 0x95898bbc KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
    13 com.apple.JavaScriptCore 0x958936bc KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
    14 com.apple.JavaScriptCore 0x9589342c KJS::BlockNode::execute(KJS::ExecState*) + 140
    15 com.apple.JavaScriptCore 0x958a031c KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
    16 com.apple.JavaScriptCore 0x9589fb98 KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
    17 com.apple.JavaScriptCore 0x95895698 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 136
    18 com.apple.JavaScriptCore 0x95893fb8 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 1040
    19 com.apple.JavaScriptCore 0x95898bbc KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
    20 com.apple.JavaScriptCore 0x9589356c KJS::SourceElementsNode::execute(KJS::ExecState*) + 208
    21 com.apple.JavaScriptCore 0x9589342c KJS::BlockNode::execute(KJS::ExecState*) + 140
    22 com.apple.JavaScriptCore 0x9588c264 KJS::InterpreterImp::evaluate(KJS::UString const&, KJS::Value const&, KJS::UString const&, int) + 1156
    23 com.apple.JavaScriptCore 0x9588bc70 KJS::Interpreter::evaluate(KJS::UString const&, int, KJS::UString const&, KJS::Value const&) + 64
    24 com.apple.WebCore 0x959aa0fc KJSProxyImpl::evaluate(QString, int, QString const&, DOM::Node const&) + 192
    25 com.apple.WebCore 0x95a546d0 KHTMLPart::executeScript(DOM::Node const&, QString const&, bool) + 196
    26 com.apple.WebCore 0x95a545d4 KHTMLPart::executeScript(QString const&, bool) + 64
    27 com.apple.WebCore 0x95a59bb8 KJS::ScheduledAction::execute(KJS::Window*) + 836
    28 com.apple.WebCore 0x95a59100 KJS::WindowQObject::timerEvent(QTimerEvent*) + 408
    29 com.apple.WebCore 0x959b2c64 -[KWQObjectTimerTarget sendTimerEvent] + 80
    30 com.apple.Foundation 0x92be3f68 __NSFireTimer + 116
    31 com.apple.CoreFoundation 0x907f1578 __CFRunLoopDoTimer + 184
    32 com.apple.CoreFoundation 0x907ddef8 __CFRunLoopRun + 1680
    33 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    34 com.apple.HIToolbox 0x93298b20 RunCurrentEventLoopInMode + 264
    35 com.apple.HIToolbox 0x932981b4 ReceiveNextEventCommon + 380
    36 com.apple.HIToolbox 0x93298020 BlockUntilNextEventMatchingListInMode + 96
    37 com.apple.AppKit 0x9377dae4 _DPSNextEvent + 384
    38 com.apple.AppKit 0x9377d7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    39 com.apple.Safari 0x00006740 0x1000 + 22336
    40 com.apple.AppKit 0x93779cec -[NSApplication run] + 472
    41 com.apple.AppKit 0x9386a87c NSApplicationMain + 452
    42 com.apple.Safari 0x0005c77c 0x1000 + 374652
    43 com.apple.Safari 0x0005c624 0x1000 + 374308
    Thread 1:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92bf0170 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92bf00a8 -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x957963d0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2 Crashed:
    0 com.apple.CoreFoundation 0x907c1ff8 __CFStrConvertBytesToUnicode + 56
    1 com.apple.CoreFoundation 0x907f1e50 _CFStringCheckAndGetCharacters + 220
    2 com.apple.Foundation 0x92bbf1d8 -[NSCFString getCharacters:range:] + 80
    3 com.apple.Foundation 0x92bc86f0 -[NSString _newSubstringWithRange:zone:] + 172
    4 com.apple.Foundation 0x92bc8544 -[NSString componentsSeparatedByString:] + 324
    5 com.apple.Foundation 0x92c1d0a8 -[NSString(NSURLExtras) weblooksLikeDomainName] + 128
    6 com.apple.Foundation 0x92c1ce80 setDomain + 52
    7 com.apple.Foundation 0x92c1c984 -[NSHTTPCookie initWithProperties:] + 324
    8 com.apple.Foundation 0x92c1c824 +[NSHTTPCookie cookieWithProperties:] + 60
    9 com.apple.Foundation 0x92c2786c makeCookie + 288
    10 com.apple.Foundation 0x92c2770c -[NSArray(NSURLExtras) webmappedArrayWithFunction:context:] + 124
    11 com.apple.Foundation 0x92c1f4b0 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 464
    12 com.apple.Foundation 0x92c1f1ac saveTimerCallback + 96
    13 com.apple.CoreFoundation 0x907f1578 __CFRunLoopDoTimer + 184
    14 com.apple.CoreFoundation 0x907ddef8 __CFRunLoopRun + 1680
    15 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    16 com.apple.Foundation 0x92c086a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    17 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    18 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c097e8 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f0434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92be830c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a8e342c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 ...romedia.Flash Player.plugin 0x06bcd688 nativeShockwaveFlashTCallFrame + 1368296
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9145863c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914583dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90c034cc MPWaitOnSemaphore + 184
    3 ...romedia.Flash Player.plugin 0x06a34bac Flash_EnforceLocalSecurity + 1155856
    4 ...romedia.Flash Player.plugin 0x06a222c8 Flash_EnforceLocalSecurity + 1079852
    5 ...romedia.Flash Player.plugin 0x06a34958 Flash_EnforceLocalSecurity + 1155260
    6 ...romedia.Flash Player.plugin 0x06a34920 Flash_EnforceLocalSecurity + 1155204
    7 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92be830c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x9381a708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 ...dobe.AcrobatPlugin.Comments 0x8c69141c AcroPluginMain + 1225396
    5 ...dobe.AcrobatPlugin.Comments 0x8c692134 AcroPluginMain + 1228748
    6 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 com.apple.audio.CoreAudio 0x91469794 CAGuard::WaitFor(unsigned long long) + 204
    3 com.apple.audio.CoreAudio 0x914696a4 CAGuard::WaitUntil(unsigned long long) + 304
    4 com.apple.audio.CoreAudio 0x914678e8 HP_IOThread::WorkLoop() + 852
    5 com.apple.audio.CoreAudio 0x91467580 HPIOThread::ThreadEntry(HPIOThread*) + 16
    6 com.apple.audio.CoreAudio 0x914583dc CAPThread::Entry(CAPThread*) + 96
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2 crashed with PPC Thread State 64:
    srr0: 0x00000000907c1ff8 srr1: 0x100000000000d030 vrsave: 0x0000000000000000
    cr: 0x44024408 xer: 0x0000000020000000 lr: 0x00000000907f1e50 ctr: 0x000000000000000b
    r0: 0x0000000000000063 r1: 0x00000000f0182170 r2: 0x00000000a07bbb8c r3: 0x00000000ffdfffa9
    r4: 0x0000000000000000 r5: 0x000000000000000b r6: 0x0000000000000000 r7: 0x000000000000000b
    r8: 0x0000000030303000 r9: 0x0000000000000001 r10: 0x00000000907c1fd0 r11: 0x0000000000000000
    r12: 0x000000000000000b r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000a2bdf2e0 r18: 0x00000000a2bdf2e0 r19: 0x00000000a2bdf2e0
    r20: 0x000000000000002d r21: 0x00000000a2bc706c r22: 0x00000000a2bd8400 r23: 0x000000000000000f
    r24: 0x0000000001800000 r25: 0x00000000a2bdc220 r26: 0x00000000a2bdae2c r27: 0x00000000ffdfffc0
    r28: 0x0000000000000000 r29: 0x00000000ffdfffa8 r30: 0x00000000ffdfffa0 r31: 0x0000000092bbf188
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x5b7000 - 0x5b8fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x5c8000 - 0x5c8fff com.apple.bluetooth.SCOCoreAudioDriverIDPlugIn 1.7.14 (1.7.14f14) /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS COAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverIDPlugIn.bundle/C ontents/MacOS/IOBluetoothSCOAudioDriverIDPlugIn
    0x17a8000 - 0x17aafff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x6917000 - 0x6c2bfff com.macromedia.Flash Player.plugin 9.0.28 (1.0.4f22) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x7e36000 - 0x7f2bfff com.elgato.mpegsupport EyeTV MPEG Support 1.0.6 (build 42) (1.0.6) /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x8cdb000 - 0x8d14fff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0xd265000 - 0xd288fff com.adobe.acrobat.pdfviewer 8.1.0 /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
    0xff24000 - 0xff39fff com.adobe.selfhealer AdobeSelfHealing version 2.1.0 (2.1.0) /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Frameworks/AdobeSelfHealing.framework/AdobeSelfHealing
    0x10e7b000 - 0x10ed5fff com.adobe.ESD.AdobeUpdaterLibFramework AdobeUpdater 5.1.0.1082 (5.1.0.1082) /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/Updater.acroplugin/Contents/Frameworks/AdobeUpdate r.framework/AdobeUpdater
    0x40000000 - 0x4009ffff AdobeJP2K /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x419b0000 - 0x419effff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x83f8c000 - 0x84b5dfff com.adobe.Acrobat.framework Acrobat version 8.0.0 (8.0.0) /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x869f5000 - 0x86a24fff com.adobe.AcrobatPlugin.WebLink 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/WebLink.acroplugin/Contents/MacOS/WebLink
    0x86cab000 - 0x86cd2fff com.adobe.AcrobatPlugin.Updater 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/Updater.acroplugin/Contents/MacOS/Updater
    0x87361000 - 0x87453fff com.adobe.AcrobatPlugin.Spelling 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/Spelling.acroplugin/Contents/MacOS/Spelling
    0x87567000 - 0x87581fff com.adobe.AcrobatPlugin.SendMail 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/SendMail.acroplugin/Contents/MacOS/SendMail
    0x875bd000 - 0x8762afff com.adobe.AcrobatPlugin.Search 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/Search.acroplugin/Contents/MacOS/Search
    0x879bd000 - 0x87a1efff com.adobe.AcrobatPlugin.SaveAsRTF 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/SaveAsRTF.acroplugin/Contents/MacOS/SaveAsRTF
    0x87aba000 - 0x87b23fff com.adobe.AcrobatPlugin.Reflow 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/Reflow.acroplugin/Contents/MacOS/Reflow
    0x87bd1000 - 0x87be7fff com.adobe.AcrobatPlugin.ReadOutLoud 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/ReadOutLoud.acroplugin/Contents/MacOS/ReadOutLoud
    0x87c12000 - 0x882c7fff com.adobe.AcrobatPlugin.PPKLite 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/PPKLite.acroplugin/Contents/MacOS/PPKLite
    0x88f4f000 - 0x88fe4fff com.adobe.AcrobatPlugin.PDDom 8.0.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/PDDom.acroplugin/Contents/MacOS/PDDom
    0x8916e000 - 0x89339fff com.adobe.AcrobatPlugin.Multimedia 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/Multimedia.acroplugin/Contents/MacOS/Multimedia
    0x897a8000 - 0x89c47fff com.adobe.AcrobatPlugin.MakeAccessible 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/MakeAccessible.acroplugin/Contents/MacOS/MakeAcces sible
    0x8b128000 - 0x8b130fff com.adobe.AcrobatPlugin.HLS 8.0.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/HLS.acroplugin/Contents/MacOS/HLS
    0x8b140000 - 0x8b16bfff com.adobe.AcrobatPlugin.EWH 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/EWH.acroplugin/Contents/MacOS/EWH
    0x8b1b4000 - 0x8b363fff com.adobe.AcrobatPlugin.EScript 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/EScript.acroplugin/Contents/MacOS/EScript
    0x8b57a000 - 0x8b5a1fff com.adobe.AcrobatPlugin.EFS 8.0.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/EFS.acroplugin/Contents/MacOS/EFS
    0x8c18d000 - 0x8c192fff com.adobe.AcrobatPlugin.eBook 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/eBook.acroplugin/Contents/MacOS/eBook
    0x8c1b0000 - 0x8c1d0fff com.adobe.AcrobatPlugin.DVA 8.0.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/DVA.acroplugin/Contents/MacOS/DVA
    0x8c224000 - 0x8c377fff com.adobe.AcrobatPlugin.DigSig 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/DigSig.acroplugin/Contents/MacOS/DigSig
    0x8c563000 - 0x8c994fff com.adobe.AcrobatPlugin.Comments 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS/Comments
    0x8cfe9000 - 0x8d076fff com.adobe.AcrobatPlugin.Checkers 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/Checkers.acroplugin/Contents/MacOS/Checkers
    0x8d28a000 - 0x8dc3cfff com.adobe.AcrobatPlugin.AcroForm 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/AcroForm.acroplugin/Contents/MacOS/AcroForm
    0x8e956000 - 0x8e9aafff com.adobe.AcrobatPlugin.Accessibility 8.1.0 /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Plug-ins/Accessibility.acroplugin/Contents/MacOS/Accessibil ity
    0x8ea27000 - 0x8ec8bfff AdobeCoolType /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x8efdd000 - 0x8effafff AdobeBIB /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x8f03c000 - 0x8f4a3fff AdobeAGM /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x8fc37000 - 0x8fd27fff AdobeACE /Applications/Adobe Reader 8/Adobe Reader.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b5bfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b71000 - 0x90b83fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8a000 - 0x90e61fff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec7000 - 0x90f47fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f91000 - 0x90fd3fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe8000 - 0x91000fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91010000 - 0x91091fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d7000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fd000 - 0x91535fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91550000 - 0x91622fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174d000 - 0x91804fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918effff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91903000 - 0x91928fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193b000 - 0x9197dfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91999000 - 0x919adfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bb000 - 0x91a01fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a18000 - 0x91adffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2d000 - 0x91b42fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b47000 - 0x91b65fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6b000 - 0x91c22fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c71000 - 0x91c75fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c77000 - 0x91cdffff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce4000 - 0x91d21fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d28000 - 0x91d41fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d46000 - 0x91d49fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4b000 - 0x91e29fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e49000 - 0x91e49fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4b000 - 0x91f30fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f38000 - 0x91f57fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc3000 - 0x92031fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203c000 - 0x920d1fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920eb000 - 0x92673fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a6000 - 0x929d1fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a01000 - 0x92aeffff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af2000 - 0x92b7afff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbb000 - 0x92de6fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f13000 - 0x92f31fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3c000 - 0x92f96fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb4000 - 0x92fb4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb6000 - 0x92fcafff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe2000 - 0x92ff2fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffe000 - 0x93013fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93025000 - 0x930acfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c0000 - 0x930cbfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d5000 - 0x93102fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311c000 - 0x9312bfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93137000 - 0x9319dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931ce000 - 0x9321dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324b000 - 0x93268fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327a000 - 0x93287fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93290000 - 0x9359efff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ee000 - 0x936fafff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936ff000 - 0x9371ffff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93773000 - 0x93773fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93775000 - 0x93da8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94135000 - 0x941a7fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e0000 - 0x942a4fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f6000 - 0x942f6fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f8000 - 0x944b8fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94502000 - 0x9453ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94547000 - 0x94597fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a0000 - 0x945bafff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945ca000 - 0x945eafff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94678000 - 0x946b0fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f3000 - 0x9470ffff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94723000 - 0x94767fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478b000 - 0x9479afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a2000 - 0x947affff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f5000 - 0x9480efff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94815000 - 0x94b34fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c18000 - 0x94c89fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94dfe000 - 0x94f2efff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fc0000 - 0x94fcffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fd7000 - 0x95004fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9500b000 - 0x9501bfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9501f000 - 0x9504efff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9505e000 - 0x9507bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95794000 - 0x95822fff com.apple.WebKit 419.3 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9587e000 - 0x95913fff com.apple.JavaScriptCore 418.6.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95950000 - 0x95c5dfff com.apple.WebCore 418.23 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95de6000 - 0x95e0ffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x9609b000 - 0x960cdfff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96612000 - 0x96628fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x9662a000 - 0x9664afff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x96658000 - 0x96666fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9666e000 - 0x96681fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x97866000 - 0x97873fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9830e000 - 0x983dffff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9845c000 - 0x9845cfff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a8e0000 - 0x9a916fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a933000 - 0x9a945fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerMac8,2, BootROM 5.2.5f1, 1 processors, PowerPC G5 (3.1), 2 GHz, 1.5 GB
    Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
    Memory Module: DIMM0/J4000, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J4001, 512 MB, DDR SDRAM, PC3200U-30330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Network Service: Internal Modem, PPP (PPPSerial), modem
    Serial ATA Device: WDC WD2500JD-40HBC0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R UJ-845
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Perfection610, EPSON, Up to 12 Mb/sec, 500 mA
    I'm afraid I don't know what to look for so I don't know what caused the problem. Should I simply repeat the procedure from your last post?
    Thank you for your help in this - I just wish they'd fix whatever it is that is causing this problem - which only started after I updated to 10.4.10.
    Cheers
    Tricia

  • Gracenotes seems to causing problems.

    Since yesterday I have been unable to import CDs to my itunes. The only reason I can think of is that yesterday itunes asked me did I want to use gracenotes, I clicked yes and since then the problems started. It's a PC windows 7, I'm using.

    Interesting. I haven't had MusicMatch Jukebox installed on a PC for (literally) five years, but it used to try to do Gracenote queries at the same time as iTunes versions 4.7 and 4.7.1 when I inserted a CD to do an iTunes import. So I'm not altogether surprised that it (or a particular version of it) could be causing Gracenote query trouble with newer versions of iTunes.
    If you're not using your MusicMatch Jukebox, uninstalling it should get rid of your mmjb.exe process permanently, Scy. If you are using it, then your workaround of ending the mmjb.exe process prior to doing an import in iTunes seems to be the way to go.

Maybe you are looking for

  • The upper SuperDrive tray will no longer open.  There is an audio CD in the drawer at present.  How to fix?

    I have a Power Mac 5 (early2009).  The upper SuperDrive tray will not open on command.  There is an audio CD in the tray.

  • How to create a running jar-file

    I created a "Java Class Library" project including 20 class files in several packages and some libraries. Because I would like to start the project from the console, I added the main-class property (right-click project, Properties, Run). Then I clean

  • Export data from block to excel.

    Hi Does anybody know how I can export data from oracle forms to an excel worksheet. I need to provide a direct interface for a user where he fetches the data into the block and by just click a button the data from the block should go to an excel shee

  • How do I auto trace something especific..

    I don't want to live trace the whole image....  just the part of it, like using a magic wand tool and getting the outlines vectorized I've heard you can do that with photoshop, that would help too if it cannot be done in illustrator... or when you li

  • Epson stylus Photo 1400

    Hi. I just replace my espon 1280 to 1400, running Mac OS X 10.5.8. Original printing driver was working fine for about 10 pages of printing, then this morning, when I hit print, it shows up in Que., then 10 sec. later or so, disappeared, and show up