kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #43681
Help debug pcbnew
-
To:
"kicad-developers@xxxxxxxxxxxxxxxxxxx" <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Mário Luzeiro <mrluzeiro@xxxxx>
-
Date:
Thu, 23 Apr 2020 16:50:52 +0000
-
Accept-language:
en-GB, en-US
-
Arc-authentication-results:
i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ua.pt; dmarc=pass action=none header.from=ua.pt; dkim=pass header.d=ua.pt; arc=none
-
Arc-message-signature:
i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=3ym1UcmLRNoFWVjiGIGuNNojTKjsxFLR4b5XYhcW2aw=; b=GHjCJhV3S7KI+QHUb9qYuSLPd1dc0sfuCB7FFlOzE0xDZr4xwQ/S8vIMnxEoVHz5gJ75uOSFUc5hIGwXZZwjJrcI0EHRCyLOQi2ibSoz+CZSIC62Lmggj8BD14o/ENw2CbAWP9Mvzb6oB70S50zexKzKJW3wCEy6jQKjRP38lxF+ag7OyPMdhDJhXa909Ivz9G4rHWve4fs9Hq9L2LUAPMzwWD73E2yCzruRAldRbUSfj42oujZaBxZQYJu9pGUolt4ifH6GJD24a0ttKvlnk9V8RhQQNb/U2QVFvEydMAx+2RjLDRkKGmPbQmsa2zhIKRLSuRSR8seOce0+N635Pw==
-
Arc-seal:
i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=U3wDN3prmK0r6axNO3Ap6xmIEXUY48rICRvcbVqSHGGJccnlAFZl823eKAVEZK+G6XwHVZEQPokV3WPzQuzZoFD72KZ1zmoCVfaZHjV/9zO3fWbQl/HfPtAM27QFxLheDZ8sd3sVa2rmyuaFCV3AEKdQ5Bu8ViUO6IigoNynrryKrAoFaQx94aeNcA9xnzOA2ExU5ZulhSHvIh0Ioc8uyKiM9J2eSr+8Dcl+Z6ko9Kr4Aoc+WysS/r8DSLSE47Jq2522Q6+eCCeXsgw2pPhUjIXgFgiXyG+eH9s569bBnWmGlZ4Tw2g1XdvK0KTBAslUUEWOugKqz/bVYsJbYXtHVA==
-
Authentication-results:
spf=none (sender IP is ) smtp.mailfrom=mrluzeiro@xxxxx;
-
Thread-index:
AQHWGY5xyqwPtBlRokimrtzTbmT+XQ==
-
Thread-topic:
Help debug pcbnew
Hello all,
I'm trying to run KiCad on debug mode (from latest development branch).. it used to work.. but now it crashes when I try to run pcbnew.
Has anyone seen this before? any idea how to solve it?
../src/common/object.cpp(251): assert "classTable->Get(m_className) == NULL" failed in Register(): Class "wxCommandEvent" already in RTTI table - have you used IMPLEMENT_DYNAMIC_CLASS() multiple times or linked some object file twice)?
...
81 pcbnewInitPythonScripting python_scripting.cpp 217 0x7fffe96fcc2e
82 scriptingSetup pcbnew.cpp 279 0x7fffe8f7b438
83 PCB::IFACE::OnKifaceStart pcbnew.cpp 364 0x7fffe8f7baa5
84 KIWAY::KiFACE kiway.cpp 250 0x5555555fb594
85 KIWAY::Player kiway.cpp 365 0x5555555fbd3a
86 PGM_SINGLE_TOP::OnPgmInit single_top.cpp 366 0x5555555ee909
87 APP_SINGLE_TOP::OnInit single_top.cpp 166 0x5555555f2783
88 wxAppConsoleBase::CallOnInit app.h 93 0x5555555f0be7
89 wxEntry(int&, wchar_t * *) 0x7ffff6683b3a
90 main single_top.cpp 283 0x5555555ee3b5
Regards,
Mario Luzeiro
Follow ups