FT232R from FTDI hangs/freeze LabVIEW randomly

Hi.
I've been creating a program to display and log humidity and temperature sensors using the FT232R chip from FTDI (http://www.ftdichip.com/)
To build the DAQ.vi I've used the example 1 from FTDI which can be downloaded here: http://www.ftdichip.com/Support/SoftwareExamples/CodeExamples/LabVIEW.htm
The DAQ.vi I'm having trouble with is attached here.
What is happening is that from time to time (could take 10 minutes or could take 10 hours) the program suddenly hangs/freeze, and to solve it I have to diconnect and connect the USB-cable to the FT232R. When I have done so, the program starts working again, but I've lost all the data from the freeze-time.
Have anyone else experienced this problem using FTDI chips, or have any idea what could be wrong? And is there an easy way to find out if the bug is hardware or software-related?
I appreaciate the help!
NB:I know the attached .vi doesn't have wait times between write and read, but I've been having the same problem when using wait times as well.
Is my avatar the dog from the fraggle rock?
Solved!
Go to Solution.
Attachments:
DAQ3.vi ‏36 KB

This sounds like Windows power management shutting off power to the USB HUB but you have any of the common problems in this FAQ article:
USB Plug-n-Play Devices (Windows)
Options
Mark as New
Bookmark
Subscribe
Highlight
Print
Email to a Friend
Report to a Moderator
‎01-22-201202:20 PM
In this topic we will discuss some of the common problems that have been observed using USB devices with LabVIEW on Windows operating systems.  Many of these points are also applicable to other environments but the examples will be use the Windows 7 OS.
FAQ 1 : My USB device stops working unexpectedly.
The first thing to look at is the OS power saving options.  There is a global trend towards developing "Green" electronics and energy star ratings are getting fairly common.  "If its not being used shut it off" is nothing new.  Cavemen learned how to bank a fire to preserve energy that would otherwise be wasted.  Likewise, the Windows OS has a power saving feature to shut down power to the USB hubs when no user activity is present.  In Automated systems this feature can cause problems since removing USB hub power will shut down the USB device.   Solution: Use the device manager to change the USB hub Power Options.
FAQ2: I set the power options and my device connection is still unreliable: Remember, those computer USB ports are often the cheapest that can be mounted on the chassis and share the PC system power supply to supply USB Power. Most uses of USB are temporary connections like a thumb drive or a camera.  These connections do not require high reliability since the user is right there interacting with it.  Power surges and fault tolerance at worst cause the operator to retry the data transfer.  Automated systems require a bit more robustness.  Solutions:
1) ALWAYS use an external self powered hub.  Perform your engineering due diligence and inspect the devices specifications too- If you can't find them for that device that should clue you to seek an product from a vendor that WILL publish their specs.
2) High noise environments require the use of ferrites on the USB cable- and don't buy the cheapest cable either! The cheap ones are poorly shielded. 
3) PROTECT the HUB connections-  If you have a USB2.0 device and Joe User plugs in a 1.0 device in a open slot managed by the same hub- Bingo every port on the hub may back convert to USB1.0.  WORSE there are a lot of damaged or marginally engineered USB devices out there.  Joe User's device may cause power fluctuations when it is inserted or removed from the hub just don't let it happen!
FAQ3: I am testing USB devices and the OS can't find them anymore.
This is a Plug-n-Play feature that deserves some exposure.  When you connect a P-n-P device the OS remembers its serial number in a HKEY (Hive-Key) registry entry.  This is helpful when (for example) you want a specific instrument, Say an NI-USB-6008, to show up as a DAQmx Device with VISA Alias "MyDAQ1" every time it is plugged it.  On the other hand, If you want to test a line of USB-Serial converters this can be problematic since the P-n-P driver will mount the first serial number as "COM3" and the next as "COM4" add infinitum until the enumerator controller in the registry and VISA recognized aliases get used up.  Solution: Use the Windows registry API and the Hardware Configuration API in LabVIEW to clear unused VISA Aliases and HKEY entries.   Speak with your staff IT professional about HKEY structure and possible side effects before developing
Jeff

