Detecting the crashed replica

Hello,
In the replication group, one master with hundreds of replica, how can master and other replicas detect the crashed replica?
Thanks,
Ritchie Li

The way you've phrased your question is very open-ended, so it's hard
to tell just what you're asking. Can you narrow it down for us?
Typically the master and clients are connected via some sort of simple
telecommunications link, often TCP/IP. In that case you can't tell
for sure when a remote site has crashed; all you can do is try to
decide when the communication link has failed, and then guess that
that may have been caused by a crash. But actually the remote site
may still be running, on the other side of a failed link.
Conversely, even after a crash of a remote site, a TCP/IP
communication failure may not be evident, at least for a little while.
Using heartbeat messages is the usual way to avoid this latter
problem.
In an application that uses the replication "Base API" all of this is
entirely under control of the application, so there's not much more we
can say about it.
Replication Manager can use heartbeat messages to allow clients to
detect the failure of the communication link to the master, but not
the other way around: it doesn't detect failures of remote replicas.
Also, even in the case of detecting a master failure, Replication
Manager does not notify the application of the failure; it just starts
an election internally to choose a new master. (However, when a new
master is established, then Replication Manager does notify the
application.)
You could use the DB_ENV->repmgr_site_list() API to query
Replication Manager's opinion of the health of each connection. But
do remember that, because of the caveats mentioned above, this can
only be an approximate guess as to the actual status of the remote
sites themselves.
Alan Bram
Oracle

