Build success, run failure, on Linux Mint (Ubuntu 14.04LTS)

Discussion about CodeLite development process and patches
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Build success, run failure, on Linux Mint (Ubuntu 14.04LTS)

Post by foxmuldr »

I was able to build everything successfully, and it installed successfully. When I ran it it went through the theme updating, andn then it goes to load the workspace I had open from before. I immediately get the message:

Code: Select all

"codelite crashed: you may attach to it using gdb or let is crash silently.. Attach debugger?"
In the background Codelite loads looks like it launches normally, and the workspace I had open in the prior version comes up with the same source files I had open, at the same locations, etc. The cursor is flashing, everything is processing, and it goes through the project scan twice like normal.

Not sure what to do to resolve this issue or even what's causing it. When I click "Yes" to attach gdb, gdb launches but says it cannot attach to the indicated pid.
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Build success, run failure, on Linux Mint (Ubuntu 14.04L

Post by DavidGH »

Hi,

What happens if you create and open a new workspace/project? Does that crash too?
When I click "Yes" to attach gdb, gdb launches but says it cannot attach to the indicated pid.
I often get that with 'release' builds. Is your CL build 'release' or 'debug'?

If it's 'debug', try running CL inside gdb. When you get the crash, use 'bt' as usual; but if that's not helpful, try 'thread apply all bt' in case the crash is in one of the worker threads.

Regards,

David
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: Build success, run failure, on Linux Mint (Ubuntu 14.04L

Post by foxmuldr »

Hi,
DavidGH wrote:What happens if you create and open a new workspace/project? Does that crash too?
I'm not able to ever get into the program. What comes up in the background is running, but it doesn't respond to mouse or keyboard events because of the modal crash reporter messagebox. I tried renaming my project directory so it wouldn't find it, but then nothing came up.
DavidGH wrote:
When I click "Yes" to attach gdb, gdb launches but says it cannot attach to the indicated pid.
I often get that with 'release' builds. Is your CL build 'release' or 'debug'?
Release.
DavidGH wrote:If it's 'debug', try running CL inside gdb. When you get the crash, use 'bt' as usual; but if that's not helpful, try 'thread apply all bt' in case the crash is in one of the worker threads.
I'll try rebuilding in debug mode.
DavidGH wrote:Regards,
David
Thank you for your help, David.
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build success, run failure, on Linux Mint (Ubuntu 14.04L

Post by eranif »

Try deleting ~/.codelite folder (or ~/.codelite-dbg if in debug mode)


Eran
Make sure you have read the HOW TO POST thread
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: Build success, run failure, on Linux Mint (Ubuntu 14.04L

Post by foxmuldr »

eranif wrote:Try deleting ~/.codelite folder (or ~/.codelite-dbg if in debug mode)
Eran
I've tried it now on two machines using the release build. Both were successful on Linux Mint 17 AMD64-based systems. They both built successfully, but then crash on startup. I tried removing ~/.codelite but it seemed to make no difference.

Here are the results of the debug build. It also crashes when run from the codelite executable. When started inside gdb, here is the output:

Code: Select all

rick@rick-p775d ~/git/codelite/build-debug $ gdb codelite
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from codelite...done.
(gdb) bt
No stack.
(gdb) run
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 0x7fffe9fc9700 (LWP 6359)]
[New Thread 0x7fffd79de700 (LWP 6360)]
[Thread 0x7fffe9fc9700 (LWP 6359) exited]
[New Thread 0x7fffe9fc9700 (LWP 6362)]
[New Thread 0x7fffd6081700 (LWP 6365)]
[New Thread 0x7fffd5880700 (LWP 6366)]
[Thread 0x7fffe9fc9700 (LWP 6362) exited]
[New Thread 0x7fffd4fc9700 (LWP 6367)]
[New Thread 0x7fffc7fff700 (LWP 6368)]
[New Thread 0x7fffc77fe700 (LWP 6369)]
[New Thread 0x7fffc6ffd700 (LWP 6370)]
[New Thread 0x7fffc67fc700 (LWP 6371)]
[New Thread 0x7fffc5ffb700 (LWP 6372)]
[New Thread 0x7fffc57fa700 (LWP 6373)]
[New Thread 0x7fffc4ff9700 (LWP 6374)]
[New Thread 0x7fffabfff700 (LWP 6375)]
[New Thread 0x7fffab7fe700 (LWP 6376)]
[New Thread 0x7fffaaffd700 (LWP 6379)]
[New Thread 0x7fff94a52700 (LWP 6423)]
*** Error in `/usr/bin/codelite': free(): invalid pointer: 0x00007fff8a4e32c0 ***

Program received signal SIGABRT, Aborted.
0x00007ffff25bccc9 in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x00007ffff25bccc9 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff25c00d8 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff25f9f24 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x00007ffff26061fe in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4  0x00000000006362c5 in wxScopedCharTypeBuffer<char>::DecRef (
    this=0x7fffffffb728) at /usr/include/wx-3.0/wx/buffer.h:197
#5  0x00000000006360d4 in wxScopedCharTypeBuffer<char>::~wxScopedCharTypeBuffer
    (this=0x7fffffffb728, __in_chrg=<optimized out>)
    at /usr/include/wx-3.0/wx/buffer.h:127
#6  0x000000000063591d in wxFormatString::~wxFormatString (
    this=0x7fffffffb720, __in_chrg=<optimized out>)
    at /usr/include/wx-3.0/wx/strvararg.h:136
#7  0x00007fff8a173f42 in ?? ()
   from /usr/lib/x86_64-linux-gnu/codelite/libwx_baseu_unofficial-3.0.so.0
#8  0x00007fff8a1771d6 in wxCSConv::DoCreate() const ()
   from /usr/lib/x86_64-linux-gnu/codelite/libwx_baseu_unofficial-3.0.so.0
#9  0x00007fff8a178593 in wxCSConv::wxCSConv(wxFontEncoding) ()
   from /usr/lib/x86_64-linux-gnu/codelite/libwx_baseu_unofficial-3.0.so.0
#10 0x00007fff8a178609 in wxGet_wxConvLocalPtr() ()
   from /usr/lib/x86_64-linux-gnu/codelite/libwx_baseu_unofficial-3.0.so.0
#11 0x00007fff8a0b221e in ?? ()
   from /usr/lib/x86_64-linux-gnu/codelite/libwx_baseu_unofficial-3.0.so.0
#12 0x00007ffff7dea13a in ?? () from /lib64/ld-linux-x86-64.so.2
---Type <return> to continue, or q <return> to quit---
#13 0x00007ffff7dea223 in ?? () from /lib64/ld-linux-x86-64.so.2
#14 0x00007ffff7deec70 in ?? () from /lib64/ld-linux-x86-64.so.2
#15 0x00007ffff7de9ff4 in ?? () from /lib64/ld-linux-x86-64.so.2
#16 0x00007ffff7dee3bb in ?? () from /lib64/ld-linux-x86-64.so.2
#17 0x00007fffeee8902b in ?? () from /lib/x86_64-linux-gnu/libdl.so.2
#18 0x00007ffff7de9ff4 in ?? () from /lib64/ld-linux-x86-64.so.2
#19 0x00007fffeee8962d in ?? () from /lib/x86_64-linux-gnu/libdl.so.2
#20 0x00007fffeee890c1 in dlopen () from /lib/x86_64-linux-gnu/libdl.so.2
#21 0x00007ffff346bfdb in clDynamicLibrary::Load (this=0x19a1230, name=...)
    at /home/rick/git/codelite/Plugin/dynamiclibrary.cpp:61
#22 0x00000000007d740f in PluginManager::Load (
    this=0xe4a240 <PluginManager::Get()::theManager>)
    at /home/rick/git/codelite/LiteEditor/pluginmanager.cpp:162
#23 0x00000000007a54c2 in clMainFrame::CompleteInitialization (this=0x10f3a00)
    at /home/rick/git/codelite/LiteEditor/frame.cpp:3983
#24 0x0000000000787fc7 in clMainFrame::Initialize (loadLastSession=true)
    at /home/rick/git/codelite/LiteEditor/frame.cpp:983
#25 0x00000000006f4371 in CodeLiteApp::OnInit (this=0xeec9a0)
    at /home/rick/git/codelite/LiteEditor/app.cpp:668
#26 0x00000000006f78cf in wxAppConsoleBase::CallOnInit (this=0xeec9a0)
    at /usr/include/wx-3.0/wx/app.h:93
#27 0x00007ffff54ad03c in wxEntry(int&, wchar_t**) ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
---Type <return> to continue, or q <return> to quit---
#28 0x00000000006f28ba in main (argc=1, argv=0x7fffffffe208)
    at /home/rick/git/codelite/LiteEditor/app.cpp:253
(gdb) 
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build success, run failure, on Linux Mint (Ubuntu 14.04L

Post by eranif »

Do you have any previous installation of codelite on these machines? The backtrace shows that codelite is attempting to load a plugin which is not somehow corrupted
FYI: I am using Linux Mint 17 x64 on daily basis with no crashes...

Maybe an older builds of codelite are lying around?

(A dumb question) Did you run make install?

Code: Select all

rick@rick-p775d ~/git/codelite/build-debug $ gdb codelite
This looks a bit strange to me, how did you build your debug build? (paste here the cmake command you used)
Usually, when I build a debug build I use a different PREFIX so it won't interfere with the release build (e.g. -DPREFIX="/home/eran/root" ) this will create a clean installation of codelite under "/home/eran/root", (i.e. codelite executable is placed under /home/eran/root/bin/codelite, the plugins will go to /home/eran/root/lib/codelite etc) - this way I ensure that codelite is installed in a clean location without "history"

So I would expect something like this:
gdb /home/eran/root/bin/codelite and not gdb codelite...


Eran
Make sure you have read the HOW TO POST thread
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: Build success, run failure, on Linux Mint (Ubuntu 14.04L

Post by foxmuldr »

eranif wrote:Do you have any previous installation of codelite on these machines? The backtrace shows that codelite is attempting to load a plugin which is not somehow corrupted
FYI: I am using Linux Mint 17 x64 on daily basis with no crashes...

Maybe an older builds of codelite are lying around?[/code]
I originally had the 2.x default repo version installed through Synaptic. I then upgraded to the 6.1 version of CodeLite downloaded by updating Linux repos, grabbing the key, and running sudo apt-get install codelite wxcrafter. It automatically un-installed the plugins. I just checked also and the only "codelite" items showing in Synaptic are Codelite 6.1 and wxCrafter 1.6 (which I re-installed after having these issues with the beta 7 version, so I could continue using Codelite).
(A dumb question) Did you run make install?
Yes.

Code: Select all

rick@rick-p775d ~/git/codelite/build-debug $ gdb codelite
This looks a bit strange to me, how did you build your debug build? (paste here the cmake command you used)
It was the one taken from the github README.md file, done as-is for release the first go-around, then modified to build-debug for the debug build with TYPE=Debug:

Code: Select all

cd codelite
mkdir build-release
cd build-release
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make -j4
sudo make install
Usually, when I build a debug build I use a different PREFIX so it won't interfere with the release build (e.g. -DPREFIX="/home/eran/root" ) this will create a clean installation of codelite under "/home/eran/root", (i.e. codelite executable is placed under /home/eran/root/bin/codelite, the plugins will go to /home/eran/root/lib/codelite etc) - this way I ensure that codelite is installed in a clean location without "history"
I did not know to do this.
So I would expect something like this:
gdb /home/eran/root/bin/codelite and not gdb codelite...
Eran
The gdb codelite was done that way because it compiled into the build-debug directory. I ran sudo make install after it was built, but then just used the same one that was there in the current directory because ... it was the same. :-)
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build success, run failure, on Linux Mint (Ubuntu 14.04L

Post by eranif »

Try it according to the wiki (the README.md is for basic building in release mode)

http://codelite.org/Developers/Linux#toc5

Note that -DPREFIX

When using custom target build target (e.g. /home/rick/root) you can run codelite after the build without sudo
After that, run codelite with full path: /home/rick/root/bin/codelite

Eran
Make sure you have read the HOW TO POST thread
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: Build success, run failure, on Linux Mint (Ubuntu 14.04L

Post by foxmuldr »

eranif wrote:Try it according to the wiki (the README.md is for basic building in release mode)

http://codelite.org/Developers/Linux#toc5

Note that -DPREFIX

When using custom target build target (e.g. /home/rick/root) you can run codelite after the build without sudo
After that, run codelite with full path: /home/rick/root/bin/codelite

Eran

Code: Select all

rick@rick-p775d ~/git/codelite $ mkdir -p ~/devel/CL
rick@rick-p775d ~/git/codelite $ cd build-debug
rick@rick-p775d ~/git/codelite/build-debug $ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DPREFIX=/home/rick/devel/CL ..
-- BUILD_DIRECTORY is set to /home/rick/git/codelite/build-debug
-- OS name Linux
-- wx-config used is: /usr/bin/wx-config
-- wxWidgets version is: 3.0.0
-- gtk version is: 2
-- LIBSSH_LIB is set to /usr/lib/x86_64-linux-gnu/libssh.so
-- PLUGINS_DIR is set to /home/rick/devel/CL/lib/codelite
-- Using wxAuiNotebook
-- Building in Debug mode
-- Executables will be written into /home/rick/git/codelite/build-debug/bin
-- Shared Objects will be written into /home/rick/git/codelite/build-debug/lib
-- CPACK_SYSTEM_NAME linuxmint-rebecca-x86_64
-- ARCH 64
-- ARCH_NAME x86_64
-- clang link line -L/home/rick/git/codelite/sdk/clang/Linux/x86_64/lib -lclang 
-- clang include path /home/rick/git/codelite/sdk/clang/Linux/x86_64/include 
-- clang binary /home/rick/git/codelite/sdk/clang/Linux/x86_64/lib/libclang.so
-- CL_SRC_ROOT is set to => /home/rick/git/codelite
-- PREFIX      is set to => /home/rick/devel/CL
-- PREFIX/LIB_DIR is set to => /home/rick/devel/CL/lib
-- PLUGINS_DIR is set to => /home/rick/devel/CL/lib/codelite
-- wx-config   is set to => /usr/bin/wx-config
-- USE_SFTP is set to 1
-- Flex support is disabled
-- libcodelite.so is using RPATH set to /home/rick/devel/CL/lib/codelite
-- libplugin.so is using RPATH set to /home/rick/devel/CL/lib/codelite
-- Adding Valgrind Plugin
    **
    ** NOTICE ** Could not locate libhunspell. SpellChecker plugin will not be build
    ** NOTICE ** Try installing libhunspell-dev package
    **
-- LIBLLDB is set to /home/rick/git/codelite/sdk/lldb/unix/lib/x86_64/liblldb.so
-- LIBLLDB_INCLUDE is set to /home/rick/git/codelite/sdk/lldb/unix/include
-- Will install file /home/rick/git/codelite/sdk/lldb/unix/lib/x86_64/liblldb.so
-- Processing target codelite-lldb
-- Internal Web Browser is disabled
-- CL_SRC_ROOT is set to /home/rick/git/codelite
-- Flex support is disabled
-- Generating desktop file...
-- Including plugin.cmake module
-- CMAKE_SOURCE_DIR is set to /home/rick/git/codelite
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rick/git/codelite/build-debug
I posted the results of the build log (106KB) on my website: http://www.libsf.org/misc/CL_buildlog.txt

After building, here is the rest of the log:

Code: Select all

...[snip my scroll log only went back this many lines]...
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_css_colorcode.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_makefile_roboticket.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_c++_blackboard.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_cmake_jonel.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_diff_vim_dark.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_perl_darktheme.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_text_oblivion_v2.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_cmake_darktheme.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_c++_dark_flash_builder.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_java_darktheme.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_makefile_black_background.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_css_monokai__textmate_.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_diff_google_code_browser_like.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_css_webstorm_dark_3.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_diff_dusk__xcode_.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_makefile_blackboard.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_diff_gedit_original_oblivion.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_cmake_wombat.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_c++_roboticket.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_batch_zmrok-like.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_c++_orionxa.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_cmake_cobalt.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_css_pydev_oblivion.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_cmake_sharvi.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_text_sharvi.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_html_darktheme.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_diff_colorcode.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_cmake_textmate_twilight.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_css_twilight_iii.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_cmake_twilight_iii.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_diff_gedit_original_obsidian_variant.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_text_cobalt.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_text_gedit_original_oblivion.xml
-- Installing: /home/rick/devel/CL/share/codelite/lexers/lexer_text_netbeans_6++.xml
-- Installing: /home/rick/devel/CL/share/codelite/templates
-- Installing: /home/rick/devel/CL/share/codelite/templates/codedesigner
-- Installing: /home/rick/devel/CL/share/codelite/templates/codedesigner/SCHTemplateWithMain.cdp
-- Installing: /home/rick/devel/CL/share/codelite/templates/codedesigner/HSCHTemplate.cdp
-- Installing: /home/rick/devel/CL/share/codelite/templates/codedesigner/SCHTemplate.cdp
-- Installing: /home/rick/devel/CL/share/codelite/templates/codedesigner/HSCHTemplateWithMain.cdp
-- Installing: /home/rick/devel/CL/share/codelite/templates/codedesigner/CDTemplate.cdp
-- Installing: /home/rick/devel/CL/share/codelite/templates/formbuilder
-- Installing: /home/rick/devel/CL/share/codelite/templates/formbuilder/DialogTemplate.fbp
-- Installing: /home/rick/devel/CL/share/codelite/templates/formbuilder/DialogTemplateWithButtons.fbp
-- Installing: /home/rick/devel/CL/share/codelite/templates/formbuilder/FrameTemplate.fbp
-- Installing: /home/rick/devel/CL/share/codelite/templates/formbuilder/PanelTemplate.fbp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/viewClass_wxdba.ctmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/dataClass_wxdba.htmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/dataClass.ctmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/viewClass_dbl.htmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/viewClass.ctmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/dataClass.htmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/viewClass_dba.htmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/viewClass_dba.ctmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/dataClass_dbl.htmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/viewClass_dbl.ctmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/dataClass_dba.htmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/dataClass_dba.ctmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/viewClass_wxdba.htmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/dataClass_dbl.ctmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/dataClass_wxdba.ctmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/databaselayer/viewClass.htmp
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/gui-dialog.cpp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/plugin.h.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/gui-frame.h.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/main-frame.cpp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/main.cpp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/app.cpp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/liteeditor-plugin.project.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/gui-frame.cpp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/resources.rc.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/wxproject.project.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/gui-dialog.fbp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/main-frame.h.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/plugin.cpp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/mainframe.h.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/gui-frame.fbp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/app.h.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/main-dialog.h.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/mainframe.cpp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/main-dialog.cpp.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/wx_pch.h.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/wxproject-fb.project.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/wxmain.project.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/gizmos/gui-dialog.h.wizard
-- Installing: /home/rick/devel/CL/share/codelite/templates/qmake
-- Installing: /home/rick/devel/CL/share/codelite/templates/qmake/qmake.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-qt-qmake-enabled
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-qt-qmake-enabled/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-qt-qmake-enabled/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-qt-qmake-enabled/executable-qt-qmake-enabled.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-qt-enabled
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-qt-enabled/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-qt-enabled/executable-qt-enabled.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-qt-enabled/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/custom-makefile
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/custom-makefile/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/custom-makefile/custom-makefile.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-console-wx-enabled
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-console-wx-enabled/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-console-wx-enabled/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-console-wx-enabled/executable-console-wx-enabled.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-dialog
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-dialog/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-dialog/win_resources.rc
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-dialog/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-dialog/main.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-dialog/gui.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-dialog/executable-wx-dialog.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-dialog/gui.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-dialog/gui.fbp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cobra-staticU
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cobra-staticU/cobra-staticU.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cobra-staticU/build-file
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/ConsoleClang
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/ConsoleClang/ConsoleClang.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/ConsoleClang/main.c
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/dynamic-library-wx-enabled
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/dynamic-library-wx-enabled/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/dynamic-library-wx-enabled/dynamic-library-wx-enabled.project.windows
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/dynamic-library-wx-enabled/dynamic-library-wx-enabled.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/c_gtk3_template
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/c_gtk3_template/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/c_gtk3_template/main.c
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/c_gtk3_template/c_gtk3_template.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-cobra
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-cobra/main.cobra
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-cobra/executable-cobra.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/win_resources.rc
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter_bitmaps.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/wxCrafter_MainDialog.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/MainDialog.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter.wxcp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-dialog/MainDialog.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/static-library-wx-enabled
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/static-library-wx-enabled/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/static-library-wx-enabled/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/static-library-wx-enabled/static-library-wx-enabled.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/UnitTest++
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/UnitTest++/UnitTest++.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/UnitTest++/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/UnitTest++/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-enabled
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-enabled/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-enabled/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-enabled/executable-wx-enabled.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/vc-static-lib
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/vc-static-lib/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/vc-static-lib/vc-static-lib.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-gcc
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-gcc/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-gcc/executable-gcc.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-gcc/main.c
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-xrc
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-xrc/gui.wxcp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-xrc/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-xrc/executable-wx-xrc.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-xrc/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-xrc/main.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-xrc/gui.xrc
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/CMake_Executable
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/CMake_Executable/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/CMake_Executable/CMakeLists.txt
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/CMake_Executable/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/CMake_Executable/CMake_Executable.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/vc-dynamic-library
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/vc-dynamic-library/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/vc-dynamic-library/vc-dynamic-library.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm3_template
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm3_template/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm3_template/mainwindow.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm3_template/mainwindow.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm3_template/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm3_template/cpp_gtkmm3_template.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable/executable.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/vc-executable
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/vc-executable/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/vc-executable/vc-executable.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/c_gtk24_template
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/c_gtk24_template/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/c_gtk24_template/c_gtk24_template.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/c_gtk24_template/main.c
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cobra-executableU
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cobra-executableU/cobra-executableU.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cobra-executableU/build-file
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/dynamic-library
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/dynamic-library/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/dynamic-library/dynamic-library.project.windows
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/dynamic-library/dynamic-library.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/win_resources.rc
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter_bitmaps.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/MainFrame.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/wxCrafter_MainFrame.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter.wxcp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wxcrafter-frame/MainFrame.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/static-library
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/static-library/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/static-library/static-library.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/wxWidgets_ConsoleApp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/wxWidgets_ConsoleApp/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/wxWidgets_ConsoleApp/main_app.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/wxWidgets_ConsoleApp/wxWidgets_ConsoleApp.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/wxWidgets_ConsoleApp/main_app.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cobra-libraryU
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cobra-libraryU/lib-build-files
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cobra-libraryU/cobra-library.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/ConsoleClang++
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/ConsoleClang++/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/ConsoleClang++/ConsoleClang++.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-frame
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-frame/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-frame/win_resources.rc
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-frame/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-frame/main.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-frame/gui.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-frame/gui.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-frame/executable-wx-frame.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/executable-wx-frame/gui.fbp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm24_template
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm24_template/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm24_template/mainwindow.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm24_template/mainwindow.h
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm24_template/main.cpp
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/cpp_gtkmm24_template/cpp_gtkmm24_template.project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/non-code-project
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/non-code-project/icon.png
-- Installing: /home/rick/devel/CL/share/codelite/templates/projects/non-code-project/non-code.project
-- Installing: /home/rick/devel/CL/share/codelite/rc
-- Installing: /home/rick/devel/CL/share/codelite/rc/menu.xrc
-- Installing: /home/rick/devel/CL/share/locale
-- Installing: /home/rick/devel/CL/share/locale/zh_CN
-- Installing: /home/rick/devel/CL/share/locale/zh_CN/LC_MESSAGES
-- Installing: /home/rick/devel/CL/share/locale/zh_CN/LC_MESSAGES/codelite.mo
-- Installing: /home/rick/devel/CL/share/locale/cs
-- Installing: /home/rick/devel/CL/share/locale/cs/LC_MESSAGES
-- Installing: /home/rick/devel/CL/share/locale/cs/LC_MESSAGES/codelite.mo
-- Installing: /home/rick/devel/CL/lib/codelite/libclang.so
-- Installing: /home/rick/devel/CL/bin/codelite-cc
-- Set runtime path of "/home/rick/devel/CL/bin/codelite-cc" to "/home/rick/devel/CL/lib/codelite"
-- Installing: /home/rick/devel/CL/bin/codelite-make
-- Set runtime path of "/home/rick/devel/CL/bin/codelite-make" to "/home/rick/devel/CL/lib/codelite"
-- Installing: /home/rick/devel/CL/bin/codelite-terminal
-- Set runtime path of "/home/rick/devel/CL/bin/codelite-terminal" to "/home/rick/devel/CL/lib/codelite"
-- Installing: /home/rick/devel/CL/bin/codelite_indexer
-- Set runtime path of "/home/rick/devel/CL/bin/codelite_indexer" to "/home/rick/devel/CL/lib/codelite"
-- Installing: /home/rick/devel/CL/bin/codelite_cppcheck
-- Set runtime path of "/home/rick/devel/CL/bin/codelite_cppcheck" to "/home/rick/devel/CL/lib/codelite"
-- Installing: /home/rick/devel/CL/share/codelite/config/cfg
-- Installing: /home/rick/devel/CL/share/codelite/config/cfg/gtk.cfg
-- Installing: /home/rick/devel/CL/share/codelite/config/cfg/windows.cfg
-- Installing: /home/rick/devel/CL/share/codelite/config/cfg/posix.cfg
-- Installing: /home/rick/devel/CL/share/codelite/config/cfg/std.cfg
-- Installing: /home/rick/devel/CL/share/codelite/config/cfg/qt.cfg
-- Installing: /home/rick/devel/CL/bin/codelite-echo
-- Set runtime path of "/home/rick/devel/CL/bin/codelite-echo" to "/home/rick/devel/CL/lib/codelite"
CMake Error at cmake_install.cmake:87 (FILE):
  file Internal CMake error when trying to open file:
  /home/rick/git/codelite/build-debug/install_manifest.txt for writing.


make: *** [install] Error 1
I then went to capture the full contents by doing it with sudo make install to try to fix the error, and here were the results:
http://www.libsf.org/misc/CL_sudo_make_install.txt
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: Build success, run failure, on Linux Mint (Ubuntu 14.04L

Post by foxmuldr »

It ran successfully from GDB without errors:

Code: Select all

rick@rick-p775d ~/git/codelite/build-debug $ gdb /home/rick/devel/CL/bin/codelite
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/rick/devel/CL/bin/codelite...done.
(gdb) run
Starting program: /home/rick/devel/CL/bin/codelite 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe9fc9700 (LWP 24158)]
[New Thread 0x7fffd79de700 (LWP 24159)]
[New Thread 0x7fffd6081700 (LWP 24162)]
[New Thread 0x7fffd5880700 (LWP 24165)]
[New Thread 0x7fffd507f700 (LWP 24166)]
[Thread 0x7fffd6081700 (LWP 24162) exited]
[New Thread 0x7fffc7fff700 (LWP 24167)]
[New Thread 0x7fffc77fe700 (LWP 24168)]
[New Thread 0x7fffc6ffd700 (LWP 24169)]
[New Thread 0x7fffc67fc700 (LWP 24170)]
[New Thread 0x7fffc5ffb700 (LWP 24171)]
[New Thread 0x7fffc57fa700 (LWP 24172)]
[New Thread 0x7fffc4ff9700 (LWP 24173)]
[New Thread 0x7fffabfff700 (LWP 24174)]
[New Thread 0x7fffab7fe700 (LWP 24175)]
[New Thread 0x7fffaaffd700 (LWP 24176)]
[New Thread 0x7fffaa7fc700 (LWP 24179)]
[Thread 0x7fffaa7fc700 (LWP 24179) exited]
[New Thread 0x7fff8ffff700 (LWP 24180)]
[New Thread 0x7fff8f4ae700 (LWP 24182)]
[New Thread 0x7fff8ecad700 (LWP 24185)]
[Thread 0x7fff8f4ae700 (LWP 24182) exited]
[Thread 0x7fff8ecad700 (LWP 24185) exited]
[New Thread 0x7fff8db05700 (LWP 24187)]
[New Thread 0x7fff8ca1e700 (LWP 24188)]
[New Thread 0x7fff87af9700 (LWP 24189)]
[New Thread 0x7fff86ab1700 (LWP 24194)]
[New Thread 0x7fffd6081700 (LWP 24196)]
[Thread 0x7fffe9fc9700 (LWP 24158) exited]
[Thread 0x7fffd5880700 (LWP 24165) exited]
[Thread 0x7fff86ab1700 (LWP 24194) exited]
[Thread 0x7fffabfff700 (LWP 24174) exited]
[Thread 0x7fffab7fe700 (LWP 24175) exited]
[Thread 0x7fffc77fe700 (LWP 24168) exited]
[Thread 0x7fffc6ffd700 (LWP 24169) exited]
[Thread 0x7fffc67fc700 (LWP 24170) exited]
[Thread 0x7fffc5ffb700 (LWP 24171) exited]
[Thread 0x7fffc57fa700 (LWP 24172) exited]
[Thread 0x7fffc4ff9700 (LWP 24173) exited]
[Thread 0x7fffc7fff700 (LWP 24167) exited]
[Thread 0x7fffd507f700 (LWP 24166) exited]
[Thread 0x7fff87af9700 (LWP 24189) exited]
[Thread 0x7fff8ca1e700 (LWP 24188) exited]
[Thread 0x7fff8ffff700 (LWP 24180) exited]
[Thread 0x7fff8db05700 (LWP 24187) exited]
[Thread 0x7fffd6081700 (LWP 24196) exited]
[Thread 0x7fffaaffd700 (LWP 24176) exited]
[Thread 0x7ffff7fb1a40 (LWP 24146) exited]
[Inferior 1 (process 24146) exited normally]
(gdb) quit
I launched it, went to Help -- About, then exited. It was slow being in debug mode. :-) Will try the same now with the release build.
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
Post Reply