Re: Strange error message.



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.

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
the
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?







.



Relevant Pages

  • [EXPL] Avoiding Stack Protections Shellcode Example
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... systems that use stack protection. ... will be using pieces of code of ntdll for serving our purposes. ... executing our thread to code in ntdll.dll ...
    (Securiteam)
  • avoiding stackguard
    ... Shellcode without zeros. ... All we have listened about stack protections. ... In this code im using pieces of code of ntdll for doing my ... 0xDF,0x2F,0x46,0x78,//goto stosd/pop edi/retn 4 ...
    (Bugtraq)
  • Re: Crash: HEAP: Free Heap block modified...
    ... reading the stack trace backwards. ... NTDLL! ... operator new(unsigned int 68, const char * 0x5f4d096c THIS_FILE, int ... another window from OnPaint? ...
    (microsoft.public.vc.mfc)
  • Re: avoiding stackguard
    ... Vallez appears to be using "stackguard" generically to refer to stack ... >All we have listened about stack protections. ... In this code im using pieces of code of ntdll for doing my ...
    (Bugtraq)
  • Re: Unhandled exception
    ... an example (in DEBUG mode): ... I am not sure if that tells how much space in the heap is used. ... the heap and stack sizes are like this ... Heap Commit Size: 0 ...
    (microsoft.public.vc.mfc)