[Bug 74664] New: kdevelop always crashes on code completion of PCS stored data.

geiseri at kde.org geiseri at kde.org
Mon Feb 9 02:18:05 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=74664      
           Summary: kdevelop always crashes on code completion of PCS stored
                    data.
           Product: kdevelop
           Version: 3.0.0
          Platform: unspecified
        OS/Version: Linux
            Status: NEW
          Severity: crash
          Priority: NOR
         Component: code completion
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: geiseri at kde.org


Version:           3.0.0 (using KDE 3.2.90 (CVS >= 20040117), yes)
Compiler:          gcc version 3.3.3 20040125 (prerelease) (Debian)
OS:          Linux (i686) release 2.4.23-1-k7

When I try to complete a Qt or KDE type with a fresh PCS i get a crash every time.  The error is an assert in kdevelop/lib/catalog/gcatalog.tcc on line 364.  Now was is VERY strange is the error returned is -30978.  This is #define DB_RUNRECOVERY          (-30978)/* Panic return. */ in the dbm support file.  Now this ERROR should have never happened according to the docs.  Worse we assert on errors here instead of handling them.  We ensure that the user will always trash the app if anything goes wrong.  This should at least be fixed...




More information about the KDevelop-devel mailing list