Author Topic: (bug) Command line CB shut down on corrupt project file  (Read 3700 times)

Offline VincentB

  • Multiple posting newcomer
  • *
  • Posts: 28
(bug) Command line CB shut down on corrupt project file
« on: April 24, 2007, 04:41:51 pm »
Dear code block experts,

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

Code
<?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.