Can't start CodeLite? It keeps crashing?

General questions regarding the usage of CodeLite
Rory
CodeLite Enthusiast
Posts: 29
Joined: Wed Nov 14, 2012 3:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

Can't start CodeLite? It keeps crashing?

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

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

Post by eranif »

delete your ~/.codelite folder
and try again
Eran
Make sure you have read the HOW TO POST thread
Rory
CodeLite Enthusiast
Posts: 29
Joined: Wed Nov 14, 2012 3:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post by Rory »

That worked a charm! Thanks.
Post Reply