Re: have you ever run into this problem when debug code

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi
It seems to be a "well known" bug of MS IDE and a way to get around is
to switch code generation to multi thread. Have we have any fix from
MS or do someone know the reason of this bug? By the way, my code does
not link to any library at all and it is not a multi thread code ( so
it should run correctly when generated as single thread).
XS
On May 4, 3:23 pm, "Victor Bazarov" <v.Abaza...@xxxxxxxxxxxx> wrote:
Jekyll wrote:
when I use command Ctrl F5, all run smoothly and no error at all. But
when I try F5, it seem that the new command does not work and memory
is not allocated. It seems very vague but you might have run into this
problem and your insight might be helpful to me.

I've not run into something like that, but one area I'd probably take
a close look is the amount of available memory. If when running without
the debugger present you experience no problem, you may be treading the
very edge of memory limits. Try reducing your data set. Another
possibility is that you have some kind of timing problem. Under the
debugger everything executes slower...

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


.



Relevant Pages

  • 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: validity of a pointer
    ... In either case, you have a bug. ... you can use a memory checker tool: ... own, you can fire up your debugger, set a watch at the address of the ... debugger is just the ticket and sometimes not. ...
    (comp.lang.c)
  • Re: Segmentation fault if I dont use printf?
    ... Can you suggest some debugger which is good and easy to ... The most common cause of the problem you mention is a bug that corrupts ... I recommend checking all first uses of variables, memory allocation and ...
    (comp.programming)
  • Re: [PHP] Storing values in arrays
    ... PHP has not application var, and not multi thread ... the only way is database, share memory. ...
    (php.general)