Codelite freezes

General questions regarding the usage of CodeLite
Netzschleicher
CodeLite Enthusiast
Posts: 33
Joined: Fri Aug 13, 2010 10:45 pm
Genuine User: Yes
IDE Question: C++
Contact:

Codelite freezes

Post by Netzschleicher »

Hello everybody,

following Situation:
Host: Debian 11 64bit 16GB Ram SATA-SSD
           Intel Core i7
           Virtualbox 6.1.28 installed

VM: Kubuntu 20.04LTS 64bit, 4GB Ram
         2 CPU Cores, 32GB virtual HDD
         wxWidgets 3.1 5 and Codelite 15.0.5 installed

When working, Codelite freezes sporadly on Code Editing, Debugging Code, Code Completion.
When Codelite freezed, very high CPU usage occured. Codelite only can destroyed with Linux Task Manager.

Have anyone the same Issue? Is there any solution.

Greetings
Netzschleicher

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite freezes

Post by eranif »

Sorry for the long delay in response
When this happens, can u run gdb -p <PID> on CodeLite process? and post the stack trace?

Or use pstack <PID>

Make sure you have read the HOW TO POST thread
Netzschleicher
CodeLite Enthusiast
Posts: 33
Joined: Fri Aug 13, 2010 10:45 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite freezes

Post by Netzschleicher »

No, problem.

Now, the only thing i can post ist follwoing pstack output.

16558: /usr/bin/codelite
(No symbols found)
0x7f8b6bfd8aff: ???? (100000005, 461, 7f8b6d202238, 0, 0, 0) + ffffaa86cc5e93b3
crawl: Input/output error
Error tracing through process 16558
0x100000004: ????

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite freezes

Post by eranif »

without some backtrace of CodeLite while it hanged, it will be really hard to understand what is going on

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