|
From: <Le...@ca...> - 2000-11-27 23:16:30
|
Hi all,
have a single thread program. When just run it - it goes ok. When run
from gdb - get memory segmentation fault. So far so good - but the
thing is - if i put a breakpoint in the code at some point, then do a
couple of steps ("n" command) then continue ("c" command) - there is
no memory segmentaion fault and everything goes fine. At the moment
code uses quite a bit of template classes and newing those (ie with
"new" call)
was just wondering (since i sort of cannot find any probs with actual
code) whether or not it is CRTDLL vs MSV runtime issues, library
issues (i am importing and linking with multimedia winapi library), or just
gdb and template instaniation issues... perhaps someone had similar
things?
|