Access violation (0xC0000005) at EIP=0x0534BABC when launching Exe

Hi All,
I am facing "Access violation (0xC0000005) at EIP=0x0534BABC" issue when I tried to launch my exe. Earlier versions of the exe were running fine until I added Email notification features using .net SMTP APIs and built it again. 
System,
Development and Deployment systems are different. I am able to run source code on both systems and Exe on Developement system. But exe is not working in Deployment system.
Exception,
I have attached the sanpshot of crash report pop-up and Log Report of the exception.
Please help!
Anandelamaran Duraisamy,
Senior Project Engineer,
Soliton Technologies (P) Ltd,
www.solitontech.com
Attachments:
Crash Report.png ‏11 KB
Crash Report.zip ‏19 KB

Additional details,
When I tried "Run as administrator", I could see the exe icon on the task bar for few seconds then it disappears. It basically fails to launch, also I don't get any error message. 
The Exe is created in development PC which runs 64 bit Window 7 and 32 bit LabVIEW. The deployment system has 32 bit Windows 7 and 32 bit LabVIEW. I hope it doesn't matter as far as my LabVIEW installations are 32 bit in both systems.
Anandelamaran Duraisamy,
Senior Project Engineer,
Soliton Technologies (P) Ltd,
www.solitontech.com

Similar Messages

  • Access violation (0xC0000005) at EIP=0x012B60E6 within a dynamically called VI

    Hi
    I have been seeing Access violation (0xC0000005) at EIP=0x012B60E6 within a dynamically called VI.
    The VI is called by reference and is strictly typed.
    The VI controls a function generator, a robot and a microcontroller device.
    All of the above are synchronised using functional globals.
    If I let the code run the FG will operate so I know the top level dynamic VI has defiantly been called and successfully entered, however within that VI as other VI’s are called (there are many) LV crashes with access violation.
    The VI's within the top level VI are using HiD communicatiuoins over USB with the peripheral instrumants.
    The LV crashes are totally random and sometimes the code will operate until the end and close down successfully.
    I can only seem to guarantee smooth operation if I set a breakpoint within the top level VI, then the entire system runs perfectly.
    In fact it seems that even if I remove the breakpoint (after the first break) and close the VI the system will continue to run until close.
    Has anyone any ideas? I have run out!

    Hi MAC1,
    I have been looking at your issue and wanted to ask if you are calling the VI's into Teststand, using the LabVIEW adapter?
    If this is the case, it may be worth looking at another forum post regarding the issue.
    LabVIEW Access Violations- Teststand
    I am currently looking into what could have caused this access violation. 
    If you could provide any further information in regards to the top level VI or if you could post it on here, that would be really useful.
    Regards,
    Dom C

  • Access violation (0xC0000005) at EIP=0x00496F5C

    I am getting the following error while I try to run a script from Teststand.
    I am attaching the error log too . I am not sure what the problem is . 

    Hi,
    Then you need to debug the code for GB2_COM.exe.
    If the code is not available  for you to debug then few things which you can try :
    Add steps to do manual flushing at different instances.
    Add wait steps before you call this GBCOM steps (probably some synchronisation problem) or try running with different tracing speeds.
    Hope this helps.
    Ravi
     

  • Access violation (0xC0000005)

    Hi 
    I am getting continuing problem with the crashing and Access violation (0xC0000005) at EIP=0x00962D22.
    When the crash happens the vi is gettting corrupt and impossible to open next time, so I need to work of the back up. 
    I tried to recompile everything, change the type defs, update to LabVIEW 12, open on another PC, same thing. I can work for 10min save the work several times do different things, and at one point LV crashes with that error. 
    Any ideas what to do? It is really a show stopper for me.
    The report dump below.
    thanks
    #Date: Thu, Jan 03, 2013 3:42:12 PM
    #OSName: Windows 7 Enterprise
    #OSVers: 6.1
    #OSBuild: 7600
    #AppName: LabVIEW
    #Version: 12.0f3 32-bit
    #AppKind: FDS
    #AppModDate: 10/05/2012 00:12 GMT
    #LabVIEW Base Address: 0x00400000
    <DEBUG_OUTPUT>
    1/3/2013 3:44:28.199 PM
    Crash 0x0: Crash caught by NIER
    File Unknown(0) : Crash 0x0: Crash caught by NIER
    minidump id: 7eb8157a-59f0-40af-acb9-a7b7df11beb2
    ExceptionCode: 0xC0000005
    </DEBUG_OUTPUT>
    0x01AF1179 - LabVIEW <unknown> + 0
    0x01AF1688 - LabVIEW <unknown> + 0
    0x7C37FDB4 - MSVCR71 <unknown> + 0
    0x771973E7 - ntdll <unknown> + 0
    0x77159F15 - ntdll <unknown> + 0
    0x00000000 - <unknown> <unknown> + 0
    *** Dumping Bread Crumb Stack ***
    *** LabVIEW Base Address: 0x00400000 ***

    pawel,
    I found your post here very interesting as I was having a VERY similar problem.  The only notable difference I could find with my situation is I only seemed to encounter this problem on 64-bit systems, and only when my application was a deployed exe.  However, I too was using a number of 3rd party .ocx and .dll utilities.  But this stubborn Access Violation error was so sporadic (it might have triggered 5 seconds into execution, or 5 hours) it was near impossible to track exactly WHY it was happening.
    Have you tried using the LabVIEW Desktop Trace Execution Toolkit yet?  I used it to tap into my deployed executable on the target machine while monitoring all VI calls, memory adjustements, etc from my development machine.  Although it wasn't a definitive sure-fire way to a solution, it did help me pin-point a pattern.
    For about 80% of my crashes, I noticed the last applicable VI to execute (after filtering out a bunch of typical utility VI calls) was "Wait On ActiveX Event.vi".  After a bit of digging, this VI was retired quite some time ago and has been upconverted from version to version since.  It was written into a library that has been rock solid for years.  Although it seemed to execute fine on my devlopment machine (as source code - not a built exe, 32 bit, 64 bit..whatever) and also functioned on all target 32-bit environments wrapped in an exe, it was actually the culprit to my Access Violation errors.
    I know how frustrating it is to narrow something like this down.  If you're still having issues and you haven't tried that Toolkit, I would suggest giving it a shot.
    Good luck.
    -Chris
    Sr Software and Automation Engineer
    Certified LabVIEW Architect
    Kod Integrations, LLC
    http://www.kodintegrations.com

  • Crash: "Access violation (0xC0000005)"

    Hello,
    One of our programs has crashed (crash of LabVIEW Runtime).
    The reason was an "Access violation (0xC0000005)" in the LabVIEW Runtime.
    Because it was an Error of the LabVIEW Runtime, I can not log the Error. This Error occurs only very seldom > than every 3 weeks.
    Attached is the error report and a Screenshot of the Error Window.
    So I have no Idea how to locate the error.
    1. What can cause this Kind Error?
    2. How can I locate the error cause?
    3. Can National Instrument isolate the error?
    Thanks
    Sletrab
    Attachments:
    Error Window.jpg ‏20 KB
    1ba236e7-4073-4e5e-9fe2-517a4eb8d8da.zip ‏40 KB

    These types of crashes are very conserning, and difficult to isolate (as you already have discovered).  Here's what I've done in the past.
    Memory monitoring.  Built into Windows 7 and newer is the Performance Monitor.  Not sure where it is I always click Start then type Performance Monitor.  It lets you log data over time and I usually set it up to log my application (or LabVIEW.exe) and look at different memory.  There are all kinds of memory from private, to public, and several variations in between.  This it self doesn't fix anything but may help in predicting when it happens.  If memory increases at some rate and it always dies around the same value it might help.
    If you can predict, and reproduce the issue, try changing the code to see if the issue goes away, or happens faster.  For me I made my logging routine run twice as fast.  So for all data I log I log it twice.  If the issue happens sooner it is likly something in the logging routine.
    After that I did a binary approach where I would disable parts of the logging code until the issue when away.  Turns out it was a bug in the TDMS logging routine that I could isolate and post to the forums.  NI agreed and fixed it in an update, and also had a work around until the update went live.
    Another thing I've tried is to upgrade to the latest everything and see if it behaves differently.  I would make an image of the harddrive as a backup, then upgrade to the latest LabVIEW and drivers for everything.  Then try again.  In a few cases things were fixed by upgrading, and the cost of upgrade was less than the weeks it would take for me to track down issues that may or may not be my fault.
    EDIT:  Oh and giving the crash report to NI is a good place to start.  Not sure what they can understand from it.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Access violation (0xC0000005) cause crash

    Access violation (0xC0000005) cause crash. The crash report is as blow. It may be caused by the function IMAQ FillHole. How this function crash?
    Who knows why? Thank you!
    #Date: 2014年8月12日 14:21:51
    #OSName: Windows 7 Ultimate 
    #OSVers: 6.1
    #OSBuild: 7600
    #AppName: 
    #Version: 12.0 32-bit
    #AppKind: AppLib
    #AppModDate: 08/12/2014 06:17 GMT
    #LabVIEW Base Address: 0x30000000
    <LVExec>
    {"a":[
    "vi": "D\\VISION_SYSTEM\\build\\MyProgram.exe\\IMAQ FillHole",
    "ctx": "主应用程序实例",
    "type": "subVI"
    "vi": "D\\VISION_SYSTEM\\build\\MyProgram.exe\\ccd2表面2二值化.vi",
    "ctx": "主应用程序实例",
    "type": "subVI"
    </LVExec>
    <DEBUG_OUTPUT>
    2014/8/12 16:48:15.894
    Crash 0x0: Crash caught by NIER
    File Unknown(0) : Crash 0x0: Crash caught by NIER
    minidump id: 6e35643f-8ff2-49e6-bbde-98bac2ffa48a
    ExceptionCode: 0xC0000005$N
    </DEBUG_OUTPUT>
    0x307277B4 - lvrt <unknown> + 0
    0x30727B38 - lvrt <unknown> + 0
    0x7C37FDB4 - MSVCR71 <unknown> + 0
    0x77CA5A74 - ntdll <unknown> + 0
    0x77C8B3C8 - ntdll <unknown> + 0
    0x00000000 - <unknown> <unknown> + 0
    Solved!
    Go to Solution.
    Attachments:
    ccd2表面2二值化.vi ‏21 KB

    Hi,
    please stick with your original thread! Don't create double posts!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Access violation at address 0041B7D6 in module AcrobatPro_11_Web_WWMUI.exe Read of access 00000008

    When installing Acrobat Pro, I receive these errors:
    EAccess violation in module AcrobatPro_11_Web_WWMUI.exe at 0001B7D6
    access violation at address 0041B7D6 in module AcrobatPro_11_Web_WWMUI.exe Read of access 00000008
    The program will not run.
    Help?

    Sounds like you have a corrupt file and need to download again. As large as the download is, it is not surprising that an error occurs.

  • Error when launch .exe

    I devloped an application that connect to internet and parse some html and xml files to provide a search using search engines.
    it compiles and works well in JBuilder 2005. but when i make the .exe it works in the beginning after that it crash.
    i have this log :
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x00e6ec58, pid=2684, tid=2688
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode)
    # Problematic frame:
    # v ~RuntimeStub::range_check_failed Runtime1 stub
    --------------- T H R E A D ---------------
    Current thread (0x00325938): JavaThread "main" [_thread_in_Java, id=2688]
    siginfo: ExceptionCode=0xc0000092, ExceptionInformation=0x00000000 0x0012f838
    Registers:
    EAX=0xffffffff, EBX=0x02edbf80, ECX=0x02ed2c18, EDX=0x00e980cb
    ESP=0x0012f838, EBP=0x0012f910, ESI=0x02ed2c30, EDI=0xffffffff
    EIP=0x00e6ec58, EFLAGS=0x00010202
    Top of Stack: (sp=0x0012f838)
    0x0012f838: 6d72cc06 00d787b0 00d78a48 0000071c
    0x0012f848: 02f10000 00d798a4 00000000 02eda930
    0x0012f858: 0012f8c4 6d6a1f0a 02edc5a0 6d690317
    0x0012f868: 0000071c 00000000 00000001 00325970
    0x0012f878: ffff1372 ffff0022 ffffffff 77c1b139
    0x0012f888: 03e1001b 0012f9b0 ffff0023 77f416f5
    0x0012f898: 77f417cd f78c180b 00000012 00000000
    0x0012f8a8: 00000000 00000000 00000000 00000000
    Instructions: (pc=0x00e6ec58)
    0x00e6ec48: 83 ec 6c dd 34 24 9b d9 24 24 83 ec 40 dd 1c 24
    0x00e6ec58: dd 5c 24 08 dd 5c 24 10 dd 5c 24 18 dd 5c 24 20
    Stack: [0x00030000,0x00130000), sp=0x0012f838, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    v ~RuntimeStub::range_check_failed Runtime1 stub
    J org.apache.xerces.utils.SymbolCache.addSymbolToCache(Ljava/lang/String;II)I
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j org.apache.xerces.utils.StringPool.addSymbol(Ljava/lang/String;)I+316
    j org.apache.xerces.validators.common.XMLValidator.init()V+118
    j org.apache.xerces.validators.common.XMLValidator.<init>(Lorg/apache/xerces/utils/StringPool;Lorg/apache/xerces/framework/XMLErrorReporter;Lorg/apache/xerces/readers/DefaultEntityHandler;Lorg/apache/xerces/framework/XMLDocumentScanner;)V+979
    j org.apache.xerces.framework.XMLParser.<init>(Lorg/apache/xerces/utils/StringPool;)V+143
    j org.apache.xerces.framework.XMLParser.<init>()V+8
    j org.apache.xerces.parsers.DOMParser.<init>()V+1
    j dom.wrappers.DOMParser.<init>()V+9
    j IPSerachEngine.XmlManager.Parse_xml_TagName_Resultat_Moteur(Ljava/lang/String;)Ljava/lang/String;+12
    J IPSerachEngine.HtmlParser.Parse_Html_File(Ljava/lang/String;Ljava/lang/String;)V
    j IPSerachEngine.HtmlParser.Start_Html_Parser(Ljava/lang/String;Ljava/lang/String;)V+3
    j IPSerachEngine.AgentPlanificateur.Init_Html_parser(Ljava/util/Vector;Ljava/lang/String;)V+53
    j IPSerachEngine.AgentPlanificateur.Start_Agent_planificateur(Ljava/util/Vector;Ljava/lang/String;)V+9
    j IPSerachEngine.IPSearchEngine.main([Ljava/lang/String;)V+60
    v ~StubRoutines::call_stub
    V [jvm.dll+0x818e8]
    V [jvm.dll+0xd4989]
    V [jvm.dll+0x817b9]
    V [jvm.dll+0x88747]
    C [IPSearchEngine.exe+0x7907]
    C [IPSearchEngine.exe+0x7734]
    C [IPSearchEngine.exe+0x7350]
    C [IPSearchEngine.exe+0x5580]
    C [IPSearchEngine.exe+0x52da]
    C [IPSearchEngine.exe+0x81e7]
    C [IPSearchEngine.exe+0x1783a]
    C 0x00000000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0b636b40 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2740]
    0x00dd07c8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2724]
    0x00dcf3a0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2728]
    0x00dce6d0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1492]
    0x00dc5b20 JavaThread "Finalizer" daemon [_thread_blocked, id=1488]
    0x00dc4690 JavaThread "Reference Handler" daemon [_thread_blocked, id=2696]
    =>0x00325938 JavaThread "main" [_thread_in_Java, id=2688]
    Other Threads:
    0x00dc05d8 VMThread [id=2692]
    0x00dd19a0 WatcherThread [id=2328]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 308K [0x02e90000, 0x02f30000, 0x03370000)
    eden
    [error occurred during error reporting, step 190, id 0xc0000092]
    Dynamic libraries:
    0x00400000 - 0x0042d000      C:\IPSearchengineEXE\IPSearchEngine.exe
    0x77f40000 - 0x77ff0000      D:\WINDOWS\System32\ntdll.dll
    0x77e40000 - 0x77f35000      D:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e3c000      D:\WINDOWS\system32\ADVAPI32.DLL
    0x77c90000 - 0x77d05000      D:\WINDOWS\system32\RPCRT4.dll
    0x71a10000 - 0x71a19000      D:\WINDOWS\System32\WSOCK32.DLL
    0x719f0000 - 0x71a05000      D:\WINDOWS\System32\WS2_32.dll
    0x77be0000 - 0x77c33000      D:\WINDOWS\system32\msvcrt.dll
    0x719e0000 - 0x719e8000      D:\WINDOWS\System32\WS2HELP.dll
    0x77d10000 - 0x77d9d000      D:\WINDOWS\system32\USER32.DLL
    0x77c40000 - 0x77c80000      D:\WINDOWS\system32\GDI32.dll
    0x6d640000 - 0x6d7c5000      D:\Program Files\Java\jre1.5.0_02\bin\client\jvm.dll
    0x76ae0000 - 0x76b0e000      D:\WINDOWS\System32\WINMM.dll
    0x6d280000 - 0x6d288000      D:\Program Files\Java\jre1.5.0_02\bin\hpi.dll
    0x76ba0000 - 0x76bab000      D:\WINDOWS\System32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      D:\Program Files\Java\jre1.5.0_02\bin\verify.dll
    0x6d300000 - 0x6d31d000      D:\Program Files\Java\jre1.5.0_02\bin\java.dll
    0x6d630000 - 0x6d63f000      D:\Program Files\Java\jre1.5.0_02\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      D:\Program Files\Java\jre1.5.0_02\bin\net.dll
    0x71990000 - 0x719cc000      D:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef5000      D:\WINDOWS\System32\DNSAPI.dll
    0x76f60000 - 0x76f67000      D:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3d000      D:\WINDOWS\system32\WLDAP32.dll
    0x76f70000 - 0x76f75000      D:\WINDOWS\System32\rasadhlp.dll
    0x719d0000 - 0x719d8000      D:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -Dlauncher.config.bootclasspath=C:\IPSearchengineEXE\IPSearchEngine.exe -Xbootclasspath/p:C:\IPSearchengineEXE\IPSearchEngine.exe -Dlauncher.program=C:\IPSearchengineEXE\IPSearchEngine.exe -Dborland.executable.path=C:\IPSearchengineEXE\IPSearchEngine.exe exit
    java_command: <unknown>
    Environment Variables:
    PATH=D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\Program Files\Panda Software\Panda Antivirus Platinum\
    USERNAME=kaishef
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 4, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 753136k(514032k free), swap 1845820k(1674020k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_02-b09) for windows-x86, built on Mar 4 2005 01:53:53 by "java_re" with MS VC++ 6.0
    Someone can help me please ?
    thankx

    Do not make multiple posts of your problem. It just causes wasteful duplication of answers, and causes people irritation.
    Reply to http://forum.java.sun.com/thread.jspa?threadID=628428&tstart=0instead of this thread.

  • Error when launching .exe

    I devloped an application that connect to internet and parse some html and xml files to provide a search using search engines.
    it compiles and works well in JBuilder 2005. but when i make the .exe it works in the beginning after that it crash.
    i have this log :
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x00e6ec58, pid=2684, tid=2688
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode)
    # Problematic frame:
    # v ~RuntimeStub::range_check_failed Runtime1 stub
    --------------- T H R E A D ---------------
    Current thread (0x00325938): JavaThread "main" [_thread_in_Java, id=2688]
    siginfo: ExceptionCode=0xc0000092, ExceptionInformation=0x00000000 0x0012f838
    Registers:
    EAX=0xffffffff, EBX=0x02edbf80, ECX=0x02ed2c18, EDX=0x00e980cb
    ESP=0x0012f838, EBP=0x0012f910, ESI=0x02ed2c30, EDI=0xffffffff
    EIP=0x00e6ec58, EFLAGS=0x00010202
    Top of Stack: (sp=0x0012f838)
    0x0012f838: 6d72cc06 00d787b0 00d78a48 0000071c
    0x0012f848: 02f10000 00d798a4 00000000 02eda930
    0x0012f858: 0012f8c4 6d6a1f0a 02edc5a0 6d690317
    0x0012f868: 0000071c 00000000 00000001 00325970
    0x0012f878: ffff1372 ffff0022 ffffffff 77c1b139
    0x0012f888: 03e1001b 0012f9b0 ffff0023 77f416f5
    0x0012f898: 77f417cd f78c180b 00000012 00000000
    0x0012f8a8: 00000000 00000000 00000000 00000000
    Instructions: (pc=0x00e6ec58)
    0x00e6ec48: 83 ec 6c dd 34 24 9b d9 24 24 83 ec 40 dd 1c 24
    0x00e6ec58: dd 5c 24 08 dd 5c 24 10 dd 5c 24 18 dd 5c 24 20
    Stack: [0x00030000,0x00130000), sp=0x0012f838, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    v ~RuntimeStub::range_check_failed Runtime1 stub
    J org.apache.xerces.utils.SymbolCache.addSymbolToCache(Ljava/lang/String;II)I
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j org.apache.xerces.utils.StringPool.addSymbol(Ljava/lang/String;)I+316
    j org.apache.xerces.validators.common.XMLValidator.init()V+118
    j org.apache.xerces.validators.common.XMLValidator.<init>(Lorg/apache/xerces/utils/StringPool;Lorg/apache/xerces/framework/XMLErrorReporter;Lorg/apache/xerces/readers/DefaultEntityHandler;Lorg/apache/xerces/framework/XMLDocumentScanner;)V+979
    j org.apache.xerces.framework.XMLParser.<init>(Lorg/apache/xerces/utils/StringPool;)V+143
    j org.apache.xerces.framework.XMLParser.<init>()V+8
    j org.apache.xerces.parsers.DOMParser.<init>()V+1
    j dom.wrappers.DOMParser.<init>()V+9
    j IPSerachEngine.XmlManager.Parse_xml_TagName_Resultat_Moteur(Ljava/lang/String;)Ljava/lang/String;+12
    J IPSerachEngine.HtmlParser.Parse_Html_File(Ljava/lang/String;Ljava/lang/String;)V
    j IPSerachEngine.HtmlParser.Start_Html_Parser(Ljava/lang/String;Ljava/lang/String;)V+3
    j IPSerachEngine.AgentPlanificateur.Init_Html_parser(Ljava/util/Vector;Ljava/lang/String;)V+53
    j IPSerachEngine.AgentPlanificateur.Start_Agent_planificateur(Ljava/util/Vector;Ljava/lang/String;)V+9
    j IPSerachEngine.IPSearchEngine.main([Ljava/lang/String;)V+60
    v ~StubRoutines::call_stub
    V [jvm.dll+0x818e8]
    V [jvm.dll+0xd4989]
    V [jvm.dll+0x817b9]
    V [jvm.dll+0x88747]
    C [IPSearchEngine.exe+0x7907]
    C [IPSearchEngine.exe+0x7734]
    C [IPSearchEngine.exe+0x7350]
    C [IPSearchEngine.exe+0x5580]
    C [IPSearchEngine.exe+0x52da]
    C [IPSearchEngine.exe+0x81e7]
    C [IPSearchEngine.exe+0x1783a]
    C 0x00000000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0b636b40 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2740]
    0x00dd07c8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2724]
    0x00dcf3a0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2728]
    0x00dce6d0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1492]
    0x00dc5b20 JavaThread "Finalizer" daemon [_thread_blocked, id=1488]
    0x00dc4690 JavaThread "Reference Handler" daemon [_thread_blocked, id=2696]
    =>0x00325938 JavaThread "main" [_thread_in_Java, id=2688]
    Other Threads:
    0x00dc05d8 VMThread [id=2692]
    0x00dd19a0 WatcherThread [id=2328]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 308K [0x02e90000, 0x02f30000, 0x03370000)
    eden
    [error occurred during error reporting, step 190, id 0xc0000092]
    Dynamic libraries:
    0x00400000 - 0x0042d000      C:\IPSearchengineEXE\IPSearchEngine.exe
    0x77f40000 - 0x77ff0000      D:\WINDOWS\System32\ntdll.dll
    0x77e40000 - 0x77f35000      D:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e3c000      D:\WINDOWS\system32\ADVAPI32.DLL
    0x77c90000 - 0x77d05000      D:\WINDOWS\system32\RPCRT4.dll
    0x71a10000 - 0x71a19000      D:\WINDOWS\System32\WSOCK32.DLL
    0x719f0000 - 0x71a05000      D:\WINDOWS\System32\WS2_32.dll
    0x77be0000 - 0x77c33000      D:\WINDOWS\system32\msvcrt.dll
    0x719e0000 - 0x719e8000      D:\WINDOWS\System32\WS2HELP.dll
    0x77d10000 - 0x77d9d000      D:\WINDOWS\system32\USER32.DLL
    0x77c40000 - 0x77c80000      D:\WINDOWS\system32\GDI32.dll
    0x6d640000 - 0x6d7c5000      D:\Program Files\Java\jre1.5.0_02\bin\client\jvm.dll
    0x76ae0000 - 0x76b0e000      D:\WINDOWS\System32\WINMM.dll
    0x6d280000 - 0x6d288000      D:\Program Files\Java\jre1.5.0_02\bin\hpi.dll
    0x76ba0000 - 0x76bab000      D:\WINDOWS\System32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      D:\Program Files\Java\jre1.5.0_02\bin\verify.dll
    0x6d300000 - 0x6d31d000      D:\Program Files\Java\jre1.5.0_02\bin\java.dll
    0x6d630000 - 0x6d63f000      D:\Program Files\Java\jre1.5.0_02\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      D:\Program Files\Java\jre1.5.0_02\bin\net.dll
    0x71990000 - 0x719cc000      D:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef5000      D:\WINDOWS\System32\DNSAPI.dll
    0x76f60000 - 0x76f67000      D:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3d000      D:\WINDOWS\system32\WLDAP32.dll
    0x76f70000 - 0x76f75000      D:\WINDOWS\System32\rasadhlp.dll
    0x719d0000 - 0x719d8000      D:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -Dlauncher.config.bootclasspath=C:\IPSearchengineEXE\IPSearchEngine.exe -Xbootclasspath/p:C:\IPSearchengineEXE\IPSearchEngine.exe -Dlauncher.program=C:\IPSearchengineEXE\IPSearchEngine.exe -Dborland.executable.path=C:\IPSearchengineEXE\IPSearchEngine.exe exit
    java_command: <unknown>
    Environment Variables:
    PATH=D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\Program Files\Panda Software\Panda Antivirus Platinum\
    USERNAME=kaishef
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 4, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 753136k(514032k free), swap 1845820k(1674020k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_02-b09) for windows-x86, built on Mar 4 2005 01:53:53 by "java_re" with MS VC++ 6.0
    Someone can help me please ?
    thankx

    Hmm...
    Multiple posted 4 times, each offering 10 DD,they're
    his only posts, where did he get the 40 DD that he
    said he'd award? I believe that the startingamount
    is 30 DD.I am confused by this too. At first I though, ok, he
    created another userid and posted a bogus question,
    answered it with this id and awarded himself all the
    dukes (the usual duke fraud scenario). But if he did,
    where's that other post? So did he also report it for
    abuse and it was deleted?
    @OP - care to enlighten us on how you were able to
    have 40 outstanding duke dollars on a new user
    account? (which I believe starts with only 25, not 30
    by the way)I got 30 to start. I also got 30 recently for visiting some other developer forums (as someone noted could be done when they "upgraded" the stylesheets recently). So, that gives 60 right there. Plus I have a bunch awarded by people for answering their questions.

  • How to resolve and debug access violation Error.

    Hello
    I'm stucked with an access violation error which forces my exe build to shut down. I tried also from development environment but its the same there. The error happens after 5-60minutes.
    I played around with disabling a part of the program where it was possible and I think I'm now able to accuse the vi "gastimer.vi". But since this vi leads through the measurement procedure, there are some commands outgoing which I was not able to map one to one.
    My question is: what can cause such access violation errors? I have no dll calls, no third party library, actually the hardware communication is done serial by COM ports. The architecture principle is something adapted from producer consumer loop, except that i have often more than one consumer, so I called them like controller loop - multiple task. The communication within this loops (tasks) are done by queue cluster with an enumerator and variant.
    The indicted vi "gastimer.vi" was transfered from an older and more simply architecture. This vi works with sequence structure and a lot of local variables.
    Since I'm testing sensor on their response to gas concentration I have 10 comports to which I'm listening in parallel.
    What styles or archtiecture are prone to access violations? Where can they happened? where should I look more carefully in the code?
    How can I use the desktop execution trace toolkit to get more information about the cause of the access violation?
    Attached are two different lvlog but I guess with the same error source. In the second lvlog are two vi's named. What have they to do with the access violation error? What kind of information can i get from these lvlog files?
    Last attachement shows a runtime fatal error which happens quite a bit frequently in the recent time when working with this project. Might there be a connection, propably a crashed vi, typedef or whatever?
    Thanks for any help
    U. Siegenthaler
    Solved!
    Go to Solution.
    Attachments:
    first.zip ‏203 KB
    second.zip ‏40 KB
    Fatalerror.PNG ‏21 KB

     Have you checked your code to try to isolate any areas of possible memory leaks? I was able to find some discussion forums with similar problems. Check out the links below to see if any of these resources can be of assistance to you. 
    "Exception: Access violation (0xC0000005) at EIP=0xFDD76383" 
    http://forums.ni.com/t5/LabVIEW/Exception-Access-violation-0xC0000005-at-EIP-0xFDD76383/m-p/2257502 
    "Exception: access violation (0xc0000005) at EIP=0x00BD0984 " 
    http://forums.ni.com/t5/LabVIEW/Exception-access-violation-0xc0000005-at-EIP-0x00BD0984/m-p/2303864 
    "Access violation (0xC0000005)" 
    http://forums.ni.com/t5/LabVIEW/Access-violation-0xC0000005/m-p/2269694 
    Let me know what you find and if you have any other questions. 
    Best regards
    Matijas

  • LabVIEW Access Violation Crashes

    We've been seeing numerous LabVIEW crashes when calling VIs through the LabVIEW adapter in TestStand.  I've searched the knowledge base and discussion forums without success and figured I would post here before opening a help request.
    The actual error we see is:
    Exception: Access violation (0xC0000005) at EIP=0x012B60E6  Version: 11.0.1f1
    We see these crashes several times a day, but while calling no specific VI.  They happen mostly on 2 PCs that are running Windows 7 - 64 bit, but I think we've seen them in the past on PCs running the 32 bit version of Windows 7. Here is the data related to those 2 problematic PCs.
    OS:  Windows 7 Professional SP1 64 bit
    LabVIEW: 2011 SP1 (11.0.1f1) 32 bit
    TestStand: 2010 SP1 (4.5.1.134) 32 bit
    PC:  Dell Optiplex 790 with Intel Core i5
    Other significant information.
    We see these crashes when we're running the batch model in TestStand with multiple threads open.  Some VIs are reentrant, and some are not.
    The 2 PCs that run the batch model (with multiple threads) have the 64 bit version of Win 7 Pro, and crash most often.
    The 3 PCs that run the sequential model or the batch model with a single thread have the 32 bit version of Win 7 Pro and rarely if ever have crashed.
    Not sure if it's related to the OS version or the multi-thread usage and switching the PCs/OS versions to isolate that isn't easy.
    Has anyone else seen similar issues?  Does Windows 7 Pro 64 bit work reliably with LabVIEW 2011 32 bit? 
    Any information would be appreciated.
    John Morrissey

    Hi Amezam, thanks for your reply.
    We appear to be having different access violations each time (or they are one of a large group of them, we cannot tell).
    The crashes appear to be at random, we cannot connect the crashes to any specific sequences of events and we cannot reprocude the crash consistently on the same piece of code! One pattern I have noticed, however, is that the violations appear to coincide with a peak in program activity - very frequent indicator updates for instance*.
    I am unable to disable antivirus protection at will, but I will raise it with our IT Support to see if we can try that.
    I believe that we are intearacting with external code - 3rd party device drivers which include packed libraries. I have no control over these and, furthermore, if I were to remove them the code would not be able to function at all. However, if you think it is a good idea I can attempt to create a separate piece of code which calls the same driver function very rapidly to see if that is the problem.
    As for error handling - those nodes which use them only return error codes from the base 3rd party libraries, which according to the documentation only return custom error codes (these are not related to the error/crash that we are seeing). If you think it's still possible that they will return an Access Violaton error and crash, I will link them up.**
    * - sidenote: I implemented a method of reducing the number of updates to a graph indicator (from several times a second to several times a minute) - this has reduced the problem significantly.
    ** sidenote 2: Some of the nodes which return custom errors are linked properly, and they are not returning errors; these ones are the most likely to return errors since they are called extremely frequently. I am not seeing anything except the documented custom error codes from them.

  • LabVIEW Access Violation Crashes from TestStand

    We've been seeing numerous LabVIEW crashes when calling VIs through the LabVIEW adapter in TestStand.  I've searched the knowledge base and discussion forums without success and figured I would post here before opening a help request.
    The actual error we see is:
    Exception: Access violation (0xC0000005) at EIP=0x012B60E6  Version: 11.0.1f1
    We see these crashes several times a day, but while calling no specific VI.  They happen mostly on 2 PCs that are running Windows 7 - 64 bit, but we've seen them in the past on PCs running the 32 bit version of Windows 7. Here is the data related to those 2 problematic PCs.
    OS:  Windows 7 Professional SP1 64 bit
    LabVIEW: 2011 SP1 (11.0.1f1) 32 bit
    TestStand: 2010 SP1 (4.5.1.134) 32 bit
    PC:  Dell Optiplex 790 with Intel Core i5
    Other significant information.
    We see these crashes when we're running the batch model in TestStand with multiple threads open.  Some VIs are reentrant, and some are not.
    The 2 PCs that run the batch model (with multiple threads) have the 64 bit version of Win 7 Pro, and crash most often.
    The 3 PCs that run the sequential model or the batch model with a single thread have the 32 bit version of Win 7 Pro and rarely if ever have crashed.
    Not sure if it's related to the OS version or the multi-thread usage and switching the PCs/OS versions to isolate that isn't easy.
    Has anyone else seen similar issues?  Does Windows 7 Pro 64 bit work reliably with TestStand and LabVIEW 2011 32 bit versions?  I posted this question in the LabVIEW discussion forum, but I don't know where the issue resides, I'm posting in the TestStand forum also.
    Any information would be appreciated.
    John Morrissey

    I just had the same error in a LVOOP Project. First I got a crash (something with out of memory). The I got subsequent Access Violations. Could trace it down to one VI that:
    a) had been working just fine before
    b) wasn't changed after test mentioned in a) but got (even just running on its own) subsequent access violations every time I ran it
    c) VI used a class konstant, property node (to set 2 class attributes); Inputs were a string and an integer and an error cluster; outputs: one instance of the class (initialized with string an integer) and the error cluster
    d) Problem could be solved by deleting the class constant used in the VI and put the same in again (an just rewired the thing); I assume this caused a recompile that solved the prob
    Maybe this helps narrowing the general problem down.
    P.S: I dont have a still non working version of that VI, since I was happy to have solved this and just saved the VI before thinking about making a copy.

  • Exception: Access violation (0xC000000​05) at EIP=0x0C1E​46A1

    Hola a todos
    Tengo mi aplicación cliente instalada en un equipo en una red tcp/ip, y después de unos minutos me aparece este error "Exception: Access violation (0xC00000005) at EIP=0x0C1E46A1".
    Alguien me podría ayudar
    Saludos

    Hola Rafa_Mata,
    De hecho un error asi es un poco generico. Podrias brindar detalles del software que utilizas, que hace el programa, que toolkits utilizas, etc.
    Saludos,
    Eric NI

  • Access Violation while initialising WEBUTIL on Ora9iDS

    Hello,
    as part of an urgent evaluation I installed WEBUTIL as described in the documentation, did the additional steps described in the readme and added WEBUTIL as described to an existing form. Now the form raises an access violation error while executing trigger WHEN-CUSTOM-ITEM-EVENT on item WEBUTIL.WEBUTIL_FILETRANSFER_FUNCTIONS exactly when calling procedure WEBUTIL_CORE.CustomEventHandler while registering the beans.
    Did anybody experience the like? Any guess what's going wrong or what could help?
    The crash is documented in the log as follows:
    [09/09/03 08:38:46 Westeuropäische Sommerzeit]::Client Status [ConnId=0, PID=3048]
         >> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION
    ======================= STACK DUMP =======================
    Fault address: 60A98D4D 01:00097D4D
    Module: E:\Programme\OraHome1\bin\orapls9.dll
    System Information:
    Operating System: Windows NT Version 5.0 Build 2195 Service Pack 4
    Command line: ifweb90 server webfile=HTTP-0,0,1,53.147.33.61
    FORM/BLOCK/FIELD: DOKUMENTE:DOKUMENTE.KLARTEXT
    Last Trigger: WHEN-CUSTOM-ITEM-EVENT - (In Progress)
    Msg: <NULL>
    Last Builtin: NAME_IN - (Successfully Completed)
    Registers:
    EAX:00000000
    EBX:0012D9C0
    ECX:00000000
    EDX:0012D9C0
    ESI:0777C6E4
    EDI:02A26C78
    CS:EIP:001B:60A98D4D
    SS:ESP:0023:0012D978 EBP:0012D998
    DS:0023 ES:0023 FS:003B GS:0000
    Flags:00010246
    ------------------- Call Stack Trace ---------------------
    Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name
    0x0012d998 60a3d308 0777c6e4 00000001 0012d9c0 070468a8 pfrb1assign_aad2va
    0x0012d9ec 60a92b11 0777c6e4 00000001 66020030 070468a8 pevmGBVAR+d8
    0x0012e0f0 60a1ce7d 0777c6e4 02a26c78 0776dd6c 00000002 _pfrrun+6841       
    0x0012e158 6601ea45 02a26c78 0777c6e4 02a46f00 029de3b4 _peicnt+ed         
    0x02a26874 029de3b4 65fdb2a0 65fdb2e0 65da1f30 00000000 0x6601ea45
    0x02a46f00 00000001 0000000a 02a46fd8 0026181f 65d51752 0x029de3b4
    ------------------- End of Stack Trace -------------------
    WebUtil-Logfile is not very verbose (despite detailed logging enabled):
    53.147.33.61:ZSCHAU: Connection from Form=E:\ISAP_ASP4\isap\websourcen\Doktestweb.fmx Client O/S=Windows 2000 locale=de
    53.147.33.61:ZSCHAU: 2003-Sep-09 08:38:00.889 WUF[VBeanCommon.getIPAddress()] 53.147.33.61
    53.147.33.61:ZSCHAU: 2003-Sep-09 08:38:00.929 WUH[VBeanCommon.getIPAddress()] 53.147.33.61
    53.147.33.61:ZSCHAU: 2003-Sep-09 08:38:00.949 WUS[VBeanCommon.getIPAddress()] 53.147.33.61
    Java Console prints:
    JInitiator: Version 1.3.1.9
    Verwendung der JRE-Version 1.3.1.9 Java HotSpot(TM) Client VM
    Home-Verzeichnis des Benutzers = C:\Dokumente und Einstellungen\zschau
    Proxy-Konfiguration:Automatische Proxy-Konfiguration
    JAR cache enabled
    Location: C:\Dokumente und Einstellungen\zschau\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://localhost:8888/forms90/webutil/webutil.jar from JAR cache
    Loading http://localhost:8888/forms90/webutil/jacob.jar from JAR cache
    Loading http://localhost:8888/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    connectMode=HTTP, native.
    Forms Applet-Version : 90290
    2003-Sep-09 08:38:00.819 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Sep-09 08:38:00.839 WUI[VBeanCommon.getIPAddress()] 53.147.33.61
    2003-Sep-09 08:38:00.879 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Sep-09 08:38:00.889 WUF[VBeanCommon.getIPAddress()] 53.147.33.61
    2003-Sep-09 08:38:00.909 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Sep-09 08:38:00.929 WUH[VBeanCommon.getIPAddress()] 53.147.33.61
    2003-Sep-09 08:38:00.939 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Sep-09 08:38:00.949 WUS[VBeanCommon.getIPAddress()] 53.147.33.61
    2003-Sep-09 08:38:00.969 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Sep-09 08:38:00.969 WUT[VBeanCommon.getIPAddress()] 53.147.33.61
    2003-Sep-09 08:38:01.460 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Sep-09 08:38:01.470 WUO[VBeanCommon.getIPAddress()] 53.147.33.61
    2003-Sep-09 08:38:01.500 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Sep-09 08:38:01.510 WUL[VBeanCommon.getIPAddress()] 53.147.33.61
    2003-Sep-09 08:38:01.550 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Sep-09 08:38:01.560 WUB[VBeanCommon.getIPAddress()] 53.147.33.61
    2003-Sep-09 08:38:48.268 WUB[VBeanCommon.destroy()] WebUtil Browser Functions being removed..
    2003-Sep-09 08:38:48.298 WUL[VBeanCommon.destroy()] WebUtil C API Functions being removed..
    2003-Sep-09 08:38:49.59 WUO[VBeanCommon.destroy()] WebUtil Client Side Ole Functions being removed..
    2003-Sep-09 08:38:49.89 WUT[VBeanCommon.destroy()] WebUtil File Transfer Bean being removed..
    2003-Sep-09 08:38:49.89 WUS[VBeanCommon.destroy()] WebUtil Session Monitoring Facilities being removed..
    2003-Sep-09 08:38:49.89 WUH[VBeanCommon.destroy()] WebUtil Client Side Host Commands being removed..
    2003-Sep-09 08:38:49.99 WUF[VBeanCommon.destroy()] WebUtil Client Side File Functions being removed..
    2003-Sep-09 08:38:49.99 WUI[VBeanCommon.destroy()] WebUtil GetClientInfo Utility being removed..
    I run Ora9iDS on a Windows2000 system.
    Thanks to anybody who tries to help.

    Hello, Grant,
    the crash occurs before I try to do anything vital. There is some init stuff in the form (initialising items, global variables etc.), query execution for initial displaying of database entries and a sychronize statement. After that the triggers in the WEBUTIL section fire, as I understand to initialise the beans (registering). As part of this registering the crash occurs - before I call any of the WEBUTIL functionality from my own code.

  • CADAPTERSHARED.DLL Access Violation

    I am getting strange error code -17502 in Teststand when returning from CVI function to Teststand. CVI function uses C++ dll and works fine until it returns to Teststand. I debugged the code in C++ and got these lines in debug window:
    First-chance exception in SeqEdit.exe (CADAPTERSHARED.DLL): 0xC0000005: Access Violation.
    First-chance exception in SeqEdit.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    First-chance exception in SeqEdit.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    First-chance exception in SeqEdit.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    First-chance exception in SeqEdit.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    First-chance exception in SeqEdit.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    First-chance exception in SeqEdit.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    First-chance exception in SeqEdit.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    The thread 0xA00 has exited with code 0 (0x0).
    It seems that the error comes from CADAPTERSHARED.DLL. Does anyone know why it happens? I checked that CADAPTERSHARED.DLL is some Teststand dll.
    Kind regards, Jarkko Peltonen

    Hi,
    This is a known error and there's a KnowledgeBase document available:
    http://digital.ni.com/public.nsf/websearch/A92CF6B69941B35D862568D900693DF5?OpenDocument
    Hopefully this helps.
    Thanks,
    Vesa K | National Instruments

Maybe you are looking for

  • How do i create a slideshow with arrows in iweb

    i want to create a "slideshow" that allows the user to move forward and backward using arrows at their own pace rather than a looping slideshow they cannot control.

  • MacMail in Mavericks not working as it should?

    Since upgrading to Mavericks, I too am suffering all sorts of strange behaviour in MacMail. My local mailboxes are not syncing properly, any sent messages are showing up in my draft folder and emails that I open and read and subsequently move from my

  • 11g - job_queue_processes parameter default to 1000 (also the max value)

    Hi, I'm just playing with my first installation of 11g (11.1.0.6.0 on Windows XP) and I'm looking through the parameters, default values etc. I've noticed that if I create a database without specifiyng a value for job_queue_processes it defaults to *

  • A small problem with painter when i try to use color selector

    in paint brush there is this color selector that things that takes drops a dropper i think it's called if i choose it and use it on some part of the pictuer i get this color on paint 1 but i can't use it to change color 2 why is that and what can i d

  • Mac mini works extremely slow

    Hi I have Mac mini that works extremely slow, it starts to load the OS but turns really slow once the login is done, it takes about 30-40 min to load. i did few tests like permissions verify and fix, then verify and repair disk which said that Macint