JButton "freezes"after being pressed

Hello everybody!
I have a button which triggers an action take takes tool long to procceed... I`ve put this action inside a separate thread, but even this way the button stays "pressed" until the action is finished.
Also i`m having problems with JProgressBar, I think the reason is the same: It only changes when the action is finished...
Is there any known action to avoid this behaviour?!
Thank u all!

Thank you! this code isn`t functional, it`sonly an example of what I am doing. :)
THIS IS WHERE THE ACTION IS FIRED. THE NEW THREAD LIVES INSIDE THE CONSTRUCTOR OF THE SearchFile CLASS.
WHEN IT IS CREATED IT AUTOMATICALLY CALLS THE run() METHOD.
buscarButton.addActionListener(new java.awt.event.ActionListener() {
               public void actionPerformed(java.awt.event.ActionEvent e) {
               searchFile = new SearchFile(cardOwnerField.getText(),
                                                            SearchFile.SEARCH_BY_NAME,
                                                            progressBar);                    
               while(searchFile.isRunning()){
                         try{
                              Thread.sleep(100);
                              //MainFrame.this.getContentPane().repaint();
                         catch(InterruptedException ie){
                              JOptionPane.showMessageDialog(MainFrame.this, "Erro ao pesquisar",
                                                                   "ERRO!", JOptionPane.ERROR_MESSAGE);
                    //that`s because I can only get the results when all of them are insert in this ArrayList...
                    resultsArrayList = searchFile.getResults();
               //some code
     THIS IS THE CLASS THAT IMPLEMENTS THE Runnable INTERFACE AND DO THE JOB FOR SEARCH IN IT`S
     run() METHOD.
public class SearchFile implements Runnable{
//some code
     public SearchFile(String param, int sm, MyProgressBar progressBar){          
          //some code
          T = new Thread(this);
          results = new ArrayList<File>();
          T.start();          
     public boolean isRunning(){
          return this.T.isAlive();
     public void run(){
          regularDirFiles = regularDir.listFiles();
          backupDirFiles = backupDir.listFiles();
          //progressBar.setFilesToLoad(backupDirFiles.length + regularDirFiles.length);
          //progressBar.setMaximum(backupDirFiles.length + regularDirFiles.length);
          if(searchMode == SEARCH_BY_CARD_NUMBER){
               try{
                    //buscando no diret�rio regular
                    for(int i = 0; i < regularDirFiles.length; i++){                                             
                         //progressBar.repaint();
                         if(!regularDirFiles.isFile())continue;
                         bReader = new BufferedReader(new FileReader(regularDirFiles[i]));                              
                         while(bReader.ready()) {
                              String line = bReader.readLine();
                              pattern = Pattern.compile(param, Pattern.CASE_INSENSITIVE);          
                              m = pattern.matcher(line);
                              if(m.find()) {                              
                                   results.add(regularDirFiles[i]);
                                   bReader.close();
                                   try{
                                        Thread.sleep(50);
                                   catch(InterruptedException ie){}
                                   //progressBar.setIndeterminate(false);
                                   //progressBar.setValue(progressBar.getMaximum());
                                   return;
                    //buscando no diret�rio de backup
                    for(int i = 0; i < backupDirFiles.length; i++){                         
                         //progressBar.repaint();
                         if(!backupDirFiles[i].isFile()) continue;
                         bReader = new BufferedReader(new FileReader(backupDirFiles[i]));                              
                         while(bReader.ready()) {
                              String line = bReader.readLine();
                              pattern = Pattern.compile(param, Pattern.CASE_INSENSITIVE);          
                              m = pattern.matcher(line);
                              if(m.find()) {                                        
                                   results.add(backupDirFiles[i]);
                                   bReader.close();
                                   try{
                                        Thread.sleep(50);
                                   catch(InterruptedException ie){}
                                   //progressBar.setIndeterminate(false);
                                   //progressBar.setValue(progressBar.getMaximum());
                                   return;
                    //progressBar.setIndeterminate(false);
                    //progressBar.setValue(progressBar.getMaximum());
               catch(FileNotFoundException fnfe){
                    JOptionPane.showMessageDialog(null, "Arquivo n�o encontrado",
                                                       "ERRO!", JOptionPane.ERROR_MESSAGE);
               catch(IOException ioe){
                    JOptionPane.showMessageDialog(null, "Erro ao ler arquivo",
                              "ERRO!", JOptionPane.ERROR_MESSAGE);
          else if(searchMode == SEARCH_BY_NAME){               
               for(int i = 0; i < regularDirFiles.length; i++){                    
                    if(!regularDirFiles[i].isFile())continue;     
                    final int percent = i;
                    try{
                         bReader = new BufferedReader(new FileReader(regularDirFiles[i]));
                         * Lendo todas as linhas do arquivo. Pode acontecer de haver hom�nimos
                         * no mesmo arquivo.
                         while(bReader.ready()) {
                              String line = bReader.readLine();
                              pattern = Pattern.compile(param, Pattern.CASE_INSENSITIVE);          
                              m = pattern.matcher(line);
                              if(m.find()) {                              
                                   results.add(regularDirFiles[i]);
                         bReader.close();     
                    catch(FileNotFoundException fnfe){
                         JOptionPane.showMessageDialog(null, "Arquivo n�o encontrado ou movido " +
                                                            "do diret�rio regular", "ERRO!",
                                                            JOptionPane.ERROR_MESSAGE);
                    catch(IOException ioe){
                         JOptionPane.showMessageDialog(null, "Erro ao ler arquivo " +
                                   "" +
                                   "do diret�rio regular", "ERRO!",
                                   JOptionPane.ERROR_MESSAGE);
               try{                         
                    for(int i = 0; i < backupDirFiles.length; i++){     
                         final int percent = i;
                         //progressBar.repaint();
                         if(!backupDirFiles[i].isFile()) continue;
                         bReader = new BufferedReader(new FileReader(backupDirFiles[i]));
                         * Lendo todas as linhas do arquivo. Pode acontecer de haver hom�nimos
                         * no mesmo arquivo.
                         while(bReader.ready()) {
                              String line = bReader.readLine();
                              pattern = Pattern.compile(param, Pattern.CASE_INSENSITIVE);          
                              m = pattern.matcher(line);
                              if(m.find()) {                                        
                                   results.add(backupDirFiles[i]);
                         bReader.close();                         
                    //progressBar.setIndeterminate(false);
                    //progressBar.setValue(progressBar.getMaximum());
               catch(FileNotFoundException fnfe){
                    JOptionPane.showMessageDialog(null, "Arquivo n�o encontrado ou movido " +
                                                       "do diret�rio backup", "ERRO!",
                                                       JOptionPane.ERROR_MESSAGE);
               catch(IOException ioe){
                    JOptionPane.showMessageDialog(null, "Erro ao ler arquivo " +
                                                       "do diret�rio backup", "ERRO!",
                                                       JOptionPane.ERROR_MESSAGE);                              
THANKS!

Similar Messages

  • Mouse freezes after being in a sleep mode

    My Mouse Freezes after being in a Sleep Mode. Need to restart computer to free up. I have reset the PRAM...No difference.

    My wireless mouse also freezes when awaking from sleep mode and requires a forced computer shutdown. I have isolated the problem to some incompatibility issue with my printer, an HP AIO connected via USB and set as a "shared" printer. To avoid the problem, if I disconnect the printer before allowing sleep mode, and only reconnect after awaking the computer from sleep. The problem is then eliminated, but not how I want to operate. I have tried uninstalling and reinstalling the printer software but no help.
    Any ideas?

  • Keyboard and trackpad freeze after being idle for a few minutes

    I have a early 2008 MBP and just today the keyboard and trackpad freeze after not using it for a few minutes.  I was at work when it happened.  I plugged it in and started doing something else and a few minutes later came back and i couldn't move the mouse or do anything with the keyboard, but processes were still running.  For example, I have a fan speed app that sits in the toolbar, and it was still showing current fan speed.  So I restarted it, and it did it again.  So the next time it happened, I closed the lid and opened it up and it fixed it.  It's happened several times now after a few minutes of non use and I just close the lid and it fixes it.  Also, there was a period when I was using my computer for a couple of hours non stop and it didn't have a problem.  Only when I'm not touching the keyboard or trackpad does it do it.  since this keeps happening i have verified the disk in disk utility, done a hardware reset with cmd+opt+p+r, ran through system profiler to see if there were any problems with no results, and it still does it.  Anyone have any ideas?
    It should be noted that not only does the battery not work for more than about 2 minutes, the left I/O board appears to be dying.  The power chord takes a considerable amount of wiggling and adjusting before it finds a place where it will actually charge. The audio out and the USB on that side are the same way. So I am aware of that problem. Also, I have had to take out the right side fan multiple times and disassemble and oil the bearing because it's going bad, which requires taking the top plate off, but I haven't had to do that for over 6 months. In my mind if the problem was caused by taking the top plate off, that would fry the entire top plate, which happened once when a technitian at a local company took the computer apart for a waranty repair.  All of these problems considered, I don't think they would have anything to do with the fact that the mouse and keyboard suddenly won't work after about 5-10 minutes of sitting idle. I have done nothing different since yesterday that would explain why it does this. 
    Also, I can't do anything with the install disk because the CD drive is dead.  But that's mostly because it was a piece of garbage to begin with.
    Any Ideas would be helpful.

    After doing some more digging I was watching processes in Activity Monitor to see if I could see what process is failing.  I think the problem with with Chrome. It only happened when Chrome was open. And since then I reinstalled it and the problem has so far gone away.  So, I think the problems is solved. 

  • Nano freezes after being connected to car?

    i have a alpine CDA9856 head unit in my car with the ipod hookup and everything is fine until i try to connected it to the computer after its been connected to the headunit, when i do this its freezes and i have to reset it and then when that's done it connects to itunes and says it needs to be restored cause it not recognized. i have the latest itunes and firmware on my nano 3g thanks

    A couple of steps.  After each step try to connect to the network.
    1.  Restart (press the HOME and POWER button at the same time until the Apple logo appears)
    TEST CONNECTION
    2. Reset network settings (settings>general>reset>reset network settings)
    TEST CONNECTION
    3. Reset all settings (settings>general>reset>reset all settings)
    TEST CONNECTION
    None of the above steps will erase any of your data.
    Last but not least
    4. Restore your device (settings>general>reset>erase all content and settings)
    ****Before doing this step, make sure you have backed up your device in iCloud or iTunes.

  • Google Chrome freezes after being launched (w/ Yosemite software)?

    After installing OS Yosemite on my iMac, I've learned that my Google Chrome (which is my main internet browser of choice) has been freezing periodically. This hasn't happened prior to the Yosemite download. The freeze only happens upon launching chrome, and only lasts about 5 seconds, to which it will then unfreeze and proceed to function as normal.  All other programs work fine and the mac runs fine (the iMac is slightly a year old, bought in September of 2014). I just tried uninstalling Chrome and then downloading it again, however the same issue remains.

    Only extension I have is Google Docs, and I've had that there forever. I've been using Chrome for a very very long time and this freezing started happening just recently (after installing Yosemite). Doesn't happen every time I launch chrome, maybe every 2 out of 5 times. It will freeze for maybe 5 seconds then unfreeze on its own and continue to work just fine. Still, not a big issue but becoming rather annoying.

  • Imovie 9 kept freeze after I press play

    I made slideshow via imvoie.  It was working fine when I clicked to play but few days later, it doesn't work.  When I clicked play I get imvoie quit unexpedectly over and over.  I even tried to make new project, the imovie software shut down and said imovie quit unexpectedlly.  Any advise what I should. I have iMovie 9 version 8.0.6

    sbwjap wrote:
    Also you mentioned that some seetting can be changed in iMovie>Preference - so what would you recommend the fPreference should be to prevent from this happened again?
    Changing the preferences in iMovie>Preferences won't prevent iMovie from quitting unexpectedly. Deleting the actual preference file from the Library/Preferences folder is what usually helps - but, alas, not in your case unfortunately. Just set the preferences to whatever settings you prefer. For the General and Browser options, I usually have mine set as follows:
    John

  • My 8gb Nano needs daily reset, freezes after 4+ hours of being off.

    Hi there,
    My 8gb iPod Nano needs to be reset every morning, i.e. it freezes after being turned off for more than a couple of hours. Oddly, after only an hour or two, it'll still work perfectly. I even had this problem when I initially set it up for the first time (last week) - it needed to be reset before ever being used!
    1) I ALWAYS disconnect properly (eject in iTunes, wait for the iPod to say it's ok to disconnect - safely disconnected from PC)
    2) I've done the 5's multiple times and I've had no luck; the Nano is fully charged as well.
    3) I've disabled most services (e.g. Diskeeper, NOD32) and hardware (e.g. TV Tuner), still no luck.
    The warranty is out in January 2009, which is only 6 months from now - so I'm guessing it sat on a warehouse rack for quite some time; since limited warranty supposedly covers 1 year.
    I redeemed it through Air Miles.
    Anyone had a similar problem? Any ideas?
    Thanks,
    Justin

    I should also add:
    I'm using Windows Vista Ultimate SP1
    Functionality, when on, is perfect.

  • My iPhone 4S is freezing shortly after being disconnected from the charger and/or while trying to unlock my phone.

    Why is my 3 day old iPhone 4S freezing after being disconnected from a power source and/or while trying to unlock the phone?

    hold down the power/home key together for 10 to 15 secs or until you see the apple logo and then release then wait for your phone to boot back up.

  • After installing 10.9.4 computer freezes  after sleep

    After I installed 10.9.4, my Imac bean to freeze after being asleep.  Sometimes I can move the mouse, but it has no effect on anything.  Most of the time I move the mouse or keyboard and I get eh color wheel of death.  Here is my info, can you help?
    EtreCheck version: 1.9.12 (48)
    Report generated August 6, 2014 at 7:06:43 PM MDT
    Hardware Information:
      iMac (27-inch, Mid 2010) (Verified)
      iMac - model: iMac11,3
      1 2.93 GHz Intel Core i7 CPU: 4 cores
      8 GB RAM
    Video Information:
      ATI Radeon HD 5750 - VRAM: 1024 MB
      iMac 2560 x 1440
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 5:12:25
    Disk Information:
      WDC WD1001FALS-40Y6A0 disk0 : (1 TB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 902.82 GB (631.84 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      BOOTCAMP (disk0s4) /Volumes/BOOTCAMP: 84.56 GB (38.76 GB free)
      PIONEER DVD-RW  DVRTS09 
    USB Information:
      Apple Inc. iPhone
      Logitech USB Receiver
      Apple Internal Memory Card Reader 31.91 GB
      NIKON D7000 (disk1s1) /Volumes/NIKON D7000: 31.91 GB (28.3 GB free)
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple, Inc. Keyboard Hub
      Fitbit Inc. Fitbit Base Station
      Apple, Inc Apple Keyboard
      Apple Computer, Inc. IR Receiver
      Apple Inc. Built-in iSight
    FireWire Information:
      G-TECH OEM ATA Device 00 800mbit - 800mbit max
      EFI (disk2s1) <not mounted>: 209.7 MB
      G-DRIVE (disk2s2) /Volumes/G-DRIVE: 999.86 GB (937.8 GB free)
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] arcana.PRAM (6.1) Support
      [loaded] com.Cycling74.driver.Soundflower (1.5.1) Support
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) Support
      [loaded] com.avast.PacketForwarder (1.4 - SDK 10.9) Support
      [not loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.52) Support
      [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.45) Support
    Startup Items:
      ArcanaStartupSound: Path: /Library/StartupItems/ArcanaStartupSound
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.avast.init.plist Support
      [loaded] com.avast.uninstall.plist Support
      [loaded] com.avast.update.plist Support
      [running] com.crashplan.engine.plist Support
      [running] com.fitbit.galileod.plist Support
      [failed] com.google.keystone.daemon.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [running] com.rim.BBDaemon.plist Support
      [loaded] com.timesoftware.timemachineeditor.backupd-auto.plist Support
      [failed] com.vmware.launchd.vmware.plist Support
      [not loaded] com.vsearch.daemon.plist Support
      [failed] com.vsearch.helper.plist Support
    Launch Agents:
      [loaded] com.avast.userinit.plist Support
      [failed] com.google.keystone.agent.plist Support
      [running] com.rim.BBLaunchAgent.plist Support
      [failed] com.vsearch.agent.plist Support
    User Launch Agents:
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.avast.home.userinit.plist Support
      [running] com.google.keystone.agent.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [not loaded] jp.co.canon.Inkjet_Extended_Survey_Agent.plist Support
    User Login Items:
      SpeechSynthesisServer
      Canon IJ Network Scanner Selector EX
      Dropbox
      CrashPlan menu bar
      Fitbit Connect Menubar Helper
    Internet Plug-ins:
      Easy-WebPrint EX: Version: 1.1.0 Support
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 2.4.4.2 Support
      AdobePDFViewerNPAPI: Version: 10.1.10 Support
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Silverlight: Version: 5.1.10516.0 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 10.1.10 Support
      npDDRia: Version: 0.0.14.2 - SDK 10.9 Support
      EPPEX Plugin: Version: 3.0.5.0 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions:
      avast! Online Security: Version: 9.0.2022.120
      1Password: Version: 4.2.3
      Dragon Dictate: Version: 12.81.000.006
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Flash Player  Support
      Flip4Mac WMV  Support
      Secrets  Support
      ArcanaStartupSound  Support
    Time Machine:
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 840.81 GB Disk used: 252.37 GB
      Destinations:
      G-DRIVE [Local] (Last used)
      Total size: 931.19 GB
      Total number of backups: 33
      Oldest backup: 2014-03-03 19:34:10 +0000
      Last backup: 2014-03-13 00:00:27 +0000
      Size of backup disk: Adequate
      Backup size 931.19 GB > (Disk used 252.37 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          1% WindowServer
          1% fontd
          1% CrashPlan menu bar
          0% Fitbit Connect Menubar Helper
          0% Dropbox
    Top Processes by Memory:
      164 MB softwareupdated
      131 MB mds_stores
      131 MB com.avast.daemon
      123 MB CrashPlanService
      106 MB Finder
    Virtual Memory Information:
      4.89 GB Free RAM
      1.83 GB Active RAM
      525 MB Inactive RAM
      781 MB Wired RAM
      1.96 GB Page-ins
      0 B Page-outs

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can read it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;/(de|[nst]):/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\) \\(.+\\)/\\\2x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print($2,$3,a[n],$1)|p;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,Inter,iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • When will Apple fix Lion OS X v10.7 from freezing after my 27" Mac is put to sleep? I must admit that I am amazed that Apple would release an OS that has this problem, for that matter any serious problem.

    When will Apple come up with a fix for Lion OSX v10.7 from freezing after Lion is put to sleep?  My 27"Mac freezes after being put to sleep and a hrad boot is required to be able to use the system.  I have complained to the local Apples store numerous times. The Genious Bar re-installed the OS and it crashed the very next day and continues to crash two or three times per week.  I am amazed that Apples would relase a product, any product before it has been proven to be solid, then again, look at the release of the newest IPhone 4-S.

    Neil from Oz wrote:
    So do you have a question about how to fix your system?
    The question/problem is "My 27"Mac freezes after being put to sleep."
    Gabor, I can't help, except to report that I, too, experience very frequent unexplained crashes and freezes in Lion. However (so far) not when I put it to sleep.
    There are a lot of reports about freezes. Here's one. Maybe you should join that thread. Someone there is also reporting that "Lion has a bug that freezes the system when waking the system from sleep."
    Are you getting freezes/crashes at other times or only when sleeping the computer?
    And does it successfully go to sleep?
    Does it freeze when you wake it, or at the point where you're putting it to sleep?

  • Computer freezes after going into sleep mode

    My computer freezes after being left idle and I am prompted to restart. I have the screen saver set to view the nature pictures, but that doesn't show. The screen goes blank and then I have to restart. I've read about sleep problems, but not a solution. Have any? Thanks! ~M
    Dual 867 G4   Mac OS X (10.4.3)  

    Hello Dean,
    Yes, the restart prompt looks like the kernel panic alert screen. And I did accesss the panic.log and it doesn't mean much to me! Here is what I copied from the two crashes today:
    Mon Dec 12 11:19:08 2005
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x0000000000000008 PC=0x000000000012C76C
    Latest crash info for cpu 0:
    Exception state (sv=0x2D53AA00)
    PC=0x0012C76C; MSR=0x00009030; DAR=0x00000008; DSISR=0x40000000; LR=0x0012C7A4; R1=0x177439D0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x0012C7A4 0x0012E020 0x0012F4A4 0x0012D310 0x0012F014 0x0028FDA8
    0x00281698 0x0027D238 0x0027CF74 0x002A9BF4 0x000ABE30 0x00000000
    Proceeding back via exception chain:
    Exception state (sv=0x2D53AA00)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x3C5FC780)
    PC=0x9001452C; MSR=0x0000F030; DAR=0xE07FF000; DSISR=0x42000000; LR=0x0000CFAC; R1=0xF0080040; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x00095698 0x00095BB0 0x0002683C 0x000A8304 0x000ABC80
    Proceeding back via exception chain:
    Exception state (sv=0x2D53AA00)
    PC=0x0012C76C; MSR=0x00009030; DAR=0x00000008; DSISR=0x40000000; LR=0x0012C7A4; R1=0x177439D0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x0012C7A4 0x0012E020 0x0012F4A4 0x0012D310 0x0012F014 0x0028FDA8
    0x00281698 0x0027D238 0x0027CF74 0x002A9BF4 0x000ABE30 0x00000000
    Exception state (sv=0x3C5FC780)
    PC=0x9001452C; MSR=0x0000F030; DAR=0xE07FF000; DSISR=0x42000000; LR=0x0000CFAC; R1=0xF0080040; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC
    Mon Dec 12 12:44:48 2005
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x0000000000000008 PC=0x000000000012C76C
    Latest crash info for cpu 0:
    Exception state (sv=0x2D53AA00)
    PC=0x0012C76C; MSR=0x00009030; DAR=0x00000008; DSISR=0x40000000; LR=0x0012C7A4; R1=0x177439D0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x0012C7A4 0x0012E020 0x0012F4A4 0x0012D310 0x0012F014 0x0028FDA8
    0x00281698 0x0027D238 0x0027CF74 0x002A9BF4 0x000ABE30 0x00000000
    Proceeding back via exception chain:
    Exception state (sv=0x2D53AA00)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x3C5FC780)
    PC=0x9001452C; MSR=0x0000F030; DAR=0xE07FF000; DSISR=0x42000000; LR=0x0000CFAC; R1=0xF0080040; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x00095698 0x00095BB0 0x0002683C 0x000A8304 0x000ABC80
    Proceeding back via exception chain:
    Exception state (sv=0x2D53AA00)
    PC=0x0012C76C; MSR=0x00009030; DAR=0x00000008; DSISR=0x40000000; LR=0x0012C7A4; R1=0x177439D0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x0012C7A4 0x0012E020 0x0012F4A4 0x0012D310 0x0012F014 0x0028FDA8
    0x00281698 0x0027D238 0x0027CF74 0x002A9BF4 0x000ABE30 0x00000000
    Exception state (sv=0x3C5FC780)
    PC=0x9001452C; MSR=0x0000F030; DAR=0xE07FF000; DSISR=0x42000000; LR=0x0000CFAC; R1=0xF0080040; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC
    I'll check into Dr. Smoke's FAQ, and see if I can decipher any of it.
    Let me know what the above text means to you.
    Thanks again~
    Michelle
    Dual 867 G4   Mac OS X (10.4.3)  

  • MY iPhone 4 after  being updated to iOS7 will not download or update any apps. When i press the button on my device to download a new app the loading wheel appears then in a few seconds disappears. I dont get a terms and conditions screen or anything.

    MY iPhone 4 after  being updated to iOS7 will not download or update any apps. When i press the button on my device to download a new app the loading wheel appears then in a few seconds disappears. I dont get a terms and conditions screen or anything.

    Ive tried using wifi and 3G seperately. Ive tried restarting the phone. Ive tried restoring it from a backup but none of these have worked yet.

  • IMac G5 freezing after a day of being on.

    Hi all,
    Ever since I upgraded to 10.4.9 my Mac has taken to freezing at some point between 24 and 36 hours after being turned on. Initially everything just stops. The clock stops, plus I'm unable to change applications or make any input at all (your regular freeze, or is that a "hang"?). However, if I'm running iTunes streaming radio, this continues. And I can still move the mouse cursor, but only for a while - this too soon freezes.
    Other than the 10.4.9 update, there is no difference to the pre-problem state. It happens regardless of whether there are any applications running or not. It can happen at any time of day (though it's always a little over a day from being turned on when it happens), and the crash log (and other logs) reveal nothing. I thought it might be one of the programs that check for updates on a daily basis causing it, but I have changed all those settings to no effect. I have reinstalled the 10.4.9 update as well. I'm now running out of ideas of what could be causing it.
    Any ideas anyone?
    The annoying thing is, whatever I try I have to wait for two days to see if it's had any effect!
    Thanks in advance!
    Paul C.
    iMac G5 - 20" - 1.8GHz   Mac OS X (10.4.9)  

    Hi all,
    Upon further (and very lengthy) investigation, I have discovered exactly what is causing my particular problem.
    I use Skype and have a USB phone. It's the Ipevo free-1 USB phone that is causing the problem. When the phone is not plugged in, my iMac has stayed on without problem for over a week. As soon as the phone goes back in and the driver (Free-1 USB Phone 1.0.2.14) is launched, then within a day my iMac freezes.
    I haven't yet discovered exactly what's happening to cause the freeze. I suspect it may have something to do with the log. My friend sent me the following link:
    http://www.macosxhints.com/article.php?story=20070507065945410
    although this refers to different software and different hardware, it describes the same kind of problem.
    Paul C.

  • Iphone 6, "spotlight search" freezes after 8.2 update

    Is anybody experiencing the spotlight search " web freeze" after updating  iPhone to ios 8.2?
    Swiping down anywhere on your iPhone screen brings down spotlight search feature (can't be on a app icon, or at the top/bottom screen for this to work).  Very handy feature allowing you to search your iPhone, it's apps, and the web for instant access of what you search- nice!  And tapping on the search results connects you to it.  So searching google, for example gives results of google on the web, google app in iPhone apps, and anything else.  But now this nice feature has stopped here after the update of ios 8.2.   Pressing on the search links, beyond anything contained in the iPhone, comes to a "freeze screen" of what's being searched, and no connection, and the only solution is to back out by pressing the front iPhone button.
    1.  Phone has internet access and no problem on other apps such as google, chrome, YouTube, iPhone buy apps, ... etc. on the phone
    2.   Plenty of data left, Wi-Fi and internet usage not the issue
    3.  Wife's iPhone 6 has not been updated- no problems, and spotlight search was working properly on my phone before update

    I finally got this problem to resolve after messing around (hooking up to a laptop ios update) and rebooting my iPhone 6.  Could be a iPhone glitch during updating to 8.2.  I'm still puzzled though, so if anybody gets this problem, try what I did.  If it's still a problem go see a apple store.  My wife is wondering now if she wants to update her iPhone 6.

  • Mouse freezes after I fixed logic board/graphics problem. Help!!!!

    Hi,
    I'm sick ofthis stupid laptop!!Aghghghggh
    I recently had a problem with my 14' ibook with the display going out. I thought that if I put a monitor adapter on it, it would display, but it still didn't.
    Now, I put a search through and found out from Ronda Wilsons posts that you could put a 1 mm to 1.5 mm square on the raised square under the lower case to bring the graphics back. It was a success!!! My computer loaded fine!!!
    BUUUUUUUUTTTTTTT, now the darn thing's mouse freezes after about two to five minutes of being on. So when I start it, I can click on a couple folders and then the mouse arrow just sits there.. Then I have to press the power button inorder to restart it. Same thing happens for the fifth time. I also installed a replacement modem for the 14' as well as the sticky square for the logic board problem. Both works fine.
    Could my mouse be affected by the change and how do I fix it?

    Have you tried resetting the PMU?
    The PMU (Power Management Unit) controls trackpad function, so resetting it often helps when the trackpad isn't working (or isn't working right).

Maybe you are looking for

  • WHT on Advance

    Hi All, I have an query, The client pays an advance to vendor for which TDS is deducted, after the invoice verfication he clears the down payment with invoice- during clearing TDS deducted at the time of advance will be debited. for example :- Down P

  • Outlook 2010 sync errors

    Hello. We have a specific client (among many others) whose Outlook 2010 is working in cached exchange mode.This client while connecting to an intranet exchange infrastructure is getting synchronization errors in the form of: 80040109-50A-80040109-560

  • Change of user

    Hi, I've recently purchased a second-hand Palm Z22 and have already used it to store data. When I went on my pc to synchronize I found there was already a user there. I have set up a new username but all the info is stored under the old username. How

  • Material is there in the BOM still no reservation.

    Hi , I have created planned order. According to planned order material is there in the BOM. Still no reservation happened. Can you please tell me what all the possible reasons for this? Regards, Amit

  • ORA-01031 Error When starting Database

    I have installed Oracle 11gr2 on my laptop having OS ubuntu 10.04, after installation i am receiving ORA-01031 error when try to log in with the command sqlplus / as sysdba what should i do to resolve it...