Actions
Bug #129
closedSegfault on startup in CSTP
Start date:
04/25/2010
Due date:
% Done:
100%
Estimated time:
5:00 h
Reported in:
master
Description
Just when starting up, LeechCraft segfaults. The backtrace says that it's in GetAllPlugins(), upper frame is connect(). Seems like these lines are the cause:
connect (coreProxy->GetTreeViewReemitter (),
                SIGNAL (currentRowChanged (const QModelIndex&, const QModelIndex&,
                                QTreeView*)),
                this,
                SLOT (handleItemSelected (const QModelIndex&)));
	Should move it to SecondInit() since we shouldn't call any other plugin-related code in Init().
Actions