Similar Messages

  • I have an iPad3 which crashes often...like 5 times in 2days..nd now it doesnot reboot in anyway. I tried connecting it to my PC...bt the iTunes wont detect the device!!Wht shud i do nw?

    I have an iPad3 which crashes often...like 5 times in 2days..nd now it doesnot reboot in anyway. I tried connecting it to my PC...bt the iTunes wont detect the device!!Wht shud i do nw?

    Try this First...
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    http://support.apple.com/kb/ht1430
    If no joy...
    Connect to iTunes on the computer you usually Sync with and “ Restore “...
    http://support.apple.com/kb/HT1414
    If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/ht4097
    Note on Recovery Mode.
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...

  • The crash happened outside the java virtual machine in native code

    Hi,
    I have a biometric device with which I am given some C++ dlls. I am trying to call methods inside these using java (jna). I am loading the dll "zkemsdk.dll+" as follows:
    zkemkeeper INSTANCE1 = (zkemkeeper)Native.loadLibrary("zkemsdk", zkemkeeper.class);//zkemsdk is the dll, I am loading the dll here.
    Then, I am calling the function:
    zkemkeeper.INSTANCE1.Z_Connect_NETEX("ip address",4370);//Z_Connect_NETEX is a function inside zkemsdk.dll
    This returns me true or false based on whether am connected to the biometric device or not.Thus I am able to invoke this method without issues. But for other methods inside the dll, run time exception is thrown in console:
    Can someone help me resolve this issue. ??? Following is the content of the log file generated.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0351fe3b, pid=1664, tid=3832
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C [zkemsdk.dll+0xfe3b]
    # If you would like to submit a bug report, please visit:
    # http://www.java.net/external?url=http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x003a9000): JavaThread "main" [_thread_in_native, id=3832, stack(0x008c0000,0x00910000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000106
    Registers:
    EAX=0x0090f7c4, EBX=0x00000001, ECX=0x00000000, EDX=0x00000001
    ESP=0x0090f7b4, EBP=0x0090f848, ESI=0x00000096, EDI=0x003a9000
    EIP=0x0351fe3b, EFLAGS=0x00010216
    Top of Stack: (sp=0x0090f7b4)
    0x0090f7b4: 00000000 0090f930 000003fc 00000103
    0x0090f7c4: 0090f800 6d9532d0 373e92a0 00912ec5
    0x0090f7d4: 00000401 0090f7d8 369860d1 0090f800
    0x0090f7e4: 37390050 00000000 37390f90 00000000
    0x0090f7f4: 0090f800 0090f930 003a9000 0090f830
    0x0090f804: 10008fd8 0090f840 0090f930 00000008
    0x0090f814: 0090f88c 0090fa28 0090f8f4 0090f848
    0x0090f824: eb53f637 0351ffdc 00000096 00000003
    Instructions: (pc=0x0351fe3b)
    0x0351fe2b: 0f 53 50 8d 44 24 18 50 e8 58 7c 00 00 83 c4 0c
    0x0351fe3b: 8b 4e 70 51 8b 0e 83 c3 04 53 6a 64 8d 54 24 18
    Stack: [0x008c0000,0x00910000], sp=0x0090f7b4, free space=13d0090f2e8k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [zkemsdk.dll+0xfe3b]
    C [jna5972695927945545932.tmp+0x9182]
    C [jna5972695927945545932.tmp+0x2161]
    C [jna5972695927945545932.tmp+0x2849]
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+90
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.Z_Beep(J)Z+19
    j com.rfarrays.bhabs.fingerPrint.main([Ljava/lang/String;)V+84
    v ~StubRoutines::call_stub
    V [jvm.dll+0xf049c]
    V [jvm.dll+0x17fcf1]
    V [jvm.dll+0xf051d]
    V [jvm.dll+0xf9bc5]
    V [jvm.dll+0x10181d]
    C [javaw.exe+0x2155]
    C [javaw.exe+0x8614]
    C [kernel32.dll+0xb729]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+90
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.Z_Beep(J)Z+19
    j com.rfarrays.bhabs.fingerPrint.main([Ljava/lang/String;)V+84
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x02b10c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1976, stack(0x02dc0000,0x02e10000)]
    0x02b0a400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1280, stack(0x02d70000,0x02dc0000)]
    0x02b08c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1984, stack(0x02d20000,0x02d70000)]
    0x02b07800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2160, stack(0x02cd0000,0x02d20000)]
    0x02b02400 JavaThread "Finalizer" daemon [_thread_blocked, id=2052, stack(0x02c80000,0x02cd0000)]
    0x02afd800 JavaThread "Reference Handler" daemon [_thread_blocked, id=752, stack(0x02c30000,0x02c80000)]
    =>0x003a9000 JavaThread "main" [_thread_in_native, id=3832, stack(0x008c0000,0x00910000)]
    Other Threads:
    0x02afc400 VMThread [stack: 0x02be0000,0x02c30000] [id=1504]
    0x02b1b800 WatcherThread [stack: 0x02e10000,0x02e60000] [id=1980]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 4928K, used 2455K [0x22970000, 0x22ec0000, 0x27ec0000)
    eden space 4416K, 55% used [0x22970000, 0x22bd5db0, 0x22dc0000)
    from space 512K, 0% used [0x22dc0000, 0x22dc0000, 0x22e40000)
    to space 512K, 0% used [0x22e40000, 0x22e40000, 0x22ec0000)
    tenured generation total 10944K, used 0K [0x27ec0000, 0x28970000, 0x32970000)
    the space 10944K, 0% used [0x27ec0000, 0x27ec0000, 0x27ec0200, 0x28970000)
    compacting perm gen total 12288K, used 343K [0x32970000, 0x33570000, 0x36970000)
    the space 12288K, 2% used [0x32970000, 0x329c5f20, 0x329c6000, 0x33570000)
    ro space 10240K, 51% used [0x36970000, 0x36e9ae00, 0x36e9ae00, 0x37370000)
    rw space 12288K, 54% used [0x37370000, 0x37a072d8, 0x37a07400, 0x37f70000)
    Dynamic libraries:
    0x00400000 - 0x00424000 C:\Program Files\Java\jre6\bin\javaw.exe
    0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f03000 C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\msvcr71.dll
    0x6d800000 - 0x6da97000 C:\Program Files\Java\jre6\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x6d7b0000 - 0x6d7bc000 C:\Program Files\Java\jre6\bin\verify.dll
    0x6d330000 - 0x6d34f000 C:\Program Files\Java\jre6\bin\java.dll
    0x6d290000 - 0x6d298000 C:\Program Files\Java\jre6\bin\hpi.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d7f0000 - 0x6d7ff000 C:\Program Files\Java\jre6\bin\zip.dll
    0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
    0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
    0x6d610000 - 0x6d623000 C:\Program Files\Java\jre6\bin\net.dll
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x10000000 - 0x10052000 C:\Documents and Settings\bkonwar\Local Settings\Temp\jna5972695927945545932.tmp
    0x03510000 - 0x03546000 C:\WINDOWS\system32\zkemsdk.dll
    0x03560000 - 0x03574000 C:\WINDOWS\system32\commpro.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -Dfile.encoding=Cp1252
    java_command: com.xyz.bhabs.fingerPrint
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:/Program Files/Java/jre6/lib/i386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;;C:\Program Files\Java\jre1.6.0_07\bin;C:\Program Files\Android\android-sdk-windows\tools;C:\Program Files\TortoiseSVN\bin
    USERNAME=BKonwar
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 3
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2085780k(1286036k free), swap 4024188k(3249652k free)
    vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE (1.6.0_20-b02), built on Apr 12 2010 13:52:23 by "java_re" with MS VC++ 7.1 (VS2003)
    time: Wed May 25 10:02:24 2011
    elapsed time: 21 seconds
    Regards,
    Bhabs
    Edited by: 861222 on May 25, 2011 12:19 AM

    861222 wrote:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0351fe3b, pid=1664, tid=3832Not much to tell here. This line here looks suspiciously like a null-pointer error happening in the native code. It is impossible to say how, where and why. Go back to your code and start debugging I'd say, see where invalid data can be passed to the native code.

  • How to Detect browser crash

    hi i want to know how to detect browser crash or the way to go about it , i can use any language to any api's plz specify me some solution .It would be really healpfull

    paul_123 wrote: hi i want to know how to detect browser crash ..
    Like the other person that replied, I do not quite understand why it is of interest that the end user's browser crashes. If, like they suspect, it is to do with your applet, I think the best solution is to launch the applet using webstart and forget the browser. If the end user launches a webstart based applet from the browser and the browser crashes, the applet will keep working just fine.
    Is your applet publicly available? If so, what is the URL where we can see it?

  • I can't install my purchased Photoshop CS6 in my window based laptop. how i will detect the problem

    I can't install my purchased Photoshop CS6, how i will detect the problem

    Hi siba1966 ,
    can you be more specific? Double-click the Setup file, after installation you enter your Adobe Id ...At what point in the process crashes?

  • Detecting the host application type

    I have a plug-in for Acrobat Professional. Is there any way for this plug-in to determine the host application like if it is running inside a Acrobat Professional or inside a browser container etc?
    I need to know this becasuse my plug-in is causing the browsers to crash whenever they open PDF files. My idea is to detect the host for my app and abort loading the plug-in if it is not full blows Acrobat app.
    Thanks
    Shreedhar

    You don't need to!
    When you create your toolbar button, don't add EXTERNAL to the parameters you pass it.
    How else is your plugin invoked other than button (see above) or menu (not present)?

  • The Crash Has Many Faces

    My iBook G4 started crashing a few days ago. The crash was the machine freezing completely, though the cursor still moved. Power button (and later CTRL + ALT+POWER) restarted it.
    The crashes seemed to happen most often in Safari, but that may have more to do with how much time I spend in Safari.
    However, when I did an Archive/Reinstall, Safari would not finish starting up, but , I was able to click on the desktop and get out of Safari and then force quit. On a hunch, I upgraded (?) to Safari 1.2 and was able to open up Safari again. But then the freezing crash of before happened again (for the first time since I reinstalled OS10.
    Also, since the reinstall, I've been getting this message at startup:
    APPLICATION FAILURE (not sure if that's the exact word -- I was only able to copy the text below and forgot to note the "title")
    The application "Transport Monitor" could not be launched because of a shared library error: "8<Transport Monitor><Transport Monitor><HotSyncLib.PPC>"
    I think this is related to Palm OS. I doubt the two problems are related, but you never know. The good news is, I've been typing this in TextEdit and the machine hasn't crashed yet (Safari isn't open, but it may not have to be).
    Does any of this make sense?

    I went back and forth on which forum to hit. The
    pre-archive/reinstall crashes didn't always involve Safari (at least
    directly), so I figured I'd start here. Here is the most recent log.
    The following error report describes the Java stack information at
    the crash.
    The native stack information can be found in the crash log generated
    by CrashReporter.
    An unexpected exception has been detected in native code outside the
    VM.
    Unexpected Signal : Bus Error occurred at PC=0x9756F588
    Function=[Unknown.]
    Library=/System/Library/Frameworks/WebKit.framework/Versions/A/Framewo
    rks/WebCore.framework/Versions/A/WebCore
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for
    possible
    reason and solutions.
    Current Java thread:
    Cannot find the last Java frame, printing stack disabled.
    Dynamic libraries and executable:
    [0x00007df4-0x000a281c] /Applications/Safari.app/Contents/MacOS/Safari
    [0x044d02d4-0x044d8aa8] /Library/Internet
    Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    [0x043868b0-0x0438859c]
    /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImp
    orter
    [0x121172d4-0x1211a620] /System/Library/Contextual Menu
    Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    [0x1234b97c-0x123552e0] /Library/Internet Plug-Ins/QuickTime
    Plugin.webplugin/Contents/MacOS/QuickTime Plugin
    [0x12c4d2ec-0x12d3a460]
    /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/
    GLEngine
    [0x12ff31f4-0x1328f3e0]
    /System/Library/Extensions/ATIRadeon8500GLDriver.bundle/Contents/MacOS
    /ATIRadeon8500GLDriver
    [0x1284e430-0x12866cac]
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDri
    ver.bundle/GLDriver
    [0x126d940c-0x126f29a8]
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRen
    dererFloat.bundle/GLRendererFloat
    [0x014ef174-0x014f09b4] /System/Library/TextEncodings/Unicode
    Encodings.bundle/Contents/MacOS/Unicode Encodings
    [0x121a6410-0x121a6d5c]
    /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALP
    lugin.bundle/Contents/MacOS/AOAHALPlugin
    [0x12a9e290-0x12ac1e30]
    /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/iSightAu
    dio
    [0x136612f4-0x136fd550]
    /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioC
    odecs
    [0x1603da70-0x1604b1c0]
    /Library/Printers/Canon/BJPrinter/PMs/Canon190PM.plugin/Contents/PlugI
    ns/QualityMedia190.pde/Contents/MacOS/QualityMedia190
    [0x16c05bd8-0x16c1194c]
    /Library/Printers/Canon/BJPrinter/PMs/Canon190PM.plugin/Contents/PlugI
    ns/ColorOptions190.pde/Contents/MacOS/ColorOptions190
    [0x16d34b58-0x16d41004]
    /Library/Printers/Canon/BJPrinter/PMs/Canon190PM.plugin/Contents/PlugI
    ns/SpecialEffects190.pde/Contents/MacOS/SpecialEffects190
    [0x16d8c1d0-0x16d94eec]
    /Library/Printers/Canon/BJPrinter/PMs/Canon190PM.plugin/Contents/PlugI
    ns/BorderlessPrint190.pde/Contents/MacOS/BorderlessPrint190
    [0x1542cae8-0x15433a20]
    /System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
    [0x183787d8-0x183aaff4]
    /System/Library/Components/SoundManagerComponents.component/Contents/M
    acOS/SoundManagerComponents
    [0x900008e0-0x90121d30] /usr/lib/libSystem.B.dylib
    [0x90ec0ec8-0x90ec0f78]
    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    [0x90d40ec0-0x90d40f70]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    [0x94fe11bc-0x95056414]
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    [0x939f10c4-0x93ab6bb0]
    /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBoo
    k
    [0x90810ea8-0x90810f58]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Ap
    plicationServices
    [0x920c0e54-0x922324e0]
    /System/Library/Frameworks/Security.framework/Versions/A/Security
    [0x90d008f4-0x90d166f0]
    /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/Sy
    stemConfiguration
    [0x94721728-0x94721b74]
    /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Sec
    urityFoundation
    [0x90d71150-0x90d96890]
    /System/Library/Frameworks/SecurityInterface.framework/Versions/A/Secu
    rityInterface
    [0x939d0eb4-0x939d257c] /usr/lib/system/libmathCommon.A.dylib
    [0x92e71438-0x932a1050]
    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    [0x90a21648-0x90b47720]
    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    [0x95e0ae9c-0x95e16ed8]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Imag
    eCapture.framework/Versions/A/ImageCapture
    [0x917e0e40-0x917ece8c]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Spee
    chRecognition.framework/Versions/A/SpeechRecognition
    [0x91990b68-0x91999808]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Secu
    rityHI.framework/Versions/A/SecurityHI
    [0x96c008f0-0x96c7c490]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.
    framework/Versions/A/Ink
    [0x94588740-0x9459186c]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help
    .framework/Versions/A/Help
    [0x94fa8410-0x94fbb794]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Open
    Scripting.framework/Versions/A/OpenScripting
    [0x907033c0-0x9073e110]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Prin
    t.framework/Versions/A/Print
    [0x91303df4-0x9135b7fc]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTML
    Rendering.framework/Versions/A/HTMLRendering
    [0x914aea48-0x915048b8]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navi
    gationServices.framework/Versions/A/NavigationServices
    [0x927ba244-0x927d0fb8]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Carb
    onSound.framework/Versions/A/CarbonSound
    [0x917fd328-0x91806db8]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Comm
    onPanels.framework/Versions/A/CommonPanels
    [0x92881e4c-0x92b1b128]
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HITo
    olbox.framework/Versions/A/HIToolbox
    [0x961b1614-0x96212938]
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/Java
    ScriptCore.framework/Versions/A/JavaScriptCore
    [0x973e104c-0x9761d600]
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebC
    ore.framework/Versions/A/WebCore
    [0x968d14ac-0x969a3b7c] /usr/lib/libicucore.A.dylib
    [0x90dd1324-0x90debc74]
    /System/Library/Frameworks/DirectoryService.framework/Versions/A/Direc
    toryService
    [0x923c56b8-0x923f973c]
    /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    [0x90700eb4-0x90700f64]
    /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServi
    ces
    [0x94c410c8-0x94c4c668]
    /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/
    DSObjCWrappers
    [0x908311e0-0x9083de7c] /usr/lib/libobjc.A.dylib
    [0x91281168-0x912b11cc]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/AE.framework/Versions/A/AE
    [0x96b51448-0x96bd2564]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ATS.framework/Versions/A/ATS
    [0x913a0b64-0x913f7444]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ColorSync.framework/Versions/A/ColorSync
    [0x94c57b70-0x94ed86f0]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    [0x916e1504-0x9174eca8]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/PrintCore.framework/Versions/A/PrintCore
    [0x915e17a0-0x9167c25c]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/QD.framework/Versions/A/QD
    [0x912e16b8-0x912f4fd4]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    [0x908c6148-0x909099a4]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/HIServices.framework/Versions/A/HIServices
    [0x96e12e28-0x96e214e8]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    [0x92071308-0x9209007c]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/FindByContent.framework/Versions/A/FindByContent
    [0x924310d0-0x92461ee0]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/LaunchServices.framework/Versions/A/LaunchServices
    [0x901c09c0-0x9025a584]
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFou
    ndation
    [0x90585040-0x905e1144]
    /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    [0x945b0834-0x945b857c] /usr/lib/libz.1.dylib
    [0x972d2680-0x9735ad80]
    /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioTool
    box
    [0x927b25dc-0x927b2f90]
    /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    [0x909415e4-0x90995918]
    /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versio
    ns/A/DesktopServicesPriv
    [0x80831330-0x808eeaf8] /usr/lib/libxml2.2.dylib
    [0x939a0940-0x939b1198] /usr/lib/libcups.2.dylib
    [0x93f55964-0x93fa1aa4]
    /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    [0x907f1260-0x907f8ac4]
    /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A
    /DiskArbitration
    [0x90c335cc-0x90c437f4]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    [0x91967830-0x919712e0]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    [0x91b10ba8-0x91b25890]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    [0x91b512ac-0x91b5bb5c]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    [0x91b814f8-0x91b91854]
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    [0x806c07d0-0x806e2360] /usr/lib/libxslt.1.dylib
    [0x91979018-0x91987124] /usr/lib/libsasl2.2.0.1.dylib
    [0x97c554c4-0x97cf957c] /usr/lib/libcrypto.0.9.7.dylib
    [0x96aa0718-0x96ac7628] /usr/lib/libssl.0.9.7.dylib
    [0x94610d18-0x94627514] /usr/lib/libresolv.9.dylib
    [0x902b0d0c-0x90371000]
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/CarbonCore.framework/Versions/A/CarbonCore
    [0x90611af0-0x9067a5d8]
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/OSServices.framework/Versions/A/OSServices
    [0x927f1124-0x92822148]
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/CFNetwork.framework/Versions/A/CFNetwork
    [0x946ee3b8-0x94701d28]
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/WebServicesCore.framework/Versions/A/WebServicesCore
    [0x94651134-0x9469e0b8]
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/SearchKit.framework/Versions/A/SearchKit
    [0x907c77c4-0x907cf2bc] /usr/lib/libbsm.dylib
    [0x910b1228-0x910f5364]
    /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    [0x96e80b78-0x96e80ca8]
    /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    [0x96cb0780-0x96cc4aa8] /usr/lib/libiconv.2.dylib
    [0x95f005e8-0x95f1e0f4]
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libvMisc.dylib
    [0x95e4062c-0x95e98034]
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libvDSP.dylib
    [0x954c0d00-0x95ac1cb4]
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libBLAS.dylib
    [0x95b2100c-0x95debd7c]
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libLAPACK.dylib
    [0x915bef2c-0x915c16c4]
    /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    [0x96f215d0-0x9713a390]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibhotspot.dylib
    [0x971d0b6c-0x971d9214]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibverify.dylib
    [0x971a1560-0x971b77a4]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibjava.jnilib
    [0x80d40754-0x80d4a2c8]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibzip.jnilib
    [0x8107191c-0x81137170]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibawt.jnilib
    [0x80fd0c6c-0x80fd31c8]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibfontmanager.jnilib
    [0x810608b0-0x81060e54]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibcmm.jnilib
    [0x80560a30-0x8058d764]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibsuncmm.jnilib
    [0x80e70cb4-0x80e912f0]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibjpeg.jnilib
    [0x80da0e7c-0x80da8c60]
    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/l
    ibnet.jnilib
    [0x97916010-0x97b29d30]
    /System/Library/Frameworks/QuickTime.framework/QuickTime
    [0x8fd50f1c-0x8fd50fd0]
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    [0x88081510-0x881b2b64]
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vImage.framework/Versions/A/vImage
    [0x89d72b50-0x89d72c80]
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/vecLib
    [0x97f43d60-0x986e67f8]
    /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS
    /QuickTimeComponents
    [0x90d60f8c-0x90d6a08c]
    /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    [0x83b6d4b0-0x83b71c0c]
    /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    [0x81f2cae0-0x81f3f0a8]
    /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    [0x90c60ef0-0x90cb1010]
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    U.dylib
    [0x909f0918-0x90a0af90]
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    .dylib
    [0x92727f40-0x92756060]
    /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    [0x918312c4-0x91856dac] /Library/Internet Plug-Ins/QuickTime
    Plugin.plugin/Contents/MacOS/QuickTime Plugin
    [0x9419c020-0x942bb488]
    /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/
    QuickTimeStreaming
    [0x9786077c-0x9787f0d4]
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    Image.dylib
    [0x811ec410-0x812b065c]
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    Programmability.dylib
    [0x8c2807d0-0x8c281960]
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    System.dylib
    [0x9188148c-0x91912f58]
    /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudi
    o
    [0x89c785f4-0x89c78c18]
    /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComp
    onentGlue
    [0x123f4104-0x123f6dbc]
    /Library/Printers/Canon/BJPrinter/Frameworks/BJCommand.framework/Versi
    ons/A/BJCommand
    [0x119c9cec-0x119cbdf0]
    /Library/Printers/Canon/BJPrinter/Frameworks/BJDataBase.framework/Vers
    ions/A/BJDataBase
    [0x84e30e24-0x84e30ee4]
    /Library/Printers/Canon/BJPrinter/Frameworks/BJPDELocalizedString.fram
    ework/Versions/A/BJPDELocalizedString
    [0x84de1438-0x84deae4c]
    /Library/Printers/Canon/BJPrinter/Frameworks/BJPrinterUtility2.framewo
    rk/Versions/A/BJPrinterUtility2
    [0x844a0328-0x844a0e18]
    /Library/Printers/Canon/BJPrinter/Frameworks/BJOS.framework/Versions/A
    /BJOS
    [0x156e1900-0x156f4bd4]
    /Library/Printers/Canon/BJPrinter/Frameworks/BJPhoto.framework/Version
    s/A/BJPhoto
    [0x8443e44c-0x8445b700]
    /System/Library//Frameworks/ApplicationServices.framework/Versions/A/F
    rameworks/CoreGraphics.framework/Resources/libCFilter.A.dylib
    [0x8bfb0e9c-0x8bfcf474]
    /System/Library/Printers/Libraries/libConverter.dylib
    [0x8bee0aec-0x8bee6f00]
    /System/Library/Printers/Libraries/libLW8Utils.dylib
    [0x8bf00944-0x8bf2bc48]
    /System/Library/Printers/Libraries/libLW8Converter.dylib
    [0x8eea0f6c-0x8eea485c]
    /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    [0x8349db8c-0x834b4dac]
    /System/Library/QuickTime/QuickTimeFirewireDV.component/Contents/MacOS
    /QuickTimeFireWireDV
    Local Time = Sun Jan 8 23:07:55 2006
    Elapsed Time = 15925542
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2-56 mixed mode)
    [ Edited by Apple Discussions Moderator; wrap long lines ]

  • Ethernet port doesn't detect the cable is connected and doesn't function

    It's since this morning that I can't make my en0 ethernet port work. Please note: changed dozens of cables, hubs, etc. The port simply doesn't detect the cable is plugged in and the actual network interface configuration crashes with the following log upon system boot-up:
    Process: eapolclient [403]
    Path: /System/Library/SystemConfiguration/EAPOLController.bundle/Resources/eapolclien t
    Identifier: eapolclient
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: bash [368]
    Date/Time: 2009-06-23 19:42:52.593 +0200
    OS Version: Mac OS X 10.5.7 (9J61)
    Report Version: 6
    Anonymous UUID: 750052DD-67C5-4AEB-8843-9AB2F6B54967
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x96ff159b CFDictionaryGetCount + 43
    1 com.apple.CoreFoundation 0x96ff435d CFDictionaryCreateCopy + 29
    2 eapolclient 0x000056ba Supplicantupdateconfiguration + 49
    3 eapolclient 0x00003316 main + 1303
    4 eapolclient 0x00001d06 start + 54
    Thread 1:
    0 libSystem.B.dylib 0x90be86fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x90bca155 pthreadstart + 321
    2 libSystem.B.dylib 0x90bca012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xa087d4ec ebx: 0x96ff157e ecx: 0x00000001 edx: 0x00000010
    edi: 0x001021c0 esi: 0x00000000 ebp: 0xbffff6a8 esp: 0xbffff690
    ss: 0x0000001f efl: 0x00010283 eip: 0x96ff159b cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x8ff3 eapolclient ??? (???) <601ef87898001b311ead6372f01bdc5f> /System/Library/SystemConfiguration/EAPOLController.bundle/Resources/eapolclien t
    0x21000 - 0x37fe4 com.apple.EAP8021X 9.0.5 (???) <a7b029e76077ad0f1decd8912359f590> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x42000 - 0x6cff8 com.apple.framework.Apple80211 5.2.7 (527.2) <5982190f9caa25fca18b8753671d0d64> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90b98000 - 0x90cffff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
    0x92188000 - 0x921e5ffb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x92ee9000 - 0x92f14fe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x9433f000 - 0x9441ffff libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
    0x945fd000 - 0x94689ff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x947c8000 - 0x947d6ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x95697000 - 0x95868ffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95938000 - 0x9596ffff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95a2f000 - 0x95ae1ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x96faf000 - 0x970e2fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x970e3000 - 0x970e7fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9722b000 - 0x97232fe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x97315000 - 0x9744eff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    I had a similar issue with a MacBook Pro. When connecting the network cable, the network preferences would show 'not connected'. I thought it was hardware, but when I transferred the user to another Mac, I found that that ethernet device all the sudden stopped working as well.
    I was able to get the ethernet back with:
    System Preferences
    ->Network
    ->Assist Me...
    ->Diagnostics...
    At some point the ethernet device went green and all was well.
    Maybe this will help.

  • My Firefox crashes upon start up, and the crash reporter opens instead

    When I open my Firefox from desktop (windows vista), the firefox crash reporter opens instead giving me the options of restarting, or quiting firefox. The samething also happens when I start in safemode, or when I Reset firefox. The only way I can open firefox from desktop is if I open it as the administrator.
    My latest crash IDs are as follows:
    - Crash ID: bp-85ec11ca-df68-4c34-9eb7-800f32130119
    - Crash ID: bp-33a8cf2d-1be2-44bd-8265-8741a2130119
    - Crash ID: bp-9fac309a-d062-4f4d-bd2f-a0de12130119
    - Crash ID: bp-f3507e6d-6e28-486d-888f-265c02130119
    - Crash ID: bp-98a24370-1267-4caa-a2aa-90cda2130119
    I would really appreciate if you could help me out with this, I simply hate all the other browsers and would hate to change to one of them.

    hello akhalaj, from the crash report you've submitted it seems like the crash is malware related. the malicious file on your pc causing the crash is named ''ebwlduva.dll'' (randomly generated filename).
    according to reports from other users it should be detected &removed by microsoft safety scanner and kaspersky security scan. please run a scan with these products:
    http://www.microsoft.com/security/scanner/default.aspx
    http://www.kaspersky.com/security-scan

  • Script detecting application crash

    This is my first post here, so hi everyone!
    I'm trying to find a way to detect if an application crashes, and do something to solve it, maybe launching a script to restart the application, or the system...
    Best of all would be to detect if an application hangs, but i think this last one is more difficult to realize. Do you have any tips to get me started? I'm almost new to programming with a mac, but very eager to start!
    Thanks!

    this is an excellent idea. I solved with folder actions, having a script started as soon as an item is added. Here' the script
    on adding folder items to this_folder after receiving added_items
    do shell script "drutil eject"
    do shell script "afplay /Users/nu/Desktop/hun/collegamenti/scripts/riserva.wav"
    end adding folder items to
    My only point is... how can i know that what crashed is actually myapplication.app?
    is there a way to parse the file name of the crash report (which actually begins with the application name) and have something like "if filename starts with myletters, than do the script?"
    thanks a lot!

  • Why is the BIOS can't detect the HDs installed on IDE3 or IDE4 automat

    Why is the BIOS can't detect the HDs installed on IDE3 or IDE4 automatically?
    Theoretically, BIOS is supposed to be able to automaticaly detect all HDs on the IDE interface, including RAID, isn't it?
    From Windows, I can find my SCSI interface is enabled indeed, but not finding my HD on it.
    Besides, if I need to make RAID0-1 by software, then I prefer to install them by Windows 2000.
    Why bother to install another software?
    I think the performance of RAID installed by the software is quite inferior than the one installed by the hardware.
    Therefore, I don't think MSI will design some function like that.
    What's more,  While rebooting process, I press the CTRL+F, trying to get into the RAID BIOS, but nothing happened.
    Is it possible that the BIOS is crashed?  ?(

    The chip for the raid controller supplies its own bios for IDE3 and IDE4.  The only thing the main bios has to do with that part is enabling raid controller.  During boot does the screen ask you to press CTRL+F.

  • Firefox will no open at all it just bounces on the dock a few times and does nothing. Also the crash reporter crashes.

    when the crash reporter crashes im given this message.
    We're Sorry
    The application had a problem and crashed.
    Unfortunately the crash reporter is unable to submit a report for this crash.
    Details: The application passed an invalid argument.
    There is no crash id.
    when I try to open fire fox i do not get any messages or anything it just doesnt open.

    Try the procedures in the [[Firefox will not start]] article.

  • Any Mozilla product I install crashes at startup. The first window I see when I open a Mozilla product is the crash reporter. I have tried every possible solution but cannot open anything. It started with firefox. Can anyone please help?

    Hi there, as the question says, I cannot open any Mozilla product. I have tried to install firefox 3.6, older versions of Firefox, Firefox 4.0, Sea Monkey, Thunder Bird and Sun Bird. I have the same problem everytime. I open any of these programs and the first and the only window that appears is the crash reporter. I've tried opening it in Safe Mode and the same occurs. I have tried entirely uninstalling the products incuding the registry keys but no help. I shall post the detailed error reports, if they help solving this issue. Can you kindly look into this and find a solution as I use all of these Mozilla products and my life has been a hell since they've ben down.
    Seamonkey Error Report:
    Add-ons: [email protected]:2.0.4,{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}:0.9.85,{f13b157f-b174-47e7-a34d-4815ddfdfeb8}:0.9.87.4,[email protected]:1.0,{972ce4c6-7e08-4474-a285-3208198ce6fd}:1.0
    BuildID: 20101123124820
    CrashTime: 1296412292
    InstallTime: 1296412283
    ProductName: SeaMonkey
    StartupTime: 1296412291
    Theme: classic/1.0
    Throttleable: 1
    URL:
    Vendor: Mozilla
    Version: 2.0.11
    This report also contains technical information about the state of the application when it crashed.
    Sunbird Error Report:
    Add-ons: [email protected]:1.2009p,{e2fda1a4-762b-4020-b5ad-a41df1933103}:1.0b1,{972ce4c6-7e08-4474-a285-3208198ce6fd}:2.0
    BuildID: 20091211101839
    CrashTime: 1296413028
    InstallTime: 1296411446
    ProductName: Sunbird
    SecondsSinceLastCrash: 1578
    StartupTime: 1296413025
    Theme: classic/1.0
    Throttleable: 1
    URL:
    Vendor: Mozilla
    Version: 1.0b1
    This report also contains technical information about the state of the application when it crashed.

    Did you find a solution?
    Same problem over here as well, FF 7 is ok but FF8 / FF9 and Thunderbird 8 / 9 crash on startup.
    They both work if I start them in safe mode with everything enabled.

  • Updated to latest version and now always crashing. Won't open now and won't send the crash report. What do I do?

    This is what the crash report has under details:
    AdapterDeviceID: 0x0416
    AdapterDriverVersion: 10.18.10.3412
    AdapterSubsysID: 1977103c
    AdapterVendorID: 0x8086
    Add-ons: %7BF53C93F1-07D5-430c-86D4-C9531B27DFAF%7D:1.0.0.2,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:36.0,%7Bd10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d%7D:2.6.7,gmailnoads%40mywebber.com:4.28
    AvailablePageFile: 4624433152
    AvailablePhysicalMemory: 3425042432
    AvailableVirtualMemory: 3744272384
    BIOS_Manufacturer: Insyde
    BlockedDllList:
    BreakpadReserveAddress: 51707904
    BreakpadReserveSize: 67108864
    BuildID: 20150222232811
    CrashTime: 1425183947
    EMCheckCompatibility: true
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1425002300
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x0416, AdapterSubsysID: 1977103c, AdapterDriverVersion: 10.18.10.3412
    D2D? D2D1.1? D2D1.1+ D2D+ DWrite? DWrite+ D3D11 Layers? D3D11 Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 6105
    ShutdownProgress: quit-application
    StartupTime: 1425183782
    SystemMemoryUsePercentage: 46
    Theme: classic/1.0
    Throttleable: 1
    TotalPageFile: 8098750464
    TotalPhysicalMemory: 6353920000
    TotalVirtualMemory: 4294836224
    URL:
    User32BeforeBlocklist: 1
    Vendor: Mozilla
    Version: 36.0
    Winsock_LSP: MSAFD Tcpip [TCP/IP] : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [UDP/IP] : 2 : 2 :
    MSAFD Tcpip [RAW/IP] : 2 : 3 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [TCP/IPv6] : 2 : 1 :
    MSAFD Tcpip [UDP/IPv6] : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [RAW/IPv6] : 2 : 3 :
    RSVP TCPv6 Service Provider : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    RSVP TCP Service Provider : 2 : 1 :
    RSVP UDPv6 Service Provider : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    RSVP UDP Service Provider : 2 : 2 :
    useragent_locale: en-US
    This report also contains technical information about the state of the application when it crashed.

    I haven't yet tried the safe mode but I can.
    I did the Windows update in the earlier reply and there were some updates. Those were installed and the computer restarted.
    I have had Flash player crashes for some time. In my Plug-in Add-ons, I have two versions of Flash player, the newest one and an older 15 one. I have the older one set to never activate. The problem is the new one also keeps going disabled.
    When I have tried to just update the Flash Player, I am never able to exit Firefox. I try closing the tabs and going to the Exit icon. It will keep telling me Firefox is not closed and it can't continue.
    I tried to Uninstall the flash player in that program, and it is the same thing. It will not uninstall with Firefox open and nothing I try will allow it.
    It is interesting that I tried to import my bookmarks to IE since this problem and it doesn't even recognize there being a Firefox browser.
    Please tell me step-by-step how to do the two other suggestions in the earlier reply. These are regarding the Flash player.
    Firefox is still crashing.
    Thanks,
    Karen

  • My Mozzilla crashed: "We're Sorry....Firefox had a problem..." I download the new version and it is still giving me the crash report.

    My Mozzilla crashed: "We're Sorry....Firefox had a problem..." I download the new version and it is still giving me the crash report.
    I tried to loading in "safe mode" but I still could not open Firefox.
    I never received a crash i.d.

    It is possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

Maybe you are looking for

  • Cash account with nagative balance shows an alert message

    Hi All, when user  create  any type of  Outgoing Payment , Incoming Payment, deposits , Journal Entry with the Cash account which is active accounts and the account balance is less than ZERO so system gives an alert message  on the screen I want this

  • Issue with WAN Miniport when setting up VPN server in Windows 7

    I tried making my computer a VPN server by setting up a "New incoming connection" under network connections within Network and sharing center. Originally, it did complete but did not show any WAN Miniport connections. I could not connect to this VPN

  • Mini display port issue?

    Recently there has been a problem with my Cintiq/IMac. I got the "NO SYNC" from the Cintiq, re-installed Cintiq software, re-connected hardware, all the usual procedures I have done before that worked.No go, so I tried a new a new mini-display port,D

  • Sort user by last name

    Hello there, can i change the sorting of user to last_name, first_name? Actually its always first_name, last_name. We need this specially for the overview of our vibe user when we click "Personal Workspaces" beside the "Global Workspaces". I found an

  • Failover not happening the Oracle RAC 10g

    Hi All, I am new to RAC. I have installed Oracle RAC 10g on Redhat Linux 4.0. Till yesterday failover was happening that is when i stopped one instance on node01 the vip of node01 was transferred to node02.This was shown using ifconfig -a but now tha