← Back to team overview

kicad-developers team mailing list archive

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