The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Can anyone help decypher my kernal panic log?

    Discussion in 'Apple and Mac OS X' started by Percybut, Jul 10, 2007.

  1. Percybut

    Percybut Notebook Consultant

    Reputations:
    5
    Messages:
    222
    Likes Received:
    0
    Trophy Points:
    30
    Wed Jul 4 16:42:23 2007
    panic(cpu 1 caller 0x0019A676): interlock timeout for mutex 0x4870d0c
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x2583b698 : 0x128d08 (0x3cc0a4 0x2583b6bc 0x131de5 0x0)
    0x2583b6d8 : 0x19a676 (0x3d0f90 0x4870d0c 0x2583b7d8 0x3736c0b0)
    0x2583b708 : 0x197fa7 (0x4870d0c 0x206 0x2583b748 0x1d22d0)
    0x2583b718 : 0x1d22d0 (0x4870d0c 0x54f0b000 0x2583b748 0x32deb0)
    0x2583b748 : 0x1d245e (0x512 0x54f0b6c0 0x40c8004 0x6)
    0x2583b7a8 : 0x1d2712 (0x40e3e1c 0x40e3e1c 0x2583b7e8 0x19a319)
    0x2583b7f8 : 0x1d40af (0x1 0x443340 0x1cccae8 0x40dfe60)
    0x2583b858 : 0x2f4319 (0x0 0x34 0x2583b908 0x6258e8c)
    0x2583b968 : 0x2fa9d6 (0x40c8004 0x4160948 0x2583bee0 0x2583ba94)
    0x2583bac8 : 0x1e5038 (0x2583bae8 0x2583bf08 0x2583bbdc 0x0)
    0x2583bb18 : 0x1ccc89 (0x4160948 0x2583bdcc 0x2583bee0 0x2583bf08)
    0x2583bb88 : 0x1cd4af (0x2583bdb4 0x6928c0b 0x21 0x400)
    0x2583bc38 : 0x1d91d5 (0x2583bdb4 0x1 0x2583bc68 0x19a216)
    0x2583bd68 : 0x1d94c1 (0xbffffabc 0x0 0x0 0x0)
    0x2583bf28 : 0x1d9556 (0xbffffabc 0x0 0x0 0x0)
    0x2583bf58 : 0x37ad83 (0x5df99c4 0x4a13818 0x4a1385c 0x0) Backtrace continues...

    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386


    *********

    Mon Jul 9 22:13:38 2007
    panic(cpu 0 caller 0x0019A676): interlock timeout for mutex 0x495a40c
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x2574b768 : 0x128d08 (0x3cc0a4 0x2574b78c 0x131de5 0x0)
    0x2574b7a8 : 0x19a676 (0x3d0f90 0x495a40c 0x81df7 0x487d5b8)
    0x2574b7d8 : 0x197fa7 (0x495a40c 0x206 0x2574b818 0x1d22d0)
    0x2574b7e8 : 0x1d22d0 (0x495a40c 0xf1f 0x2574b818 0x32deb0)
    0x2574b818 : 0x1d245e (0x469840 0x3722e050 0x2574b848 0x6)
    0x2574b878 : 0x1d2712 (0x407ae1c 0x407ae1c 0x2574b8b8 0x19a319)
    0x2574b8c8 : 0x1d40af (0x1 0x443340 0x1cdaae8 0x4076e60)
    0x2574b928 : 0x2f4319 (0x0 0x34 0x2574b9d8 0x62672b0)
    0x2574ba38 : 0x3102bd (0x4061c04 0x5d4e108 0x2574bde4 0x2574baf8)
    0x2574bb48 : 0x310974 (0x2574be6c 0x2574bf48 0x0 0x2)
    0x2574bb68 : 0x1e7809 (0x2574bb84 0x100 0x2574bcd8 0x3f42a04)
    0x2574bbb8 : 0x1d2b2f (0x5d4e108 0x2574bcd0 0x2574bde4 0x2574be6c)
    0x2574bc18 : 0x1df580 (0x5d4e108 0x2574bcd0 0x2574bde4 0x2574be6c)
    0x2574bc68 : 0x1d75ae (0x2574bcb8 0x2574be2c 0x2574be6c 0x736668)
    0x2574be48 : 0x1d7a11 (0x601 0x2574be6c 0x4951b3c 0x676e)
    0x2574bf58 : 0x37ad83 (0x48cb5dc 0x4951af8 0x4951b3c 0x0) Backtrace continues...

    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386


    *********
     
  2. jaydm

    jaydm Notebook Consultant

    Reputations:
    0
    Messages:
    113
    Likes Received:
    0
    Trophy Points:
    30
    maybe theres some kind of dead lock situation. Ive only seen mutex when talking about multi-threading, so thats my guess.
    Or
    2 threads are trying to access each others memory, which seems to make more sense since the OS actually checks for that.