Re: Strange error message.
- From: "AliR" <AliR@xxxxxxxxxxxxx>
- Date: Fri, 22 Sep 2006 16:11:17 GMT
When it blows up walk up the call stack and see where things are falling
apart. Looks like an invalid parameter is causing an Exception somewhere.
AliR.
"Paco" <paco_beams@xxxxxxxxx> wrote in message
news:fQSQg.5155$7I1.3768@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Visual C++ Version 6 running on XP Professional.the
I am running my program in debug mode. On one particular computer the
following error appears at a random interval of many minutes after program
start: The program runs fine in debug mode on other computers.
Error box:
User breakpoint called from code at 0x7c901230
The stack display is:
NTDLL! 7c901230()
NTDLL! 7c96cd80()
NTDLL! 7c96e225()
NTDLL! 7c94bbfb()
KERNEL32! 7c838f70()
WDMAUD! 72d222ce()
WDMAUD! 72d24617()
KERNEL32! 7c80b50b()
The debug window shows several identical instances of the following line.
These messages are interspersed with some messages that I am printing to
debug window. I can tell that the errors are occurring minutes apart from
each other. I assume these messages are related to the overall issue.
Debug window of the debugger:
HEAP[Program.exe]: Invalid Address specified to RtlGetUserInfoHeap(
00140000, 001E7100 )
What do I do? How do I proceed to solve this problem?
.
- Follow-Ups:
- Re: Strange error message.
- From: Michael K. O'Neill
- Re: Strange error message.
- References:
- Strange error message.
- From: Paco
- Strange error message.
- Prev by Date: Re: Global variable error :error LNK2001
- Next by Date: Re: Another UpdateAllViews doesnt work problem.
- Previous by thread: Strange error message.
- Next by thread: Re: Strange error message.
- Index(es):
Relevant Pages
|