User forums > Help
wxsmith crashing after upgrade to Ubuntu 17.04
oBFusCATed:
Sorry but there is no info about backtraces in all three logs.
Please make sure you've installed the debug symbols (-dbg packages) and when codeblocks crashes make sure to execute the bt command of "thread apply all bt" command.
oBFusCATed:
Also make sure to disable the class browser in the Settings -> Editor -> Code completion!
This is known to cause many random problems and crashes.
awake:
Ah, I see - I didn't scroll down far enough in the wiki page. My apologies, and thanks for being patient with me.
This time it took a couple of tries before it crashed - I kept adding some complexity to the frame, saving, closing the project. On the third round, it crashed. I'm assuming you want just the part that is shown once I issue the backtrace commands; that is what I have included below:
--- Code: ---Thread 1 "codeblocks" received signal SIGSEGV, Segmentation fault.
0x000055555af22240 in ?? ()
(gdb) bacj[Kkg[Ktrace full
#0 0x000055555af22240 in ()
#1 0x0000555555674636 in MainFrame::OnEditMenuUpdateUI(wxUpdateUIEvent&) (this=0x555555ec25a0, event=...) at main.cpp:4050
ed = 0x0
eb = 0x55555b0d5000
hasSel = <optimized out>
canUndo = true
canRedo = false
canPaste = <optimized out>
canCut = false
canSelAll = false
mbar = 0x555556323480
#2 0x00007ffff543306e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#3 0x00007ffff55b8b05 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#4 0x00007ffff55b8bfb in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#5 0x00007ffff55b8fab in wxEvtHandler::TryHereOnly(wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#6 0x00007ffff55b8db3 in wxEvtHandler::DoTryChain(wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#7 0x00007ffff55b9095 in wxEvtHandler::ProcessEvent(wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#8 0x00007ffff5f287c8 in wxWindowBase::TryAfter(wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#9 0x00007ffff5f06a86 in wxToolBarBase::UpdateWindowUI(long) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#10 0x00007ffff5f29dd3 in wxWindowBase::SendIdleEvents(wxIdleEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#11 0x00007ffff5f29e20 in wxWindowBase::SendIdleEvents(wxIdleEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#12 0x00007ffff5da125f in wxFrame::SendIdleEvents(wxIdleEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#13 0x00007ffff5de76dd in wxAppBase::ProcessIdle() () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#14 0x00007ffff5cf42e6 in wxApp::DoIdle() () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#15 0x00007ffff5cf43c3 in () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#16 0x00007ffff437522a in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x00007ffff43755e0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x00007ffff4375902 in g_main_loop_run () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x00007ffff3b07507 in gtk_main () at /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#20 0x00007ffff5d14335 in wxGUIEventLoop::DoRun() () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#21 0x00007ffff5474edb in wxEventLoopBase::Run() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#22 0x00007ffff543a3d6 in wxAppConsoleBase::MainLoop() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#23 0x00005555555ee09a in CodeBlocksApp::OnRun() (this=0x555555a1c7f0) at app.cpp:850
retval = <optimized out>
#24 0x00007ffff54c6930 in wxEntry(int&, wchar_t**) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#25 0x00005555555d647e in main(int, char**) (argc=1, argv=<optimized out>) at app.cpp:322
(gdb) info registert[Ks
rax 0x55555b263360 93825089811296
rbx 0x555556323480 93825006711936
rcx 0x0 0
rdx 0x7ffff62ae8b0 140737323395248
rsi 0x0 0
rdi 0x55555b0d5000 93825088180224
rbp 0x0 0x0
rsp 0x7fffffffd6c8 0x7fffffffd6c8
r8 0x4 4
r9 0x1 1
r10 0x0 0
r11 0x0 0
r12 0x555555ec25a0 93825002120608
r13 0x55555b0d5000 93825088180224
r14 0x7ffff58578f0 140737312553200
r15 0x0 0
rip 0x55555af22240 0x55555af22240
eflags 0x10202 [ IF RF ]
cs 0x33 51
ss 0x2b 43
ds 0x0 0
es 0x0 0
fs 0x0 0
gs 0x0 0
(gdb) x/16i $pc
=> 0x55555af22240: rcr $0xe4,%al
0x55555af22243: pop %rdx
0x55555af22244: push %rbp
0x55555af22245: push %rbp
0x55555af22246: add %al,(%rax)
0x55555af22248: add %al,(%rax)
0x55555af2224a: add %al,(%rax)
0x55555af2224c: add %al,(%rax)
0x55555af2224e: add %al,(%rax)
0x55555af22250: add %al,(%rax)
0x55555af22252: add %al,(%rax)
0x55555af22254: add %al,(%rax)
0x55555af22256: add %al,(%rax)
0x55555af22258: add %al,(%rax)
0x55555af2225a: add %al,(%rax)
0x55555af2225c: add %al,(%rax)
(gdb) thread apply all backtrace
Thread 13 (Thread 0x7fffceffd700 (LWP 11741)):
#0 0x00007ffff51c2510 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007ffff5587a43 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#2 0x00007ffff5588494 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#3 0x00007fffb1297552 in ClassBrowserBuilderThread::Entry() (this=0x55555a9fe4d0) at classbrowserbuilderthread.cpp:204
#4 0x00007ffff5586c72 in wxThread::CallEntry() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#5 0x00007ffff558f303 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#6 0x00007ffff51bc6da in start_thread (arg=0x7fffceffd700) at pthread_create.c:456
#7 0x00007ffff495717f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
Thread 12 (Thread 0x7fffe56b7700 (LWP 11687)):
#0 0x00007ffff494cf73 in select () at ../sysdeps/unix/syscall-template.S:84
#1 0x00007fffbb77be46 in MonDescriptors::do_select() (this=0x7fffe56b5790) at directorymonitor.cpp:70
#2 0x00007fffbb77be46 in DirMonitorThread::Entry() (this=0x555557076f50) at directorymonitor.cpp:164
#3 0x00007ffff5586c72 in wxThread::CallEntry() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#4 0x00007ffff558f303 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#5 0x00007ffff51bc6da in start_thread (arg=0x7fffe56b7700) at pthread_create.c:456
#6 0x00007ffff495717f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
Thread 11 (Thread 0x7fffb1229700 (LWP 11686)):
#0 0x00007ffff51c2510 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007ffff5587a43 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#2 0x00007ffff5588494 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#3 0x00007ffff76aeed3 in cbThreadPool::cbWorkerThread::Entry() (this=0x555556faf250) at cbthreadpool.cpp:202
#4 0x00007ffff5586c72 in wxThread::CallEntry() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#5 0x00007ffff558f303 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#6 0x00007ffff51bc6da in start_thread (arg=0x7fffb1229700) at pthread_create.c:456
#7 0x00007ffff495717f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
Thread 9 (Thread 0x7fffcf7fe700 (LWP 11668)):
#0 0x00007ffff51c2510 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007ffff5587a43 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#2 0x00007ffff5588494 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#3 0x00007ffff7775a3a in BackgroundThread::Entry() (this=0x5555560f7a58) at ./backgroundthread.h:152
#4 0x00007ffff5586c72 in wxThread::CallEntry() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#5 0x00007ffff558f303 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#6 0x00007ffff51bc6da in start_thread (arg=0x7fffcf7fe700) at pthread_create.c:456
#7 0x00007ffff495717f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
Thread 8 (Thread 0x7fffcffff700 (LWP 11667)):
#0 0x00007ffff51c2510 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007ffff5587a43 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#2 0x00007ffff5588494 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#3 0x00007ffff7775a3a in BackgroundThread::Entry() (this=0x5555560f7a20) at ./backgroundthread.h:152
#4 0x00007ffff5586c72 in wxThread::CallEntry() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#5 0x00007ffff558f303 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#6 0x00007ffff51bc6da in start_thread (arg=0x7fffcffff700) at pthread_create.c:456
#7 0x00007ffff495717f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
Thread 7 (Thread 0x7fffe4ca5700 (LWP 11666)):
#0 0x00007ffff51c2510 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007ffff5587a43 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#2 0x00007ffff5588494 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#3 0x00007ffff7775a3a in BackgroundThread::Entry() (this=0x5555560f79e8) at ./backgroundthread.h:152
#4 0x00007ffff5586c72 in wxThread::CallEntry() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#5 0x00007ffff558f303 in () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#6 0x00007ffff51bc6da in start_thread (arg=0x7fffe4ca5700) at pthread_create.c:456
#7 0x00007ffff495717f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
Thread 4 (Thread 0x7fffe74b6700 (LWP 11661)):
#0 0x00007ffff494b18d in poll () at ../sysdeps/unix/syscall-template.S:84
#1 0x00007ffff4375576 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff437568c in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007fffe8b4b46d in () at /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
#4 0x00007ffff439cf65 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff51bc6da in start_thread (arg=0x7fffe74b6700) at pthread_create.c:456
#6 0x00007ffff495717f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
Thread 3 (Thread 0x7fffe7ee9700 (LWP 11660)):
#0 0x00007ffff494b18d in poll () at ../sysdeps/unix/syscall-template.S:84
#1 0x00007ffff4375576 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff4375902 in g_main_loop_run () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff092a476 in () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#4 0x00007ffff439cf65 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff51bc6da in start_thread (arg=0x7fffe7ee9700) at pthread_create.c:456
#6 0x00007ffff495717f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
Thread 2 (Thread 0x7fffe86ea700 (LWP 11659)):
#0 0x00007ffff494b18d in poll () at ../sysdeps/unix/syscall-template.S:84
#1 0x00007ffff4375576 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff437568c in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff43756d1 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff439cf65 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff51bc6da in start_thread (arg=0x7fffe86ea700) at pthread_create.c:456
#6 0x00007ffff495717f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
Thread 1 (Thread 0x7ffff7fac280 (LWP 11655)):
#0 0x000055555af22240 in ()
#1 0x0000555555674636 in MainFrame::OnEditMenuUpdateUI(wxUpdateUIEvent&) (this=0x555555ec25a0, event=...) at main.cpp:4050
#2 0x00007ffff543306e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#3 0x00007ffff55b8b05 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#4 0x00007ffff55b8bfb in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#5 0x00007ffff55b8fab in wxEvtHandler::TryHereOnly(wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#6 0x00007ffff55b8db3 in wxEvtHandler::DoTryChain(wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#7 0x00007ffff55b9095 in wxEvtHandler::ProcessEvent(wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#8 0x00007ffff5f287c8 in wxWindowBase::TryAfter(wxEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#9 0x00007ffff5f06a86 in wxToolBarBase::UpdateWindowUI(long) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#10 0x00007ffff5f29dd3 in wxWindowBase::SendIdleEvents(wxIdleEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#11 0x00007ffff5f29e20 in wxWindowBase::SendIdleEvents(wxIdleEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#12 0x00007ffff5da125f in wxFrame::SendIdleEvents(wxIdleEvent&) () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#13 0x00007ffff5de76dd in wxAppBase::ProcessIdle() () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#14 0x00007ffff5cf42e6 in wxApp::DoIdle() () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#15 0x00007ffff5cf43c3 in () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#16 0x00007ffff437522a in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x00007ffff43755e0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x00007ffff4375902 in g_main_loop_run () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x00007ffff3b07507 in gtk_main () at /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#20 0x00007ffff5d14335 in wxGUIEventLoop::DoRun() () at /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#21 0x00007ffff5474edb in wxEventLoopBase::Run() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#22 0x00007ffff543a3d6 in wxAppConsoleBase::MainLoop() () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#23 0x00005555555ee09a in CodeBlocksApp::OnRun() (this=0x555555a1c7f0) at app.cpp:850
#24 0x00007ffff54c6930 in wxEntry(int&, wchar_t**) () at /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#25 0x00005555555d647e in main(int, char**) (argc=1, argv=<optimized out>) at app.cpp:322
(gdb) quit
A debugging session is active.
Inferior 1 [process 11655] will be killed.
Quit anyway? (y or n) y
--- End code ---
Commaster:
That spot looks really different from the nightly source... Maybe it has already been fixed? (Although it looks like the function calls have been deoptimised)
awake:
The more I try to use C:B, the more strange behavior and unexpected crashes I am getting - yes, with the class browser disabled. I'm getting the same issues whether using the Ubuntu repository version of C:B or the ppa:damien-moore/codeblocks version. Several attachments included below to try to demonstrate / duplicate / diagnose the problems I'm having.
First attachment below is a C:B project that has worked fine in the past (e.g., before the recent upgrade to Ubuntu 17.04), but now when I attempt to go into wxsmith to adjust the layout, wxsmith only displays part of the layout, and when the project is closed, it attempts to update the .h and .cpp files to reflect an utterly-messed-up version. OR, sometimes when the project is closed, the program simply hangs.
Second attachment below is a backtrace of an example of the latter, C:B hanging when attempting to exit the attached sample project.
More and more I'm wondering about incompatible libraries. Here is a list of the libraries found running find -iname libwx* from /usr:
--- Code: ---cd /usr
find -iname libwx*
./share/lintian/overrides/libwxgtk3.0-0v5
./share/lintian/overrides/libwxbase3.0-0v5
./share/doc/libwxgtk3.0-0v5
./share/doc/libwxsmithlib0
./share/doc/libwxbase3.0-0v5
./lib/libwxsmithlib.so.0.0.1
./lib/x86_64-linux-gnu/libwx_gtk2u_aui-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_baseu_xml-3.0.so.0
./lib/x86_64-linux-gnu/libwx_baseu_xml-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_adv-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_qa-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_adv-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_ribbon-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_html-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_gl-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_stc-3.0.so.0
./lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_html-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_propgrid-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_aui-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_qa-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_baseu_net-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_xrc-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_xrc-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_baseu_net-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_stc-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_gl-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_propgrid-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_gtk2u_richtext-3.0.so.0.2.0
./lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_richtext-3.0.so.0
./lib/x86_64-linux-gnu/libwx_gtk2u_ribbon-3.0.so.0
./lib/codeblocks/wxContribItems/libwxchartctrl.so.0.0.1
./lib/codeblocks/wxContribItems/libwxmathplot.so.0
./lib/codeblocks/wxContribItems/libwxmathplot.so.0.0.1
./lib/codeblocks/wxContribItems/libwxkwic.so.0
./lib/codeblocks/wxContribItems/libwxflatnotebook.so.0
./lib/codeblocks/wxContribItems/libwxcustombutton.so.0
./lib/codeblocks/wxContribItems/libwxkwic.so.0.0.1
./lib/codeblocks/wxContribItems/libwxspeedbutton.so.0.0.1
./lib/codeblocks/wxContribItems/libwxflatnotebook.so.0.0.1
./lib/codeblocks/wxContribItems/libwximagepanel.so.0.0.1
./lib/codeblocks/wxContribItems/libwximagepanel.so.0
./lib/codeblocks/wxContribItems/libwxspeedbutton.so.0
./lib/codeblocks/wxContribItems/libwxcustombutton.so.0.0.1
./lib/codeblocks/wxContribItems/libwxchartctrl.so.0
./lib/codeblocks/wxContribItems/libwxled.so.0.0.1
./lib/codeblocks/wxContribItems/libwxled.so.0
./lib/codeblocks/plugins/libwxsmith.so
./lib/codeblocks/plugins/libwxsmithcontribitems.so
./lib/codeblocks/plugins/libwxSmithAui.so
./lib/libwxsmithlib.so.0
--- End code ---
I notice in this list that there is no monolithic libwx library - the documentation on building C:B from source suggests that this is a necessity. Is this perhaps a part of the problem?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version