Quantcast
Viewing latest article 9
Browse Latest Browse All 585

Using TreeWalker.RawViewWalker.GetLastChild in single thread leads to an crash with ntdll.dll

Hello,

I get crash only if use threads to search.
If I use TreeWalker.RawViewWalker.GetLastChild without the threads then all are Okay.

What can be reason?

OS: Windows 10 x64.

Eventvwr log:

Log Name:      Application
Source:        Application Error
Date:          4/28/2020 19:55:41
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      MY-COMPUTER
Description:
Faulting application name: MyApplication.exe, version: 1.0.0.0, time stamp: 0x5ea70824
Faulting module name: ntdll.dll, version: 10.0.17763.1131, time stamp: 0x4dc06dfc
Exception code: 0xc0000374
Fault offset: 0x00000000000fb049
Faulting process id: 0xffc
Faulting application start time: 0x01d61dcbbd3544a0
Faulting application path: D:\Project\MyApplication.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 7fe808da-dad9-4d30-a6c7-df6e96b4fc9d
Faulting package full name: 
Faulting package-relative application ID: 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-04-29T02:55:41.147045900Z" />
<EventRecordID>1677</EventRecordID>
<Channel>Application</Channel>
<Computer>MY-COMPUTER</Computer>
<Security />
  </System>
  <EventData>
<Data>MyApplication.exe</Data>
<Data>1.0.0.0</Data>
<Data>5ea70824</Data>
<Data>ntdll.dll</Data>
<Data>10.0.17763.1131</Data>
<Data>4dc06dfc</Data>
<Data>c0000374</Data>
<Data>00000000000fb049</Data>
<Data>ffc</Data>
<Data>01d61dcbbd3544a0</Data>
<Data>D:\Project\MyApplication.exe</Data>
<Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
<Data>7fe808da-dad9-4d30-a6c7-df6e96b4fc9d</Data>
<Data>
</Data>
<Data>
</Data>
  </EventData>
</Event>


Viewing latest article 9
Browse Latest Browse All 585

Trending Articles