← Back to team overview

kicad-developers team mailing list archive

Freeze when trying to add a component

 

I built KiCad 5.99.0-1718-g28b8e7521 for Fedora 32 and found that I cannot add a component to a new project.

I opened the schematic, typed 'a', and selected a 1N4001 diode.  Before I could even try to place it, a dialog appeared that was completely blank, and eeschema became unresponsive.  I got the following messages
on my terminal:

13:00:52: Debug: Unrecognized accel key 'backspace', accel string ignored.
13:00:52: Debug: Unrecognized accel key 'backspace', accel string ignored.
ShowQuasiModal: optimal parent: 14SCH_EDIT_FRAME

(kicad:499671): Gtk-CRITICAL **: 13:01:03.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(kicad:499671): Gtk-CRITICAL **: 13:01:03.663: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(kicad:499671): Gtk-CRITICAL **: 13:01:09.455: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
/home/sfalco/src/kicad/kicad5/gitlab/code/kicad-master/eeschema/sch_component.cpp(730): assert "Schematic()" failed in GetSchPins(): Can't call GetSchPins on a component with no schematic

(kicad:499671): Gtk-WARNING **: 13:01:11.089: gtk_window_set_titlebar() called on a realized window
/home/sfalco/bin/run_master: line 10: 499671 Killed                  ${BASE}/bin/kicad

Has anyone else seen this?  My previous builds of "master" worked fine, so this appears to be a new problem.

	Steve


Follow ups