Version: (using KDE KDE 3.1) Installed from: RedHat RPMs Compiler: gcc-3.2 OS: Linux I'm using Gideon from CVS on RedHat 8 SMP machine with KDE 3.1 When opening a large c++ project gideon randomly crashes on my SMP system. The application probably crashes when parsing my source files. I could not reproduce this bug when gideon runs in gdb and KCrash can't show me a backtrace. I even can't reproduce it on my Uni-Processor machine. So this might be a synchronization bug in the background-parsers ? Do i have any chance to give you more input on this bug ? Regards, Christian
Could you please update and test this again? There has been several fixes made in this area recently so the problem might be gone now.
Ok, i did a cvs update on 2003-06-02. Importing the KDevelop source tree as a project did bring up the same problem: Gideon deadlocked .. leaving the percentage bar of the parser at 60%. But sometimes it doesnt deadlock - but this is rare :( Again, i did not encounter this bug on a Uniprocessor machine.
Hi, i did testing with current CVS from 2003-06-10. The dead-lock disappeared. Now i got SIGSEGV or SIGALRM. Depends if running in debugger or not. Filing this as another bug.
Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively