show/hide this revision's text 2 improved formatting

Hi,

I have a workspace for running an H.263 Video Encoder in a loop for 31 times i.e. the main is executed 31 times to generate 31 different encoded bit streams.This streams. This MS Visual Studio 2005 Workspace has all C source files. When i create a "DEBUG" configuration for the workspace and build and execute it, it runs fine, i.e. it generates all the 31 output files as expected. But when i I set the configuration of the workspace to "RELEASE" mdoe, and repeat the process, the encoder crashes at some test case run.

Now to debug this is verified following:1.)

  1. Analyzed the code to see if there was any variable initialization being missed out in every run of the encoder 2.)
  2. Checked the various Workspace(Solution) options in both the modes (DEBUG and RELEASE).

There are some obvious differences, but i turned the optimization related options explicitly same in both modes.

But still could not nail the problem and find a fix for that. Any pointers?

-Ajit.

show/hide this revision's text 1

Code crash in MS Visual Studio 2005 in RELEASE configuration

Hi, I have a workspace for running an H.263 Video Encoder in a loop for 31 times i.e. the main is executed 31 times to generate 31 different encoded bit streams.This MS Visual Studio 2005 Workspace has all C source files. When i create a "DEBUG" configuration for the workspace and build and execute it, it runs fine, i.e. it generates all the 31 output files as expected. But when i set the configuration of the workspace to "RELEASE" mdoe, and repeat the process, the encoder crashes at some test case run. Now to debug this is verified following: 1.) Analyzed the code to see if there was any variable initialization being missed out in every run of the encoder 2.) Checked the various Workspace(Solution) options in both the modes (DEBUG and RELEASE). There are some obvious differences, but i turned the optimization related options explicitly same in both modes. But still could not nail the problem and find a fix for that. Any pointers?

-Ajit.