|
Wednesday, May 06, 2009 - 3 Posts by 3 People
We've used WinDbg and SOS and attempted to get crash logs using ADPlus, using this command:
adplus
StackOverflowException, before anything is cleaned up, and ignore all other exception types.
Log Version
<ADPlus> <!-- Add log entry, log faulting thread stack and dump full on first chance
|
|
Wednesday, April 04, 2007 - 13 Posts by 6 People
And not wait until I log in, at least until I figure out the problem. That way, if it crashes, sage
will recover and still record even though I am not logged in.
Its possible right? as a service?
IMOA
your PC auto login with your username, so if it reboots the computer automatically logs in.Quote
|
|
Saturday, June 27, 2009 - 4 Posts by 3 People
For other log messages. All in all its a hunt the thimble game and you'll get better at it as you
second question, try http://eventid.net
They have comprehensive info about almost every error logged
How do you troubleshoot events that are not clear when you read them?
Is there a website to search for those Event IDs and...
|
|
Thursday, October 15, 2009 - 3 Posts by 2 People
WinDbg STL Logging Class
This class can be used to redirect the standard output streams
to use WinDbg's C-style logging function (which is as ugly and evil as printf).
Header-only library
I am going to play around a bit with WinDbg, thanks :wave:Quote: : (Post 1707706) I am going
|
|
Thursday, May 07, 2009 - 5 Posts by 2 People
AswMon2.sys in the minidumps.
Can I send you these logs, so that you can tell me how to resolve this? Do
using Avast for over a year now and never had any issues, however, when I ran WinDbg I noticed
Check the folder <avast>\data\log
Are there any files called unpXXXX (where XXXX is a random
|
|
Sunday, May 17, 2009 - 3 Posts by 3 People
Is there an equivalent in dbg/cocoa/apple word for the Microsoft public symbol server and windbg
The Symbolicator (a tool to symbolicate crash logs—reliant on dSYM bundles, but less finicky than gdb about
Is there an equivalent in dbg/cocoa/apple word for the Microsoft public symbol server and windbg ( http://msdl.microsoft....
|
|
Sunday, December 14, 2008 - 6 Posts by 6 People
I'm using windbg to examine some crash dumps sent in by an app. There seems to be some correlation
Winsock LSP, I suspect). To make this sort of analysis easier in the future, is there a windbg script
I see why you want to do this, but you can output from WinDbg to a log and correlate with a list
|
|
Monday, October 12, 2009 - 3 Posts by 2 People
Profiler" and windbg.
The Memory Profiler has shown only 130MB in live object instances. What's
!).
When analyzing the dump with windbg, the above stats are confirmed:
!dumpheap -stat acceptable
of RAM, so no threat of the OS running low system mem. The process itself shows from logs that is has
|
|
Wednesday, November 18, 2009 - 5 Posts by 2 People
With .Net framework 2.0 as target. Still, software crashes and Runtime logs the same kind
logging exceptions in the Windows event viewer in the catch block at every possible location
unresponsive when I opened the Trend plot. [Software exe launched through WinDbg]. I breaked
|
|
Tuesday, September 25, 2007 - 2 Posts
Looking for a monitoring tool that enables me to monitor a production
application and to log
.
Is this possible to use WinDbg without all its complexities to achieve what
I need?
Thanks,
Ivan
a production
> application and to log the stack and dumps when the application terminates
>
|
)