Function "__cxa_throw" not defined
Strange. I didn't get that; and googling found only one useful result (and that's from 2008) which suggests that it's a rare issue.
That single result suggested that gdb has a problem because a library isn't yet loaded. I suggest you try two things:
First, start gdb and type 'r'. Wait a couple of seconds, then type Ctrl-C<Enter> which should pause gdb. Then enter 'catch throw' and finally 'c' to continue.
If you still get 'Function "__cxa_throw" not defined', try this:
Start gdb. Type 'break main'<Enter> (which sets a breakpoint in CodeLite's main() function). Then 'r'. If you're lucky (and you're overdue some luck!) that will pause the program
before it exits. You can then enter 'catch throw' and 'c' and it shouldn't produce that error message.
If neither of those work, try again after installing all those debuginfo packages that the gdb output asks for:
Code: Select all
Missing separate debuginfos, use: debuginfo-install atk-2.22.0-3.el7.x86_64 cairo-1.14.8-2.el7.x86_64 clang-3.4.2-8.el7.x86_64 expat-2.1.0-10.el7_3.x86_64 fontconfig-2.10.95-11.el7.x86_64 freetype-2.4.11-15.el7.x86_64 gdk-pixbuf2-2.36.5-1.el7.x86_64 glib2-2.50.3-3.el7.x86_64 glibc-2.17-196.el7.x86_64 graphite2-1.3.10-1.el7_3.x86_64 gtk2-2.24.31-1.el7.x86_64 harfbuzz-1.3.2-1.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.15.1-8.el7.x86_64 libX11-1.6.5-1.el7.x86_64 libXau-1.0.8-2.1.el7.x86_64 libXcomposite-0.4.4-4.1.el7.x86_64 libXcursor-1.1.14-8.el7.x86_64 libXdamage-1.1.4-4.1.el7.x86_64 libXext-1.3.3-3.el7.x86_64 libXfixes-5.0.3-1.el7.x86_64 libXft-2.3.2-2.el7.x86_64 libXi-1.7.9-1.el7.x86_64 libXinerama-1.1.3-2.1.el7.x86_64 libXrandr-1.5.1-2.el7.x86_64 libXrender-0.9.10-1.el7.x86_64 libXxf86vm-1.1.4-1.el7.x86_64 libblkid-2.23.2-43.el7.x86_64 libcom_err-1.42.9-10.el7.x86_64 libdrm-2.4.74-1.el7.x86_64 libffi-3.0.13-18.el7.x86_64 libgcc-4.8.5-16.el7.x86_64 libmount-2.23.2-43.el7.x86_64 libpng-1.5.13-7.el7_2.x86_64 libselinux-2.5-11.el7.x86_64 libssh-0.6.5-2.el7.x86_64 libstdc++-4.8.5-16.el7.x86_64 libthai-0.1.14-9.el7.x86_64 libuuid-2.23.2-43.el7.x86_64 libxcb-1.12-1.el7.x86_64 libxshmfence-1.2-1.el7.x86_64 llvm-libs-3.4.2-8.el7.x86_64 mesa-libEGL-17.0.1-6.20170307.el7.x86_64 mesa-libGL-17.0.1-6.20170307.el7.x86_64 mesa-libgbm-17.0.1-6.20170307.el7.x86_64 mesa-libglapi-17.0.1-6.20170307.el7.x86_64 ncurses-libs-5.9-14.20130511.el7_4.x86_64 openssl-libs-1.0.2k-8.el7.x86_64 pango-1.40.4-1.el7.x86_64 pcre-8.32-17.el7.x86_64 pixman-0.34.0-1.el7.x86_64 sqlite-3.7.17-8.el7.x86_64 xz-libs-5.2.2-1.el7.x86_64 zlib-1.2.7-17.el7.x86_64