Page 1 of 1
Codelite freezes
Posted: Thu Nov 25, 2021 12:23 pm
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
Re: Codelite freezes
Posted: Fri Dec 17, 2021 11:33 pm
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>
Re: Codelite freezes
Posted: Wed Dec 29, 2021 4:31 pm
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: ????
Re: Codelite freezes
Posted: Wed Jan 12, 2022 11:14 am
by eranif
without some backtrace of CodeLite while it hanged, it will be really hard to understand what is going on