Debugging kernel crash dumps

Hi All,
I know there is mdb debugger to investigate why the system panic'ed from the crash dumps. Does anyhave know where i can find more information
about using mdb for dubugging crash dumps.

[http://wikis.sun.com/display/MDB/Documentation]
[http://www.solarisinternals.com/wiki/index.php/Solaris_Internals_and_Performance_FAQ]
[http://solaristhings.blogspot.com/2006/08/dont-be-afraid-of-mdb.html]
just a few... docs.sun.com has useful info as well.

Similar Messages

  • Crash dump analysis:  arguments on the kernel stack

    I�m working with SunOS 5.8 on SPARC sun4u.
    System hangs up periodically (due to some error in our proprietary FS ).
    So I�m trying to figure out what really happens - syncing system and then inspect crash dump using adb(mdb).
    Having printed all the kernel threads I found few of them that are matter of interest for me, but all the tracebacks show me garbage instead of calling arguments.
    Below is one such thread:
    0x300025912e8: lwp procp wchan
    3000258ee20 30002ccaab8 31001001240
    0x300025911f8:
    pc sp
    cv_wait+0x38 2a10056ac01
    page_lock+0x118(1041c560, 1041be70, 0, 0, 31001001200, 1)
    page_lookup+0x104(10410800, 10428698, 1, 1, 226e0, 1041bd60)
    ufs_getpage+0x620(2000, 1, 30002f137b0, 1, 0, 2000)
    segmap_fault+0x110(2000, 0, 2a751b48000, 2, 2, 0)
    fbread+0xa8(1041a400, 2a751b48000, 2a751b48000, 200, 2a10056b9d8, 0)
    ufs_readdir+0x160(1fff, 30002f13670, 418, 0, 2a10056bac0, 200)
    getdents64+0xe8(30001aec198, 12, 418, 180e88, 30002f562b8, 0)
    syscall_trap32+0xa8(12, 180e88, 418, 64, 0, 0)
    I inspected this thread�s stack using various macroses provided by adb :
    i.e. Stackregs, stacktrace but seems that only pc and fp registers have been saved for each frame in stack. Anyway looks like incoming parameters have not been put into frames. Its probably ok, cause as I for as I know Solaris puts registers onto stack in case of register window underflow and overflow traps.
    Question: how to extract incoming params for functions that comprise thread�s stack

    First of all, since you are already in Sol 8, just
    switch to mdb from adb - the former one provides much
    more macroes and built-in commands for crash dumpanalysis.
    - thats off topic, sorry. This is just a matter of preferences (constantly jumping from 5.8 to 5.7, most macroses that are in use written by me )
    Also, the parameters to page_lock look pretty sane.May be I don"t understand something. Anyway :
    Here is a line from stack
    page_lock+0x118(1041c560, 1041be70, 0, 0, 31001001200, 1)
    This is a prototype:
    int page_lock(page_t *pp, se_t se, kmutex_t *lock, reclaim_t reclaim)
    Usually %o0(%i0) is used for the first argument , so 0x1041c560 should point to a valid page_t structure (if we are not about to panic), but points somewhere else:
    1041c560$<pagepse_mutex+0x240:vnode hash vpnext
    0 0 0
    pse_mutex+0x258:vpprev next prev
    0 0 0
    pse_mutex+0x270:offset selock lckcnt
    0 0 0
    pse_mutex+0x27e:cowcnt cv io_cv
    0 0 0
    pse_mutex+0x284:iolock_state fsdata state
    0 0 0
    Anyway, the stack trace entry in question is:
    ufs_readdir+0x160(1fff, 30002f13670, 418, 0, 2a10056bac0, 200)
    while prototype is
    static int ufs_readdir(struct vnode *, struct uio *, struct cred *, int *);
    Looks like poiner to vnode_t is 0x1fff�
    Here seems to be 2 possibilities:
    1)We are really passing some garbage as parameters
    or
    2)Register windows were not flushed onto stack
    Actually this thread was not active when I did sync to machine.
    Is it true that when kernel is rescheduling thread it drops registers onto stack ?
    What docs should I refer to? (except �Panic!� by Chris Drake )
    ask Tiffi where the
    hell they are).
    Sorry man, it's probably one of my old ones...
    Lets leave Tiffi alone ... and you know that she"s not an author of what I"m currently fixing :)
    .... Even more, you know exectly who was it :)
    Thank you for answering.
    Any comments?

  • Crash dump size too big (ZFS cache is counted as kernel pages)

    Hi,
    After a system crash, no crash dump was available: kernel size is 17GB ( ! ) probably because we use ZFS and ZFS cache is counted as kernel pages.
    How to do not save ZFS cache in dump ?
    Thanks.
    Alain.
    dumpadm
    Dump content: kernel pages
    Dump device: /dev/dsk/c4t20000014C3CA8778d0s1 (dedicated)
    Savecore directory: /var/crash/ppor6
    Savecore enabled: yes
    savecore -v
    System dump time: Fri Nov 2 10:52:09 2007
    savecore: not enough space in /var/crash/ppor6 (5706 MB avail, 17737 MB needed)
    ::memstatPage Summary Pages MB %Tot
    Kernel 2210567 17270 53%
    Anon 1148368 8971 27%
    Exec and libs 9315 72 0%
    Page cache 134335 1049 3%
    Free (cachelist) 119964 937 3%
    Free (freelist) 556241 4345 13%
    Total 4178790 32646
    Physical 4110937 32116
    >
    Solaris 10 6/06 s10s_u2wos_09a SPARC
    System Configuration: Sun Microsystems sun4u Sun Fire V890
    System clock frequency: 150 MHz
    Memory size: 32768 Megabytes

    I checked around with more collegues and the problem of the ZFS ARC that is included in the crashdump is described in BUG ID 4894692 (caching data in heap inflates crash dump).
    This BUG is solved in Solaris 10 U4 or in the kernel patch 120011-14.
    If you don't want that ZFS ARC inflates the crashdumps, please upgrade to sol10 U4 or upgrade at least to this latest kernel patch ...

  • Crash Dump Analysis, application cannot execute

    Welcome,
    my question regarding to dump crash. I have problem with application. When I run application, I see first intro, second intro and later application crash and return to the desktop with error stop working. I created dump file of error and paste analyze below. 
    I must add, that this application works properly on the other computer with Windows Server 2012 Datacenter x64. Could someone tell me, where is the problem, why application crashed with error access violation?
    Primary Analysis
    Crash Dump Analysis
    Windows 8 Version 9600 MP (8 procs) Free x86 compatible
    Product: WinNt, suite: SingleUserTS
    kernel32.dll version: 6.3.9600.17415 (winblue_r4.141028-1500)
    Machine Name:
    Debug session time: Sun Jan 25 04:09:51.000 2015 (UTC - 5:00)
    System Uptime: 1 days 1:33:05.076
    Process Uptime: 0 days 0:00:14.000
    Kernel time: 0 days 0:00:00.000
    User time: 0 days 0:00:00.000
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2
    TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2
    Exception Analysis                
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
    *** ERROR: Symbol file could not be found. 
    Defaulted to export symbols for aticfx32.dll -
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
    *** The OS name list needs to be updated! Unknown Windows version: 6.3 ***
    FAULTING_IP:
    +8afa2
    5458455f ??             
    EXCEPTION_RECORD: 
    ffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 5458455f
    ExceptionCode: c0000005 (Access violation)
    ExceptionFlags: 00000000
    NumberParameters: 2
    Parameter[0]: 00000000
    Parameter[1]: 5458455f
    Attempt to read from address 5458455f
    DEFAULT_BUCKET_ID: 
    BAD_INSTRUCTION_PTR
    PROCESS_NAME: 
    game.exe
    ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx".
    The memory could not be "%s".
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx".
    The memory could not be "%s".
    EXCEPTION_PARAMETER1: 
    00000000
    EXCEPTION_PARAMETER2: 
    5458455f
    READ_ADDRESS: 
    5458455f
    FOLLOWUP_IP:
    game+8afa2
    0048afa2 eb12           
    jmp     game+0x8afb6 (0048afb6)
    FAILED_INSTRUCTION_ADDRESS:
    +8afa2
    5458455f ??             
    NTGLOBALFLAG: 
    0
    APPLICATION_VERIFIER_FLAGS: 
    0
    FAULTING_THREAD: 
    00001004
    PRIMARY_PROBLEM_CLASS: 
    BAD_INSTRUCTION_PTR
    BUGCHECK_STR: 
    APPLICATION_FAULT_BAD_INSTRUCTION_PTR_INVALID_POINTER_READ
    LAST_CONTROL_TRANSFER: 
    from 0048afa2 to 5458455f
    STACK_TEXT: 
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    0018f678 0048afa2 00000de1 00000000 000083f3 0x5458455f
    00000000 00000000 00000000 00000000 00000000 game+0x8afa2
    SYMBOL_STACK_INDEX: 
    1
    SYMBOL_NAME: 
    game+8afa2
    FOLLOWUP_NAME: 
    MachineOwner
    MODULE_NAME: game
    IMAGE_NAME: 
    game.exe
    DEBUG_FLR_IMAGE_TIMESTAMP: 
    3f329165
    STACK_COMMAND: 
    dt ntdll!LdrpLastDllInitializer BaseDllName ; dt ntdll!LdrpFailureData ; ~0s; .ecxr ; kb
    FAILURE_BUCKET_ID: 
    BAD_INSTRUCTION_PTR_c0000005_game.exe!Unknown
    BUCKET_ID: 
    APPLICATION_FAULT_BAD_INSTRUCTION_PTR_INVALID_POINTER_READ_BAD_IP_game+8afa2
    WATSON_STAGEONE_URL: 
    http://watson.microsoft.com/StageOne/game_exe/0_0_0_0/3f329165/unknown/0_0_0_0/bbbbbbb4/c0000005/5458455f.htm?Retriage=1
    Followup: MachineOwner
    Loaded Module List
    start   
    end        module name
    00400000 00a50000  
    game     game.exe   
    60000000 60028000  
    ijl10    ijl10.dll  
    6f580000 70b0f000  
    atioglxx atioglxx.dll
    72960000 729c0000  
    AudioSes AudioSes.dll
    729c0000 72a13000  
    MMDevAPI MMDevAPI.dll
    72a20000 72b30000  
    aticfx32 aticfx32.dll
    72b30000 72b4c000  
    atigktxx atigktxx.dll
    72b50000 72c29000  
    atiadlxy atiadlxy.dll
    72c30000 72c45000  
    atiglpxx atiglpxx.dll
    72c50000 72c90000  
    powrprof powrprof.dll
    72c90000 72d7c000  
    ddraw    ddraw.dll  
    72d80000 72da5000  
    dinput   dinput.dll 
    72db0000 72e31000  
    dsound   dsound.dll 
    72e40000 72e65000  
    glu32    glu32.dll  
    72ec0000 72f9e000  
    opengl32 opengl32.dll
    73500000 7350a000  
    avrt     avrt.dll   
    73530000 7353f000  
    wtsapi32 wtsapi32.dll
    73540000 73547000  
    dciman32 dciman32.dll
    73680000 736a3000  
    WINMMBASE WINMMBASE.dll
    737c0000 737e3000  
    winmm    winmm.dll  
    73800000 7381b000  
    userenv  userenv.dll
    73d90000 73db1000  
    devobj   devobj.dll 
    73df0000 73f2a000  
    propsys  propsys.dll
    73f30000 74136000  
    comctl32_73f30000 comctl32.dll
    74140000 7415a000  
    dwmapi   dwmapi.dll 
    74160000 7424d000  
    uxtheme  uxtheme.dll
    74250000 742d9000  
    comctl32 comctl32.dll
    74850000 74858000  
    winnsi   winnsi.dll 
    74890000 748b0000  
    IPHLPAPI IPHLPAPI.DLL
    74b10000 74b18000  
    version  version.dll
    74c70000 74c7f000  
    profapi  profapi.dll
    74c80000 74d0b000  
    SHCore   SHCore.dll 
    74d80000 74d89000  
    kernel_appcore kernel.appcore.dll
    74e40000 74e94000  
    bcryptPrimitives bcryptPrimitives.dll
    74ea0000 74eaa000  
    CRYPTBASE CRYPTBASE.dll
    74eb0000 74ece000  
    sspicli  sspicli.dll
    74f30000 74f3e000  
    msasn1   msasn1.dll 
    74f40000 74f7c000  
    cfgmgr32 cfgmgr32.dll
    74f90000 7509e000  
    gdi32    gdi32.dll  
    750a0000 751f3000  
    user32   user32.dll 
    75200000 7527c000  
    advapi32 advapi32.dll
    75280000 75315000  
    oleaut32 oleaut32.dll
    75320000 753e3000  
    msvcrt   msvcrt.dll 
    753f0000 75431000  
    sechost  sechost.dll
    75440000 755bd000  
    combase  combase.dll
    75620000 75733000  
    msctf    msctf.dll  
    75740000 758c8000  
    crypt32  crypt32.dll
    758d0000 7590d000  
    wintrust wintrust.dll
    75910000 7599d000  
    clbcatq  clbcatq.dll
    759a0000 75ae0000  
    kernel32 kernel32.dll
    75b00000 76dac000  
    shell32  shell32.dll
    76e40000 76e47000  
    nsi      nsi.dll    
    76e50000 76e95000  
    shlwapi  shlwapi.dll
    76ea0000 76f5a000  
    rpcrt4   rpcrt4.dll 
    76f60000 77088000  
    ole32    ole32.dll  
    77090000 77096000  
    psapi    psapi.dll  
    770a0000 77177000  
    KERNELBASE KERNELBASE.dll
    77180000 771d0000  
    ws2_32   ws2_32.dll 
    771d0000 7726b000  
    comdlg32 comdlg32.dll
    773f0000 775a1000  
    setupapi setupapi.dll
    775b0000 775d7000  
    imm32    imm32.dll  
    776b0000 7781e000  
    ntdll    ntdll.dll  
    Unloaded modules:
    72b30000 72b4c000  
    atigktxx.dll
    Any help would be appreciated,
    Pawel

    PT
    Metropolis software was shut down in 2009 and there is no further support or development for the products.  Since their shutdown is prior to win 8 it cannot be compatible.  Read about it here http://www.giantbomb.com/metropolis-software-house/3010-107/
    The only thing I can suggest for you is to try re-installing the game in compatibility mode.
    To install in compatibility mode do the following:
    Right click the installer>properties>compatibility>choose OS
    http://windows.microsoft.com/en-US/windows-vista/Make-older-programs-run-in-this-version-of-Windows?SignedIn=1
    (works in vista, win 7, win 8, and win 10)
    Wanikiya and Dyami--Team Zigzag

  • Constantly getting kernel crash errors

    Hi,
    I have a Power Mac G4 Gigabit Ethernet with 704MB RAM, dual 500MHz G4 processors and 16MB VRAM and it is running Tiger (10.4.11) and I keep getting that weird error that says "You need to restart your computer" on a black dialogue with a giant power button in the center. I believe this is a kernel crash message and it's getting very annoying. I have to keep hitting the restart button or force the computer to shut down and I don't like doing this. Will my computer be harmed if I do this? Why is it doing this? I think it may be related to my really cheap USB WiFi card I have installed cause that's when it first started. When I pulled the card out (cause it wasn't working correctly) and popped it back in then I got that message a few seconds later.
    Thanks

    Thanks for the reply. I checked the log and it does say a few things about USB so maybe it is that. I posted the log below so you can double check. As long as it's just that WiFi card then it doesn't matter since I already ordered a new one (PCI 802.11g). But, will I have to reinstall my OS now that I got so many kernel panics? Do those mess up my hardware or software?
    Here's the log: (note that this isn't the whole log, just the last two crashes since it would take up too much space to paste the whole log.
    Fri Mar 14 14:25:09 2008
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x0000000002155000 PC=0x00000000000ACCF8
    Latest crash info for cpu 0:
    Exception state (sv=0x245E7000)
    PC=0x000ACCF8; MSR=0x00009030; DAR=0x02155000; DSISR=0x40000000; LR=0x0027C0B4; R1=0x10ABB9D0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x0027C050 0x007C37DC 0x007BFBA8 0x00474E90 0x004DF274 0x004E0680
    0x004E0338 0x004E16E0 0x004E1A14 0x002D1B8C 0x002D0A54 0x000A9714
    Kernel loadable modules in backtrace (with dependencies):
    com.ZyDAS.driver.ZD1211RevB(4.5.7d0)@0x7be000
    dependency: com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.0)@0x59d000
    com.apple.driver.AppleUSBOHCI(2.5.5)@0x4dd000
    dependency: com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    dependency: com.apple.iokit.IOPCIFamily(1.7)@0x460000
    com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    Proceeding back via exception chain:
    Exception state (sv=0x245E7000)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x20CF8780)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x000954F8 0x00095A10 0x00026898 0x000A8204 0x000ABB80
    Proceeding back via exception chain:
    Exception state (sv=0x245E7000)
    PC=0x000ACCF8; MSR=0x00009030; DAR=0x02155000; DSISR=0x40000000; LR=0x0027C0B4; R1=0x10ABB9D0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x0027C050 0x007C37DC 0x007BFBA8 0x00474E90 0x004DF274 0x004E0680
    0x004E0338 0x004E16E0 0x004E1A14 0x002D1B8C 0x002D0A54 0x000A9714
    Kernel loadable modules in backtrace (with dependencies):
    com.ZyDAS.driver.ZD1211RevB(4.5.7d0)@0x7be000
    dependency: com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.0)@0x59d000
    com.apple.driver.AppleUSBOHCI(2.5.5)@0x4dd000
    dependency: com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    dependency: com.apple.iokit.IOPCIF`
    Fri Mar 14 14:59:08 2008
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x00000000021C7000 PC=0x00000000000ACCF8
    Latest crash info for cpu 0:
    Exception state (sv=0x24B7D000)
    PC=0x000ACCF8; MSR=0x00009030; DAR=0x021C7000; DSISR=0x40000000; LR=0x0027C0B4; R1=0x10AAB9D0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x0027C050 0x007C37DC 0x007BFBA8 0x00474E90 0x004DF274 0x004E0680
    0x004E0338 0x004E16E0 0x004E1A14 0x002D1B8C 0x002D0A54 0x000A9714
    Kernel loadable modules in backtrace (with dependencies):
    com.ZyDAS.driver.ZD1211RevB(4.5.7d0)@0x7be000
    dependency: com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.0)@0x59d000
    com.apple.driver.AppleUSBOHCI(2.5.5)@0x4dd000
    dependency: com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    dependency: com.apple.iokit.IOPCIFamily(1.7)@0x460000
    com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    Proceeding back via exception chain:
    Exception state (sv=0x24B7D000)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x20CF8A00)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x000954F8 0x00095A10 0x00026898 0x000A8204 0x000ABB80
    Proceeding back via exception chain:
    Exception state (sv=0x24B7D000)
    PC=0x000ACCF8; MSR=0x00009030; DAR=0x021C7000; DSISR=0x40000000; LR=0x0027C0B4; R1=0x10AAB9D0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x0027C050 0x007C37DC 0x007BFBA8 0x00474E90 0x004DF274 0x004E0680
    0x004E0338 0x004E16E0 0x004E1A14 0x002D1B8C 0x002D0A54 0x000A9714
    Kernel loadable modules in backtrace (with dependencies):
    com.ZyDAS.driver.ZD1211RevB(4.5.7d0)@0x7be000
    dependency: com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.0)@0x59d000
    com.apple.driver.AppleUSBOHCI(2.5.5)@0x4dd000
    dependency: com.apple.iokit.IOUSBFamily(2.8.1)@0x472000
    dependency: com.apple.iokit.IOPCIF`
    Thanks

  • AIR 2.7 debug launcher crashing sometimes (AIR.Ordinal function)

    Hi,
    I've been experienced some crash with the AIR debug launcher 2.7 SDK under win7 home familial x64 bits.
    I m writting a link to the original post with a windows crash dump file so the dev team can have a look.
    http://forums.adobe.com/thread/885589?tstart=0
    From what i saw debugging with windbg, the AIR!Ordinal function is calling by the end ntdll32!RtlIntegerToUnicodeString and its crashing. I should said that it is not calling it directly, but a call to AIR!Ordinal4 is finishing by a crash on ntdll32!RtlIntegerToUnicodeString, dont know why.
    Can someone have a look ?
    From what i see the crash dump isnt showing totally the same bug from my windbg session. But in both, the Ordinal function is called first.

    Hello,
    Thank you for reporting this.  Would you be willing to open a bug and provide some sample code in addition to the dump files in your other post?  I can then attach a symbolicated stack trace to our internal bug.  This should allow you to see the progress we make and allow our engineering team to contact you with additional questions.
    Thanks,
    Chris
    Ps. Does your app use database calls?  From my initial inspection of the dmp it looks like some of the last AIR calls are in SQL.

  • Debugging - Forms Crash

    Hi All,
    Our application is crashes frequently, I have run the application with DEBUG_MESSAGES = YES. However, while crashing, it did not fire any triggers and therefore the problem presists.
    Is there any way to Debug the Crashing?

    Things that we have done in similar situations:
    -XP and P4 problem - JAR files
    -Patch maintenance (we are on 13 6i c/s)
    -Try using CTRL-ALT-K to compile in 6i Forms/Reports
    If I think of anything else ill get back to you:
    Is there any dump file ? Normally resides in runtime directory.
    N.

  • Help debugging Kernel Panics

    The past couple of days I've started having kernel panics and I haven't changed anything with my system. I tend to be using Chrome when it happens but I don't know if it's related or not.
    I upgraded the ram to 4GB so I tried taking one of the sticks out and it crashed a few minutes after rebooting. Prior to this I ran an extended memory test from the DVD and it didn't find any errors. Disk Utility has also been run and it didn't find anything.
    Yesterday I reinstalled Snow Leopard and today it has crashed 3 times already. Can anyone look at the kernel panic dumps and provide some insight as to the problem? Unfortunately I don't have Apple Care and my previous Macbook Pro also died after 18 months!
    Interval Since Last Panic Report: 6020 sec
    Panics Since Last Report: 3
    Anonymous UUID: 337B2DC4-7173-4E92-98AD-F05B0B298A5C
    Fri Aug 27 14:50:25 2010
    panic(cpu 0 caller 0x2a8ab2): Kernel trap at 0x07059007, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0xc717ce23, CR3: 0x00100000, CR4: 0x000006e0
    EAX: 0x0710c501, EBX: 0x0859c000, ECX: 0x09000000, EDX: 0x07c25d00
    CR2: 0xc717ce23, EBP: 0x57cc3b08, ESI: 0x0859c000, EDI: 0x07c04b00
    EFL: 0x00010206, EIP: 0x07059007, CS: 0x00000008, DS: 0x071b0010
    Error code: 0x00000002
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x57cc3908 : 0x21b455 (0x5cf328 0x57cc393c 0x2238b1 0x0)
    0x57cc3958 : 0x2a8ab2 (0x591664 0x7059007 0xe 0x59182e)
    0x57cc3a38 : 0x29e9a8 (0x57cc3a50 0x71bfd20 0x57cc3b08 0x7059007)
    0x57cc3a48 : 0x7059007 (0xe 0x8590048 0x57cc0010 0x56b70010)
    0x57cc3b08 : 0x5776a0cb (0x859c000 0x7c04b00 0x0 0x8)
    0x57cc3b48 : 0x57769e0a (0x859c000 0x2 0x7c04b00 0x0)
    0x57cc3b88 : 0x548cf9 (0x859c000 0x57cc3c00 0x0 0x0)
    0x57cc3bd8 : 0x57769e86 (0x7c0ca00 0x57769dc8 0x57cc3c00 0x0)
    0x57cc3c28 : 0x57769f17 (0x859c000 0x7c04b00 0x57769fc6 0x859c000)
    0x57cc3c58 : 0x57764d68 (0x859c000 0x7c04b00 0x7 0x7c04b00)
    0x57cc3c78 : 0x5356be (0x7c04b00 0x859c000 0x7 0x4fe006)
    0x57cc3ce8 : 0x547337 (0x859c000 0x7 0x71b1180 0x0)
    0x57cc3d18 : 0x531ee8 (0x6b4d540 0x5355b0 0x859c000 0x7)
    0x57cc3d68 : 0x536251 (0x71b1180 0x0 0x0 0x7c750c0)
    0x57cc3de8 : 0x537363 (0x7 0x710c300 0x1 0x0)
    0x57cc3e48 : 0x537a9b (0x710c300 0x6 0x0 0xffffffff)
    0x57cc3ec8 : 0x537ac3 (0x710c300 0x6 0x57cc3f08 0x710c900)
    0x57cc3ee8 : 0x56b7ae9c (0x710c300 0x2 0x1 0x799f5c0)
    0x57cc3f08 : 0x56b82329 (0x710c300 0x2 0x799f5cc 0x132337a8)
    0x57cc3f28 : 0x56b82419 (0x710c900 0x1da74105 0x57cc3f58 0x4fb982)
    0x57cc3f58 : 0x56b824d4 (0x710c900 0x0 0x57cc3f78 0x2a1591)
    0x57cc3f78 : 0x22fb84 (0x710c900 0x0 0x57cc3fc8 0x227803)
    0x57cc3fc8 : 0x29e6cc (0x863ea0 0x0 0x29e6db 0x13071e60)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.iokit.IONetworkingFamily(1.9)@0x57763000->0x57778fff
    com.apple.iokit.IOUSBFamily(4.0.2)@0x56b72000->0x56ba2fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x50d5e000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10F569
    Kernel version:
    Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
    System model name: MacBook5,1 (Mac-F42D89A9)
    System uptime in nanoseconds: 8440053780601
    unloaded kexts:
    com.Logitech.Control Center.HID Driver 3.2.0 (addr 0x6d52b000, size 0x176128) - last unloaded 1222329990675
    loaded kexts:
    com.vmware.kext.vmnet 3.0.0
    com.vmware.kext.vmioplug 3.0.0
    com.vmware.kext.vmci 3.0.0
    com.vmware.kext.vmx86 3.0.0
    virtualcdrw.driver 1.0
    com.huawei.driver.HuaweiDataCardECMData 1.22.00
    com.huawei.driver.HuaweiDataCardECMControl 1.22.00
    com.huawei.driver.HuaweiDataCardACMData 4.09.00
    de.novamedia.driver.NMSmartplugSCSIDevice 1.0.1
    com.apple.driver.AppleHWSensor 1.9.3d0 - last loaded 1159589402045
    com.apple.filesystems.ntfs 3.2
    com.apple.driver.AGPM 100.12.12
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AppleMikeyDriver 1.8.7f1
    com.apple.driver.AppleHDA 1.8.7f1
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AirPortBrcm43xx 423.91.27
    com.apple.nvenet 2.0.15
    com.apple.driver.AppleBacklight 170.0.24
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.kext.AppleSMCLMU 1.5.0d3
    com.apple.driver.ACPISMCPlatformPlugin 4.1.2b1
    com.apple.driver.AppleLPC 1.4.12
    com.apple.GeForce 6.1.8
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleUSBTCButtons 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleIRController 303.8
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.iokit.IOAHCIBlockStorage 1.6.2
    com.apple.driver.AppleUSBHub 4.0.0
    com.apple.driver.AppleUSBEHCI 4.0.2
    com.apple.driver.AppleAHCIPort 2.1.2
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleUSBOHCI 3.9.6
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleACPIButtons 1.3.2
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.2
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.10.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.10.0
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOSurface 74.0
    com.apple.iokit.IOBluetoothSerialManager 2.3.7f1
    com.apple.driver.DspFuncLib 1.8.7f1
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.driver.AppleHDAController 1.8.7f1
    com.apple.iokit.IOHDAFamily 1.8.7f1
    com.apple.nvidia.nv50hal 6.1.8
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.NVSMU 2.2.7
    com.apple.iokit.IO80211Family 311.1
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.1.2b1
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.NVDAResman 6.1.8
    com.apple.iokit.IONDRVSupport 2.1
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.iokit.IOUSBMassStorageClass 2.6.1
    com.apple.driver.AppleUSBMultitouch 205.32
    com.apple.iokit.IOUSBHIDDriver 4.0.2
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.3.7f1
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.7f1
    com.apple.iokit.IOBluetoothFamily 2.3.7f1
    com.apple.driver.AppleUSBMergeNub 4.0.0
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.5
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.4
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOUSBUserClient 4.0.0
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.iokit.IOUSBFamily 4.0.2
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 6
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.DiskImages 283
    com.apple.iokit.IOStorageFamily 1.6.1
    com.apple.driver.AppleACPIPlatform 1.3.2
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2 GHz, 4 GB, SMC 1.40f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.7f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD5000BEVT-00ZAT0, 465.76 GB
    Serial ATA Device: HL-DT-ST DVDRW GS21N
    USB Device: HUAWEI Mobile, 0x12d1, 0x1465, 0x24100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x0902, 0x26200000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000
    Interval Since Last Panic Report: 6013 sec
    Panics Since Last Report: 4
    Anonymous UUID: 337B2DC4-7173-4E92-98AD-F05B0B298A5C
    Fri Aug 27 15:17:35 2010
    panic(cpu 0 caller 0x2a8ab2): Kernel trap at 0x00000000, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00100000, CR4: 0x000006e0
    EAX: 0x0b14c500, EBX: 0x097ca000, ECX: 0x09000000, EDX: 0x089d0100
    CR2: 0x00000000, EBP: 0x58543b08, ESI: 0x097ca000, EDI: 0x0b14ca00
    EFL: 0x00010206, EIP: 0x00000000, CS: 0x00000008, DS: 0x08f00010
    Error code: 0x00000010
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x58543908 : 0x21b455 (0x5cf328 0x5854393c 0x2238b1 0x0)
    0x58543958 : 0x2a8ab2 (0x591664 0x0 0xe 0x59182e)
    0x58543a38 : 0x29e9a8 (0x58543a50 0x9085740 0x58543b08 0x0)
    0x58543a48 : 0x0 (0xe 0x97c0048 0x58540010 0x920010)
    0x58543b08 : 0xdbf0cb (0x97ca000 0xb14ca00 0x0 0x8)
    0x58543b48 : 0xdbee0a (0x97ca000 0x2 0xb14ca00 0x0)
    0x58543b88 : 0x548cf9 (0x97ca000 0x58543c00 0x0 0x0)
    0x58543bd8 : 0xdbee86 (0x8eea000 0xdbedc8 0x58543c00 0x0)
    0x58543c28 : 0xdbef17 (0x97ca000 0xb14ca00 0xdbefc6 0x97ca000)
    0x58543c58 : 0xdb9d68 (0x97ca000 0xb14ca00 0x7 0xb14ca00)
    0x58543c78 : 0x5356be (0xb14ca00 0x97ca000 0x7 0x4fe006)
    0x58543ce8 : 0x547337 (0x97ca000 0x7 0x8ef5340 0x0)
    0x58543d18 : 0x531ee8 (0x8295ac0 0x5355b0 0x97ca000 0x7)
    0x58543d68 : 0x536251 (0x8ef5340 0x0 0x0 0xfc11080)
    0x58543de8 : 0x537363 (0x7 0xb14c800 0x1 0x0)
    0x58543e48 : 0x537a9b (0xb14c800 0x6 0x0 0xffffffff)
    0x58543ec8 : 0x537ac3 (0xb14c800 0x6 0x58543f08 0x9083600)
    0x58543ee8 : 0x920e9c (0xb14c800 0x2 0x1 0x9042280)
    0x58543f08 : 0x928329 (0xb14c800 0x2 0x904228c 0x2)
    0x58543f28 : 0x928419 (0x9083600 0x0 0x58543f58 0x4fb982)
    0x58543f58 : 0x9284d4 (0x9083600 0x0 0x58543f78 0x2a1591)
    0x58543f78 : 0x22fb84 (0x9083600 0x0 0x8da0804 0x0)
    0x58543fc8 : 0x29e6cc (0x863ea0 0x0 0x10 0xebb2f80)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.iokit.IONetworkingFamily(1.9)@0xdb8000->0xdcdfff
    com.apple.iokit.IOUSBFamily(4.0.2)@0x918000->0x948fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x907000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10F569
    Kernel version:
    Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
    System model name: MacBook5,1 (Mac-F42D89A9)
    System uptime in nanoseconds: 779280864583
    unloaded kexts:
    com.Logitech.Control Center.HID Driver 3.2.0 (addr 0x6de92000, size 0x176128) - last unloaded 509303889053
    loaded kexts:
    com.huawei.driver.HuaweiDataCardECMData 1.22.00
    com.huawei.driver.HuaweiDataCardECMControl 1.22.00
    com.huawei.driver.HuaweiDataCardACMData 4.09.00
    com.vmware.kext.vmnet 3.0.0
    com.vmware.kext.vmioplug 3.0.0
    com.vmware.kext.vmci 3.0.0
    com.vmware.kext.vmx86 3.0.0
    virtualcdrw.driver 1.0
    de.novamedia.driver.NMSmartplugSCSIDevice 1.0.1
    com.apple.driver.AppleHWSensor 1.9.3d0 - last loaded 446561642743
    com.apple.filesystems.ntfs 3.2
    com.apple.driver.AGPM 100.12.12
    com.apple.driver.AppleHDA 1.8.7f1
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.AppleMikeyDriver 1.8.7f1
    com.apple.kext.AppleSMCLMU 1.5.0d3
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleBacklight 170.0.24
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.driver.ACPISMCPlatformPlugin 4.1.2b1
    com.apple.GeForce 6.1.8
    com.apple.driver.AppleLPC 1.4.12
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleUSBTCButtons 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleIRController 303.8
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleUSBOHCI 3.9.6
    com.apple.iokit.IOAHCIBlockStorage 1.6.2
    com.apple.driver.AppleUSBHub 4.0.0
    com.apple.driver.AirPortBrcm43xx 423.91.27
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleAHCIPort 2.1.2
    com.apple.nvenet 2.0.15
    com.apple.driver.AppleUSBEHCI 4.0.2
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleACPIButtons 1.3.2
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.2
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.10.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.10.0
    com.apple.driver.DspFuncLib 1.8.7f1
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.nvidia.nv50hal 6.1.8
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOSurface 74.0
    com.apple.iokit.IOBluetoothSerialManager 2.3.7f1
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.8.7f1
    com.apple.iokit.IOHDAFamily 1.8.7f1
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.1.2b1
    com.apple.NVDAResman 6.1.8
    com.apple.iokit.IONDRVSupport 2.1
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.driver.AppleUSBMultitouch 205.32
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.3.7f1
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.7f1
    com.apple.iokit.IOBluetoothFamily 2.3.7f1
    com.apple.iokit.IOUSBHIDDriver 4.0.2
    com.apple.driver.AppleUSBMergeNub 4.0.0
    com.apple.iokit.IOUSBMassStorageClass 2.6.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.5
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOAHCISerialATAPI 1.2.4
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOUSBUserClient 4.0.0
    com.apple.iokit.IO80211Family 311.1
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOUSBFamily 4.0.2
    com.apple.driver.NVSMU 2.2.7
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 283
    com.apple.iokit.IOStorageFamily 1.6.1
    com.apple.driver.AppleACPIPlatform 1.3.2
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Interval Since Last Panic Report: 6029 sec
    Panics Since Last Report: 5
    Anonymous UUID: 337B2DC4-7173-4E92-98AD-F05B0B298A5C
    Fri Aug 27 15:29:03 2010
    panic(cpu 0 caller 0x2a8ab2): Kernel trap at 0x00000000, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00100000, CR4: 0x000006e0
    EAX: 0x06febb00, EBX: 0x06054000, ECX: 0x09000000, EDX: 0x05c76c00
    CR2: 0x00000000, EBP: 0x32003b08, ESI: 0x06054000, EDI: 0x0c593900
    EFL: 0x00010206, EIP: 0x00000000, CS: 0x00000008, DS: 0x065d0010
    Error code: 0x00000010
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x32003908 : 0x21b455 (0x5cf328 0x3200393c 0x2238b1 0x0)
    0x32003958 : 0x2a8ab2 (0x591664 0x0 0xe 0x59182e)
    0x32003a38 : 0x29e9a8 (0x32003a50 0x5c3b560 0x32003b08 0x0)
    0x32003a48 : 0x0 (0xe 0x6050048 0x32000010 0x920010)
    0x32003b08 : 0xdbf0cb (0x6054000 0xc593900 0x0 0x8)
    0x32003b48 : 0xdbee0a (0x6054000 0x2 0xc593900 0x0)
    0x32003b88 : 0x548cf9 (0x6054000 0x32003c00 0x0 0x0)
    0x32003bd8 : 0xdbee86 (0x65f6500 0xdbedc8 0x32003c00 0x0)
    0x32003c28 : 0xdbef17 (0x6054000 0xc593900 0xdbefc6 0x6054000)
    0x32003c58 : 0xdb9d68 (0x6054000 0xc593900 0x7 0xc593900)
    0x32003c78 : 0x5356be (0xc593900 0x6054000 0x7 0x4fe006)
    0x32003ce8 : 0x547337 (0x6054000 0x7 0x6684800 0x0)
    0x32003d18 : 0x531ee8 (0x5812500 0x5355b0 0x6054000 0x7)
    0x32003d68 : 0x536251 (0x6684800 0x0 0x0 0x5781cc0)
    0x32003de8 : 0x537363 (0x7 0x5c85300 0x1 0x0)
    0x32003e48 : 0x537a9b (0x5c85300 0x6 0x0 0xffffffff)
    0x32003ec8 : 0x537ac3 (0x5c85300 0x6 0x32003f08 0x5c85b00)
    0x32003ee8 : 0x920e9c (0x5c85300 0x2 0x1 0x678cd40)
    0x32003f08 : 0x928329 (0x5c85300 0x2 0x678cd4c 0x6ce43d4)
    0x32003f28 : 0x928419 (0x5c85b00 0x246 0x32003f58 0x4fb982)
    0x32003f58 : 0x9284d4 (0x5c85b00 0x0 0x32003f78 0x2a1591)
    0x32003f78 : 0x22fb84 (0x5c85b00 0x0 0x32003fc8 0x227803)
    0x32003fc8 : 0x29e6cc (0x863ea0 0x0 0x29e6db 0xc73ef40)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.iokit.IONetworkingFamily(1.9)@0xdb8000->0xdcdfff
    com.apple.iokit.IOUSBFamily(4.0.2)@0x918000->0x948fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x907000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10F569
    Kernel version:
    Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
    System model name: MacBook5,1 (Mac-F42D89A9)
    System uptime in nanoseconds: 468747961206
    unloaded kexts:
    com.apple.driver.AirPortBrcm43224 425.16.2 (addr 0xdf2000, size 0x1523712) - last unloaded 117007569381
    loaded kexts:
    de.novamedia.driver.NMSmartplugSCSIDevice 1.0.1 - last loaded 393680408046
    de.novamedia.driver.NMUSBCDCACMData 3.2.12
    com.huawei.driver.HuaweiDataCardECMData 1.22.00
    com.huawei.driver.HuaweiDataCardECMControl 1.22.00
    com.huawei.driver.HuaweiDataCardACMData 4.09.00
    com.huawei.driver.HuaweiDataCardActivateDriver 1.0.2
    com.huawei.driver.HuaweiDataCardDriver 4.18.00
    com.vmware.kext.vmnet 3.0.0
    com.vmware.kext.vmioplug 3.0.0
    com.vmware.kext.vmci 3.0.0
    com.vmware.kext.vmx86 3.0.0
    virtualcdrw.driver 1.0
    com.apple.driver.AppleUSBCDCECMData 4.0.5
    com.apple.driver.AppleUSBCDCACMData 4.0.5
    com.apple.driver.InternalModemSupport 2.6.2
    com.apple.driver.AppleWWANSupport1 2.0.3b0
    com.apple.driver.AppleWWANSupport 2.0.3b0
    com.apple.driver.AppleHWSensor 1.9.3d0
    com.apple.driver.AGPM 100.12.12
    com.apple.filesystems.ntfs 3.2
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.driver.AppleMikeyDriver 1.8.7f1
    com.apple.driver.AppleHDA 1.8.7f1
    com.apple.driver.AppleBacklight 170.0.24
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.filesystems.autofs 2.1.0
    com.apple.kext.AppleSMCLMU 1.5.0d3
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.driver.ACPISMCPlatformPlugin 4.1.2b1
    com.apple.GeForce 6.1.8
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleUSBTCButtons 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleIRController 303.8
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.iokit.IOAHCIBlockStorage 1.6.2
    com.apple.driver.AppleUSBHub 4.0.0
    com.apple.driver.AppleUSBEHCI 4.0.2
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AirPortBrcm43xx 423.91.27
    com.apple.driver.AppleAHCIPort 2.1.2
    com.apple.nvenet 2.0.15
    com.apple.driver.AppleUSBOHCI 3.9.6
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleACPIButtons 1.3.2
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.2
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.10.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.10.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.5
    com.apple.driver.AppleUSBCDCECMControl 4.0.5
    com.apple.iokit.IOUSBMassStorageClass 2.6.1
    com.apple.driver.DspFuncLib 1.8.7f1
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.nvidia.nv50hal 6.1.8
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOSurface 74.0
    com.apple.iokit.IOBluetoothSerialManager 2.3.7f1
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.8.7f1
    com.apple.iokit.IOHDAFamily 1.8.7f1
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.1.2b1
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.NVDAResman 6.1.8
    com.apple.iokit.IONDRVSupport 2.1
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.3.7f1
    com.apple.driver.AppleUSBMultitouch 205.32
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.7f1
    com.apple.iokit.IOBluetoothFamily 2.3.7f1
    com.apple.iokit.IOUSBHIDDriver 4.0.2
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.AppleUSBMergeNub 4.0.0
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOAHCISerialATAPI 1.2.4
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOUSBUserClient 4.0.0
    com.apple.iokit.IO80211Family 311.1
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOUSBFamily 4.0.2
    com.apple.driver.NVSMU 2.2.7
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 283
    com.apple.iokit.IOStorageFamily 1.6.1
    com.apple.driver.AppleACPIPlatform 1.3.2
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0

    First, stop using Chrome. Second, did you reinstall from scratch or reinstall over the existing system? Third, remove all USB devices, uninstall VM Fusion, the Huwai drivers, the Novamedia driver, and the Logitech software and drivers. If you erased and reinstalled SL, then ignore the uninstall part, but do not reinstall that software, and don't connect any USB peripherals.
    If this solves the problem, then one or more of the above third-party hardware and drivers is either causing the panic or is incompatible with one or more of the other items and causing the panic. This could be due to outdated software that needs to be updated.
    If the panics continue, then you should erase the drive and reinstall OS X only. If you still have panics then there's likely a hardware problem such as bad or marginal RAM.
    Also, visit The XLab FAQs and read the FAQ on diagnosing kernel panics.

  • Unable to create crash dump

    I have been facing several crashes with my application and ironically, the "crash report" instructions seem to be inadequate.
    I am trying to follow the instruction here - http://kb2.adobe.com/cps/839/cpsid_83973.html
    c:\windows\system32\macromed\flash\ folder doesn't exist
    I found the directory in syswow64 instead
    However, even after adding mm.cfg, the crash dumps are no where to be found
    I am running the following config:
    Windows 7 (64 Bit)
    Firefox 3.6.17
    Flash player 10.2 (32 bit I presume ?) - tried with both debug and release versions
    Please advise
    Siva.

    Did you save the mmf.cfg file as a Unicode UTF-8 encoded file?

  • Crash dump space requirement

    Hi All,
    I have set my dump device to capture all the kernel pages. here is how it is setup
    Dump content: kernel pages
    Dump device: /dev/dsk/c1t1d0s4 (dedicated)
    Savecore directory: /var/crash/xxxxxxxx (minfree = 20000KB)
    Savecore enabled: yes
    now, i want to determine what should be the size of /var/crash to capture the crash dump, if the sysem panics :-(
    I have seen lastly when the sytem paniced there wasn't sufficient space to capture the entire crash dump.
    currently /var/crash is of size 998MB.
    let me know.
    thanks

    [Chapter 17 Managing System Crash Information |http://docs.sun.com/app/docs/doc/817-0403/tscrashdumps-40145?a=view] in the Solaris10 Advanced System Admin guide has some info you may find useful.
    john

  • Why Mac Mountain Lion cannot use gdb to analzy kernel core dump??

    I'm trying to use gdb debug  a Core Dump after a Kernel Panic which I collected from two Macs,but when i use list command below i get some errs:
    then get "can't find symblos for ****

    Hi Linc Davis:
      thanks for your replay!
      And could you tell me which "debug kernel available" shall i need to run,because i have seached all of Apple Developer site but found nothing useful infomation to be set?!
      Below are the steps how i get  Mac Mountain Lion(10.8.3 Build:12D78) kernel core dump from Apple Developer site:
    1、Configuring the Server:
    1)Creating the core dump directory:
       server$ sudo mkdir /PanicDumps
       Password:********
       server$ sudo chown root:wheel /PanicDumps
       server$ sudo chmod 1777 /PanicDumps
    2)Activating the core dump server
       server$ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.kdumpd.plist
       Password:********
    3)Verifying the core dump server is active
       server$ sudo launchctl list | grep kdump
       Password:********
        - 0     com.apple.kdumpd
    2、Configuring a Client
      client$ sudo nvram boot-args="debug=0xd44 _panicd_ip=10.***.***.***" (10.***.***.***
      Password: ********
    when i got client pc core dump,and use gdb analyze it ,i got some errs,eg,
    /Volumes/KernelDebugKit?kgmacros:342:Error in sourced command file:
    cannot access memory at address 0xffffff8000200004

  • Firefox crashes - No crash dump file - No longer works

    For some reason, I've had a few problems with Firefox recently. The latest is that each time I try to load it, it crashes straight away, occasionally letting me send an error report, others not. It always comes up with an error that states: Firefox had a problem and crashed. We'll try to restore your tabs and windows when it restarts. Unfortunately the crash reporter is unable to submit a crash report. Details: The application did not leave a crash dump file.
    I've tried restarting my computer in safe mode to see if it works then, but it is coming up with the same error. I've also uninstalled and reinstalled Firefox, yet nothing has helped at all. I've also got problems opening Chrome and Safari, and now Explorer seems to be the only browser that works on my computer. I've downloaded malwarebytes by recommendation from a family member, yet that isn't finding any viruses/malware on my computer. As that's what I initially thought it could be. As I'm unable to open Firefox at all, I'm unable to obtain any previous crash ID's. I do have the details that come up in the 'Details' box when Firefox says that it has crashed, but unsure whether that would help establish any sort of information to help with the issue. I'm not that technically minded, so if someone could help me out with it, I'd really appreciate it.
    I'm stuck using Opera, and it was alright for a while, but now I'm getting annoyed that Firefox isn't working at all. It won't even open.
    I really would appreciate the help!

    Do you have Roboform installed?
    Do you have a SSO (single sign on) extension installed?

  • Firefox crashes - No crash dump file

    For some reason, I've had a few problems with Firefox recently. The latest is that each time I try to load it, it crashes straight away, occasionally letting me send an error report, others not.
    It always comes up with an error that states:
    Firefox had a problem and crashed. We'll try to restore your tabs and windows when it restarts.
    Unfortunately the crash reporter is unable to submit a crash report.
    Details: The application did not leave a crash dump file.
    I've tried restarting my computer in safe mode to see if it works then, but it is coming up with the same error.
    I've also uninstalled and reinstalled Firefox, yet nothing has helped at all.
    I've also got problems opening Chrome and Safari, and now Explorer seems to be the only browser that works on my computer.
    I've downloaded malwarebytes by recommendation from a family member, yet that isn't finding any viruses/malware on my computer. As that's what I initially thought it could be.
    As I'm unable to open Firefox at all, I'm unable to obtain any previous crash ID's.
    I do have the details that come up in the 'Details' box when Firefox says that it has crashed, but unsure whether that would help establish any sort of information to help with the issue.
    I'm not that technically minded, so if someone could help me out with it, I'd really appreciate it.

    Has anyone figured this out? I'm stuck using Opera and IE 9 and am having an extremely hard time developing my sites. Please help with this issue.

  • I HAVE A SONY VAIO WITH WINDOWS VISTA- SUDDENLY I'M GETTING A BLUE SCREEN (crash dump)THAT SHUTS DOWN MY COMPUTER. HOW DO I STOP THIS. ALREADY TRIED TO UNINSTALL AND RE INSTALL. MAY NOT HAVE DONE IT CORRECTLY ?

    LAST WEEK STARTED GETTING A BLUE SCREEN (CRASH DUMP) AFTER CLOSING I TUNES, THAT CAUSES MY COMPUTER TO SHUTDOWN. IVE BEEN TOLD BY A PC REPAIR SHOP THAT I DONT HAVE A VIRUS. I DO HAVE ANTIVIRUS PROTECTION ON MY PC. ATTEMPED TO REINSTALL I TUNES BUT MAY NOT HAVE DONE IT CORRECTLY. I STILL HAVE THE PROBLEM. THE BLUE SCREEN ONLY HAPPENS WITH I TUNES. I HAVENT MADE ANY RECENT CHANGES TO MY MUSIC- NO DOWNLOADS /UPLOADS. ANY KNOWLEDGE OF THIS SITUATION? THANKS!!

    Hey Ishland,
    You are not alone. I'm getting the same thing I'm running Vista. I'm reading that Windows 8, 8.1 preview, Vista and XP.
    I'm thinking this has to be a Apple update to iTunes 11.0.4.4 fix.
    Cheers,
    Steve
    P.S. you might want to make your post easier to read by turning the cap lock off.

  • My iMac G5 1.83 17" has kernel crash

    After having a electrical power surge I had to replace the hard drive because of corrupt file. I am testing with my Mac Pro hard drive and keep getting a kernel crash report contents below. Can any one read this and tell me what is going on.
    Interval Since Last Panic Report: 444 sec
    Panics Since Last Report: 1
    Anonymous UUID: B8988F24-EF57-4E5B-8E6F-EAE4D1EA4AAB
    Wed Dec 1 17:00:35 2010
    panic(cpu 0 caller 0x2aab55): Kernel trap at 0x0027bd24, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00375004, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x01927af0, EBX: 0x0000002c, ECX: 0x00375000, EDX: 0x00849fe0
    CR2: 0x00375004, EBP: 0x1689aeb8, ESI: 0x00000058, EDI: 0x01b46fc4
    EFL: 0x00010202, EIP: 0x0027bd24, CS: 0x00000008, DS: 0x00860010
    Error code: 0x00000003
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x1689aca8 : 0x21b50c (0x5d42fc 0x1689acdc 0x223974 0x0)
    0x1689acf8 : 0x2aab55 (0x59616c 0x27bd24 0xe 0x596336)
    0x1689add8 : 0x2a09a8 (0x1689adf0 0x86a0e0 0x1689aeb8 0x27bd24)
    0x1689ade8 : 0x27bd24 (0xe 0x860048 0x25000010 0x250010)
    0x1689aeb8 : 0x25a3b1 (0x18386c4 0x1836b18 0x1796f3c 0x0)
    0x1689af78 : 0x25a8cf (0x1796ebc 0x138a04bc 0x8000 0x0)
    0x1689afa8 : 0x2cdaea (0x1796ebc 0x138a04bc 0x8000 0x3)
    0x1689afe8 : 0x2ce860 (0x138a0480 0x8000 0x3f8e 0xe100)
    0x1689b088 : 0x2ceaed (0x2901f38 0xb16f0 0x0 0x8000)
    0x1689b0c8 : 0x2cebee (0x8000 0x0 0x0 0x1)
    0x1689b0e8 : 0x44ad82 (0x2901f38 0xb16f0 0x0 0x8000)
    0x1689b178 : 0x44af11 (0x28f3804 0x11b80000 0x1d 0x1689bbfc)
    0x1689b1c8 : 0x42bc32 (0x1689bba0 0x0 0x1689bbfc 0x1689bbf8)
    0x1689bc18 : 0x2fafe1 (0x1689bc34 0x184b76c 0x1689bc48 0x0)
    0x1689bc88 : 0x2e5ee4 (0x2901c54 0x32c5404 0x32c5418 0x1689bec0)
    0x1689bf78 : 0x4f12e8 (0x365ca80 0x22dbbe8 0x4280044 0x1)
    0x1689bfc8 : 0x2a143d (0x22dbbe4 0x0 0x10 0x22dbbe4)
    BSD process name corresponding to current thread: mdworker
    Mac OS version:
    10H574
    Kernel version:
    Darwin Kernel Version 10.5.0: Fri Nov 5 23:20:39 PDT 2010; root:xnu-1504.9.17~1/RELEASE_I386
    System model name: iMac5,2 (Mac-F4218EC8)
    System uptime in nanoseconds: 803535996021
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver 2.0 (addr 0x15cea000, size 0x12288) - last unloaded 528879029766
    loaded kexts:
    com.vmware.kext.vmnet 2.0.0 - last loaded 358854594660
    com.vmware.kext.vmioplug 2.0.0
    com.vmware.kext.vmci 2.0.0
    com.vmware.kext.vmx86 2.0.0
    com.parallels.kext.prl_vnic 4.0 3810.237522
    com.parallels.kext.prl_netbridge 4.0 3810.237522
    com.parallels.kext.prl_hypervisor 4.0 3810.237522
    com.parallels.kext.prlhidhook 4.0 3810.237522
    com.orderedbytes.driver.ControllerMateFamily 4.4
    com.parallels.kext.prlusbconnect 4.0 3810.237522
    com.orderedbytes.driver.CMUSBDevices 4.4
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AudioAUUC 1.13
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AppleUpstreamUserClient 3.4.5
    com.apple.driver.AppleMCCSControl 1.0.17
    com.apple.driver.AppleIntelGMA950 6.2.4
    com.apple.driver.AudioIPCDriver 1.1.6
    com.apple.driver.AppleHDA 1.9.9f12
    com.apple.driver.AppleIntelIntegratedFramebuffer 6.2.4
    com.apple.iokit.AppleYukon2 3.2.1b1
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.ACPISMCPlatformPlugin 4.5.0d5
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleBacklight 170.0.34
    com.apple.driver.AirPortBrcm43224 426.36.1
    com.apple.driver.AppleIRController 303.8
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.driver.AppleEFINVRAM 1.4.0
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleUSBHub 4.1.7
    com.apple.iokit.IOAHCIBlockStorage 1.6.3
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.driver.AppleAHCIPort 2.1.5
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleUSBEHCI 4.1.7
    com.apple.driver.AppleUSBUHCI 4.1.5
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleACPIButtons 1.3.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.13.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.13.0
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.iokit.IOSurface 74.2
    com.apple.iokit.IOBluetoothSerialManager 2.3.8f7
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.driver.DspFuncLib 1.9.9f12
    com.apple.iokit.IOAudioFamily 1.7.9fc4
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.1.0d3
    com.apple.driver.IOPlatformPluginFamily 4.5.0d5
    com.apple.iokit.IONDRVSupport 2.2
    com.apple.driver.AppleHDAController 1.9.9f12
    com.apple.iokit.IOGraphicsFamily 2.2
    com.apple.iokit.IOHDAFamily 1.9.9f12
    com.apple.iokit.IO80211Family 312
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.driver.AppleUSBMergeNub 4.1.5
    com.apple.iokit.IOUSBHIDDriver 4.1.5
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOUSBUserClient 4.1.5
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOUSBFamily 4.1.7
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 6
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.DiskImages 289
    com.apple.iokit.IOStorageFamily 1.6.2
    com.apple.driver.AppleACPIPlatform 1.3.5
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: iMac5,2, BootROM IM52.0090.B09, 2 processors, Intel Core 2 Duo, 1.83 GHz, 512 MB, SMC 1.6f0
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x89), Broadcom BCM43xx 1.0 (5.10.131.36.1)
    Network Service: AirPort, AirPort, en2
    Network Service: Parallels Shared Networking Adapter, Ethernet, en5
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en6
    Serial ATA Device: MAXTOR STM3500630AS, 465.76 GB
    Parallel ATA Device: MATSHITACD-RW CW-8124
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Hub in Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x1002, 0x3d100000
    USB Device: USB & PS/2 Mouse, 0x0f62, 0x1001, 0x3d120000
    USB Device: Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x0204, 0x3d110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x7d200000

    Usually, kernel panics are hardware-related.
    So I'd start with this: [Intel-based Macs: Using Apple Hardware Test|http://support.apple.com/kb/HT1509].
    BSD process name corresponding to current thread: mdworker
    If the AHT doesn't find anything, the mdworkder process is part of the indexing for Spotlight, among other things. I'd start by excluding all your drives/partitions from Spotlight indexing, via +System Preferences > Spotlight > Privacy.+
    If that stops the problem, you know you've got a corrupted file or files somewhere. Verify your internal HD per #6 in [Formatting, Partitioning, Verifying, and Repairing Disks|http://web.me.com/pondini/AppleTips/DU.html] (or use the link in *User Tips* at the top of the +Using Snow Leopard+ forum).
    If that finds and fixes anything, remove the Spotlight exclusion.
    If it doesn't, I'd suggest downloading and installing the 10.6.5 "combo" update. That's the cleverly-named combination of all the updates to Snow Leopard since it was first released, so installing it should fix anything that's gone wrong since then, such as with one of the normal "point" updates. Info and download available at: http://support.apple.com/kb/DL1324 Be sure to do a +Repair Permissions+ via Disk Utility (in your Applications/Utilities folder) afterwards.
    If that doesn't help, reinstall OSX from your Snow Leopard Install disc (that won't affect anything else), then apply the "combo" again.
    If the problem persists, you'll have to use "Trial and Error" on the Spotlight exclusion to narrow down the location of the corrupted file(s).

Maybe you are looking for

  • Update report dynamically? (without page refresh)

    I have a page with several regions, and only one region is visible at a time. Each region contains a report as well as a drop-down to alter the data displayed in the report. Currently each time a drop-down value is changed it submits the page, which

  • Muse HTML is not loading completely in Chrome on a Mac. Forced to reload page to view page content.

    Works fine on Safari - just not Chrome. Is this a Chrome issue?

  • Mass upload of IPPE

    Dear All, We are in process of implementing IS-AUTO, for that IPPE is required as master data. I would like to know how to upload IPPE in mass as we upload material master using LSMW, please tell me any tool available for upload of IPPE in mass. Rega

  • PDF Browser Plugin

    I wanted to know if there is a way or a work around to get the controls for PDFs opened in a browser to always be displayed? The auto hide controls can be difficult for clients to see when they hide.

  • New mac air but no airplay icon

    please help i have just got a new mac book air and apple tv BUT there is no air play icon on the top left hand of my screen. can any body help me am i doing some thing wrong?? or is this mac not compatable (even though the apple man said it was)