Skip to content

Instantly share code, notes, and snippets.

@TacoSteemers
Created April 14, 2013 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TacoSteemers/5382459 to your computer and use it in GitHub Desktop.
Save TacoSteemers/5382459 to your computer and use it in GitHub Desktop.
Rust 0.6 crash event log
Log Name: Application
Source: Application Error
Date: 4/14/2013 1:55:24 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: taco-PC
Description:
Faulting application name: rustc.exe, version: 0.0.0.0, time stamp: 0x515b24f6
Faulting module name: libstdc++-6.dll, version: 0.0.0.0, time stamp: 0x4f773dbe
Exception code: 0xc0000005
Fault offset: 0x0001badb
Faulting process id: 0x19bc
Faulting application start time: 0x01ce3906f2b8fe00
Faulting application path: C:\Program Files (x86)\Rust\bin\rustc.exe
Faulting module path: C:\MinGW\bin\libstdc++-6.dll
Report Id: 309ea9e6-a4fa-11e2-bb94-0008cae700ba
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-04-14T11:55:24.000000000Z" />
<EventRecordID>8114</EventRecordID>
<Channel>Application</Channel>
<Computer>taco-PC</Computer>
<Security />
</System>
<EventData>
<Data>rustc.exe</Data>
<Data>0.0.0.0</Data>
<Data>515b24f6</Data>
<Data>libstdc++-6.dll</Data>
<Data>0.0.0.0</Data>
<Data>4f773dbe</Data>
<Data>c0000005</Data>
<Data>0001badb</Data>
<Data>19bc</Data>
<Data>01ce3906f2b8fe00</Data>
<Data>C:\Program Files (x86)\Rust\bin\rustc.exe</Data>
<Data>C:\MinGW\bin\libstdc++-6.dll</Data>
<Data>309ea9e6-a4fa-11e2-bb94-0008cae700ba</Data>
</EventData>
</Event>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment