Page 1 of 1

Can't start CodeLite? It keeps crashing?

Posted: Sat Jan 12, 2013 8:23 pm
by Rory
I've just run into an odd situation whereby I can no longer open CodeLite. It just keeps crashing on startup. When I run it through gdb I get the following:

Starting program: /usr/bin/codelite
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe7366700 (LWP 4017)]
[New Thread 0x7fffe6b65700 (LWP 4018)]
[Thread 0x7fffe7366700 (LWP 4017) exited]
[New Thread 0x7fffe6115700 (LWP 4025)]
[New Thread 0x7fffe5914700 (LWP 4026)]
[New Thread 0x7fffe5113700 (LWP 4027)]
[New Thread 0x7fffe4912700 (LWP 4028)]
[New Thread 0x7fffdffff700 (LWP 4029)]
[New Thread 0x7fffdf7fe700 (LWP 4030)]
[New Thread 0x7fffdeffd700 (LWP 4031)]
[New Thread 0x7fffde7fc700 (LWP 4032)]
[New Thread 0x7fffdd0ab700 (LWP 4033)]
[New Thread 0x7fffdbd7e700 (LWP 4035)]
[Thread 0x7fffdbd7e700 (LWP 4035) exited]
[New Thread 0x7fffdb57d700 (LWP 4038)]
[Thread 0x7fffdb57d700 (LWP 4038) exited]
[New Thread 0x7fffe7366700 (LWP 4040)]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6a0274f in SessionManager::GetLastSession() () from /usr/lib/codelite/libpluginu.so
(gdb)

A little box pops up just before the crash titled "Git Progress" if that's of any help? I've had a really productive few months since I discovered CodeLite. It's really great, I hope this can be sorted,

Rory.

Re: Can't start CodeLite? It keeps crashing?

Posted: Sat Jan 12, 2013 9:30 pm
by eranif
delete your ~/.codelite folder
and try again
Eran

Re: Can't start CodeLite? It keeps crashing?

Posted: Mon Jan 14, 2013 5:50 am
by Rory
That worked a charm! Thanks.