User forums > Announcements

Release 15.12, RC1 has arrived

<< < (8/17) > >>

CuteAlien:
Don't know if it's related to my asserts. But when I start codeblocks from console I get the following message right on start (before opening any projects):
(codeblocks:2292): Gtk-CRITICAL **: IA__gtk_tree_model_iter_nth_child: assertion 'n >= 0' failed

edit: I could reproduce the assert now once the same way as before. I opened codeblocks with 2 project and a few open files in the editor and the Open files list visible. Then worked for a few hours on other stuff just keeping it in background. Switched back to c::b did a global search for something - and got the assert again. The synchronize settings was again disabled.

CuteAlien:
OK, it's not about time spend in background. It happens when the "Search results" box contains a result which needs no scrollbars. And then I make a new search which needs scrollbars - but just barely (like the result has 1-2 line more than what would fit in the window without scrollbars).  Doing that I could reproduce the assert now a few times. Searching again when the scrollbars are already there with same search won't give the assert again even when I try different sizes for the "Search results" window. Only when I clear it in between (using a new search which is found less often).

edit: Thinking about it some more - it could also have been affected by the file-order opened on clicking search-results. So the other part would just have been random. Because when I tested resizing the "Search results" dialog I also resized the editor window which was above.

ollydbg:

--- Quote from: ssawgift on December 19, 2015, 07:36:54 am ---I'm on the opposite.

Code completion works for me in your case. However, if do 'using namespace std' and 'vector<int> v', I won't get autocompletion.

BTW, I use CB RC1 on Windows XP.


--- Quote from: ffs on November 29, 2015, 03:03:17 pm ---Hello.

I have problem with code completion with this release.

When I type this code:

--- Code: ---#include <iostream>
#include <vector>

int main()
{
    std::vector<int> v;
   
    v.
   
    return 0;
}

--- End code ---

and after v. I should get code completion.
BUT when I type using namespace std;
and just vector<int> v; then when I type v. everything works good.

Ctrl + Space doesn't work, reparsing project also doesn't work.

Why?

--- End quote ---

--- End quote ---
@ssawgift, both the two cases works fine here for the latest svn10625. Which compiler do you use?

CuteAlien:
Another crash, unfortunately no crash-dialog this time. It happened when I started the debugger (gdb 7.7.1).
On console the last messages had been:

Switching layout to "GDB/CDB debugger:Default"
../src/gtk/colour.cpp(241): assert "IsOk()" failed in GetColor(): invalid colour
Trace/breakpoint trap

Also another problem twice today where the debugger froze - and caused C::B to freeze as well (no more screen updates). When killed the debugger manually (with killall gdb) then C::B continued to work again.

edit: Got another crash when starting the debugger. This time last messages had been:
Switching layout to "GDB/CDB debugger:Default"
../src/common/object.cpp(352): assert "m_count > 0" failed in DecRef(): invalid ref data count
*** Error in `codeblocks': malloc(): smallbin double linked list corrupted: 0x00000000023bbaf0 ***
Aborted

ollydbg:

--- Quote from: ssawgift on December 20, 2015, 07:52:59 am ---
--- Quote from: ollydbg on December 19, 2015, 02:41:41 pm ---@ssawgift, both the two cases works fine here for the latest svn10625. Which compiler do you use?

--- End quote ---
I use gcc 4.9.3 built by MinGW-W64 project.
...

--- End quote ---
I just tested this compiler, and it works fine here on my system with the latest svn rev10626.
EDIT: I'm on my local c::b build against wx3.0.2

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version