Le 06/03/2018 à 19:57, Steven A. Falco a écrit : > On 03/06/2018 01:51 PM, Kevin Cozens wrote: >> On 2018-03-06 01:40 PM, Steven A. Falco wrote: >>> I just finished building 49486b83 for Linux (Fedora 27) and immediately >>> upon starting eechema from the main kicad window, I get an assert in >>> src/gtk/scrolwin.cpp at line 213. >> >> I ran across the same problem yesterday and filed a bug report. >> >> https://bugs.launchpad.net/kicad/+bug/1753592 >> > > Ok, thanks. I made a note in the bug and attached a screenshot of the > assert. I'll try a bisection, but it seems like the recent scrollbar changes > may need to be reverted or modified. > > Steve >
This is an assert only in debug mode with wxWidgets 3.0.2 and only on Linux. It is perhaps a bug in wxWidgets. I rebuilt Kicad against latest wxWidgets (current git version) and I do not have this assert. So i am not sure this is a critical issue (and perhaps not an issue). -- Jean-Pierre CHARRAS _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

