News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

(bug) Command line CB shut down on corrupt project file

Started by VincentB, April 24, 2007, 04:41:51 PM

Previous topic - Next topic

VincentB

Dear code block experts,

I found the following bug : for some reason, one of my project file was corrupt. Here is the project file :

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="sys" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build />
</Project>
</CodeBlocks_project_file>


This file is corrupt as the XML <Build> section stops without starting. When I tried to compile the workspace containing this project in command line, the application was stopped by Windows shutting it down (an error report was requested by Windows).

I run under Windows XP professional
I am using the nightly build 3876

Best regards,
           Vincent.