Results 1 to 12 of 12

Thread: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

  1. #1
    Join Date
    Oct 2011
    Posts
    67

    Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    I installed 10.7.2 this morning and now I keep receiving kernel panics. I tried to update all my applications were installed and uninstall any application that is loaded into the boot, nevertheless no matter what you do; the system haphazardly launches a kernel panic. Sometimes it will even while starting systems. Other times it will be running for 20 minutes and then explode. Even if I'm not touching the computer. I've tried fixing disk permissions and made a recovery of Lion return to see if that helps, but it did not. Any other ideas would be greatly appreciated.

  2. #2
    Join Date
    Nov 2010
    Posts
    363

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    Getting frequent panic logs. It Can be found in the / Library / Logs / Diagnostic Reports with a name ending in ". Panic"

  3. #3
    Join Date
    Nov 2010
    Posts
    442

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    check my output

    Code:
    CR0: 0x000000008001003b, CR2: 0x0000000000ffffbf, CR3: 0x0000000036734000, CR4: 0x0000000000000660
    RAX: 0xffffff8015878dc0, RBX: 0xffffff8015878dc0, RCX: 0x0000000001000000, RDX: 0xffffff8015878e10
    RSP: 0xffffff811726b868, RBP: 0xffffff811726bc70, RSI: 0x0000000000004004, RDI: 0xffffff8015878dc0
    R8:  0x0000000000000000, R9:  0x0000000000000000, R10: 0x0000000000000000, R11: 0x0000000000000000
    R12: 0xffffff8015878dc0, R13: 0x0000000000000002, R14: 0x0000000000000000, R15: 0xffffff8015878f18
    RFL: 0x0000000000010202, RIP: 0xffffff800054a570, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0x0000000000ffffbf, Error code: 0x0000000000000002, Faulting CPU: 0x1
     Backtrace (CPU 1), Frame : Return Address
    0xffffff811726b520 : 0xffffff8000220702

  4. #4
    Join Date
    Mar 2011
    Posts
    490

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    The panic happened, and he tried to run something that was not really a valid statement. The kind of panic, "page fault" indicates that the instruction in question attempted to access an incorrect address. The instruction is

    Code:
    (gdb) x/i 0xffffff800054a570
    0xffffff800054a570 <setgroups1+128>:    or     %al,-0x41(%rcx)
    RCX is 0x0000000001000000, which is not a valid address, so it is the immediate cause of panic.But more importantly; it is not a valid statement. If removing the flow of instructions around that address, is that you're actually in the middle of an instruction:
    Code:
    0xffffff800054a56c <setgroups1+124>:    test   %r15d,%r15d
    0xffffff800054a56f <setgroups1+127>:    jne    0xffffff800054a579 <setgroups1+137>
    0xffffff800054a571 <setgroups1+129>:    mov    $0x1,%r15d
    0xffffff800054a577 <setgroups1+135>:    jmp    0xffffff800054a594 <setgroups1+164>
    0xffffff800054a570 is in the middle of an instruction. 0xffffff800054a56f or 0xffffff800054a571 would be valid, but not 0xffffff800054a570.

    This makes me think you may have bad RAM. Did you add memory to the machine recently? What happens if you uninstall Parallels and Hermes Audio? These are the non-Apple texts (kernel extensions) listed in the register of panic.

  5. #5
    Join Date
    Oct 2011
    Posts
    51

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    I added ram months ago and have had no troubles. Now I'm running Remember to test the RAM, but everything looks good so far. I put in parallel after the panic began to happen so I was wondering if VMware Fusion 3 causing the problems. To the extent hermesaudio, how I can find and remove that?

  6. #6
    Join Date
    May 2011
    Posts
    397

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    Quote Originally Posted by Dayanidhi View Post
    I added ram months ago and have had no troubles. Now I'm running Remember to test the RAM, but everything looks good so far. I put in parallel after the panic began to happen so I was wondering if VMware Fusion 3 causing the problems. To the extent hermesaudio, how I can find and remove that?
    Sorry, you must request this information Rogue Amoeba. It provides the kernel extension. Kernel extensions in / System / Library / Extensions usually

  7. #7
    Join Date
    May 2011
    Posts
    434

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    Quote Originally Posted by Baako View Post
    Sorry, you must request this information Rogue Amoeba. It provides the kernel extension. Kernel extensions in / System / Library / Extensions usually
    I cannot explain this kind of panic, without assuming RAM inconsistent. You can pass a test as Remember, although not in practice.

  8. #8
    Join Date
    Jun 2011
    Posts
    484

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    I had my old RAM back in an hour and everything seems fine. I miss my 8GB though. Especially when running Parallels for development work. Thank you all for your help.

  9. #9
    Join Date
    Jul 2011
    Posts
    84

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    My logs
    Code:
    Anonymous UUID:                    C60EA483-43FB-48FC-BD3A-D2FC0D52EEC9
    Fri Oct 14 19:33:18 2011
    Panic(CPU 3): Unresponsive processor (this CPU did not acknowledge interrupts) TLB state:0
    RAX: 0x00000000ffffffff, RBX: 0x0000000000002710, RCX: 0x0000000000007000, RDX: 0xffffff8159cfb078
    RSP: 0xffffff8190cd3c8c, RBP: 0xffffff8190cd3c90, RSI: 0x0000000000007000, RDI: 0xffffff813b45f004
    R8:  0xffffff8159c450d8, R9:  0x0000000000000001, R10: 0x0000000000100000, R11: 0x0000000000000246
    R12: 0x0000000000007000, R13: 0xffffff813b45f004, R14: 0x0000000000000065, R15: 0x0000000000000000
    0xffffff8159d08f50 : 0xffffff80002c781c
    0xffffff8159d08f80 : 0xffffff80002c2790
    0xffffff8159d08fd0: 0xffffff80002d7bd2\            
                Dependency: com.apple.iokit.IONetworkingFamily(2.0)[59A00F6B-3710-3E07-9921-70C45782FF8C]@0 xffffff7f80910000

  10. #10
    Join Date
    Aug 2011
    Posts
    322

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    Since I put in my new RAM, I have not had a single kernel panic. Also re-install all applications and remove things and still all is well. Definitely seems strange that I have installed 10.7.2 and suddenly my RAM crapped out as well. Maybe you have done something with memory management in the new version.

  11. #11
    Join Date
    Aug 2011
    Posts
    379

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    I also had 15 "kernel panic" for every 20 reboots yesterday. For what it's value I just dropped my 10 days of the new-fangled iMac (1 TB SSD + HD, 8 MB of RAM, 10.7.2) go to the Apple store after running Apple Hardware Test

    Code:
    (extended version ) and obtain the subsequent consequence:
    Warning: Apple Hardware Test has detected an error:
    4MEM/62/40000000: OX8655e518
    The Genius bar mates looked at my results with your boss and think it's a RAM problem. Now they are replacing the RAM chips. I do not know if this will be the ultimate solution, but we're starting.Looks like you're on the right track.

  12. #12
    Join Date
    Jan 2012
    Posts
    1

    Re: Getting frequent Kernel Notification in Mac OS X Lion (10.7.2)

    i am getting kernel panics for "Panic CPU unresponsive processor" the genius bar has already replaced ram and i continue to have the problem, any suggestions?

Similar Threads

  1. Replies: 4
    Last Post: 22-02-2012, 02:38 PM
  2. Replies: 3
    Last Post: 20-02-2012, 08:11 PM
  3. Replies: 11
    Last Post: 06-02-2012, 01:32 PM
  4. Kernel Panic while installing OS X Lion
    By Bhadran in forum Operating Systems
    Replies: 8
    Last Post: 14-10-2011, 10:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,255,450.25709 seconds with 17 queries