kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #34762
Re: Potential issue with 49486b83
-
To:
<kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Maciej Suminski <maciej.suminski@xxxxxxx>
-
Date:
Tue, 6 Mar 2018 20:23:26 +0100
-
Authentication-results:
spf=pass (sender IP is 188.184.36.48) smtp.mailfrom=cern.ch; lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=bestguesspass action=none header.from=cern.ch;
-
In-reply-to:
<c631c5ce-83fd-f9db-18af-e07fe041fa2b@wanadoo.fr>
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:99
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2
Jean-Pierre,
Is the jumpy canvas [1] on first panning fixed with newer wxWidgets
version on Linux? If so, what version do you use?
I see it occurring on 3.0.3 and I also get the assert. Wayne said the
recent patch did not help on Windows, so we can either make the change
specific to macOS or to wxWidgets version.
I agree it is a wxWidgets bug, as we use a legit flag in
wxScrolledWindow constructor, so there is no reason to complain. The
only problem here it is a bit annoying to click 'Ok' every time KiCad
starts.
Regards,
Orson
1. https://lists.launchpad.net/kicad-developers/msg34692.html
On 03/06/2018 08:09 PM, jp charras wrote:
> 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).
>
>
References