re: weird Windows 2000/XP bug

From: ALoR (Alor@iol.it)
Date: 10/31/01


Message-Id: <5.1.0.14.2.20011031000905.03e580e8@popmail.iol.it>
Date: Wed, 31 Oct 2001 00:14:00 +0100
To: <vuln-dev@securityfocus.com>
From: ALoR <Alor@iol.it>
Subject: re: weird Windows 2000/XP bug

At 19.47 30-10-2001, awe@centrum.cz wrote:
>Hi,
>I've traced this and problem is in API function WriteFile, further
>in some NT internal call (int 2E), it only occurs when console is

I've traced it with the VC++ debugger and it crasched on ExitProcess()
after the printf.
but the really amazing thing is that debugging it another time let me no crash.
again and it crashed in the CRT I/O routines.

I can't find the exact point of failure.
it seems to me that the effect is in some way random... Infact not always
the machine restart or crash, sometime it closes the application succesfully.

I'll debug it better tomorrow.

bye

    --==> ALoR <==---------------------- - - -

  ettercap project : http://ettercap.sourceforge.net
  e-mail: alor (at) users (dot) sourceforge (dot) net



Relevant Pages

  • [PATCH 04/37] Separate the gdbstub from the debug core
    ... kernel debugger exception logic and to the gdbstub.c which contains ... the logic for allowing gdb to talk to the debug core. ... -static int write_mem_msg ...
    (Linux-Kernel)
  • Re: Interview Embedded Software Questions
    ... Although this is NOT 100% true if we talk about the debugger! ... int x=1; ... The compiler doesn't have to be broken at all. ... it means that if z does not equal 3 it equals to something else ...
    (comp.arch.embedded)
  • Re: MyString Class
    ... > I compiled your program and run it under the debugger. ... > The first crash happens in ... ... > memory is flawed. ... First bug fixed. ...
    (comp.lang.cpp)
  • Re: ExecutionEngineException in dotnet 2.0 application doing interop with VB6 legacy code
    ... I have attached a debugger to the crashing apps, setting up symbol server and pdb stuff. ... The crash is never twice on the same code location. ... I have walked the code and made sure all connections where closed when done and the problem disappeared. ... has 800KLOC of VB6 code. ...
    (microsoft.public.dotnet.framework.interop)
  • Re: Parameter Name Warning?
    ... It's a screenshot from VS.NET 2003. ... What about warning you if you misspelled something in your ... >> I realize that I could have defined the method as void M(int, int, int, ... the debugger could have helped. ...
    (microsoft.public.vc.language)