Re: vb6.exe is crashing on ntdll.dll when building executables.
- From: theon <theon@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 3 Jul 2009 19:11:01 -0700
I cannot add log, because it's vb6.exe IDE crashing on writing my app to .exe .
vb6.exe running my application ok, but crashig on "writing executable".
Solution is huge and has a lot of source files.
How can I find out on writing which class/function it's crashing ?
"MikeD" wrote:
.
"theon" <theon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4BEF32D9-C220-4C26-8AFF-D513C8D74369@xxxxxxxxxxxxxxxx
Please advise, my vb6.exe is crashing on ntdll.dll when building
executables
.WinXP with all latest windows-updates applied.
Windbg crash dump:
Unfortunately, all that debug info is mostly worthless. You're gonna have to
find out the line of code that's causing the crash and post that. If you
can't reproduce this in the IDE, then you'll have to temporarily (or maybe
permanently) add code into your program to help in narrowing down the code
that's causing the crash (for example, write to a log file when procedures
are entered and exited...when the log has an entered procedure but no exited
procedure, you know the crash occured in that procedure...from that point,
you can further add logging at the line level). Just guessing, but I'd bet
it's an API function you're calling incorrectly.
There's just not much anyone can probably assist with until you can post
source code.
--
Mike
- References:
- Prev by Date: Re: vb6.exe is crashing on ntdll.dll when building executables.
- Next by Date: Re: vb6.exe is crashing on ntdll.dll when building executables.
- Previous by thread: Re: vb6.exe is crashing on ntdll.dll when building executables.
- Next by thread: Re: vb6.exe is crashing on ntdll.dll when building executables.
- Index(es):
Relevant Pages
|