Recently, CodeLite seems to have a problem running in Windows 7. I have noticed that there occurs a stackhash error while using CodeLite. I am not sure what triggers this, but I have been facing this issue from the past 2-3 days. Earlier I wasn't using it much so didn't find any error. Looks like on a prolonged use it results in this.
There has been performance issue on Windows 7 too. It takes a great deal of time to compile any program.
I am using a Windows 7 - 64bit Ultimate OS, with 6 GB of RAM, Intel i5-4200U CPU @ 1.60GHz 2.30 GHz.
Windows StackHash error
-
- CodeLite Curious
- Posts: 1
- Joined: Sun Jul 10, 2016 8:42 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: Windows StackHash error
I really don't know that does this means... I am using CodeLite on Windows 7 without a problems (I keep it running for days...)I have noticed that there occurs a stackhash error while using CodeLite
CodeLite does not compile your program, but it invokes the compiler to do that, so the problem is somewhere else.It takes a great deal of time to compile any program
You forgot to mention your CodeLite version.
However, try reinstalling CodeLite:
* Download the latest CodeLite available (9.1.8) http://downloads.codelite.org
* Close any running instances of CodeLite
* Rename the folder %appdata%\CodeLite to something else
* Install CodeLite
Eran
Make sure you have read the HOW TO POST thread