HT201257 My Macbook pro gets hang & some time restarted frequently , please revert with solution , thnx

My Macbook pro gets hang & some time restarted frequently

If you're having kernel panics, please post the text of the log in a reply here. See -> http://support.apple.com/kb/HT2546. If you have a panic log it will be in your root /Library/Logs/DiagnosticReports folder.
Also please post your MacBook Pro model (e.g., "15-inch Late 2011" or "8,2").
Call back,
Clinton

Similar Messages

  • 15" MacBook Pro only boots some times with SuperTalent 256GB SSD

    I just bought a new MacBook Pro and it works as it should. I put an SSD in an external enclosure then plugged it into a USB port and cloned my MacBook Pro's drive to it. It worked and boots and runs from that external drive, wither via USB or Firewire.
    Next I installed the SSD inside the MacBook Pro and it will only successfully boot one out of 5 times or so, it is random. When it does boot it works fast and well. I can put it to Sleep and wake it later and it is still working correctly. But why will it only boot one in 5 times or so?
    It will always get the gray apple and usually the spinning gear but if the gear lasts more than a few seconds it will not boot regardless of how long you let it try.
    I have tried OS 10.5.7 and 10.5.8. Any help would be greatly appreciated.

    Go read the topic with 71 pages about the Macbook Pro and SATA II. It is more than likely due to the latest firmware update that Apple released than crippled MANY hard drives.

  • Form hangs some time frequently??

    hello expert,
    in my erp system some time a form hangs very frequantly.
    what could be the reason???
    form is used for new BOM or to modify BOM.
    there is two buttons
    Add and Mofidy.
    when i click on Add button, its hangs some time very frequently but modify works same time while add button hang the form. this problem come some days.
    Add button code is below:
    DECLARE
    form_name VARCHAR2(100):=:System.Current_Form;
    cntrl_block VARCHAR2(100):=GET_FORM_PROPERTY(form_name ,FIRSTBLOCK);
    first_block VARCHAR2(100):=GET_BLOCK_PROPERTY(cntrl_block,NEXTBLOCK);
    last_block VARCHAR2(100):=GET_FORM_PROPERTY(form_name ,LASTBLOCK);
    temp_block VARCHAR2(100):=first_block;
    BEGIN
    delete from str_item_temp;
    IF :GLOBAL.navigation = 'D' AND :GLOBAL.mode = 'X'
    THEN
    set_item_property(cntrl_block||'.SAVE' ,ENABLED,PROPERTY_TRUE);
    set_item_property(cntrl_block||'.CLEAR' ,ENABLED,PROPERTY_TRUE);
    set_item_property(cntrl_block||'.MODIFY' ,ENABLED,PROPERTY_FALSE);
    set_item_property(cntrl_block||'.ENTER_QUERY' ,ENABLED,PROPERTY_FALSE);
    set_item_property(cntrl_block||'.EXECUTE_QUERY',ENABLED,PROPERTY_FALSE);
    :GLOBAL.mode := 'A';
    :STATUS_DISPLAY := 'ADD MODE';
    LOOP
         Set_Block_Property(temp_block,INSERT_ALLOWED,PROPERTY_TRUE);
         EXIT WHEN temp_block=last_block;
         temp_block:=GET_BLOCK_PROPERTY(temp_block,NEXTBLOCK);
    END LOOP;     
    GO_BLOCK(first_block);
    CLEAR_BLOCK(NO_VALIDATE);
    ELSIF :GLOBAL.navigation = 'D' AND :GLOBAL.mode != 'X'
    THEN
    mess('Press Clear Button First');
    GO_BLOCK(cntrl_block);
    ELSE
    mess('Mode is not applicable');
    GO_BLOCK(cntrl_block);
    END IF;
    END;
    modify button code is below:
    DECLARE
    form_name VARCHAR2(100):=:System.Current_Form;
    cntrl_block VARCHAR2(100):=GET_FORM_PROPERTY(form_name ,FIRSTBLOCK);
    first_block VARCHAR2(100):=GET_BLOCK_PROPERTY(cntrl_block,NEXTBLOCK);
    last_block VARCHAR2(100):=GET_FORM_PROPERTY(form_name ,LASTBLOCK);
    temp_block VARCHAR2(100):=first_block;
         first VARCHAR2(100):=first_block||'.'||GET_BLOCK_PROPERTY(first_block,FIRST_ITEM);
    last VARCHAR2(100):=first_block||'.'||GET_BLOCK_PROPERTY(first_block,LAST_ITEM);
         temp VARCHAR2(100):=first;
    BEGIN
    IF :GLOBAL.navigation = 'D' AND :GLOBAL.mode = 'X'
    THEN
    set_item_property(cntrl_block||'.SAVE' ,ENABLED,PROPERTY_TRUE);
    set_item_property(cntrl_block||'.CLEAR' ,ENABLED,PROPERTY_TRUE);
    set_item_property(cntrl_block||'.ENTER_QUERY' ,ENABLED,PROPERTY_FALSE);
    set_item_property(cntrl_block||'.EXECUTE_QUERY',ENABLED,PROPERTY_FALSE);
    set_item_property(cntrl_block||'.ADD' ,ENABLED,PROPERTY_FALSE);
    :GLOBAL.mode := 'M';
    :STATUS_DISPLAY := 'MODIFY MODE';
    LOOP
         IF Get_Item_Property(temp,ITEM_TYPE) NOT IN ('BUTTON','CHART ITEM','DISPLAY ITEM','IMAGE','VBX CONTROL')
         THEN     
              IF Get_Item_Property(temp,QUERYABLE)='TRUE'
              THEN     
              -- set_item_property(temp,VISUAL_ATTRIBUTE,'MODIFY');
              set_item_property('block.bom_mod_code',VISUAL_ATTRIBUTE,'MODIFY');
              ELSE
                   set_item_property(temp,VISUAL_ATTRIBUTE,'ADD');
              END IF;
              END IF;
    IF temp=last
              THEN
              EXIT;
              ELSE      
                   temp:=first_block||'.'||GET_ITEM_PROPERTY(temp,NEXTITEM);     
              END IF;
    END LOOP;
    LOOP
         IF temp_block=first_block
         THEN     
         Set_Block_Property(temp_block,INSERT_ALLOWED,PROPERTY_TRUE);
         ELSE
              Set_Block_Property(temp_block,INSERT_ALLOWED,PROPERTY_TRUE);
         END IF;     
         Set_Block_Property(temp_block,UPDATE_ALLOWED,PROPERTY_TRUE);
         EXIT WHEN temp_block=last_block;
         temp_block:=GET_BLOCK_PROPERTY(temp_block,NEXTBLOCK);
    END LOOP;     
    GO_BLOCK(first_block);
    CLEAR_BLOCK(NO_VALIDATE);
    ELSIF :GLOBAL.navigation = 'D' AND :GLOBAL.mode != 'X'
    THEN
    mess('Press Clear Button First');
    GO_BLOCK(cntrl_block);
    ELSE
    mess('Mode is not applicable');
    GO_BLOCK(cntrl_block);
    END IF;
    END;
    when we access same form in network , is there any restriction on no of instance of form access in network.?
    Thanks n regards
    Yash

    Hi Yash,
    I've seen this happen recently at a few of my customer sites with 11g (11gR1 and 11gR2), where the forms application will hang intermittently or every time a certain object is used. Once we applied this patch to our customer's environments, the issue went away. The issue had to do with one of the following issues: Using multiple cores with JRE 6 or displaying multiple alerts in an application.
    Take a look at Oracle Bug in MyOracleSupport: 12433970
    There is also an article that goes along with it: 1245895.1
    Hope this helps!
    Thank you,
    Gavin
    http://www.pitss.com

  • I've recently spilt a little bit of water on my Macbook Pro 13" and some of it went into the keyboard, the first thing I did was get paper towels and dry it off, everything is except now the speakers sound different, and a little bit lower in volume

    I've recently spilt a little bit of water on my Macbook Pro 13" and some of it went into the keyboard, the first thing I did was get paper towels and dry it off, everything is except now the speakers sound different, and a little bit lower in volume, basically the speakers just sound weird, there's no word to describe it, I can't really hear any bass from my speakers

    Liquid spills, why your MacBook chassis is a one-way valve for spills
    After a substantial spill many people will turn their notebook upside down and shake it, not only does this not work, but it spreads liquid havoc throughout your machine and makes things often as bad as possible.
    The keyboard itself acts like a one way valve in the case of a substantial liquid spill. While liquid pours into the bottom chassis easy, it does not come out easily at all, and in the case of any spill, most of it will not come out by turning it upside down. Disconnect all power and contact Apple for diagnostics and repair.
    Do not attempt to, after a spill, ‘dry out your MacBook’ and test it
    After a spill most people invariably try to “dry out” their notebook by various methods, including hair dryers and otherwise. This both does not work, and after a substantial spill of any magnitude, even if the liquid was water, residue is left behind.
    There are additionally many very tight places inside your notebook where liquids will linger for a very long time, and cause corrosion or worse.
    Immediately unplug your notebook and contact Apple for in shop diagnostics and parts replacement.
    In the case of very minor spills people will “dry out” their notebook and feel success that their notebook is working ok, however invariably in nearly all instances after 4-14 days an error / fault pops up and is usually followed by more.
    In case of a spill, damage estimates are impossible,.....anything can be fixed, without question.......the question is cost.
    contact Apple for in shop diagnostics and cost estimation ....possible parts replacement.  

  • I got a MacBook Pro for the first time and just install iTunes.... how to I get my purchased songs from my Windows 7 to my new MacBook Pro

    I got a MacBook Pro for the first time and just install iTunes.... how to I get my purchased songs from my Windows 7 to my new MacBook Pro..... please try to make it easier for me since im new to the Mac OS

    1) Copy all music files to a thumb drive / external hard drive.
    2) Open iTunes on your MacBook Pro (congrats!)
    3) Under the File Menu, select "Add to Library."  Navigate to the folder with your music in it and click "Open."  Bam!  Music.

  • Hi, I´m new to mac, i was wondering if i get lost my MacBook Pro could exist some action to can find it, like satelital position or something.

    Hi, I´m new to mac, i was wondering if i get lost my MacBook Pro could exist some action to can find it, like satelital position or something.

    If you're running Mountain Lion (which I'm assuming you are if your MBP is new) you can set up Find My Mac under System Preferences>iCloud. You can also use a free online service such as Prey.
    No guarantee to keep your MBP from being stolen, but at least you can find it if it's on (and if the criminals aren't Mac experts).
    Clinton

  • HT1338 I am trying to download java onto my macbook pro, but for some reason this function isn't recognizing the internet.  The error message insists that I am not connected but I am.  I have tried this through both safari and firefox

    Sorry I didn't realize the above was just a subject line.
    I have been trying to download java for my macbook pro, but for some reason the function is not recognizing the internet.  I am on and have checked several times .... I have checked through both safari and firefox but to no avail.  Thanks for any help anyone can give.

    Not really a reply just some added info:
    This is the error message I get saying the internet is not on, but clearly as I can send this message it has to be:
    To open “Java Preferences,” you need to install a Java runtime, but you are not connected to the Internet.
    I am connected through Wi-fi if that makes a difference.

  • Trying to restore Macbook Pro back up from Time Machine.

    Trying to restore MacBook Pro from backup thru Time Machine. Got message asking "Do you want to replace your current copy of "Desktop" with the one your're restoring? "Desktop is required by OS X. When I select REPLACE, get window stating "Operation can't be completed because the item "Desktop" is in use.  HELP

    I think you are not restoring your files in the correct way.
    If what you want to do is to restore a complete Time Machine backup, you have to do it in OS X Recovery, so first hold Command and R keys while your Mac is starting up. Then, choose the option to restore a Time Machine backup, and follow its steps.
    If you want to restore individual files, you cannot restore that type of user files because you are using them. Instead, you can restore individual files in your user folders. Read > http://support.apple.com/kb/HT1427

  • Why does my macbook pro get hot

    Why does my Macbook pro get hot while I am only on my email account?  This is a recent change.  It gets too hot too put in my lap.  Is it a battery issue.

    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.

  • My macbook pro gets stuck on desktop picture while I am trying to update it

    my macbook pro gets stuck on my desktop picture while it is trying to update I have tried several times and it has not worked

    my macbook pro gets stuck on my desktop picture while it is trying to update I have tried several times and it has not worked

  • My MacBook Pro gets very slow while doing  work like watching movies and using net .. video gets lag very often

    My MacBook Pro gets very slow while doing  work like watching movies and using net .. video gets lag very often and while surffing on net it gets very slow ...

    First, back up all data immediately, as your boot drive might be failing.
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    Boot into Recovery mode, launch Disk Utility, and run Repair Disk.
    Otherwise, take the steps below when you notice the problem.
    Step 1
    Launch the Activity Monitor 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 Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Next, select the Disk Activity tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in and Writes out.)
    Step 2
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • I'm being shown an error pop-up message periodically saying "There was a problem connecting to the server. URLs with the type 'file:' are not supported." I have a brand new MacBook Pro, and at no time am I actually having trouble connecting to the server.

    I'm being shown an error pop-up message periodically saying "There was a problem connecting to the server. URLs with the type 'file:' are not supported." I have a brand new MacBook Pro, and at no time am I actually having trouble connecting to the server, but this message continues to pop-up several times a day at random intervals. Is there something I'm doing wrong? Or is my computer just having a glitch? Other than that, and a mildly sticking caps lock button, it's working perfectly.
    Thank you!

    Alright it didn't solve it. Any other suggestions?
    I haven't suggested a solution yet. I want to know whether you still get the messages while Time Machine is disabled. Do you? If so, try any or all of the solutions proposed in this thread:
    There was a Problem connecting to the...: Apple Support Communities

  • Imovie 11 on macbook pro get error message cannot save project changes

    imovie 11 on macbook pro get error message cannto save project changes:
    Please check the disk to ensure there is enough free space and you have permission to write projects. iMovie will try to save periodically, but your changes will be lost if you quit iMovie before the problem is resolved.  I have 462 GB disc space available.  I don't know about "permission to write projects".

    OK - bad luck about that. I hope you weren't too far advanced into your project. Sorry to hear that repairing permissions didn't help.
    When working on a long project, it's advisable to duplicate the project from time to time. In Project Library view click on your project then select File>Duplicate Project from iMovie's menu. A number will be appended to the name of the duplicate, otherwise you can rename it. A short-cut is to control-click (or right-click) on the project name, then select Duplicate Project from the pop-up menu. Duplicating doesn't take up much extra space, as the project points to the clips in the Event (or Events) and doesn't contain actual video as such (it's basically a text file which also holds information about your edits, added photos, music, titles and so forth).
    Also, it's best to have a backup, such as Time Machine. It gives you peace of mind when things go wrong!
    John

  • MacBook Pro getting heat

    Dear Friends
    My Macbook pro gets heating only near the charging socket area,, I have attached the pic with marking.
    I use OS X yosemite.
    Please give me to solve this.

    Check both connections, the MBP and the charger for dirt and discoloration.  The pins in the charger connection are spring loaded so make certain they move freely.
    Run an Apple Hardware test:
    https://support.apple.com/en-us/HT201257
    Note hat an error free AHT is not definitive.
    Ciao.

  • Macbook pro stuck/hangs at login screen ??

    Macbook pro stuck/hangs at login screen and no any controls while i restart last time..3 days before i found many solutions but no one is perfect like PRAM/SCM format command option+p+r and other many but no any perfect solution which can fixed my issue..please help me asap i am so much upset for that coz i am developer and there is many of the data ,  i also run windows on it win 7 so now i am running with that  i have latest 2011 mac OSX 10.7.5 with Core i5 ,4GB, 320 GB so please help me to resolve this issue i am waiting thanks in advan
    Regards,
    Muneeb
    Developer
    <Email Edited by Host>

    Macbook pro stuck/hangs at login screen and no any controls while i restart last time..3 days before i found many solutions but no one is perfect like PRAM/SCM format command option+p+r and other many but no any perfect solution which can fixed my issue..please help me asap i am so much upset for that coz i am developer and there is many of the data ,  i also run windows on it win 7 so now i am running with that  i have latest 2011 mac OSX 10.7.5 with Core i5 ,4GB, 320 GB so please help me to resolve this issue i am waiting thanks in advan
    Regards,
    Muneeb
    Developer
    <Email Edited by Host>

Maybe you are looking for

  • Need Help to Draw and Drag Triangle - URGENT

    Hi everyone - I am developing various proofs of the pythagora's theorem and the following code draws a triangle on screen and the proof follows - but i need to know how to drag the triangle such tht 1 angle is always set to 90 degrees. i.e. i need to

  • On "Run" the OC4J Server tries to access the wrong directory.

    I have created a PL/SQL web service using the wizard in JDev. When I go to run the service I get the below error. Not sure why it is trying to access "/C:/Documents and Settings/Administrator/Desktop/jdevstudio10134/jdev/system/oracle.j2ee.10.1.3.42.

  • Encoding failed in "file name" with error: -43

    Hi! I've tried everything but still, after about 20 hours of encoding DVD Studio Pro just stoppes, saying "encoding failed in "file name" with error: -43". The movie is in DV PAL format and made in Final Cut Pro version 5. I'm using DVD Studio Pro 4.

  • Error message: file not found

    I have an extensive list of music that has not been synced for a while on my laptop. I have since upgraded iTunes. Now I cannot play any of the music stored on the laptop, though the list is still there. The error message says that the file is not fo

  • Why wont my private browsing work - it did yesturday

    also I have two blue bars across the top of browser. On the left side the top one has the firefox logo, the bottom has Firefox button. And on the right side I have two minimiz-resize and close buttons, one set on top bar, one set on bottom bar. Is so