Re: vb6.exe is crashing on ntdll.dll when building executables.



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


.



Relevant Pages

  • Re: XFS: how to NOT null files on fsck?
    ... >> disk state on crash might be that the data update was done and the ... Application crashing? ... I don't think that the performance implications are large in typical ... BTW, the way my current hardware acts up, system crashes are more ...
    (Linux-Kernel)
  • Re: smsexec.exe faulting module kernel32.dll
    ... The crash is basically telling you that it is the SMS_STATUS_MANAGER ... crashing the SMS_Executive service and then it also gives you the thread ID ... crash is it consistent with the Thread ID or does it change? ... >>> Opened a change notification handle for directory ...
    (microsoft.public.sms.misc)
  • Re: Annie Proulx on BBM Loss
    ... John Harkness wrote: ... for Brokeback, ... Her writing here is such a joy to read, it's almost a silver lining to BB ... And I speak as someone who thought Crash was the worst possible choice ...
    (rec.arts.movies.current-films)
  • Re: MS Office 2008
    ... but not on a Mac :-) ... Is the crashing associated with any particular document, ... Is there any specific event or command that seems to trigger the crash? ... Provide complete descriptive responses & ...
    (microsoft.public.mac.office.word)
  • Re: Annie Proulx on BBM Loss
    ... Her writing here is such a joy to read, it's almost a silver lining to BB MTN's loss... ... More Academy members liked _Crash_, ... I assume you're speaking to those who consider BB MTN's loss a grave tragedy... ... As for "training harder for your next shot", perhaps that's indeed what one might do who was desirous of making a movie more like, say, CRASH... ...
    (rec.arts.movies.current-films)

Loading