Air 3.0 ADL.exe crashes on debug of multimodule app

We're testing a multi module application, which has performed correctly right up until we began testing with the release AIR 3.0 ADL.exe
On unload and dispose of a current application module and activation of the new app, ADL hangs and crashes. (Win7 Application X Has stopped working error)
Creating a release build and running that works perfectly. No problems, no errs thrown.
Unfortunately, we see this same behaviour in the the FP11 debugger; the plugin is killed on module instance/dispose with no reported err.
As the app is rather complex, I'm having trouble boiling this down to pseudocode for repro.
Rolling the app back to AIR 2.5  or the  FP10.x plugin removes the bug, the same code debugs and executes as expected.
Has anyone else experienced the same issue, or should I open this in JIRA?
Thanks
Tor Kristensen
CTO
ahead.com

After futher investigation, I have isolated the line that causes the crash
in the NetConnectionChannel constructor
public function NetConnectionChannel(id:String = null, uri:String = null)
super(id, uri);
_nc = new NetConnection(); //ADL Crashes/Hangs on this line
_nc.objectEncoding = ObjectEncoding.AMF3;
_nc.client = this;
Oddly, this only happens in the second adapter module instance that is created.
And as stated above, this error is not thrown in the release AIR runtime.
I'll update this thread if I discover any more details.