Similar Messages

  • X200s sometimes hangs/freezes when goes back from sleep

    There is a confirmed bug in ubuntu jaunty/karmic running on lenovo x200 series notebooks. Shortly, it sometimes hangs/freezes when goes back from sleep mode.
    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/479842
    Does anyone know anything  about it? How do i contact lenovo engeneer about it?
    Here is filled bug report in ubuntu bugtracker: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/479842

    There is a confirmed bug in ubuntu jaunty/karmic running on lenovo x200 series notebooks. Shortly, it sometimes hangs/freezes when goes back from sleep mode.
    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/479842
    Does anyone know anything  about it? How do i contact lenovo engeneer about it?
    Here is filled bug report in ubuntu bugtracker: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/479842

  • Serial port hang/freeze

    On rare occasions my application freezes.  What I believe is happening is that the VISA Read or VISA Write vi never returns.  (The program is an executable, so I can’t go to the diagram to be sure.  I just released a new version that will help me isolate it further, but it takes time to propagate new software to users.)  I do have the timeout set to 500ms, and I know this works because it timeouts when I have no hardware attached.
    When the freeze happens, I have to go to the Task Manager to kill my application; however, it never actually quits.  It goes away on the Applications tab, but won’t leave the Processes tab.  Selecting End Process on the Processes tab won't make it go away either.  I can get it to go away, however, by unplugging the USB cable.  I then plug the cable back in, relaunch my application, and all is OK.  (A restart works, too.)  I am using the FTDI 2232 USB to dual serial port chip (set up for RS485) in my system.
    My first question is whether anyone has seen this before or has a suggestion to get this work.
    My second question is how do I figure out what is actually hanging?  My LabVIEW 8.5.1 executable calls a VISA 4.41 driver.  The VISA driver calls a Windows COM port driver.  The Windows COM port driver calls the FTDI driver (Version 2.4.6).  The FTDI driver calls the USB driver.  We are running Windows XP with all updates installed.
    I have about 50 of these systems running continuously.  I see about one freeze like this once every few days on a random system.  I am not able to reproduce it on demand.  Any debug solution will have to be deployable to all 50 systems; otherwise, it is possible that I won't see the bug for weeks, if ever.
    Thanks in advance for the help.
    Matt K.

    Just dug out the email from FTDI support....
    Blue 
    Hello,
    If it is an application problem then what could happen is you ask to read 10
    bytes but only receive 5. The application would appear to hang waiting for
    the remaining 5 bytes unless you have set timeouts to allow the read to
    abort.
    The fact you need to unplug and re-insert suggests the driver needs to
    reload.
    This could in theory be a result of a surprise disconnect.
    What this means is the device handle is open and the device disappears from
    the PC (like unplugging - but could be an EMC/noise event).
    When the device re-appears to the PC the handle and the hardware no longer
    match as the stack is not maintained during a disconnect.
    This would result in you not talking to the actual device but some "rogue"
    device handle which could theoretically hang the application.
    Some ideas for debug:
    1.
    Verify the driver version installed is 2.04.06
    http://www.ftdichip.com/Drivers/CDM/CDM%202.04.06%20WHQL%20Certified.zip
    2.
    Ensure you have set read and write timeouts in your application
    3.
    Use WM_DeviceChange to determine if you are disconnecting.
    http://msdn.microsoft.com/en-us/library/aa363480.aspx
    4.
    Try increasing the resetpiperetrycount to make the device more immune to
    noise events.
    http://www.ftdichip.com/Documents/AppNotes/AN_AdvancedDriverOptions_(FT_0000
    73).pdf

  • HELP: iTunes 6 unable to sync songs with ipod - hangs freezes crashes

    Hi,
    This has been posted before, but a search of 500 messages have turned up no solutions. Anyone who has any idea of a solution please help.
    PROBLEM:
    iTunes 6 and ipod 5th gen unable to sync songs or manually move more than 50 songs at a time to ipod. It hangs / freezes / crashes when updating the ipod. It will stop at 50 songs, 100 songs, sometimes even 2200 songs - out of 8000.
    The "Beachball of death" comes on, and there is no way to force quit or stop the now frozen update. The only thing that gets a response is pulling the ipod from the dock or powering the computer down manually.
    TRIED:
    1. Repair permissions
    2. Update ipod with latest ipod update software
    3. Restore ipod " " " " '
    4. Used Activity Monitor to see where program hangs - no added info, it will stop randomly at different songs, and next time around it will pick another son to hang / freeze at
    5. uncheck "put hard disks to sleep when possible" in Energy Preferences pane
    I am at my wits end with this..... will try anything.... even Voodoo at this point as long as you tell me it worked for you!
    Anyone ever solved this long standing problem (which seems to be present with iTunes 7 as well) ?
    Thanks !
    Alf
    Dual 1 ghz powerpc   Mac OS X (10.4.6)   usb 2.0 card installed in pci slot

    Thanks for the help!

  • The "hanging/freezing/not responding" problem that existed in all versions of Firefox 3.6 persists in Firefox 4.0

    Starting on April 14, 2011, I tried installing Firefox 4.0, which I downloaded from the Mozilla site. The first couple of times I tried to install it, it corrupted Firefox file places.sqlite. I know this because the install renamed the file to places.sqlite.corrupt. Luckily, I had recent backups. My previous installed versions were 3.5.18, which I had been using up to this time, and 3.6.16. I tried installing 4.0 with 3.6.16 installed, which I installed only for the sake of installing 4.0, and with no previous version installed and got the same bad results. I finally got a "successful" install on April 16, 2011, with no previous version installed.
    Early on I discovered that Firefox 4.0 hangs (Firefox not responding) when left to idle for exactly 5 minutes (I timed it several times after immediately starting Firefox), pegging a constant 50% of the CPU when it hangs. I left it in a hanging state for up to half an hour, but nothing changed. This problem existed for all versions of Firefox 3.6, which is why I didn't install version 3.6.16 until I was ready to install version 4.0. I never kept any version of Firefox 3.6 installed for more than a couple of hours because of this problem. I need to be able to let Firefox stay idle for long periods of time -- certainly for more than 4 minutes and 59 seconds -- without having it hang, and I was able to do that with all versions of Firefox prior to version 3.6. It's incomprehensible that Firefox 4.0 has to always hang if it's inactive for more than 4 minutes and 59 seconds, and it's incomprehensible that this problem has been present and persistent since version 3.6 was introduced. To believe that 4 minutes and 59 seconds is sufficient idle time for a browser is absurd. This was never an issue with any version of Firefox prior to version 3.6, this was never an issue with Netscape, and it's not an issue with IE 8.
    There are 2 other problems related to the hanging problem. If the browser and the bookmarks library are both open and the browser is closed normally, the bookmarks library remains open. After being left idle for exactly 5 minutes, the bookmarks library hangs, pegging a constant 50% of the CPU. If Firefox 4.0 is restarted before the 5 minute idle limit, it starts successfully. If an attempt is made to restart it after the 5 minute idle limit, it won't start. If the bookmarks library is left open for less than 5 minutes after the browser is closed, it can be closed successfully. In all versions of Firefox prior to version 3.6, the bookmarks library automatically closed when the browser was closed. The other related problem is that Firefox 4.0 occasionally pegs a constant 50% of the CPU without hanging even while it is being used and even if the only thing open is the home page, which in my case is google.com. Firefox can be used while this is happening, but it is worrisome and shouldn't be happening. Normally, Firefox 4.0 uses no CPU when it is left to idle within the 5 minute idle limit.
    Firefox 4.0 has not crashed on its own yet, so I've had no crash reports to send to Mozilla, but because I've had to use the "End Now" button on the Microsoft unresponsive program window numerous times to terminate it when it hangs, numerous Microsoft Windows dump reports have been generated, all of which I've sent to Microsoft.
    The last fully working version of Firefox I had was 3.5.18. Unfortunately, I don't have the installer for that version and Mozilla doesn't make it available anymore. Also, it looks like version 4.0 altered the places.sqlite file such that I might not be able to go back to version 3.5.18 even if I could. If I could reinstall version 3.5.18 and get it to work with the altered places.sqlite file, I would, but it is outdated and no longer supported by Mozilla, and I only want to use up-to-date and supported software.
    The hanging problem is totally intolerable and unacceptable. If I can't get a version of Firefox 4.0 anytime soon that doesn't hang after being idle for just 5 minutes (why 5 minutes???) or for any limited amount of time, I'll have to install and use Google Chrome as a permanent replacement for Firefox. (If I do have to replace Firefox with Google Chrome, how can I get my Mozilla Thunderbird e-mail links to open in Google Chrome when I click on them?) Based on other user feedback regarding this problem dating back to the very first Firefox 3.6 version, Mozilla has had ample time to resolve it. I have found other problems with Firefox 4.0, but I'm not going to bother telling Mozilla about them because if the hanging problem isn't resolved soon, I'll have to stop using Firefox permanently. I can't and won't tolerate the hanging problem. I have been using Firefox exclusively for many years, but my disappointment with it has been growing since version 3.6 was introduced and my patience has run out.
    I would appreciate Mozilla letting me know within a week of this posting if they can't or won't fix the Firefox 4.0 hanging problem. If I don't receive a substantive response to this problem within a week, I'm going to have to abandon Firefox permanently and switch to Google Chrome. I'm also going to leave a negative review of Firefox 4.0 on CNET to warn other potential users of the hanging problem.
    I am running Windows XP Media Center Edition 32-bit SP3 on a Dell XPS 400 desktop computer. I have an Intel Pentium D CPU 2.80GHz, 3.0GB Dual-Channel DDR2 RAM @ 265MHz, RADEON X300 SE 128MB HyperMemory, and 190GB of free space on my hard drive. I am using COMODO as my firewall and Avira AntiVir as my anti-virus software. I am also using WinPatrol and Secunia PSI. My ISP is AT&T. My download speed averages 2.5 Mbps, and my upload speed averages 0.65 Mbps. All of my software is up to date, thanks to Secunia PSI and CNET TechTracker, and my computer is free from infection.

    Another aspect of the Firefox 4.0 "hanging/freezing/not responding" problem has emerged. I have found that on the common occurrence when Firefox 4.0 occasionally pegs a constant 50% of the CPU while idling within the 5 minute idle limit and I close it normally, it disappears from the Task Bar but continues to run and continues to peg a constant 50% of the CPU. I tried restarting Firefox 4.0 and got the following message: "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." Before Firefox can be restarted, the existing Firefox process must be killed via the Task Manager or Process Explorer (I use the latter), after which a Microsoft Windows dump report is immediately generated. I always allow the dump to be sent to Microsoft.
    The three big questions that have gone unanswered by Mozilla are 1) why did the hanging problem start with the very first release of Firefox 3.6, 2) why was the problem allowed to continue on up to and through Firefox 4.0, and 3) why hasn't Mozilla fixed the problem yet? And what is the significance of the 5 minute idle limit? Do Firefox 3.6 through 4.0 try to launch something when the browser and/or the bookmarks library have been idle for exactly 5 minutes? Maybe it's a problem with the number and/or type of plugins and extensions and/or the number of bookmarks. Maybe Firefox 3.6 through 4.0 work just fine if there are few to no plugins, extensions, and bookmarks, but that doesn't realistically accommodate users. Whatever the cause of the problem, Mozilla should have had a handle on it by now.
    If anyone from Mozilla Support is reading this post, please let me know if it is possible to roll back Firefox 4.0 to Firefox 3.5.18. If it is possible, how do I do it, and where can I get the installer for Firefox 3.5.18? If I can reinstall it, I'll use it until Secunia Software Inspector informs me that it is insecure and no longer safe to use. At that point (maybe much sooner), I'll switch to Google Chrome exclusively because I don't want to use outdated software that is insecure and because I don't believe that Mozilla intends to fix the hanging problem and is willing to lose users over it. I certainly don't want to use software like Firefox 4.0 that has such an impactful problem. If I do have to abandon Firefox, how can I click on Mozilla Thunderbird e-mail links and get them to open in Google Chrome?

  • MacBook Pro - Stall, Freezes at Random Times & Durations

    Hello all, hope you can help me with a perplexing problem.
    Starting this past Monday, my MacBook Pro (specs below) started stalling or freezing at random times. The stalls will sometimes last for 5 seconds and then I can use it again, other times it'll last for 30 seconds to several minutes. On occasion it'll freeze up so hard that I have to do a hard shut down. When it stalls, I can move my mouse and even select other applications which sometimes work. More often then not, it stalls all the programs and I just have to wait.
    It does not seem to matter what applications are running or how many. Generally I run a web browser (Firefox, Chrome, or Safari - I've been alternating to see if one is better) with one or two tabs open. I've worked flawlessly for several hours with Browser, Word, and Terminal open, then it freezes up when I try to open something like System Preferences (or Spotlight or whatnot). So there is no real pattern when it comes to applications.
    The temperature hovers around 55 - 65. RAM usage rarely tops half and CPU fluctuates but nothing outside of what you'd consider normal (i.e. it never pegs at 100% when stalled or frozen).
    I've tried the following:
    * Ran Rember (1 pass, then another 25 passes over night) - No Errors
    * Ran Verify Permissions - No Errors
    * Ran Verify Disk - No Errors
    * Reformatted and Reinstalled the OS from scratch (problem continues)
    * Repeated the Rember, Verify Disk Permissions, and Verify Disk - No Errors
    * Reset PRAM and NVRAM
    * Reset the SMC
    * Ran Applejack and all the tests associated with it.
    In the Console system.log, there was an instance of unknown-dev: flushing fs disk buffer returned 0x5. After doing some Googling, I ended up disabling Journaling to see if that would make a difference. I was able to run for about 25 minutes before it froze up again.
    Any other thoughts or theories that I could try out? Much appreciated.
    Specs
    MacBook Pro
    OS X 10.5.8
    2.4 GHz Intel Core 2 Duo
    4GB RAM
    Fujitsu MHY2200BH 186GB Hard Drive
    GeForce 8600 GT w/256MB

    Reformatted and Reinstalled the OS from scratch (problem continues)
    If you done that, then I believe you have a hard drive issue. Did you zero-out the drive (select "Zero out data" under the "Security Options" button in your Disk Utility) before you reinstalled a new system? If not, you might try that to map out any bad sectors first, before replacing the drive.
    Check out the new remodeled MacOSG website! 24-hour Apple-related news & support.
     MacOSG: An Apple User Group  iTunes: MacOSG Podcast  Follow us on Twitter: MacOSG

  • Firefox 18.0.1 often freezes, at random times, since about 31 Jan 2013

    2 Feb 2013
    Concerns: Firefox 18.0.1 often freezes, at random times, since about 31 Jan 2013
    I am using Mozilla Firefox 18.0.1, Windows Vista, PC, Desktop.
    My Mozilla Firefox freezes since about 31 Jan 2013 at random times quite often, when I do see TV or videos, also with YouTube videos. It freezes especially when I do start TV or a Video, sometimes also it freezes when the video is running for some time. I do use Firefox mostly only for TV and videos, so else I do not see.
    Some days earlier (26 January 2013), I had installed the upgrade of the new Norton Internet Security 2013. The two Norton add-ons on for Firefox, I have both deactivated.
    I can get out of the freezing, when I do click to end the Internet connection. After I have waited for about 5 seconds, the Mozilla Firefox browser can be moved again with the cursor. After I click to close the Firefox, and wait for about 5 seconds, the freezing also does end.
    I did do two Windows restores, one to 1 week ago and the next to 2 weeks ago. After the restore, when I started Mozilla Firefox, it was at first Firefox 17. But to my very bad luck, Firefox started immediately to update to Firefox 18.0.1 I had seen this updating on Help – About Firefox. There were good times, when people could choose themselves which version of Firefox they wanted.
    After the restore, I had also downloaded the latest Adobe Flashplayer version (about version 11.5), but the freezes have remained the same.
    Is there a possility to prevent the automatic update of Firefox? So that I could choose which version of Firefox, I do want. When there is a serious bug in Firefox, I could nevertheless use Firefox instead of changing to the Internet Explorer. I know I myself am responsible to prevent hackers from entering my computer. I have read that 80% of users in Germany do not have any Internet Security against hackers at all.
    My Internet Explorer until now does not freeze.

    This is not a solution. It is a gun in the mouth. Give us specific solutions, not "throw everything away" palliatives that involve no thought, investigation or effort of any kind on Mozilla's part. 95% of the utility of FF is not FF itself, but addons. After many years of developing that context, throwing it all away to get back a rudimentary 5% is as unacceptable as it is stupid.

  • Issues with Quark Xpress Hang/Freeze when focus is shifted to anything else

    I've been working on this issue since the 28th of Dec.
    I've been in contact with Quark. They're still examining crash log.
    I thought I'd share what is on my plate in hopes others might have had, and solved similar experience.
    This message will be verbose in hope of giving the uber-guru answers to questions in advance of their being asked.
    First portion will contain a log of actions taken and results there of.
    Second will be the typical Quark Crash log I've been getting when the application is quit.
    I will mention as well that I've received a clean bill of health from TechToolPro, DiskWarrior, etceteras, as well as Passed the tests from Apple Hardware Tests.
    Let me know if I can provide any additional info
    Log of Actions
    Installation of new Quark, up to 6.5 only.
    Completed at 5:27pm
    Launching Quark under New User at 5:28
    Launch successful.
    Created one file. Saved file, selected finder, then text editor, the quark.
    Quark still operating. added text, saved, and closed document.
    selected finder, then text editor, the quark.
    Quark still operating.
    Manually quit quark from application menu at 5:33.
    Application successfully "quit" without "crashing"
    Repeating the procedure above at 5:34
    Launched quark via double-click of previously saved file.
    added text, saved, selected finder, then text editor, the quark.
    Quark still operating.
    selected finder, then text editor, the quark.
    Quark still operating.
    quit quark from cmd-tab cmd-q method causes "unexpected crash"
    Ran several similar scenarios, with this as conclusion:
    Launching quark from double click of application, creation of new document, saving, and quitting in ANY fashion allows safe quit
    Launching Quark, opening from save/open dialog box an existing document, then quit with or without edit, using cmd-tab cmd-q allows safe quit
    Double-clicking existing document to launch Quark, then closing document after edit and save or immediately, quark Unexp. Crash occurs with Cmd-Tab Cmd-Q every time.
    Double-clicking existing documents to launch Quark, then closing document after edit and save, then create new document, with save and close, quark Unexp. Crash occurs with Cmd-Tab Cmd-Q every time.
    Launching of Quark 6.50 under base user
    Launching Quark, opening from save/open dialog box an existing document, then quit with or without edit, using cmd-tab cmd-q allows safe quit
    Double-clicking existing document to launch Quark, then closing document after edit and save or immediately, quark Unexp. Crash occurs with Cmd-Tab Cmd-Q every time.
    Double-clicking existing documents to launch Quark, then closing document after edit and save, then create new document, with save and close, quark Unexp. Crash occurs with Cmd-Tab Cmd-Q every time.
    Launching Quark, creating file, saving, selected finder, then text editor, the quark.
    Quark hangs/freezes until force-quit
    it seems there are two issues at hand.
    unexpected crashes occur with cmd-tab cmd-q in either Base or New user logins when quark launch was initiated by double-click of file from finder.
    and
    unexplained application hangs/freezes when under base user.
    Quark Crash Log
    Date/Time: 2008-01-03 19:08:44.597 -0500
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: QuarkXPress
    Path: /Applications/QuarkTest/QuarkXPress 6.1/QuarkXPress/Contents/MacOS/QuarkXPress
    Parent: WindowServer [102]
    Version: QuarkXPress version 6.50 (6.50)
    PID: 4127
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x170f086c
    Thread 0 Crashed:
    0 <<00000000>> 0x170f086c 0 + 386861164
    1 com.quark.QuarkXPress 0x00554a18 _destroy_globalchain + 60
    2 com.quark.QuarkXPress 0x0053f910 exit + 52
    3 com.quark.QuarkXPress 0x00003f04 call_mod_initfuncs + 0
    4 com.quark.QuarkXPress 0x00003d80 _code_start_ + 48
    Thread 1:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.unsanity.ape 0xc0001bf4 _apeagent + 296
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf73f4 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90bff390 TimerThread + 60
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x900411f8 machwaituntil + 8
    1 libSystem.B.dylib 0x90040fc4 nanosleep + 388
    2 libSystem.B.dylib 0x90040df0 sleep + 144
    3 <<00000000>> 0x26124604 0 + 638731780
    4 <<00000000>> 0x2612d724 0 + 638768932
    5 <<00000000>> 0x2612d334 0 + 638767924
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 <<00000000>> 0x26125f90 0 + 638738320
    3 <<00000000>> 0x26126134 0 + 638738740
    4 <<00000000>> 0x25caa6bc 0 + 634037948
    5 <<00000000>> 0x26251480 0 + 639964288
    6 <<00000000>> 0x2612d724 0 + 638768932
    7 <<00000000>> 0x2612d334 0 + 638767924
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 <<00000000>> 0x26125f90 0 + 638738320
    3 <<00000000>> 0x26126134 0 + 638738740
    4 <<00000000>> 0x25caa6bc 0 + 634037948
    5 <<00000000>> 0x26251480 0 + 639964288
    6 <<00000000>> 0x2612d724 0 + 638768932
    7 <<00000000>> 0x2612d334 0 + 638767924
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 <<00000000>> 0x26125f90 0 + 638738320
    3 <<00000000>> 0x26126134 0 + 638738740
    4 <<00000000>> 0x25caa6bc 0 + 634037948
    5 <<00000000>> 0x26251480 0 + 639964288
    6 <<00000000>> 0x2612d724 0 + 638768932
    7 <<00000000>> 0x2612d334 0 + 638767924
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x900411f8 machwaituntil + 8
    1 libSystem.B.dylib 0x90040fc4 nanosleep + 388
    2 libSystem.B.dylib 0x90040df0 sleep + 144
    3 <<00000000>> 0x2625157c 0 + 639964540
    4 <<00000000>> 0x2612d724 0 + 638768932
    5 <<00000000>> 0x2612d334 0 + 638767924
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000170f086c srr1: 0x100000004000f030 vrsave: 0x0000000000000000
    cr: 0x44800204 xer: 0x0000000000000000 lr: 0x00000000005549cc ctr: 0x00000000170f086c
    r0: 0x0000000000554a18 r1: 0x00000000bffffac0 r2: 0x00000000007e2d70 r3: 0x00000000170f086c
    r4: 0xffffffffffffffff r5: 0x00000000000003e8 r6: 0xffffffffffffffff r7: 0x0000000000000000
    r8: 0x0000000000000001 r9: 0x00000000a0001fac r10: 0x0000000002285a00 r11: 0x0000000024800202
    r12: 0x00000000170f086c r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x0000000000000000 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x0000000000000000 r26: 0x00000000bffffc44 r27: 0x000000000000000c
    r28: 0x0000000000000002 r29: 0x00000000bffffc54 r30: 0x000000000053f8f8 r31: 0x00000000007e49f0
    Binary Images Description:
    0x1000 - 0x71efff com.quark.QuarkXPress QuarkXPress version 6.50 (6.50) /Applications/QuarkTest/QuarkXPress 6.1/QuarkXPress/Contents/MacOS/QuarkXPress
    0xb05000 - 0xc45fff OmniCore.Mach-O.r.dylib /Applications/QuarkTest/QuarkXPress 6.1/OmniCore.Mach-O.r.dylib
    0xd1e000 - 0xe8ffff Xerces-c-cw8 /Library/Frameworks/Xerces-c-cw8.framework/Xerces-c-cw8
    0x1922c20 - 0x1922cd2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x19232f0 - 0x1923367 CFMPriv_System PEF binary: CFMPriv_System
    0x1923610 - 0x19236e0 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x1923760 - 0x1923833 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x1923910 - 0x19239cb CFMPriv_Help PEF binary: CFMPriv_Help
    0x19239d0 - 0x1923a9a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x1923b20 - 0x1923bf6 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x1923c70 - 0x1923d43 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x1923dd0 - 0x1923eb5 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x1923f30 - 0x1924006 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x19240e0 - 0x192419e CFMPriv_Print PEF binary: CFMPriv_Print
    0x19241c0 - 0x192428d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x1924310 - 0x19243f2 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x1924470 - 0x1924543 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x19245c0 - 0x1924693 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x1924770 - 0x1924832 CFMPriv_AE PEF binary: CFMPriv_AE
    0x1924840 - 0x1924905 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x1924980 - 0x1924a57 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x1924ae0 - 0x1924bc3 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x1924c40 - 0x1924d1a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x1924d90 - 0x1924e70 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x1924f00 - 0x1924fe6 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x19250c0 - 0x1925197 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x19251a0 - 0x1925262 CFMPriv_QD PEF binary: CFMPriv_QD
    0x1925360 - 0x1925449 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x1ed3000 - 0x1eedfff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1ef2000 - 0x1f08fff com.apple.IMXCodec 1.0 (114) /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x1f93000 - 0x1f9efff com.apple.LiveType.component 2.0.2 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1fac000 - 0x1febfff com.apple.QuickTimeFireWireDV.component 7.3.1 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1fff000 - 0x1fff92b KodakCarbonShared PEF binary: KodakCarbonShared
    0x1623c000 - 0x162b5fff com.DivXInc.DivXDecoder 6.0.5 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x162c6000 - 0x163a2fff com.divxnetworks.DivXCodec 5.1.1 /Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
    0x1642e000 - 0x1642efff com.apple.applescript.component 1.10.7 /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x16444000 - 0x1667dfff net.telestream.wmv.import 2.2.0.49 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x166b3000 - 0x16867fff net.telestream.wmv.advanced 2.2.0.49 /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x168a9000 - 0x16922fff com.apple.DVCPROHDCodec 1.1.1 (209) /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x16938000 - 0x169e8fff com.apple.AppleHDVCodec 1.0 (129) /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x16a06000 - 0x16a7ffff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x18576000 - 0x185c53c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x185e7000 - 0x1864f97e KodakCMSC PEF binary: KodakCMSC
    0x25ac4000 - 0x25b1402f OLE.CARBON.Shared PEF binary: OLE.CARBON.Shared
    0x780ce000 - 0x78136fff com.apple.LiveType.framework 2.0.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x88d70000 - 0x88d75fff com.apple.CoreMediaAuthoringPrivate 1.1 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x88fc0000 - 0x88fe7fff com.apple.CoreMediaPrivate 1.2 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x89030000 - 0x890d0fff com.apple.QuickTimeImporters.component 7.3.1 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8fe00000 - 0x8fe52fff dyld 46.16 /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.4 (???) /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.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.9 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.17 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd2fff com.apple.CFNetwork 129.22 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100f000 - 0x91090fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d6000 - 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.2 /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.5 /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.10 /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.25 (???) /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 - 0x918f2fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91906000 - 0x9192bfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193e000 - 0x91980fff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199c000 - 0x919b0fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919be000 - 0x91a04fff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1b000 - 0x91ae2fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b30000 - 0x91b46fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b4b000 - 0x91b69fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6f000 - 0x91c26fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c75000 - 0x91c79fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c7b000 - 0x91ce5fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91cea000 - 0x91d27fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2e000 - 0x91d48fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d4d000 - 0x91d50fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d52000 - 0x91e30fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e50000 - 0x91e50fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e52000 - 0x91f37fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3f000 - 0x91f5efff 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
    0x91fca000 - 0x92038fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92043000 - 0x920d8fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920f2000 - 0x9267afff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926ad000 - 0x929d8fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a08000 - 0x92af6fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af9000 - 0x92b81fff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bc2000 - 0x92dedfff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f1a000 - 0x92f38fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f43000 - 0x92f9dfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fbb000 - 0x92fbbfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fbd000 - 0x92fd1fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe9000 - 0x92ff9fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93005000 - 0x9301afff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9302c000 - 0x930b3fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c7000 - 0x930d2fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930dc000 - 0x93109fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93123000 - 0x93133fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313f000 - 0x931a5fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d6000 - 0x93225fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93253000 - 0x93270fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93282000 - 0x9328ffff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93298000 - 0x935a6fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f6000 - 0x93702fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9377b000 - 0x9377bfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9377d000 - 0x93db0fff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9413d000 - 0x941affff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e8000 - 0x942adfff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94300000 - 0x94300fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94302000 - 0x944c2fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9450c000 - 0x94549fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94551000 - 0x945a1fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945aa000 - 0x945c4fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945d5000 - 0x945f6fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94799000 - 0x947a8fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947b0000 - 0x947bcfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94802000 - 0x9481afff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94821000 - 0x94b48fff com.apple.QuickTime 7.3.1 /System/Library/Frameworks/QuickTime.framework/QuickTime
    0x94c2e000 - 0x94c9ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x95075000 - 0x95092fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x974b5000 - 0x974d4fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97cda000 - 0x97ce7fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97de2000 - 0x97e04fff com.apple.AppleVAFramework 2.4.32 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x98f34000 - 0x98fdefff com.apple.applescript 1.10.7 /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x9917c000 - 0x99d6afff com.apple.QuickTimeComponents.component 7.3.1 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99fcd000 - 0x99fd1fff com.apple.QuickTimeH264.component 7.3.1 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x9a26d000 - 0x9a33bfff com.apple.QuickTimeMPEG4.component 7.3.1 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x9ac70000 - 0x9ac8efff com.apple.OpenTransport 2.0 /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0.3 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Model: PowerMac11,2, BootROM 5.2.7f1, 2 processors, PowerPC G5 (1.1), 2 GHz, 2.5 GB
    Graphics: NVIDIA GeForce 6600, GeForce 6600, PCI, 256 MB
    Memory Module: DIMM0/J6700, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM1/J6800, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM2/J6900, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM3/J7000, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Network Service: Built-in Ethernet 1, Ethernet, en0
    PCI Card: GeForce 6600, Display, SLOT-1
    PCI Card: bcom5714, network, GIGE
    PCI Card: bcom5714, network, GIGE
    Serial ATA Device: WDC WD1600JS-41MVB1, 149.05 GB
    Parallel ATA Device: HL-DT-ST DVD-RW GWA-4165B
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: CTE-440-U V4.0-3, WACOM, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: USB Printer, EPSON, Up to 12 Mb/sec, 500 mA
    USB Device: AK5370, AKM, Up to 12 Mb/sec, 500 mA
    FireWire Device: External HD, Iomega, Up to 800 Mb/sec
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

    nodel9999 wrote:
      Should I buy an enclosure for my HD and see if I can get it going externally?  Would that be the best way to see if it is the drive and not the cable?  An enclosure is cheaper than buying a new SATA cable, so I'm hoping that's where I can start.
    Yes.  See if the HDD will boot the MBP via a USB connection.  You should probably have an external HDD for backups or a possible replacement of your boot drive.
    Ciao.

  • Bridge CC hangs/freezes with AE animation presets.

    Does anyone else have the issue of Bridge CC hanging/freezing when an AE animation preset is selected in Bridge?  This happens whether I Browse Presets from AE or I attempt to navigate to the presets folder directly through Bridge CC.
    I have uninstalled and re-installed both programs, with no success.  I can still apply an animation preset to a layer from the presets panel in AE, but of course there is no preview, so this is a bit frustrating.  Any ideas would be appreciated.
    Thanks in advance.

    No experience with AE but if one set up does work and the other not it is likely the problem of that one set up.
    Uninstall and reinstall without using Adobe cleaner tool is rarely solving problems because existing prefs and cache often keeps the same.
    The central cache is by default installed in the user library caches folder. When in real trouble I always manual delete this cache file, together with the Bridge plist file and restart Bridge holdong down option key and reset prefs.
    This provides an almost new install with factory defaults.
    Be aware that per OSX 10.7 the user library is hidden, use menu Go with option to reveal)
    User / library / caches / Adobe/ Bridge CC : inhere a plug in and a folder called cache. Drag both outside the user library (trash or back up)
    User / library / preferences / com.adobe.Bridge6.plist (drag to the trash)
    restart Bridge holding down option and choose refresh prefs, then try again.
    You need to reset your custom settings and sometimes reset the custom workspace and since you dumped the cache it first needs time to recache your content.

  • 27" iMac startup hangs freezes

    I have a 27" iMac and am having trouble starting up. I get the startup chime but the startup hangs or freezes and the iMac tries to restart again after a little while.
    So I tried starting up from a Techtools CD in the external drive (there is no internal CD drive on the iMac). Unfortunately the iMac would not start from the CD and the CD is now stuck in the external drive. I was able to eject the CD by holding down the mouse button or trackpad while restarting. I tried starting up from an OS X 10.6.3 install DVD but it didn't seem to read it while holding down the C key at startup.
    I tried a PRAM zap (holding down the Option + Cmd + P + R keys for two or three chimes) but the startup still hangs freezes.
    I tried starting up holding down Cmd + S to boot Unix but I don't really know Unix so only entered exit.
    I tried starting up holding down Cmd + R which I think is the recovery system but the startup still got stuck.
    Holding down the Shift key while starting up brings up the "safe mode" and a grey bar which didn't fill before it disappeared and the startup froze.
    Holding down the Option key while starting up brought up the hard drive to select as the startup disk but startup still hung.
    Any ideas or help would be much appreciated.
    Thanks

    Thanks for getting back to me quickly.
    I get the startup chime when the iMac starts up, the little daisy goes around a few times but then gets stuck. The iMac will shut itself down and continue to try to restart.
    Holding down Shift during startup brings up the safe mode grey bar on the bottom of the screen but this fills only to about one-third before the startup freezes.
    I tried starting up holding down the C key with a OS X 10.6.4 (Snow Leopard) install DVD in an external CD/DVD drive but just as you said, it would not boot from that.
    I tried holding down the D key at startup to perform the Apple Hardware Test. Even the extended test did not detect any hardware problems.
    Holding Cmd + R during startup would not start the recovery mode for me. However, holding Option down at startup did give me the choice of the Recovery 10.8.2 partition. Unfortunately, this froze as it was starting up too.
    So I tried your suggestion of holding down Opt + Cmd + R to boot from Apple's remote servers. This started up but even then froze too.
    I think you might be right that it could be a logic board problem. So I will take it in for repair.
    Thanks Ralph, I much appreciate your help with this.

  • Mac pro 5,1 / 10.8.2 / 10.0.7 - while working in fcx and the program and the system hangs (freezing)

    mac pro 5,1 / 10.8.2 / 10.0.7 - while working in fcx and the program and the system hangs (freezing). Only moves the mouse pointer. In addition to disconnecting from the mains, nothing helps! what to do?

    Yes, it would if you ran it on the new MBP which is the reason I am saying install rather then clone.
    If you clone then you are only getting the same code as the old MBP which probably will not have the correct drivers.

  • IMovie11 hangs, freezes while generating thumbnails

    Often after importing MiniDV tapes using iMovie11 the progress bar for generating thumbnails gets to a certain point and then stops. It will remain this way for over a day unless I Force Quit the application.
    The event directory and thumbnail directory of the imported tape do not show any recently created files after a while.
    A search on the internet revealed one workaround - delete any zero-byte DV files that iMovie creates and reload iMovie.This worked for a couple of tapes but now I am stuck while importing other tapes.
    I am not using Stabilization.
    As of this writing, I may have narrowed the problem down to the number of DV files that iMovie creates. For some reason, with those other tapes, it creates almost 2000 such files for a simple 90-minute tape. When I delete over a 1000 of the smallest DV files iMovie will complete the generation of thumbnails.
    I have not yet tested what happens if I delete over a 1000 of the largest DV files.
    If I import the same tape twice, the two imports will produce a different number of DV files, the difference is in the hundreds but both data sets are still too large for iMovie11 to generate thumbnails from.
    I have tried using two different camcorders for importing those other tapes without positive results.
    I have a new low-end Mac Pro with the OS present as of Oct of last year (when I bought the computer), 8GB of RAM, 600MB of free disk space, and I use a Firewire adapter to convert the 400 mbps connection coming out of the camcorders to the 800 mbps connection integral to my Mac Pro.
    I have tried powering down and back up to remove variables involving the OS and Firewire interface.
    I have no other movie projects or events present in iMovie when I conduct my imports.
    How do I get iMovie11 to stop hanging, freezing while it generates thumbnails?
    Thank you.

    Absolutely has to be a bug. This isn't a setting or configuration problem. It might even be a Snow Leopard problem. I had the same problems with A2.1.4 on SL as I do with version A3.0.1. Export hangs seem to happen on images that came from my A2 library that was imported into A3 but originally adjusted in A2. These images were imported from scanned TIFF files. If the adjustment mechanism was flawed in prior Aperture versions then Apple needs to create and distribute a utility that converts these images into something that A3 can use.
    I will have to revert to A2 running on Leopard until Apple can get this fixed. If I cannot export, there is no point in running the software. On this discussion thread, we are just trying to fly by flapping our arms.

  • My macbook freezes at random times?

    Hey everyone, i just got this macbook a few weeks ago second hand. i've replaced the top case, and reformatted and installed osx 10.5.8 on the computer. and upgraded the ram to 2 gb. Every since day one i've had problems with the computer freezing at random times. Either trying to do multiple things at once will cause the spinning wheel, and won't allow me to do anything. Sometimes it's just an application that will freeze or sometimes the whole computer freezes as the time gets stuck at the time it froze. The computer will also freeze when i'm in the middle of moving larger files from a firewire external drive onto the computer. Any ideas or suggestions? I've ran permissions repair and repaired the drive and neither help at all. It also took me 3 attempts to install the o.s. as it would freeze, i thought that was due to the 512mb of ram it had installed. so i installed the 2gb once i got the o.s. finally installed.

    Heres a log from the most recent freeze.
    1/5/11 12:13:30 AM ntpd[14] time reset +1.008123 s
    1/5/11 12:29:25 AM kernel Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-171.1.2/AppleHDA/AppleHDAEngine.cpp" at line 3012 goto Exit
    1/5/11 12:29:30 AM kernel Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-171.1.2/AppleHDA/AppleHDAEngine.cpp" at line 3012 goto Exit
    1/5/11 12:31:21 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:21 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:21 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:21 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:23 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:24 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:24 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:24 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:24 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:24 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:24 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:24 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:27 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:28 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:29 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.
    1/5/11 12:31:30 AM kernel IOHIDSystem: postEvent LLEventQueue overflow.

  • Dreamweaver 8 hangs, freezes on startup. Why?

    Dreamweaver 8 hangs, freezes on startup, when progam starts,
    when a splash window is displayed.
    Anyone has an idea why?
    Just updated from MX 2004.

    See if this helps:
    Dreamweaver 8 does not launch
    http://www.adobe.com/go/fb181c10
    David Alcala
    Adobe Product Support

  • Dual 2 GHz PowerPC G5 beachballing and then freezing at random intervals

    My computer at work has been beachballing and then freezing at random intervals for the past week or so.
    What happens is that all processes stop. The cursor is still responsive for a while, and then the application I'm in, regardless of what it is, “beachballs.”
    Occasionally I'm able to wait it out and the computer becomes usable again and other times it just freezes. Then I can't force quit so I have to do a hard power cycle and then start up again. This happens every day, at least 4 times a day.
    I've been keeping the system.log open to look for any tell-tale issues and noticed that during every crash I get the following information:
    3 kernel[0] disk)s3: data underrun
    3 kernel[0]
    and it repeats until the computer becomes responsive again or I decide to do a hard power cycle.
    In addition, I checked the System Profiler diagnostics area and found this:
     Last Run:    11/8/10 1:05 PM
      Result:    Failed
      Failure type:    Memory
      Memory slots:    DIMM6/J43, DIMM7/J44
    So…I switched out the offending bars and switched them for 1 GB bars and this problem was solved.
    The diagnostics result for the Power On Self-Test:
    Last Run: 11/10/10 6:21 PM
    Result: Passed
    However…I'm still experiencing beachballing and freezing problems with the same severity and frequency.
    Help!

    gridout1959 wrote:
    So, to clarify: do you suggest I use Disk Utility first to see if any problems are uncovered? Or should I use TechTool Deluxe instead and test the RAM with Memtest?
    My two cents would be use Disk Utility first. If you don't have the install disk handy, you can do the same thing with single-user mode. See this link for details: http://support.apple.com/kb/TS1417
    You have to run it from single user mode (start with command-S keys held down until you get a Unix terminal screen.
    You can also run memtest from single-user mode, though I do not remember the command syntax offhand. Looking at an AppleJack log, though, I see the following command line entry that was used to run memtest on a three-pass check
    */usr/local/sbin/memtest all 3 -L*
    Running memtest from single-user mode tests more of the RAM because little is occupied by the BSD kernel.
    A snip of the terminal output running memtest:
    Test sequence 1 of 3:
    Stuck Address : ok
    Random Value : ok
    Compare XOR : ok
    Compare SUB : ok
    Compare MUL : ok
    Compare DIV : ok
    Compare OR : ok
    Compare AND : ok
    Sequential Increment: ok
    Solid Bits : ok
    Block Sequential : ok
    Checkerboard : ok
    Bit Spread : ok
    Bit Flip : ok
    Walking Ones : ok
    Walking Zeroes : ok
    Somewhat thorough, though no test is completely bulletproof.

Maybe you are looking for

  • How to use Rand()  (ANSI Function)as such in Oracle

    I need to use Rand() function as such in ANSI format in oracle how to use it. I don't want to use the available DBMS_RANDOM.RANDOM(), i want to use ANSI Function as such in Oracle Please help me

  • Which encoder should I use, AIFF or AAC?

    I just bought an 80-GB iPod video and i wanted to start importing songs from my CDs. I'm really strict about sound quality so I'm choosing between the following encoders: AIFF or AAC with 320-kbps sampling rate I'm not really worried about the output

  • After update, Garageband won't detect midi keyboard.

    After upgrading to Lion, Garageband won't detect my midi keyboard. I've already scanned for it in the Audio midi utility. It worked fine before the update. Does anyone know a solution?

  • FILE sender, error mapping

    Hello, I've FILE to RFC interface. Input file is xml (NFS) <fichero>    <field1>    <field9> This file don't contain the <ns0:FICHERO xmlns:ns0="http://Pedidos"> and runtime the error RuntimeException in Message-Mapping transformatio~ occurs, Is it n

  • Best practice Doc

    Hi, I just want to confirm AdfFacesContext ctx = AdfFacesContext.getCurrentInstance(); if (!("*d6*").equals(dialogEvent.getComponent().getId().toString())) ctx.addPartialTarget(this.getXXXs()); this.executeXXX(); coding above code in ManagedBean for