Page 1 of 1

crash on open missing file from build window

Posted: Wed May 12, 2010 2:48 am
by ds_on_cl
Hi,

In the build window, after a compile that failed, I had an error line that referenced a file that did not exist at that path. When I click to open the file at that error line CL crashes out.

I don't expect CL to open the file that doesn't exist, but it would be nicer if it told me that there was an error that the file didn't exist rather than crashing.

I suppose you might be able to reproduce this by setting your make/build command to something that printed/echoed a line that looked like a compile error for a file that doesn't exists and then clicking on that after trying to "compile" by running batch file or whatnot.

Re: crash on open missing file from build window

Posted: Wed May 12, 2010 2:44 pm
by eranif
This bug was reported and fixed in SVN trunk:

http://sourceforge.net/tracker/?func=de ... tid=979960

Eran