← Back to team overview

kicad-developers team mailing list archive

Re: Crash - am I doing something wrong?

 

On 2/8/19 2:36 PM, Seth Hillbrand wrote:
> Am 2019-02-08 11:48, schrieb Steven A. Falco:
>> I'm doing some testing of my Copr build - here are the build parameters:
>>
>> Application: kicad
>> Version: 5.1.0-rc1-unknown-r14933-7789ec4b, debug build
>> Libraries:
>>     wxWidgets 3.0.4
>>     libcurl/7.61.1 OpenSSL/1.1.1a zlib/1.2.11 brotli/1.0.5
>> libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.8.6/openssl/zlib
>> nghttp2/1.34.0
>> Platform: Linux 4.20.6-200.fc29.x86_64 x86_64, 64 bit, Little endian, wxGTK
>> Build Info:
>>     wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
>>     Boost: 1.66.0
>>     OpenCASCADE Community Edition: 6.9.1
>>     Curl: 7.61.1
>>     Compiler: GCC 8.2.1 with C++ ABI 1013
>> Build settings:
>>     USE_WX_GRAPHICS_CONTEXT=OFF
>>     USE_WX_OVERLAY=OFF
>>     KICAD_SCRIPTING=ON
>>     KICAD_SCRIPTING_MODULES=ON
>>     KICAD_SCRIPTING_PYTHON3=ON
>>     KICAD_SCRIPTING_WXPYTHON=ON
>>     KICAD_SCRIPTING_WXPYTHON_PHOENIX=ON
>>     KICAD_SCRIPTING_ACTION_MENU=ON
>>     BUILD_GITHUB_PLUGIN=ON
>>     KICAD_USE_OCE=ON
>>     KICAD_USE_OCC=OFF
>>     KICAD_SPICE=ON
>>
>> I am running pcbnew, and I use the "Edit" pulldown, I select "Edit
>> Track and Via properties...", then under "Action" select the radio
>> button "Set to specified values".  I pull down the "Track:..." menu,
>> and select "Edit predefined sizes...".  From there, I click OK, and
>> KiCad crashes.
>>
> 
> 
> Hi Steven-
> 
> This is an assert, which will show up in the debug builds if we missed something.  I can't recreate this issue but I can see that we shouldn't have the edit option in the list when it is inside of a dialog.  I've adjusted the code to prevent this.
> 

Great!  Thanks for the rapid response.

	Steve




References