| Summary: | kdevelop crashes when quitting | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | S Roa <s.roa> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.1.2 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
S Roa
2004-12-25 20:12:28 UTC
There isn't information enough in this report to either figure out what's wrong or how to verify if the problem still exists. Please provide a proper backtrace, or we simply cannot begin to fix the problem. The backtrace is the following: #0 0x080bc32f in QMap<QString, KDevVersionControl*>::detachInternal() () #1 0x080bc088 in QMap<QString, KDevVersionControl*>::remove(QString const&) () #2 0x080bb89f in KDevApi::unregisterVersionControl(KDevVersionControl*) () #3 0x080c4119 in KDevVersionControl::unregisterVersionControl(KDevVersionControl*) () #4 0x080c3d9f in KDevVersionControl::~KDevVersionControl() () #5 0x4245e418 in ?? () #6 0x08749c90 in ?? () #7 0x087a40a0 in ?? () #8 0xbffff190 in ?? () #9 0x417765f0 in ?? () #10 0x0875a008 in ?? () #11 0x08749248 in ?? () #12 0xbffff138 in ?? () #13 0x40ce824e in ?? () #14 0x08749c90 in ?? () #15 0x08749248 in ?? () #16 0xbffff158 in ?? () #17 0x415cca9e in ?? () #18 0x08749248 in ?? () #19 0x08749c90 in ?? () #20 0xbffff158 in ?? () #21 0x40fd05e8 in ?? () #22 0x08749210 in ?? () #23 0x08749248 in ?? () #24 0xbffff1b8 in ?? () #25 0x40f05bd3 in ?? () #26 0x08749248 in ?? () #27 0x40fb5296 in ?? () #28 0x08749210 in ?? () #29 0x40fbccb3 in ?? () #30 0x40d972a8 in ?? () #31 0x00000028 in ?? () #32 0xbffff1f0 in ?? () #33 0xbffff190 in ?? () #34 0x41755e60 in ?? () Bug reopen... Dupe. Are you using the "CVS" or "CVSService" plugin? Avoid the former one, it has been deprecated. (and hence the WONTFIX) *** This bug has been marked as a duplicate of 85547 *** And also VCS system registration (KDevApi::(un)registerVersionControl()) is no longer performed in KDevelop since 3.1.90 (3.2 alpha). Thanks! It works. I deleted the libkdevcvs library. But, I was not really using it. Before this problem, I had updated my kde from version 3.1.4 and some old libraries were not deleted from the /usr/lib and /usr/lib/kde3 directory. Maybe because some older programs reported to need it. I think this is a problem with the gentoo portage updating system. |