crash on open missing file from build window

General questions regarding the usage of CodeLite
ds_on_cl
CodeLite Enthusiast
Posts: 13
Joined: Wed Jan 13, 2010 3:58 am
Genuine User: Yes
IDE Question: c++
Contact:

crash on open missing file from build window

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: crash on open missing file from build window

Post by eranif »

This bug was reported and fixed in SVN trunk:

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

Eran
Make sure you have read the HOW TO POST thread
Post Reply