J
Jason Smith
I'm rather new with vb.net and I'm having problems debugging a large vb.net
application.
The application is randomly crashing at two locations with "referenced
memory at 0x0" violations. My try-catch blocks are not trapping these
exceptions.
Sysinternals' procexp places the two crash addresses in ntdll.dll, offsets
2a84 and 2b6a - both in RtlLogStackBackTrace.
A Dr Watson of a crash shows most of the threads are in the same code above
the ending address of the last dll.
My nubie questions:
Why don't the try-catch blocks catch these exceptions? The entire process is
wrappered by one.
Does anyone have any idea what is going on in ntdll!RtlLogStackBacktrace?
Any ideas why I would have crashes in there?
What are the threads executing? The last dll ends at 7c396000 and Dr Watson
shows almost every thread in code around 7ffe0304.
Does anyone have a suggestion on how to trap my faults, or at least narrow
down where I should be looking?
application.
The application is randomly crashing at two locations with "referenced
memory at 0x0" violations. My try-catch blocks are not trapping these
exceptions.
Sysinternals' procexp places the two crash addresses in ntdll.dll, offsets
2a84 and 2b6a - both in RtlLogStackBackTrace.
A Dr Watson of a crash shows most of the threads are in the same code above
the ending address of the last dll.
My nubie questions:
Why don't the try-catch blocks catch these exceptions? The entire process is
wrappered by one.
Does anyone have any idea what is going on in ntdll!RtlLogStackBacktrace?
Any ideas why I would have crashes in there?
What are the threads executing? The last dll ends at 7c396000 and Dr Watson
shows almost every thread in code around 7ffe0304.
Does anyone have a suggestion on how to trap my faults, or at least narrow
down where I should be looking?