Bug 78430 - Kdevelop crashes on startup (Mandrake 10.0 Community)
Summary: Kdevelop crashes on startup (Mandrake 10.0 Community)
Status: RESOLVED DUPLICATE of bug 69906
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-25 09:25 UTC by gsasha
Modified: 2004-03-25 09:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gsasha 2004-03-25 09:25:47 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Mandrake RPMs
OS:          Linux

I have opened KDevelop, created a project and run it. Then, when shutting down the system, it crashed.

Now, it crashes every time when trying to start up - after showing the Tip of the Day.

Unfortunately, there is no stack trace, but here is it's log output. Hope that helps.

QObject::connect: No such slot subversionPart::slotActionAdd()
QObject::connect:  (sender name:   'subversion_add')
QObject::connect:  (receiver name: 'Subversion')
QObject::connect: No such slot subversionPart::slotActionRemove()
QObject::connect:  (sender name:   'subversion_remove')
QObject::connect:  (receiver name: 'Subversion')
QObject::connect: No such slot subversionPart::slotActionAddToIgnoreList()
QObject::connect:  (sender name:   'subversion_ignore')
QObject::connect:  (receiver name: 'Subversion')
QObject::connect: No such slot subversionPart::slotActionRemoveFromIgnoreList()
QObject::connect:  (sender name:   'subversion_donot_ignore')
QObject::connect:  (receiver name: 'Subversion')
QObject::connect: No such slot subversionPart::slotStopButtonClicked(KDevPlugin*        )
QObject::connect:  (sender name:   'unnamed')
QObject::connect:  (receiver name: 'Subversion')
QMetaObject::findSignal:KFileDetailView: Conflict with QListView::doubleClicked(        QListViewItem*,const QPoint&,int)
kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *paren        t, const char *name, KInstance *instance )
kdecore (KAccel): WARNING: KKeySequence::init( seq ): key[0] is null.
kdecore (KAccel): WARNING: KKeySequence::init( seq ): key[0] is null.
ASSERT: "part && parent" in partwidget.cpp (41)
KCrash: Application 'kdevelop' crashing...
Comment 1 Jens Dagerbo 2004-03-25 09:35:02 UTC
Please, delete the .pcs file of the project your KDevelop loads at startup and see if that avoids the crash.
Comment 2 gsasha 2004-03-25 09:39:50 UTC
Yes, it does - KDevelop starts now.
Funny thing, the ASSERT "part & parent" appears still, but it doesn't
crash anything.

On 25 Mar 2004, Jens Dagerbo wrote:

> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=78430
>
>
>
>
> ------- Additional Comments From jens.dagerbo swipnet se2004-03-25 09:35 -------
> Please, delete the .pcs file of the project your KDevelop loads at startup and see if that avoids the crash.
>

Comment 3 Jens Dagerbo 2004-03-25 09:48:05 UTC
Then please, go into "Configure KDevelop -> Plugins" and remove the FileSelector plugin. Then restart KDevelop and tell me if it crashes. :)

This is a dupe.

*** This bug has been marked as a duplicate of 69906 ***