Segmentation Fault when trying to add text to PCB

HI,

I try to add text to my PCB board and I am getting a segmentation faut.

segfault at 2000000b4 ip 00007f4ffc844713 sp 00007ffea3d5a900 error 4 in _pcbnew.kiface[7f4ffc452000+1100000]

This was working and now it doesn’t. I click on the place text icon and Kicad crashes.

Version Info:

Application: kicad
Version: 6.0.0-rc1-unknown-da35b16~65~ubuntu16.04.1, 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.13.0-45-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_WXPYTHON=OFF
KICAD_SCRIPTING_ACTION_MENU=ON
BUILD_GITHUB_PLUGIN=ON
KICAD_USE_OCE=ON
KICAD_USE_OCC=OFF
KICAD_SPICE=ON

This user forum isn’t usually the best place for bug reports, especially for crashing nightly builds which you seem to be using. Use https://bugs.launchpad.net/kicad.

and finally

pcbnew crashes when creating text

Thank You, that is what I was looking for. I assumed it was a bug because of the nightly build but just wanted to ask to be sure it wasn’t something I was doing.

I will report the bug.

1 Like

Nightly build or not, a segmentation fault or other kind of crash is always a serious bug.

1 Like

According to the link I posted, the bug has just been fixed.

1 Like

Confirmed, it is fixed, everything is working well now. Thanks for your help!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.