Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

cc-branch crashes on linux

<< < (3/9) > >>

killerbot:
I just svn updated (cc branch and rev 6522) and the problem still occurs. Anyone else can reproduce this ?

EDIT : I did even a make clean && make : no luck, issue remains.

Loaden:

--- Quote from: killerbot on August 23, 2010, 07:45:28 pm ---I don't know if it is related, or already fixed by above mentioned patch, but for me CB is crashing also a lot.
Whenever I have method call for example, and just before the closing ')' of the call I press comma (,) CB dies on me (well never comes back and I have to kill it).

x.foo(1,2,3);  --> before the ) and after the 3 press comma and it crashes.

Other way to reproduce. Have CB create a console application,

Go to the line of void main(), and try to type "int argc," , once the "," has been typed --> crash.

Can the above path be committed to cc branch.

PS : I am on linux

--- End quote ---
This is another issue.
I will fix it soon, please waiting.

Loaden:
Fixed!

killerbot:
I can confirm this patch fixes the issue. Bring it on the cc branch ;-)

killerbot:
today, already had a lot of other crashes.
From the log xml, this is the stack part (all crashes resulted in the same dump like this) :

--- Code: ---  <stack>
    <frame level="0"/>
    <frame level="1" function="NativeParser::OnEditorActivatedTimer(wxTimerEvent&amp;)" offset="0000024d"/>
    <frame level="2" function="wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&amp;, wxEvtHandler*, wxEvent&amp;)" offset="00000055"/>
    <frame level="3" function="wxEventHashTable::HandleEvent(wxEvent&amp;, wxEvtHandler*)" offset="000000ac"/>
    <frame level="4" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="000000b4"/>
    <frame level="5" function="wxTimerBase::Notify()" offset="0000006e"/>
    <frame level="6"/>
    <frame level="7"/>
    <frame level="8" function="g_main_context_dispatch" offset="000001f3"/>
    <frame level="9"/>
    <frame level="10" function="g_main_loop_run" offset="00000195"/>
    <frame level="11" function="gtk_main" offset="000000a7"/>
    <frame level="12" function="wxEventLoop::Run()" offset="00000048"/>
    <frame level="13" function="wxAppBase::MainLoop()" offset="0000004b"/>
  </stack>

--- End code ---

Hopefully this can be fixed.

I also have the *feeling* that cc works less good then before. Several times nothing comes up, where I think in the past it did. As said : a *feeling*.


EDIT : I found a way to reproduce this in my working environment (didn't try with a small project).
So I have a workspace with several projects, some files of these projects are open. I drag and drop a cpp file to CB (this file doesn't belong to any of the projects). CB shows the file.
Then I select the tab of one of those other open files (which are part of the project). All still is ok, then I select the tab of the "open non project file" --> crash.

EDIT 2 : tried this with a small project (generated by CB), and same recipe as in the EDIT above.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version