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.
crash on open missing file from build window
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Wed Jan 13, 2010 3:58 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: crash on open missing file from build window
This bug was reported and fixed in SVN trunk:
http://sourceforge.net/tracker/?func=de ... tid=979960
Eran
http://sourceforge.net/tracker/?func=de ... tid=979960
Eran
Make sure you have read the HOW TO POST thread