Project

General

Profile

Actions

Bug #129

closed

Segfault on startup in CSTP

Added by 0xd34df00d over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Plugins: CSTP
Target version:
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 #1

Updated by 0xd34df00d over 14 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF