Activity log for bug #1825427

Date Who What changed Old value New value Message
2019-04-18 21:14:20 Paul Hansel bug added bug
2019-04-18 21:15:27 Jeff Young kicad: assignee Jeff Young (jeyjey)
2019-04-18 21:15:33 Jeff Young kicad: importance Undecided High
2019-04-18 21:15:35 Jeff Young kicad: milestone 6.0.0-rc1
2019-04-18 21:18:45 Jeff Young kicad: status New In Progress
2019-04-18 21:20:30 Paul Hansel description To reproduce: 1. Click the "place global label" button on the right sidebar. The global label button will not be selected, while the "place net label" button will be highlighted. 2. Type in any random label name and press enter. The actual label created will simply be a net label. 3. Press Esc (to cancel the "place net label" operation). eeschema will segfault. If you press escape several while the "place net label" dialog is still open, i.e. step 1, the "place net label" tool will remain active even though the "select item" tool is highlighted. This happens with several other tools. Application: kicad Version: (5.1.0-rc1-499-gcc18464), release build Libraries: wxWidgets 3.0.2 libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3 Platform: Linux 4.15.0-47-generic x86_64, 64 bit, Little endian, wxGTK Build Info: wxWidgets: 3.0.2 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24 Boost: 1.58.0 OpenCASCADE Community Edition: 6.8.0 Curl: 7.47.0 Compiler: GCC 5.4.0 with C++ ABI 1009 Build settings: USE_WX_GRAPHICS_CONTEXT=OFF USE_WX_OVERLAY=OFF KICAD_SCRIPTING=ON KICAD_SCRIPTING_MODULES=ON KICAD_SCRIPTING_PYTHON3=OFF KICAD_SCRIPTING_WXPYTHON=ON KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF KICAD_SCRIPTING_ACTION_MENU=ON BUILD_GITHUB_PLUGIN=ON KICAD_USE_OCE=ON KICAD_USE_OCC=OFF KICAD_SPICE=ON To reproduce: 1. Click the "place global label" button on the right sidebar. The global label button will not be selected, while the "place net label" button will be highlighted. 2. Type in any random label name and press enter. The actual label created will simply be a net label. 3. Press Esc (to cancel the "place net label" operation). eeschema will segfault. If you press escape several times while the "place net label" dialog is still open, i.e. step 1, the "place net label" tool will remain active even though the "select item" tool is highlighted. This happens with several other tools. Application: kicad Version: (5.1.0-rc1-499-gcc18464), release build Libraries:     wxWidgets 3.0.2     libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3 Platform: Linux 4.15.0-47-generic x86_64, 64 bit, Little endian, wxGTK Build Info:     wxWidgets: 3.0.2 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24     Boost: 1.58.0     OpenCASCADE Community Edition: 6.8.0     Curl: 7.47.0     Compiler: GCC 5.4.0 with C++ ABI 1009 Build settings:     USE_WX_GRAPHICS_CONTEXT=OFF     USE_WX_OVERLAY=OFF     KICAD_SCRIPTING=ON     KICAD_SCRIPTING_MODULES=ON     KICAD_SCRIPTING_PYTHON3=OFF     KICAD_SCRIPTING_WXPYTHON=ON     KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF     KICAD_SCRIPTING_ACTION_MENU=ON     BUILD_GITHUB_PLUGIN=ON     KICAD_USE_OCE=ON     KICAD_USE_OCC=OFF     KICAD_SPICE=ON
2019-04-19 00:01:26 Jeff Young kicad: status In Progress Fix Committed