GNOME Bugzilla – Bug 680681
Bug in auto complétion
Last modified: 2012-07-28 09:34:17 UTC
The autocomplétion make my anjuta crash. I think a while(1) is launch. I'm under ubuntu 12.04 and my version is 3.4.0
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
I try to attach my /var/crash*anjuta.crash but file is too large 12Mb. When autocomplétion launch cursor doesn't move and one of my two core is at 100%, and i've a force close.
I've try too have the information, i've used apport and it posted the bug on launchpad. Here you've the apport report : https://bugs.launchpad.net/ubuntu/+source/anjuta/+bug/1029923
Actually you can gzip/tar the stacktrace if you have and attatch it here.
I really want to help you but i can't find the stack trace it is this file /var/crash/_usr_bin_anjuta.1000.crash? i uploaded it on my server the file is here : http://spartan-117.fr/spartan-117/_usr_bin_anjuta.1000.crash
Can you try this: https://wiki.ubuntu.com/DebuggingProgramCrash Thanks!
I've already try but apport doesn't detect the crash. Anjuta become grey and it run at 100% of my CPU, all it's freeze but when i clik on red cross he say's me force close or cancel and when i click force close nothing happens
OK, what you could do (as you can reproduce it - which is enormously useful): * run anjuta * reproduce the bug * run "ps -ax | grep anjuta" to get the pid * gdb --pid <pid that you just got> * on gdb prompt type "bt" * Post the output here Thanks a lot for your patience!
Created attachment 219745 [details] gdb output It's my gdb output bt
This bug is reproducible all time (i've not presised)
Thanks a lot for the stacktrace - this is really good. Is the point you are trying out open source so that I could try to reproduce it here with the code? And what would be the exact steps? Thanks!
here my project : http://spartan-117.fr/spartan-117/myproject.tgz I use GtkSourceView and autotools in favorite greffon and my autocomplétion parameter are : Activate code completion add an "(" add an ")" Enable smart completion braces show help calling. the bug appears when you type "this->" in a member function. you can find member function in bdd.cc relation.cc entity.cc entity-field.cc type.cc
OK, took me a while to find out but this one was fixed a month ago: http://git.gnome.org/browse/anjuta/commit/plugins/language-support-cpp-java/cxxparser/engine-parser.cpp?id=32e59b87bde9f71cddb8d9e8d40f0020f698728a Thanks a lot for your patience - I will cherry-pick some fixes in anjuta-3.4 branch and make a anjuta 3.4.3 release soon. *** This bug has been marked as a duplicate of bug 679772 ***