kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #11973
Re: Segmentation fault on rev. 4614
Hi,
Thank you for the report. Please try the attached patch and let us know
if it solves the problem.
Regards,
Orson
On 01/08/2014 12:05 PM, Барановский Константин wrote:
After successful build rev. 4614 - eeschema, pcbnew, gerbview, pl_editor
doesn't run, in console I get 'Segmentation fault' and memory dump
(attached). Other apps (kicad, cvpcb, bitmap2component, pcbcalculator)
works fine.
I tried run apps in guest session (I thought problem in my config files)
but errors are repeated.
Build options:
cmake -DMAINTAIN_PNGS=ON -DCMAKE_INSTALL_PREFIX=/usr ../
System:
Ubuntu 13.10 32bit
Linux Lenovo-G550 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:16:27
UTC 2013 i686 i686 i686 GNU/Linux
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp
=== modified file 'common/build_version.cpp'
--- old/common/build_version.cpp 2014-01-08 02:52:19.345999000 +0100
+++ new/common/build_version.cpp 2014-01-08 13:35:11.417183377 +0100
@@ -16,7 +16,7 @@
wxString GetBuildVersion()
{
wxString msg = wxString::Format(
- wxT( "%s-%s" ),
+ wxT( "%s" ),
wxT( KICAD_BUILD_VERSION )
);
Follow ups
References