Similar Messages

  • Adl.exe has stopped working message

    This is very frustrating because I'm new to Flex 4 (Win 7, 32 bit) and everything I read has not led me to a solution (at least something I understand).
    Every time I test my app I get the message adl.exe has stopped working and I have to close the file.
    I'm running the current version of Air (2.5). But the adl.exe is version 1.5.3.
    Is there a conflict?

    Hello everyone,
    In the past we've received a few crash dumps for this issue but the call stacks have been less than helpful.  I've got an alternate way for the crash dumps to be created and I'm hoping someone can help me out.  Here's all you need to do:
    Download the two attached files: Enable Crash Logging.reg and Disable Crash Logging.reg.
    Double-click the Enable Crash Logging.reg file and allow it to write to your registry
    Recreate the ADL crash
    After the crash, open a file browser window and type the following in the navigation bar:%localappdata%
    Go into the CrashDump folder and you should see a new .dmp file for ADL.
    Zip that file up and send it to [email protected] or give me a dropbox link and hopefully we'll get better info than our previous attempts
    Optional, double-click the Disable Crash Logging.reg file downloaded in Step 1 and click OK to disable future logging.  Note that enabling will only save 5 crash logs before it starts deleting older ones.  This step turns this functionality off completely.
    Thanks,
    Chris

  • Adl.exe eating up 100% CPU (CS5, Windows)

    Hi,
    In Flash Professional CS5 on Windows 7 (64bit), whenever I test a movie (ctrl+enter) targeted at AIR, the adl.exe process starts eating up 100% of the cpu at intervals, that is:
    - adl.exe eats up 100% of the cpu for several seconds
    - then back to normal for several seconds
    - then eats up 100% of the CPU again for several seconds
    and so on.
    I see it in the task manager that the process eating up all CPU is adl.exe; obviously the application being tested (and the whole computer) becomes almost unresponsive on CPU peaks.
    If I publish the very same test app as an air package, install and run it, it runs fine, with near to 0% cpu consumption, which is normal.
    The raise in CPU consumption does not coincide with anything significant happening, it seems just a random (though almost regular in intervals) oscillation, with no apparent cause.
    My swf is not very cpu greedy, it is almost idle. I do ctrl+enter and then don't touch anything, just leave it running (which does almost nothing) and the CPU usage goes up and down. I repeat, this does NOT happen if I publish, install and run the AIR application without the ADL debug launcher.
    Has anybody run into the same problem?
    Is there any fix?
    thanks
    m.

    Hi ,
    Would you mind help me with following questions :
    1. What is your AIR version? Could you please  have a try on our latest AIR build(http://get.adobe.com/air/?promoid=BUIGQ)
    2. In Which running mode you encounter this performance issue? In an IDE , or installing it? According to the  prior post, matteosistisette met this issue when running it on Flash CS5 with ctrl+enter NOT by installing it after packaging it as an AIR file
    3. I tried with winxp on some  machines (such as; dell OPTIPLEX 760 and laptop thinkpad :T400) , using adl to launch it .
       Set it to the front application ,and do nothing, the cpu is 20% - 23%
       Minimize the application, and the cup is 0% – 2%
       Do some operations on the app , it is 30% - 70%
       So have you tried on other machines, such as : winxp on PC instead of na Imac, ,and what's the  CPU usage? and relevant PC processor and memory info
    4.A little confused about the following info  you mentioned:
    "I speak of the screen following
    the name entry, once all transitions have finished and the puzzle has
    exploded it's pieces and the main menu is simply sitting idle"
    that the main menu sit idle is the expected result/designed by your app, right?
    thanks
    Alisa

  • Adl.exe doesn't work for me

    I am developing for both Mac and Windows. I have flex_sdk_3
    installed on both machines. For Mac, everything works fine. For
    Windows, everything except running adl.exe works. It complains
    "Adobe AIR could not be found." On both machines, I unzip'd the
    flex_sdk_3 to /usr/local/flex_sdk_3. (Under Windows, I'm doing this
    under Cygwin, so that would be C:\cygwin\usr\local\flex_sdk_3.) I
    set FLEX_HOME in my environment correctly. Even if I explicitly
    specify the location of the runtime with:
    -runtime C:\cygwin\usr\local\flex_sdk_3\runtimes\air\win
    ant it still doesn't work. I've tried every variation of
    -runtime with different directories and nothing.
    A little help?

    Hi,
    I have cancelled your Export PDF subscription for the order no.AD013879714.
    Your refund no.is 66181172.
    You will get the refund in 7 business days.
    Regards,
    Florence

  • FlexUnit 4.1 RC1 - adl.exe hangs and is not killed when timeout exceeded

    I am running AIR based tests using FlexUnit 4.1 RC1.
    I have the "timeout" parameter of the FlexUnit Ant task set to 45 minutes (2700000 milliseconds).  I expect that if this threshold is exceeded, the runner should be killed and the ant task will exit. I am not seeing this behavior.  The adl.exe task continues to run, even though the timeout has been exceeded.
    Is this a known issue?
    Thanks,
    Trevor

    Brian,
    Thanks!
    Ah... OK, I was thinking the timeout was more like the JUnit ant task timeout when running in forked mode, i.e.the entire test run has that amount of time to complete (see http://ant.apache.org/manual/Tasks/junit.html). I know I was making an assumption there, but it seemed logical to me since the Flexunit test runner is essentially a forked process...
    So, you are saying that the timeout in the FU 4.1 ant task specifies the time to wait for a connection from the SWF running in the player?  I see this stated in the Ant task doc on the wiki now - Doh!  You also say that the timeout also applies to each individual test?  So, it sounds like the behavior is similar to the JUnit ant task running in "perTest" forkmode.
    Out of curiosity, is there any way to specify an overall timeout for the entire test suite run, by chance?
    Anyway, I figured out why adl.exe was hanging.  Evidently an error occurred in the tests which caused a pop-up window to be spawned, and this halted test execution. When I clicked "Dismiss All", the execution continued.  Of course, in a CI environment, there is no one there to click the button to dismiss the pop-up!   So this is kind of a show-stopper. Is there any way to configure the player (Flash or AIR) to suppress pop-ups, or at least not to stop execution when they occur?
    Thanks,
    Trevor

  • (VS 2010 C++) cl.exe crashes when a lot of include paths are passed with /Zi, looking for workarounds

    Hello
    If i pass a lot of include paths to cl.exe that comes with Visual Studio 2010, and i also pass /Zi, cl.exe crashes (16.00.40219.01). Here's an attachment to reproduce the issue: http://www.filedropper.com/clexecrash
    Extract the folder to your system drive root (C:\), and paste the contents of command.txt into a cmd.exe instance. cl.exe will crash.
    test.cmd is a command file containing the line "/IREALLY_LONG_BOGUS_INCLUDE_PATH" 683 times, and /Zi. Please note, that if you either remove even one line of "/IREALLY_LONG_BOGUS_INCLUDE_PATH" or /Zi, the issue goes away. Without /Zi, there
    seems to be no limitation of include paths. Please also note, that it's not the sheer number of /I switches that causes this crash, if you replace REALLY_LONG_BOGUS_INCLUDE_PATH with something longer, you can crash cl.exe with less /I switches.
    This issue is also present in Visual Studio 2012 (17.00.61030), but seems to be fixed in 2015 CTP 5 (i don't have access to Visual Studio 2013, so i can't try). I know Visual Studio 2010 is not supported anymore, so does anyone know a workaround for this problem?
    Thanks in advance,
    Peter

    I cannot reproduce this issue with VS2013, your sample works well and generate a pdb file.
    It seems a issue in VS 2012, but sorry about that I have no workaround for this. Please check this thread: this issue only appear in debug mode.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/018ef85a-f172-4278-8215-30ad2a8accc2/clexe-crashes-using-large-number-of-include-directories?forum=vcgeneral
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Explorer.exe crashes at start of profile creation when domain-joined (using Samba 3.6.25)

    Not sure if this is the right forum?
    Getting this error (copied from Event Viewer) on a Windows 8.1 Pro client - an event ID of 1000, every time at the start of profile creation when logging in with a domain account. So explorer.exe crashes because of "twinui.appcore.dll" and profile
    creation is taking a very long time (about 17 minutes).
    Then after being stuck during "Almost ready" screen we are getting a Start-button that is stuck (non-clickable) (and also arrows on the metro-screen icons). Restarting explorer.exe manually helps to get a functional Start-button again.
    Tried using a roaming profile and without using a roaming profile (Group Policy setting to always keep profiles local). That does not seem to matter.
    Naam van toepassing met fout: Explorer.EXE, versie: 6.3.9600.17667, tijdstempel: 0x54c6f7c2
    Naam van module met fout: twinui.appcore.dll, versie: 6.3.9600.17415, tijdstempel: 0x54503801
    Uitzonderingscode: 0x80270233
    Foutmarge: 0x000000000008cb57
    Id van proces met fout: 0xf28
    Starttijd van toepassing met fout: 0x01d05bf587567d80
    Pad naar toepassing met fout: C:\Windows\Explorer.EXE
    Pad naar module met fout: C:\Windows\System32\twinui.appcore.dll
    Rapport-id: cf9c3ec8-c7e8-11e4-8262-0019bbd6f620
    Volledige pakketnaam met fout: 
    Relatieve toepassings-id van pakket met fout: 
    Using Samba 3.6.25 with an LDAP back-end. Installed all updates for Windows 8.1 Pro client.
    Thanks in advance for any advice.

    Pasting the crash dump analysis using WinDbg (x64):
    Microsoft (R) Windows Debugger Version 6.3.9600.17298 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\LocalDumps\explorer.exe.824.dmp]
    User Mini Dump File with Full Memory: Only application data is available
    ************* Symbol Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       srv*DownstreamStore*http://msdl.microsoft.com/download/symbols
    Symbol search path is: srv*DownstreamStore*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 8 Version 9600 MP (2 procs) Free x64
    Product: WinNt, suite: SingleUserTS
    Built by: 6.3.9600.17031 (winblue_gdr.140221-1952)
    Machine Name:
    Debug session time: Thu Mar 12 11:53:12.000 2015 (UTC + 1:00)
    System Uptime: 0 days 21:10:37.682
    Process Uptime: 0 days 0:01:05.000
    Loading unloaded module list
    This dump file has an exception of interest stored in it.
    The stored exception information can be accessed via .ecxr.
    (338.f94): Unknown exception - code 80270233 (first/second chance not available)
    kernel32!RaiseFailFastException+0xae:
    00007ffe`cb2faabe e8b1000000      call    kernel32!SignalStartWerSvc (00007ffe`cb2fab74)
    0:018> !analyze -v
    *                        Exception Analysis                                  
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for sppc.dll -
    FAULTING_IP:
    twinui_appcore!CCriticalFailureHandler::_RaiseFailFastException+c7
    00007ffe`bed7cb57 488b4d37        mov     rcx,qword ptr [rbp+37h]
    EXCEPTION_RECORD:  ffffffffffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 00007ffebed7cb57 (twinui_appcore!CCriticalFailureHandler::_RaiseFailFastException+0x00000000000000c7)
       ExceptionCode: 80270233
      ExceptionFlags: 00000001
    NumberParameters: 1
       Parameter[0]: ffffffff80070005
    CONTEXT:  0000000000000000 -- (.cxr 0x0;r)
    rax=000000000a14f560 rbx=000000000a14fa70 rcx=000000000a14f560
    rdx=0000000000000000 rsi=0000000000000001 rdi=000000000a14f560
    rip=00007ffecb2faabe rsp=000000000a14f480 rbp=000000000a14fad9
     r8=0000000000000000  r9=0000000000000006 r10=0000000000000000
    r11=00007ffecb544dd7 r12=00007ffebed00090 r13=0000000008234160
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl zr na po nc
    cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000244
    kernel32!RaiseFailFastException+0xae:
    00007ffe`cb2faabe e8b1000000      call    kernel32!SignalStartWerSvc (00007ffe`cb2fab74)
    PROCESS_NAME:  explorer.exe
    ERROR_CODE: (NTSTATUS) 0x80270233 - <Unable to get error code text>
    EXCEPTION_CODE: (HRESULT) 0x80270233 (2150040115) - <Unable to get error code text>
    EXCEPTION_PARAMETER1:  ffffffff80070005
    NTGLOBALFLAG:  2000100
    APPLICATION_VERIFIER_FLAGS:  48004
    APP:  explorer.exe
    ANALYSIS_VERSION: 6.3.9600.17298 (debuggers(dbg).141024-1500) amd64fre
    FAULTING_THREAD:  0000000000000f94
    BUGCHECK_STR:  APPLICATION_FAULT_SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233
    PRIMARY_PROBLEM_CLASS:  SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233
    DEFAULT_BUCKET_ID:  SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233
    LAST_CONTROL_TRANSFER:  from 00007ffebed7cb57 to 00007ffecb2faabe
    STACK_TEXT:  
    00000000`0a14f480 00007ffe`bed7cb57 : 00000000`80070005 00000000`00000004 ffffffff`80070005 00000000`00000000 : kernel32!RaiseFailFastException+0xae
    00000000`0a14fa50 00007ffe`bed7c8c2 : 00000000`00000a9c 00000000`0a14fc20 00000000`000003a8 00000000`000003a8 : twinui_appcore!CCriticalFailureHandler::_RaiseFailFastException+0xc7
    00000000`0a14fb40 00007ffe`bed8b349 : 00000000`00000000 00007ffe`bed00090 00000000`000003a8 00000000`00000004 : twinui_appcore!CCriticalFailureHandler::HandleFailure+0xba
    00000000`0a14fb90 00007ffe`bed19d8b : 00000000`08242340 00000000`0a14fc00 00000000`00000000 00007ffe`bed34838 : twinui_appcore!`Microsoft::WRL::Module<1,Microsoft::WRL::Details::DefaultModule<1> >::Create'::`2'::`dynamic atexit destructor for 'module''+0x7a79
    00000000`0a14fbd0 00007ffe`c5055bf1 : 00000000`80070005 00000000`08242340 00000000`00000000 00007ffe`bed19d30 : twinui_appcore!CProcessLifetimeManager::PerformDelayedInitialization+0x5b
    00000000`0a14fc20 00007ffe`c5055519 : 00000000`00000000 00000000`08242340 00000000`00000000 00000000`00000034 : windows_immersiveshell_serviceprovider!CImmersiveShellController::_CreateComponents+0x536
    00000000`0a14fcc0 00007ffe`c505566e : 00007ffe`00000045 00000000`00000000 00000000`082335f8 00000000`02ea60e8 : windows_immersiveshell_serviceprovider!CImmersiveShellController::_ImmersiveShellComponentsThreadProcInternal+0x17d
    00000000`0a14fd50 00007ffe`b41995cd : 00007ffe`c5050000 00007ffe`c50555f0 00000000`00000000 00000000`00000000 : windows_immersiveshell_serviceprovider!CImmersiveShellController::s_ImmersiveShellComponentsThreadProc+0x7a
    00000000`0a14fd80 00007ffe`cb2113d2 : 00007ffe`b4199580 00000000`00000000 00000000`00000000 00000000`00000000 : verifier!AVrfpStandardThreadFunction+0x4d
    00000000`0a14fdc0 00007ffe`cb51e954 : 00007ffe`cb2113b0 00000000`00000000 00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0x22
    00000000`0a14fdf0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x34
    FOLLOWUP_IP:
    twinui_appcore!CCriticalFailureHandler::HandleFailure+ba
    00007ffe`bed7c8c2 488b6c2458      mov     rbp,qword ptr [rsp+58h]
    SYMBOL_STACK_INDEX:  2
    SYMBOL_NAME:  twinui_appcore!CCriticalFailureHandler::HandleFailure+ba
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: twinui_appcore
    IMAGE_NAME:  twinui.appcore.dll
    DEBUG_FLR_IMAGE_TIMESTAMP:  54503801
    STACK_COMMAND:  ~18s; .ecxr ; kb
    FAILURE_BUCKET_ID:  SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233_80270233_twinui.appcore.dll!CCriticalFailureHandler::HandleFailure
    BUCKET_ID:  APPLICATION_FAULT_SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233_twinui_appcore!CCriticalFailureHandler::HandleFailure+ba
    ANALYSIS_SOURCE:  UM
    FAILURE_ID_HASH_STRING:  um:shell_component_startup_failure_error_code_ffffffff80270233_80270233_twinui.appcore.dll!ccriticalfailurehandler::handlefailure
    FAILURE_ID_HASH:  {bc588def-f8dc-26b8-dac8-a057fb6557c4}
    Followup: MachineOwner
    0:018> lmvm twinui_appcore
    start             end                 module name
    00007ffe`becf0000 00007ffe`bee20000   twinui_appcore   (pdb symbols)          downstreamstore\twinui.appcore.pdb\310246EA4A1E4BF8A48502B727A7376B1\twinui.appcore.pdb
        Loaded symbol image file: twinui.appcore.dll
        Image path: C:\Windows\System32\twinui.appcore.dll
        Image name: twinui.appcore.dll
        Timestamp:        Wed Oct 29 01:42:41 2014 (54503801)
        CheckSum:         0013A0E7
        ImageSize:        00130000
        File version:     6.3.9600.17415
        Product version:  6.3.9600.17415
        File flags:       0 (Mask 3F)
        File OS:          40004 NT Win32
        File type:        2.0 Dll
        File date:        00000000.00000000
        Translations:     0409.04b0
        CompanyName:      Microsoft Corporation
        ProductName:      Microsoft® Windows® Operating System
        InternalName:     TWINUI.APPCORE
        OriginalFilename: TWINUI.APPCORE.dll
        ProductVersion:   6.3.9600.17415
        FileVersion:      6.3.9600.17415 (winblue_r4.141028-1500)
        FileDescription:  TWINUI.APPCORE
        LegalCopyright:   © Microsoft Corporation. All rights reserved.
    Does this make any sense to anyone?

  • 8i EE Setup.exe crash - XP Pro and AMD X2 CPU

    When trying to install 8i on my XP Pro (SP2) box with and AMD X2 3800+, setup.exe crashes as soon as it is run. I've tried the fix for P4s (renaming the symcjit.dll instances), but to no avail. This happens wherever the setup.exe is run from.
    Has anyone encountered this problem and managed to fix it?

    Hope you realize that Microsoft has changed a number of the kernel APIs with XP. Oracle8i was written to older APIs and you may experience crashes, possibly at random, simply because you are trying to run things in an incompatible way.
    (I see this as a bit like buying a new car chassis and putting in an old engine and transmission - there is a lot of tinkering required to get the motor mounts to match.)
    In my experience, people who have made 8i work on XP Pro have generally upgraded XP from an older OS and have been lucky enough to have the old APIs still lying around.
    Suggest you try moving up to a newer version of Oracle and, if necessary, use the compatibility parameter to keep compatibility.

  • Windows Server 2012 R2 RDS + User profile Disks + App-V = Explorer.exe crashing all of the time

    I have built a new RDS farm on Windows Server 2012 R2 with two Session Hosts and a combined Connect Broker/Web Access server. I had the farm up and running with User Profile Disks and all seemed OK. However, as soon as I installed the App-V 5.0 SP2 RDS
    client on the session hosts, the explorer.exe process started crashing for any user logging in via the Web Access site. The process crashes and restarts every five to ten seconds. It's the same for administrators. If they log in via Web Access explorer.exe
    crashes, but if they RDP directly to one of the session hosts explorer.exe is fine. If I reboot the session hosts, then the first user to log in via Web Access has a stable desktop session (and appears to have a new profile as well). However, if that user
    logs out and back in again, explorer.exe starts crashing again. The only applications I have packaged at the moment are Office 2013 and Firefox.
    I tried disabling User Profile Disks, but this caused a whole bunch of other problems and I eventually lost the ability to log in at all via Web Access (errors about the user profile service). As this is a small pre-production environment I completed scrapped
    all of the servers and rebuilt from scratch. Again, everything appeared fine until I installed the App-V client, then explorer.exe started crashing repeatedly for all users.
    Has anyone come across this issue before? I have tried installing the App-V 5.0 SP2 Hotfix Package 2, but this didn't help. I have read in a few forums that App-V doesn't work very well with User Profile Desks, but I have not heard of this particular issue.
    Similarly, SP2 seems to have a lot of problems, so I am going to try removing App-V RDp Client SP2 and installing SP1. I ahev also deleted User Profile Disks for the test users to recreate their profiles, but this didn't help either.
    Any other suggestions welcome!

    I forgot to include the application event log entry for explorer.exe crashing:
    Faulting application name: explorer.exe, version: 6.3.9600.17039, time stamp: 0x53156588
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.17055, time stamp: 0x532954fb
    Exception code: 0xc06d007e
    Fault offset: 0x0000000000005bf8
    Faulting process id: 0xae8
    Faulting application start time: 0x01cfab3a273787fd
    Faulting application path: C:\Windows\explorer.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: 69210d77-172d-11e4-80c6-0050560102d1
    Faulting package full name: 

  • Sapinst.exe crashes on Windows 7 (ver. 6.1)

    Hi,
    I am trying to install Netweaver CE 7.11 on Windows 7 64-bit. Yes, I know it is not supported. But still, I would like to ask right about the reason sapinst.exe crashes.
    So, sapinst.exe can be launched in Win 7 native mode, but it is not compliant with OS compatibility. So I am trying to launch it in Vista mode. But sapinst.exe crashes with error log like this (sorry for flood, but see below).
    At the same time sapinst.exe launches in Win 7 native mode + 32-bit sapinst.exe launches in Vista mode. Only 64-bit sapinst crashes in Vista mode. I suspect this is related just to JVM and near that, and may be solved. Please, advise, if someone has more expertise than me or experience with such or similar situations.
    Thank you.
    Regards,
    Anton
    An unexpected error has been detected by SAP Java Virtual Machine:
    EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000076def2d5, pid=2852, tid=1484
    Java VM: SAP Java 64-Bit Server VM (5.1.000 Feb 13 2007 23:26:13 - 01_REL - optU - bas2:69696 (mixed mode))
    Problematic frame:
    C  ntdll::RtlCaptureContext+0x85 (0x4f2d5)
      T H R E A D  -
    Current thread (0x0000000000a4f3c0):  JavaThread "main" [_thread_in_Java, id=1484]
    siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
      P R O C E S S  -
    Java Threads: ( => current thread )
      0x00000000202dc930 JavaThread "HttpServer" [_thread_in_native, id=4028]
      0x00000000202dc580 JavaThread "HttpWorker" [_thread_blocked, id=3948]
      0x00000000202dc1d0 JavaThread "HttpWorker" [_thread_blocked, id=6148]
      0x00000000202dba70 JavaThread "HttpWorker" [_thread_blocked, id=2116]
      0x00000000202ddf50 JavaThread "AlarmClock" [_thread_blocked, id=1000]
      0x00000000202db310 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=7144]
      0x0000000020143230 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5636]
      0x000000001f37f8c0 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=6060]
      0x000000001f37f1b0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=316]
      0x0000000020010bc0 JavaThread "AWT-Shutdown" [_thread_blocked, id=1020]
      0x000000001f027180 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5528]
      0x000000001f026880 JavaThread "CompilerThread1" daemon [_thread_blocked, id=5116]
      0x000000001f01fa70 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5336]
      0x000000001f01f060 JavaThread "AdapterThread" daemon [_thread_blocked, id=6240]
      0x000000001f01e2f0 JavaThread "Control Handler" daemon [_thread_blocked, id=6532]
      0x000000001f01da00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6072]
      0x000000001f018af0 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=6636]
      0x000000001f014d10 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=4964]
      0x000000001e805070 JavaThread "Finalizer" daemon [_thread_blocked, id=2964]
      0x000000001e8030f0 JavaThread "Reference Handler" daemon [_thread_blocked, id=324]
    =>0x0000000000a4f3c0 JavaThread "main" [_thread_in_Java, id=1484]
    VM Arguments:
    jvm_args: -Xmx256M -Dsun.java2d.noddraw=true -Dsap.env.var.javahome=SAPINST_JRE_HOME -agentlib:jdwp=transport=dt_socket,server=y,address=8000-8100,suspend=n
    classpath: C:\Users\user1\AppData\Local\Temp\sapinst_exe.5632.1284041309\jar\instgui.jar
    java_command: SDTGui instwizard host=localhost port=21201 -nolock
    Launcher Type: SAP_STANDARD
    Environment Variables:
    PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft Application Virtualization Client;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;
    USERNAME=user1
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel
    current directory: C:\Users\user1\Desktop\CE711_01_IM_WIN_X86_64_ADA
      S Y S T E M  -
    OS: Windows Vista Build 6000
    CPU:total 4 em64t ht
    Memory: 4k page, physical 4050608k(1810264k free), swap 8406516k(5986780k free)
    vm_info: SAP Java 64-Bit Server VM (5.1.000) for windows-amd64, built on Feb 13 2007 23:26:13 by unknown with MS VC++ 8.0
    hostname: IEVN60202577A

    Also, I noticed that possibly JVM crashes in ntdll.dll. Here are some libs, from the errorlog:
    0x0000000000400000 - 0x0000000000415000      C:\Users\i057882\AppData\Local\Temp\sapinst_exe.5528.1284043695\jre\bin\java.exe
    0x0000000076da0000 - 0x0000000076f4b000      C:\Windows\SYSTEM32\ntdll.dll
    0x0000000076c80000 - 0x0000000076d9f000      C:\Windows\system32\kernel32.dll
    0x000007fefcdb0000 - 0x000007fefce1b000      C:\Windows\system32\KERNELBASE.dll
    0x000007fefecb0000 - 0x000007fefed8b000      C:\Windows\system32\ADVAPI32.dll
    0x000007fefe980000 - 0x000007fefea1f000      C:\Windows\system32\msvcrt.dll
    Exception always occurs here: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc= 0x0000000076def2d5
    So I assume ntdll.dll is the place where crash happens. Am I right? And what could it mean?
    Thanks.
    Anton
    Edited by: Anton Shabinskyi on Sep 9, 2010 5:59 PM

  • File Explorer (explorer.exe) Crashes in Windows 8.1 at shutdown

    Hi,
    Iv been running a custom built PC with Windows 8.1 (Win7 upgrade to Win8 then 8.1) Now since a couple of weeks after Win8.1, which was running perfectly fine up until last month when I Started to get these Explorer.exe crashes, Im  quite knowledge able
    with PC so iv done various things such as System Restore (as far back a could) and also followed all the guides on using the Registry editor to disable the Shell Extensions, in addition iv also used Registry Recycler but all to no avail. I then saw this support.microsoft.com/kb/2929203
    and decided to use the charms bar to shut down but it still made no difference at all.
    I don't really want to preform a refresh because i have so many Desktop Programs installed and i have only had this issue since around Mid way through last month, each time on shut down the instructions (referenced memory) are different but all structured
    like: "The instruction at 0x referenced memory at 0x. The memory could not be read. Please if you could help me find a solution to solve this problem with
    out preforming a refresh, I know this could be a a program but event viewer tells me nothing so I would greatly appreciate any help.
    My System Specs are as follows:
    MB: Asus Sabertooth FX R2
    CPU: FX6300
    GPU: GTX660
    RAM: 8GB DDR3 1600
    OS: Windows 8.1 Pro 64bit With Latest Updates
    If you require any other info just ask :-)

    Another Update after changing some options in Event Viewer I get this two logs from each crash at shutdown: 
    The process C:\WINDOWS\Explorer.EXE (DESKTOP) has initiated the power off of computer DESKTOP on behalf of user Desktop\Calum for the following reason: Other (Unplanned)
     Reason Code: 0x0
     Shut-down Type: power off
     Comment:
    Followed by:
    Application pop-up: explorer.exe - Application Error : The instruction at 0xffffffff referenced memory at 0xffffffff. The memory could not be written.
    Click on OK to terminate the program
    EDIT: I also got the time of the first reported error: 02/02/2014 04:50:26

  • Mstsc.exe crashes after connecting to server 2008

    Hi at all
    We got a Problem with a Windows 8.1 Client, if we connect to a windows server 2008, mstsc.exe crashes:
    Name der fehlerhaften Anwendung:
    mstsc.exe, Version: 6.3.9600.16384, Zeitstempel: 0x5215e2b5
    Name des fehlerhaften Moduls:
    DUI70.dll, Version: 6.3.9600.17031, Zeitstempel: 0x53086a1c
    Ausnahmecode: 0xc0000005
    Fehleroffset: 0x000000000000277d
    ID des fehlerhaften Prozesses: 0x238
    Startzeit der fehlerhaften Anwendung: 0x01cfe2341b86ceba
    Pfad der fehlerhaften Anwendung: C:\Windows\system32\mstsc.exe
    Pfad des fehlerhaften Moduls: C:\Windows\system32\DUI70.dll
    Berichtskennung: 5a1aa523-4e27-11e4-8267-2c4138a7d63a
    Vollständiger Name des fehlerhaften Pakets:
    Connecting to a MS Server 2003 works fine, the problem only occured while connecting a MS Server 2008
    I also created a dmp-file mstsc.dmp but i cannot open it for some reason :( 
    (can anyone tell me which settings i have to apply to open it with windbg? i inserted SRV*C:\Windows\symbol_cache*http://msdl.microsoft.com/download/symbols @ "Symbol File Path" any other parameters missing? [first time using windbg ;)])
    We already tried to resolve the problem with other measures like reinstall graphics driver, deactivate sound & printer mapping in the mstsc-options, deactivate the grpahiccard etc..
    Thanks for your help!

    Hi,
    According to your description, we could try to fix that user profile for test:
    Create a new user account and transfer the profile data.
    Please follow the steps below to do that:
    1.  Open the  Windows Explorer.
    2.  Click on View tab and Click on Options at the top right corner.
    3.  Click the View tab, and then click Show hidden files, folders, and drives.
    4.  Uncheck the box which states Hide protected operating system files.
    5.  Click Yes to confirm, and then click OK.
    6.  Locate the C:\Users\Old_Username folder, where C is the drive that Windows is installed on, and Old Username is the name of the profile you want to copy files from.
    7.  Select all of the files and folders in this folder, except the following files:
    •Ntuser.dat
    •Ntuser.dat.log
    •Ntuser.ini
    8. Right click and Select Copy.
    9.  Locate the C:\Users\New_Username folder, where C is the drive that Windows is installed on, and New Username is the name of the new user profile you created.
    10.  Right click inside the folder and select Paste.
    11.  Restart your PC and check if you are able to log in to default profile.
    Karen Hu
    TechNet Community Support

  • HT5925 AppleIEDAV.exe crashes everytime Windows 7 64 bit opens

    AppleIEDAV.exe crashes everytime Windows 7 64 bit opens. Any ideas?
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: AppleIEDAV.exe
    Application Version: 1.2.12.0
    Application Timestamp: 52867716
    Fault Module Name: ntdll.dll
    Fault Module Version: 6.1.7601.18247
    Fault Module Timestamp: 521ea8e7
    Exception Code: c0000005
    Exception Offset: 0002e41b
    OS Version: 6.1.7601.2.1.0.768.3
    Locale ID: 1033
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    This just started to happen. I'm using IE 11. Of course.. Safari is dead.
    Thank you!

    Remove or uncheck Bookmarks in your iCloud control panel. That is what is causing most of the problems. At least that is what I've been able to gleen from reading other posts here in the forum.

  • Servicelayer.exe crashes when backing up

    Hi there guys,
    I am currently having a problem with PC Suite where the servicelayer.exe crashes when doing a phone backup.
    OS: Windows Vista
    PC Suite: 6.82.22.0
    Phone: N80
    Whenever I try to do a phone backup it gets to 50% the servicelayer.exe crashes and PC Suite re-initiates a connection to the phone. This problem does not happen when I do a memory card backup. I have also noticed that this happens on either the cable connection or bluetooth.
    If anyone has any idea what could be causing this problem please help ... I think that maybe I need to wait for a version is more compatible with VISTA!

    I'm not sure this is isolated to Vista as I'm having similar problems on both Win 2000 and XP. Was going to start a new topic about my issue when I saw this post. So I'll put the detail here.
    OS: Windows 2000 and XP
    PC Suite: 6.92.22.0
    Phone: 6233
    Whenever I attempt to do a backup of the phone only (or phone and card) it gets to 80% before the connection drops out as described above.
    Have tried 2 different PCs (1 Win2000, 1 WinXP) and clean installs of PC Suite but the problem is consistent across both machines. I am using a CA-53 cable.
    Was going to experiment a little more by trying my 6230 to see if the problem was specific to the 6233, haven't tried just a card backup (as I didn't really need this) but will have a go to confirm whether this works as per the original post and to try and isolate the problem. Might also rollback the PC Suite install to an older version to see if the problem persists.

  • Ifweb60.exe crash when using file upload utility

    Hello,
    I have implemented the file upload utility in my own forms. When using the file upload for the first time in my forms session everything works fine. But when i try to start it again (within the same forms session) i get an ifweb60.exe crash on the server and a FRM-92101 error on the forms client
    Did anybody have the same problem before and how can i solve this?
    I am using iAS9i (release 1.0.2.1.0) with forms patch 10 (Jinitiator 1.3.1.9), Oracle server 8.1.7 on Windows NT 4.
    I included the output of my java console
    Thanks,
    Gerton
    Oracle JInitiator: Version 1.3.1.9
    Using JRE version 1.3.1.9 Java HotSpot(TM) Client VM
    User home directory = C:\WINNT\Profiles\382
    Proxy Configuration: Manual Configuration
    Proxy: MyProxy
    Proxy Overrides: <local>
    JAR cache enabled
    Location: C:\WINNT\Profiles\382\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://80nte/forms60java/f60all_jinit.jar from JAR cache
    Loading http://80nte/forms60java/UploadClient.jar.sig from JAR cache
    Loading http://80nte/forms60java/ctb_icons.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 60819
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Start setProperty
    Start setProperty
    Start setProperty
    Opening connection to http://80nte:80/download/907.doc...
    Copying resource (type: application/msword, modified on: Mon Aug 05 11:45:58 CEST 2002)...
    35840 byte(s) copied...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Start setProperty
    Start setProperty
    Start setProperty
    Client OS is Windows NT
    start RunCMD...: cmd.exe /C C:\TEMP\907.doc
    Opening Word document...
    Document has been released C:\TEMP\907.doc
    FileUploader: LoadFile : Named File
    FileUploader: 907.doc
    FileUploader: Dir>C:\TEMP\
    FileUploader: Named File = C:\TEMP\907.doc exists
    FileUploader: <PERFORM UPLOAD>
    FileUploader: Filesize 35840
    FileUploader: Source file size before encoding 35840 Bytes; (Compressed to 8905 Bytes)
    FileUploader: Size of encoded byte array : 12190 (3 Chunks)
    FileUploader: numchunks is 2
    FileUploader: Chunking : 0:4096
    FileUploader: Dispatch Chunk 1
    FileUploader: Chunking : 4096:8192
    FileUploader: Dispatch Chunk 2
    FileUploader: Chunking : 8192:12190
    FileUploader: Dispatch Chunk 3
    FileUploader: </PERFORM UPLOAD>
    Start setProperty
    Start setProperty
    Start setProperty
    Start setProperty
    Opening connection to http://80nte:80/download/907.doc...
    Copying resource (type: application/msword, modified on: Mon Aug 05 11:46:41 CEST 2002)...
    35840 byte(s) copied...
    Start setProperty
    Onbekende setProperty...
    Start setProperty
    Start setProperty
    Start setProperty
    Start setProperty
    Client OS is Windows NT
    start RunCMD...: cmd.exe /C C:\TEMP\907.doc
    Opening Word document...
    Opening Word document...
    Document has been released C:\TEMP\907.doc
    FileUploader: LoadFile : Named File
    FileUploader: 907.doc
    FileUploader: Dir>C:\TEMP\
    FileUploader: Named File = C:\TEMP\907.doc exists
    FileUploader: <PERFORM UPLOAD>
    FileUploader: Filesize 35840
    FileUploader: Source file size before encoding 35840 Bytes; (Compressed to 8917 Bytes)
    FileUploader: Size of encoded byte array : 12206 (3 Chunks)
    FileUploader: numchunks is 2
    FileUploader: Chunking : 0:4096
    FileUploader: Dispatch Chunk 1
    FileUploader: Chunking : 4096:8192
    FileUploader: Dispatch Chunk 2
    FileUploader: Chunking : 8192:12206
    FileUploader: Dispatch Chunk 3
    FileUploader: </PERFORM UPLOAD>
    oracle.forms.net.ConnectionException: Forms session <7> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)

    Problem is solved!

Maybe you are looking for

  • Letter of credit - Partners

    Hi Friends, When we create Letter of credit(VX11n) we get the option of entering the customer and ship-to party. The system can be  configured such that the customer in the letter of credit is checked against the sold-to in the sales order when we at

  • Jasper report

    i have table name student in my MS access data base. student have column name class,section, rollno,studdof... etc . Class Field contains data I ,II,III Std. etc similar to section contains A,B,C etc i want to generate a jasper report by selecting pa

  • Windows Explorer shuts down when trying to run Quicktimes

    We are using Quicktime 6 Player on PCs running Windows 2000 Professional. Whenever you try to run a Quicktime movie from the Explorer browser, it shuts down along with Quicktime!!! In addition, we cannot copy or move Quicktimes from one folder or dri

  • IPhone 4S Personal HotSpot not appearing in MacBook Pro or iPad2

    I've been struggling for a long time detecting my iPhone 4S Personal Hotspot on my MacBook Pro and my iPad2.  Apple support has not been able to resolve the issue.  Sometimes the iPhone would show up; most of the time, not. Recently, after learning t

  • Custom map lines in iPhoto '09 Book

    Hi All- My family and I just went on a Mediterranean/Adriatic Sea cruise. Using the Map Lines in an iPhoto book plots the lines as you would go via air. Anyway to override this and tell it to use a route via water? Lee