Rainers
Rainers
> Maybe systemd has recorded the codedump for you... > > Try the following commands: `coredumpctl list` `coredumpctl list codelite` `coredumpctl info codelite` Showing that no Core Dumps were found...
> which CodeLite version? > > Can you launch codelite from a terminal and under a debugger? 17.0-1 which I downloaded from here https://repos.codelite.org/rpms-17.0/fedora/41/. I'm running codelite from terminal, but...
> > > Maybe systemd has recorded the codedump for you... > > > Try the following commands: `coredumpctl list` `coredumpctl list codelite` `coredumpctl info codelite` > > > >...
> > > > > Maybe systemd has recorded the codedump for you... > > > > > Try the following commands: `coredumpctl list` `coredumpctl list codelite` `coredumpctl info codelite`...
Okay, so, I managed to open codelite fron CLI with "codelite -w="random"" and everything seems fine until I try to open any of my workspaces. Then it stops responding and...
> Try this command from your terminal: > > ``` > gdb -f -ex "run" -ex "thr apply all bt" -ex "inf thr" -ex "bt" -ex "quit" --args codelite >...
> > > Try this command from your terminal: > > > ``` > > > gdb -f -ex "run" -ex "thr apply all bt" -ex "inf thr" -ex "bt"...
I run it under debugger and can't recreate the problem anymore, it works fine as nothing ever happened.. I can open workspaces from both - big gray button and "Recently...