Summary: | Crashed when try to import project from network (KDE Project) | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | julee <julee.vv> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | fabian, rizzitello |
Priority: | NOR | ||
Version: | 4.2.3 | ||
Target Milestone: | 4.2.3 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevelop/00b4beed3d38902751703ca1f23309aaed034608 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
julee
2011-07-22 09:12:01 UTC
Git commit 78ac39207d0b41ddd6789479047b1bac5bd58c49 by Aleix Pol. Committed on 09/08/2011 at 10:18. Pushed by apol into branch 'master'. Drop support for importing SVN projects. BUG: 278252 M +11 -10 providers/kdeprovider/kdeproviderwidget.cpp M +0 -3 providers/kdeprovider/kdeconfig.kcfg M +2 -6 providers/kdeprovider/kdeprojectsmodel.h M +3 -34 providers/kdeprovider/kdeprojectsmodel.cpp M +25 -32 providers/kdeprovider/kdeconfig.ui M +2 -1 providers/kdeprovider/kdeprojectsreader.cpp M +0 -1 providers/kdeprovider/kdeprojectsreader.h http://commits.kde.org/kdevelop/78ac39207d0b41ddd6789479047b1bac5bd58c49 Created attachment 74803 [details]
New crash information added by DrKonqi
kdevelop (4.3.90) on KDE Platform 4.9.2 using Qt 4.8.3
- What I was doing when the application crashed:
Trying to import a project from kde
- Unusual behavior I noticed:
Crashed 3 of 3 times. (2x yakuake import 1x rekonq import)
- Custom settings of the application:
None Fresh Install new /home
-- Backtrace (Reduced):
#7 QList (l=<error reading variable: Cannot access memory at address 0x10>, this=0xbfa6e04c) at /usr/include/qt4/QtCore/qlist.h:122
#8 QStringList (l=<error reading variable: Cannot access memory at address 0x10>, this=0xbfa6e04c) at /usr/include/qt4/QtCore/qstringlist.h:71
#9 KDevelop::IPlugin::extensions (this=0x0) at ../../interfaces/iplugin.cpp:155
#10 0xac53922c in extension<KDevelop::IBasicVersionControl> (this=0x0) at /usr/include/kdevplatform/interfaces/iplugin.h:183
#11 KDEProviderWidget::createWorkingCopy (this=0xada5ed0, destinationDirectory=...) at ../../../providers/kdeprovider/kdeproviderwidget.cpp:98
can be triggered when the git plugin is not enabled. *** Bug 309845 has been marked as a duplicate of this bug. *** Git commit 00b4beed3d38902751703ca1f23309aaed034608 by Milian Wolff. Committed on 11/11/2012 at 13:47. Pushed by mwolff into branch 'master'. Gracefully handle the case where the git plugin is disabled. M +5 -0 providers/kdeprovider/kdeproviderwidget.cpp http://commits.kde.org/kdevelop/00b4beed3d38902751703ca1f23309aaed034608 Git commit e0cd05328ff7d322182fa5ca6d486da9ec770475 by Milian Wolff. Committed on 11/11/2012 at 13:46. Pushed by mwolff into branch 'master'. Gracefully handle the error case of no job being created M +3 -1 shell/projectsourcepage.cpp http://commits.kde.org/kdevplatform/e0cd05328ff7d322182fa5ca6d486da9ec770475 |