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
eelik
July 20, 2018, 7:11pm
2
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 .
bobc
July 20, 2018, 7:16pm
3
Short answer: If you have to ask, you should probably stick to the stable release.
What are nightly builds?
As the name implies, nightly builds are generated every night from the current master branch of the source repository. They are meant to allow a wider audience to more easily test new features.
What are the dangers when using nightly builds?
Nightly builds like all software have bugs. Because they have new not yet widely tested features you must expect a higher number of bugs. This inclu…
As this is a user forum, the users here can only try to offer a workaround for your problem not a fix. This means there might be a reason to post here but make it clear that you ask for help fixing your problem via a workaround.
Bug in the software
To help the kicad development effort it is suggested to post your bug description over at the bugtracker .
A detailed explanation on how this is done can be found in the report a bug section of the KiCad website.
Another detailed description about h…
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
eelik
July 20, 2018, 7:33pm
5
Nightly build or not, a segmentation fault or other kind of crash is always a serious bug.
1 Like
bobc
July 20, 2018, 7:38pm
6
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!
system
Closed
October 19, 2018, 5:07pm
8
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.