From this topic: https://www.sysnative.com/forums/bs...opped-responding-has-recovered.html#post47524
App crashes when running the full memory dump that the OP uploaded
Worked around by generating a minidump in WinDbg - and it opens w/o problems
EDIT: now it crashes whenever I try to run a minidump. Still looks like the same errors in Event Viewer.
Repaired my .NET 4.5 installation and app still crashes
Event Viewer shows this error:
App crashes when running the full memory dump that the OP uploaded
Worked around by generating a minidump in WinDbg - and it opens w/o problems
EDIT: now it crashes whenever I try to run a minidump. Still looks like the same errors in Event Viewer.
Repaired my .NET 4.5 installation and app still crashes
Event Viewer shows this error:
Immediately followed by this error:Log Name: Application
Source: .NET Runtime
Date: 5/30/2013 05:21:14
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Owner-PC
Description:
Application: _SysnativeBSODApps.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
at System.Text.StringBuilder.ToString()
at System.IO.StreamReader.ReadToEnd()
at System.IO.File.InternalReadAllText(System.String, System.Text.Encoding, Boolean)
at System.IO.File.ReadAllText(System.String)
at <Module>.MyCheckDir.DmpCheck(MyCheckDir*, std.vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >*, std.basic_string<char,std::char_traits<char>,std::allocator<char> >*)
at <Module>.InputData.getDmpsList(InputData*)
at <Module>.OutputDmps.getInputData(OutputDmps*)
at <Module>.OutputDmps.outputAnalysisFiles(OutputDmps*)
at <Module>.main(System.String[])
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-05-30T09:21:14.000000000Z" />
<EventRecordID>11419</EventRecordID>
<Channel>Application</Channel>
<Computer>Owner-PC</Computer>
<Security />
</System>
<EventData>
<Data>Application: _SysnativeBSODApps.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
at System.Text.StringBuilder.ToString()
at System.IO.StreamReader.ReadToEnd()
at System.IO.File.InternalReadAllText(System.String, System.Text.Encoding, Boolean)
at System.IO.File.ReadAllText(System.String)
at <Module>.MyCheckDir.DmpCheck(MyCheckDir*, std.vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >*, std.basic_string<char,std::char_traits<char>,std::allocator<char> >*)
at <Module>.InputData.getDmpsList(InputData*)
at <Module>.OutputDmps.getInputData(OutputDmps*)
at <Module>.OutputDmps.outputAnalysisFiles(OutputDmps*)
at <Module>.main(System.String[])
</Data>
</EventData>
</Event>
Log Name: Application
Source: Application Error
Date: 5/30/2013 05:21:14
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: Owner-PC
Description:
Faulting application name: _SysnativeBSODApps.exe, version: 2.15.3.0, time stamp: 0x518723a0
Faulting module name: KERNELBASE.dll, version: 6.2.9200.16451, time stamp: 0x50988950
Exception code: 0xe0434352
Fault offset: 0x00014b32
Faulting process id: 0x2aa8
Faulting application start time: 0x01ce5d17018f9bcc
Faulting application path: C:\Users\Owner\SysnativeBSODApps\_SysnativeBSODApps.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report Id: 463bab64-c90a-11e2-beb8-485b3901d3fe
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="2013-05-30T09:21:14.000000000Z" />
<EventRecordID>11420</EventRecordID>
<Channel>Application</Channel>
<Computer>Owner-PC</Computer>
<Security />
</System>
<EventData>
<Data>_SysnativeBSODApps.exe</Data>
<Data>2.15.3.0</Data>
<Data>518723a0</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.2.9200.16451</Data>
<Data>50988950</Data>
<Data>e0434352</Data>
<Data>00014b32</Data>
<Data>2aa8</Data>
<Data>01ce5d17018f9bcc</Data>
<Data>C:\Users\Owner\SysnativeBSODApps\_SysnativeBSODApps.exe</Data>
<Data>C:\Windows\SYSTEM32\KERNELBASE.dll</Data>
<Data>463bab64-c90a-11e2-beb8-485b3901d3fe</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
Last edited: