-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Is this the location to report Application error explorer.exe , Faulting module name Windows.UI.Xaml.dll exception error 0xc000027b ? #1175
Comments
@DHowett-MSFT does this ring any bells? |
I’ve only seen this in insider builds when DWM also goes down; other than that, no bells rung. |
@DHowett-MSFT DWM might be going down. ProcessExplorer says DWM's parent is In event viewer it shows this error of source:
Which seems to happen every time I get the Windows.UI.Xaml.dll error, which is:
(I believe they are in the attached captured events) Are there any tests or info that would be useful to catch? I was going to try a rollback option, but held off I so I might be able to report this issue. I am suspicious of
I'm going to try running GPU-Z to catch NVIDIA logging while recreating the issue. |
Thanks for the additional information. Using the "Report Id" mentioned, I was able to find the bucket which Windows Error Reporting assigned your crash to. The hits in that bucket are a crash in the Windows Timeline view, which shows when using Win+Tab. Is it possible used Win+Tab around the time of the crash? I suspect the issue is a bug in the 1903 update you recently got, and isn't related to Windows Terminal or the NVIDIA driver. I've added comments on the internal bug (#20772287) for this crash. |
It has happened close to the time I used win10's new How you found out it was Is the bucket just an ini file? For example If not, how can I learn to view the bucket or trace? I'm having no luck trying to google information. If it involves setting up an environment, I do have experience programming. ESET log fixedSome of the attached errors were from ESET logging:
This was fixed by creating the directory If I inspect the directory after existing and after an error, all files appear to be byte strings. (i.e. not encoded as one of the unicode codecs.) The majority of bytes are zeros, so maybe it's a memory dump. The files created are named: Thanks for your help! |
The 0xc000027b error means this is a stowed exception crash, and you need to look at the stowed exceptions to find the real error code and callstack. There can be multiple stowed exceptions, but the first usually is the fatal error. You can find more information on stowed exceptions at https://channel9.msdn.com/Shows/Inside/C000027B. To keep crash dumps on your machine so you can look at the cause of an error, you'll probably want to set some regkeys to keep some crash dumps locally (see https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps). (I believe the crash bucket information I found isn't something you can do. But that approach is also imprecise, since it only pointed me a somewhat generic bucket with no way for me to confirm the specific issue you hit; I got lucky that this bucket happened to be concentrated on Timeline crashes. Looking at the stowed exceptions in a crash dump, as described above, is required to confirm the blame of a stowed exception crash.) |
Apologies if this is the wrong location. I am not sure if I'm in the correct project to report to. I started filing a crash report, but the questions didn't seem to match my situation. If yes, I can re-submit this.
I landed here from google onto a similar error on a closed issue that @jevansaks was diagnosing. #259
As suggested I uploaded the events to: https://aka.ms/AA5ufoq
The main error is
Application error explorer.exe , Faulting module name: Windows.UI.Xaml.dll exception error 0xc000027b
Normally my system is very stable.
Windows.UI.XAML.dll error 0xc000027b crashes explorer.exe.zip
Edition: Windows10 Pro
Version: 1903
OS Build: 18362.295
Installed On: 8/7/2019
WindowsTerminal (Preview): installed on 8/12/2019
Events are attached.
Thanks.
The text was updated successfully, but these errors were encountered: