Hi,

On Fri, Jun 01, 2018 at 01:55:40AM +0200, Mirko Parthey wrote:
> It happens in both situations.  When pcbnew is started from the manager,
> the same message is printed and the manager also aborts.

o.k. That leads to an issue in pcbnew only.

> > This is no crash?
> 
> Well, what do you consider a crash?
> pcbnew does not display any GUI before terminating.

That's something I'd calling a crash. The difference to an assertation
is the termination of the program without any chance for saving my
workspace. KiCad uses some techniques to not segfaulting in
circumstances and shows a assert message then.

So there is one more thing you could provide then. Please create a gdb
backtrace, this is helpful for the developers as they can see some
useful information mostly what's the reason for the segfault.

https://wiki.debian.org/HowToGetABacktrace

PS: Due the curl transition the packages from experimental aren't usable
anymore as thy are using Curl3. I uploaded yesterday KiCad into
unstable, now with using Curl4 instead. You will probbaly need to pull
the newer packages from there.

> > I opened a new upstream bug report about this.
> > 
> > https://bugs.launchpad.net/kicad/+bug/1774316
> > 
> > Please check if the system information is correct so far within the bug
> > report.
> 
> Looks OK to me.
> This is the diff from your bugreport to my version info:
> 
> --- kicad-bugreport.txt 2018-06-01 01:35:35.095539211 +0200
> +++ kicad-versioninfo.txt       2018-06-01 01:37:18.614939232 +0200
> @@ -5,2 +5,2 @@
> -    libcurl/7.58.0 OpenSSL/1.0.2o zlib/1.2.11 libidn2/2.0.4 libpsl/0.20.1 
> (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.31.1 librtmp/2.3
> -Platform: Linux 4.16.0-1-amd64 x86_64, 64 bit, Little endian, wxGTK
> +    libcurl/7.60.0 OpenSSL/1.0.2o zlib/1.2.11 libidn2/2.0.4 libpsl/0.20.1 
> (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.32.0 librtmp/2.3
> +Platform: Linux 4.16.0-1-686-pae i686, 32 bit, Little endian, wxGTK

Yep, as expected, the only difference here is the used kernel.

Regards
Carsten

Reply via email to