Re: [Kicad-developers] Coverity for the 5.1 branch

2020-04-23 Thread Mark Roszko
Yes. This is a coverity scan bug. They are aware of it since 2017 when I harassed their manager about it but maintaining the open source offering is ultra low priority for them. They were promising they would refocus on "bring it up to Synopsis standards" this year but so far it hasn't happened.

Re: [Kicad-developers] Help debug pcbnew

2020-04-23 Thread Jon Evans
This actually recently started happening to me if I had KICAD_SCRIPTING turned on, the only way I could find to fix it was by disabling scripting. I was going to dig in to what was going on, but then I upgraded to Ubuntu 20.04 today and the problem went away, so it was probably some kind of

Re: [Kicad-developers] Help debug pcbnew

2020-04-23 Thread Seth Hillbrand
I should have said "wxPython" on gtk2. Usually this pops up in gdb when the library directory ordering changes. -Seth Seth Hillbrand KiCad Services Corporation https://www.kipro-pcb.com +1 530 302 5483 | +1 212 603 9372 On 2020-04-23 09:53, Seth Hillbrand wrote: That usually pops up when you

Re: [Kicad-developers] Help debug pcbnew

2020-04-23 Thread Nick Østergaard
Yah, maybe you nedd to create a new buid dir, if it is really really old. Otherwise, show us your cmake config. ;) tor. 23. apr. 2020 18.53 skrev Seth Hillbrand : > That usually pops up when you are loading GTK2 from wx and pcbnew is > compiled for GTK3 > > -Seth > > Seth Hillbrand > KiCad

Re: [Kicad-developers] Help debug pcbnew

2020-04-23 Thread Seth Hillbrand
That usually pops up when you are loading GTK2 from wx and pcbnew is compiled for GTK3 -Seth Seth Hillbrand KiCad Services Corporation https://www.kipro-pcb.com +1 530 302 5483 | +1 212 603 9372 On 2020-04-23 09:50, Mário Luzeiro wrote: Hello all, I'm trying to run KiCad on debug mode (from

[Kicad-developers] Help debug pcbnew

2020-04-23 Thread Mário Luzeiro
Hello all, I'm trying to run KiCad on debug mode (from latest development branch).. it used to work.. but now it crashes when I try to run pcbnew. Has anyone seen this before? any idea how to solve it? ../src/common/object.cpp(251): assert "classTable->Get(m_className) == NULL" failed in

Re: [Kicad-developers] Coverity for the 5.1 branch

2020-04-23 Thread Nick Østergaard
Yes, indeed. I am told that it is part of the bugs that they don't care to fix, I guess this is since they were acquired by Synopsis and priorities has shifted for them. On Thu, 23 Apr 2020 at 16:25, Wayne Stambaugh wrote: > > The swig files are turned off in the config and none of the swig code

Re: [Kicad-developers] MR Test Failure Help

2020-04-23 Thread Simon Richter
Hi, On Tue, Apr 21, 2020 at 03:06:50PM -0700, Emery B wrote: > My merge requests (170&171) have failed in the test step. Test passes if > merged to the latest development branch. Should I push a merge-commit to my > MR? Please advise. There is an additional test in Gitlab, which checks

Re: [Kicad-developers] Coverity for the 5.1 branch

2020-04-23 Thread Wayne Stambaugh
The swig files are turned off in the config and none of the swig code warnings show up in the defects list but for some reason they still show up in the status emails. Maybe there is another config setting the we are missing. On 4/23/20 10:19 AM, Jon Evans wrote: > Thanks! > > Speaking of

Re: [Kicad-developers] Coverity for the 5.1 branch

2020-04-23 Thread Jon Evans
Thanks! Speaking of Coverity, should we change the config to skip the auto-generated swig files? They seem to generate lots of noise. -Jon On Thu, Apr 23, 2020 at 8:01 AM Wayne Stambaugh wrote: > Nice work! Thank you Mark and Nick. > > On 4/23/20 4:03 AM, Nick Østergaard wrote: > > Hello >

Re: [Kicad-developers] Coverity for the 5.1 branch

2020-04-23 Thread Wayne Stambaugh
Nice work! Thank you Mark and Nick. On 4/23/20 4:03 AM, Nick Østergaard wrote: > Hello > > Just a FYI, we (Mark and I) have created a new coverity project for > the 5.1 branch, we call it kicad-stable [1], we still have the project > just named kicad [2] for master. > > I added a few devs, but

[Kicad-developers] Coverity for the 5.1 branch

2020-04-23 Thread Nick Østergaard
Hello Just a FYI, we (Mark and I) have created a new coverity project for the 5.1 branch, we call it kicad-stable [1], we still have the project just named kicad [2] for master. I added a few devs, but it is intended to be open for anyone interested in contributing. I think you can request