show/hide this revision's text 2 deleted 10 characters in body; edited tags; edited tags

Hi,

I have a MSVC 6.o workspace, which has all C code.
The code is being run without any optimization switch i.e with option O0, and in debug mode. This code is obtained from some 3rd party. It executes desirable as it is.

But When i when I add some printf statements in certain functions for debugging, and then execute the code, it crashes.

I suspect it to be somekind some kind of code/data overflow across a memory-page / memory-segment memory-page/memory-segment or something alike. But the code does not have any memory map specifier, or linker command file mentioning the segments/memory map etc.

How do i I narrow down the cause, and the fix for this quirky issue?

-AD

show/hide this revision's text 1

Strange code crash problem?

Hi,

I have a MSVC 6.o workspace, which has all C code. The code is being run without any optimization switch i.e with option O0, and in debug mode. This code is obtained from some 3rd party. It executes desirable as it is.

But When i add some printf statements in certain functions for debugging, and then execute the code, it crashes.

I suspect it to be somekind of code/data overflow across a memory-page / memory-segment or something alike. But the code does not have any memory map specifier, or linker command file mentioning the segments/memory map etc.

How do i narrow down the cause, and the fix for this quirky issue?

-AD