SVN 12/107 crashes on Linux

Discussion about CodeLite development process and patches
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

SVN 12/107 crashes on Linux

Post by HJarausch »

Hi,

the SVN version of CodeLite from today (and yesterday) is very unstable on Linux.
During startup it dies with
pure virtual method called
terminate called without an active exception


#0 0x00007f8636ceb23d in waitpid () from /lib64/libc.so.6
#1 0x00007f8636c7378e in do_system () from /lib64/libc.so.6
#2 0x00007f8636c73b90 in system () from /lib64/libc.so.6
#3 0x000000000049d1d2 in WaitForDebugger(int) ()
#4 <signal handler called>
#5 0x00007f8636c68e15 in raise () from /lib64/libc.so.6
#6 0x00007f8636c6a2e5 in abort () from /lib64/libc.so.6
#7 0x00007f863776df2d in __gnu_cxx::__verbose_terminate_handler() ()
from /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0-pre9999/libstdc++.so.6
#8 0x00007f863776c046 in __cxxabiv1::__terminate(void (*)()) ()
from /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0-pre9999/libstdc++.so.6
#9 0x00007f863776c073 in std::terminate() ()
from /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0-pre9999/libstdc++.so.6
#10 0x00007f863776cbff in __cxa_pure_virtual ()
from /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0-pre9999/libstdc++.so.6
#11 0x00007f863aa0d494 in ?? ()
from /usr/lib/codelite/libwx_gtk2u_core-2.9.so.4
#12 0x00007f8637a5ebf2 in g_main_context_dispatch ()
from /usr/lib64/libglib-2.0.so.0
#13 0x00007f8637a5ef35 in g_main_context_iterate.isra.23 ()
from /usr/lib64/libglib-2.0.so.0
#14 0x00007f8637a5f332 in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0
#15 0x00007f863998c2cf in gtk_main () from /usr/lib64/libgtk-x11-2.0.so.0
#16 0x00007f863aa08202 in wxGUIEventLoop::Run() ()
from /usr/lib/codelite/libwx_gtk2u_core-2.9.so.4
#17 0x00007f8639f72a11 in wxAppConsoleBase::MainLoop() ()
from /usr/lib/codelite/libwx_baseu-2.9.so.4
#18 0x00007f8639ff0fbb in wxEntry(int&, wchar_t**) ()
from /usr/lib/codelite/libwx_baseu-2.9.so.4
#19 0x0000000000472ff2 in main ()


Many thanks for looking into it,
Helmut.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: SVN 12/107 crashes on Linux

Post by eranif »

HJarausch wrote:SVN 12/107 crashes on Linux
What does 12/107 means?

Is this a fresh build? can you try a a fresh checkout / rebuild codelite?

Eran
Make sure you have read the HOW TO POST thread
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: SVN 12/107 crashes on Linux

Post by HJarausch »

What does 12/107 means?

Oh, it's a typo. The checkout/build was from yesterday (07.10.2012).
Helmut.
Post Reply