Skip to content
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

invalid_pointer_read_c0000005 crash #9835

Open
linhnddev opened this issue Jul 11, 2024 · 2 comments
Open

invalid_pointer_read_c0000005 crash #9835

linhnddev opened this issue Jul 11, 2024 · 2 comments
Labels
area-TextBox TextBox, RichEditBox bug Something isn't working Crash whenever user reports a crash or app freeze team-Controls Issue for the Controls team

Comments

@linhnddev
Copy link

Describe the bug

It shows significant number of this crashes on Health - Microsoft Dev Partner page
invalid_pointer_read_c0000005_microsoft.ui.xaml.dll!cdependencyobject::getelementislandinputsite

SDK version: 1.5.240607001

Steps to reproduce the bug

Cannot reproduce on my end.

Expected behavior

No response

Screenshots

image
image

NuGet package version

None

Packaging type

Packaged (MSIX)

Windows version

Windows 11 version 22H2 (22621, 2022 Update), Windows 11 version 21H2 (22000)

IDE

No response

Additional context

No response

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Jul 11, 2024
@codendone codendone transferred this issue from microsoft/WindowsAppSDK Jul 18, 2024
@codendone codendone added bug Something isn't working area-TextBox TextBox, RichEditBox team-Controls Issue for the Controls team Crash whenever user reports a crash or app freeze and removed needs-triage Issue needs to be triaged by the area owners labels Jul 18, 2024
@ZhianLin
Copy link

ZhianLin commented Aug 9, 2024

My PC crashed today with the blue screen code DPC_WATCHDOG_VIOLATION,Windbg provided the same error code INVALID_POINTER_READ_c0000005 from dmp file.The following is the result of analyzing dmp files using windbg.

STACK_COMMAND:  ~0s; .ecxr ; kb

SYMBOL_NAME:  ucrtbase!wcsnlen+2b

MODULE_NAME: ucrtbase

IMAGE_NAME:  ucrtbase.dll

FAILURE_BUCKET_ID:  INVALID_POINTER_READ_c0000005_ucrtbase.dll!wcsnlen

OS_VERSION:  10.0.22621.1

BUILDLAB_STR:  ni_release

OSPLATFORM_TYPE:  x86

OSNAME:  Windows 10

IMAGE_VERSION:  10.0.22621.3593

FAILURE_ID_HASH:  {e3444de8-41d4-b7f8-08a9-3721f3da6c5f}

Followup:     MachineOwner
---------

0:000> lmvm ucrtbase
Browse full module list
start    end        module name
76b60000 76c72000   ucrtbase # (pdb symbols)          C:\ProgramData\dbg\sym\ucrtbase.pdb\506A7C75FAAC9C12729786B3469B0E8C1\ucrtbase.pdb
    Loaded symbol image file: ucrtbase.dll
    Mapped memory image file: C:\ProgramData\dbg\sym\ucrtbase.dll\84B62951112000\ucrtbase.dll
    Image path: C:\Windows\System32\ucrtbase.dll
    Image name: ucrtbase.dll
    Browse all global symbols  functions  data
    Image was built with /Brepro flag.
    Timestamp:        84B62951 (This is a reproducible build file hash, not a timestamp)
    CheckSum:         001158DA
    ImageSize:        00112000
    File version:     10.0.22621.3593
    Product version:  10.0.22621.3593
    File flags:       0 (Mask 3F)
    File OS:          40004 NT Win32
    File type:        2.0 Dll
    File date:        00000000.00000000
    Translations:     0409.04b0
    Information from resource tables:
        CompanyName:      Microsoft Corporation
        ProductName:      Microsoft® Windows® Operating System
        InternalName:     ucrtbase.dll
        OriginalFilename: ucrtbase.dll
        ProductVersion:   10.0.22621.4005
        FileVersion:      10.0.22621.4005 (WinBuild.160101.0800)
        FileDescription:  Microsoft® C Runtime Library

@bghgary
Copy link

bghgary commented Oct 22, 2024

I have exactly the same crash with a matching call stack for my app in the store. I'm on WindowsAppSDK 1.6.240829007.

Apps-and-Games-Health-details-Faliure-log-Stack-trace.zip

From the call stack, it looks like the app is crashing while shutting down.

Microsoft::UI::Dispatching::DispatcherQueue::ShutdownStartingCallback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-TextBox TextBox, RichEditBox bug Something isn't working Crash whenever user reports a crash or app freeze team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

4 participants