User forums > Nightly builds
The 22 March 2014 build (9744) is out.
ToApolytoXaos:
--- Quote from: oBFusCATed on April 30, 2014, 11:46:05 pm ---try executing: "thread apply all bt" gdb command. The bt from the main trace doesn't look interesting or revealing...
--- End quote ---
I hope I have done it properly @oBFusCATed. If I missed anything, please let me know.
--- Code: ---$ gdb codeblocks
GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1)
Copyright (C) 2013 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".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/codeblocks...Reading symbols from /usr/lib/debug/usr/bin/codeblocks...done.
done.
(gdb) run -d -v
Starting program: /usr/bin/codeblocks -d -v
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe830b700 (LWP 9153)]
[New Thread 0x7fffe7b0a700 (LWP 9154)]
[New Thread 0x7fffe7309700 (LWP 9155)]
[New Thread 0x7fffd85c2700 (LWP 9163)]
[New Thread 0x7fffd7dc1700 (LWP 9167)]
[Thread 0x7fffd7dc1700 (LWP 9167) exited]
[New Thread 0x7fffd7dc1700 (LWP 9192)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) thread apply all bt
Thread 7 (Thread 0x7fffd7dc1700 (LWP 9192)):
#0 pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007ffff58ee653 in wxConditionInternal::Wait() ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#2 0x00007ffff58ef1a8 in wxSemaphoreInternal::Wait() ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#3 0x00007fffdcfb4a62 in ClassBrowserBuilderThread::Entry (this=0x4474360)
at classbrowserbuilderthread.cpp:193
#4 0x00007ffff58ef983 in wxThreadInternal::PthreadStart(wxThread*) ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#5 0x00007ffff3187062 in start_thread (arg=0x7fffd7dc1700)
at pthread_create.c:312
#6 0x00007ffff249aa3d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Thread 5 (Thread 0x7fffd85c2700 (LWP 9163)):
#0 0x00007ffff2493c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffe66924a3 in do_select (this=0x7fffd85c0b20)
at directorymonitor.cpp:70
#2 DirMonitorThread::Entry (this=0x1a734f0) at directorymonitor.cpp:164
#3 0x00007ffff58ef983 in wxThreadInternal::PthreadStart(wxThread*) ()
---Type <return> to continue, or q <return> to quit---
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#4 0x00007ffff3187062 in start_thread (arg=0x7fffd85c2700)
at pthread_create.c:312
#5 0x00007ffff249aa3d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Thread 4 (Thread 0x7fffe7309700 (LWP 9155)):
#0 pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007ffff58ee653 in wxConditionInternal::Wait() ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#2 0x00007ffff58ef1a8 in wxSemaphoreInternal::Wait() ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#3 0x00007ffff779984a in BackgroundThread::Entry (this=0xefc0e8)
at ./backgroundthread.h:152
#4 0x00007ffff58ef983 in wxThreadInternal::PthreadStart(wxThread*) ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#5 0x00007ffff3187062 in start_thread (arg=0x7fffe7309700)
at pthread_create.c:312
#6 0x00007ffff249aa3d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Thread 3 (Thread 0x7fffe7b0a700 (LWP 9154)):
---Type <return> to continue, or q <return> to quit---
#0 pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007ffff58ee653 in wxConditionInternal::Wait() ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#2 0x00007ffff58ef1a8 in wxSemaphoreInternal::Wait() ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#3 0x00007ffff779984a in BackgroundThread::Entry (this=0xefc0b0)
at ./backgroundthread.h:152
#4 0x00007ffff58ef983 in wxThreadInternal::PthreadStart(wxThread*) ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#5 0x00007ffff3187062 in start_thread (arg=0x7fffe7b0a700)
at pthread_create.c:312
#6 0x00007ffff249aa3d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Thread 2 (Thread 0x7fffe830b700 (LWP 9153)):
#0 pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007ffff58ee653 in wxConditionInternal::Wait() ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#2 0x00007ffff58ef1a8 in wxSemaphoreInternal::Wait() ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#3 0x00007ffff779984a in BackgroundThread::Entry (this=0xefc078)
---Type <return> to continue, or q <return> to quit---
at ./backgroundthread.h:152
#4 0x00007ffff58ef983 in wxThreadInternal::PthreadStart(wxThread*) ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#5 0x00007ffff3187062 in start_thread (arg=0x7fffe830b700)
at pthread_create.c:312
#6 0x00007ffff249aa3d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Thread 1 (Thread 0x7ffff7fb0a00 (LWP 8647)):
#0 0x0000000000000000 in ?? ()
#1 0x00007ffff61fea44 in wxAppBase::SendIdleEvents(wxWindow*, wxIdleEvent&) ()
from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-2.8.so.0
#2 0x00007ffff61fee74 in wxAppBase::ProcessIdle() ()
from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-2.8.so.0
#3 0x00007ffff6179e91 in ?? ()
from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-2.8.so.0
#4 0x00007ffff33e4ce5 in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff33e5048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6 0x00007ffff33e530a in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7 0x00007ffff52f9147 in gtk_main ()
from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#8 0x00007ffff618d36a in wxEventLoop::Run() ()
from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-2.8.so.0
#9 0x00007ffff61fec1c in wxAppBase::MainLoop() ()
from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-2.8.so.0
#10 0x00000000004484fb in CodeBlocksApp::OnRun (this=0x7d3bb0) at app.cpp:818
#11 0x00007ffff589df7d in wxEntry(int&, wchar_t**) ()
from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#12 0x000000000043b962 in main (argc=3, argv=<optimized out>) at app.cpp:278
(gdb) continue
Continuing.
Program received signal SIGABRT, Aborted.
0x00007ffff23ea3a9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory
(gdb) continue
Continuing.
[Thread 0x7fffe7b0a700 (LWP 9154) exited]
[Thread 0x7fffe7309700 (LWP 9155) exited]
[Thread 0x7fffd7dc1700 (LWP 9192) exited]
[Thread 0x7fffe830b700 (LWP 9153) exited]
[Thread 0x7ffff7fb0a00 (LWP 8647) exited]
Program terminated with signal SIGABRT, Aborted.
The program no longer exists.
--- End code ---
Jenna:
--- Quote from: ToApolytoXaos on May 01, 2014, 03:40:46 pm ---
--- Quote from: oBFusCATed on April 30, 2014, 11:46:05 pm ---try executing: "thread apply all bt" gdb command. The bt from the main trace doesn't look interesting or revealing...
--- End quote ---
I hope I have done it properly @oBFusCATed. If I missed anything, please let me know.
--- End quote ---
Can you try it with filemanager-plugin disabled, or if this does not work (disabling it might not be saved if C::B crashes) with renaming /usr/lib{64}/codeblocks/plugins/libFileManager.so to anyting without .so-ending ?
ToApolytoXaos:
--- Quote from: jens on May 01, 2014, 04:39:05 pm ---Can you try it with filemanager-plugin disabled, or if this does not work (disabling it might not be saved if C::B crashes) with renaming /usr/lib{64}/codeblocks/plugins/libFileManager.so to anyting without .so-ending ?
--- End quote ---
Now that's interesting. I did what you said @jens (disabling the plugin that is) and opens lightning fast! I will be playing more with Code::Blocks and hopefully I won't be reporting another crashing bug issue.
Cheers mate.
Alpha:
--- Quote from: Alpha on April 23, 2014, 04:25:53 pm ---
--- Quote from: carra on April 22, 2014, 12:38:26 pm ---Abbreviations have stopped working correctly (at least under Windows) if trying to replace them when partially written. [...]
--- End quote ---
Oops, my fault. I forgot to commit some local changes. ... Unfortunately, the introduction of CCManager has further destabilized this feature of Abbreviations (which was already bugged, because it required event handling to be in a specific order, which it could not control).
[...] I will try to deal with the event handling this weekend.
--- End quote ---
Okay, I guess I was somewhat later than expected. Should be fixed in trunk now.
carra:
Good to hear alpha! I'll test them extensively when the next nightly is up :D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version