Re: [Kicad-developers] Fwd: Crash invoking pcbnew Board settings

2021-11-06 Thread Jeff Young
I presume that’s supposed to look like: -DKICAD_SANITIZE_ADDRESS=ON It didn’t produce any output. > On 6 Nov 2021, at 18:06, Ian McInerney wrote: > > So, for some reason GMail thinks this email is empty when I open it but shows > text in the inbox view, so I am going off of what I can see in

Re: [Kicad-developers] Fwd: Crash invoking pcbnew Board settings

2021-11-06 Thread Ian McInerney
So, for some reason GMail thinks this email is empty when I open it but shows text in the inbox view, so I am going off of what I can see in the "show original message" option. For running with ASAN, you simply need to pass the CMake flag KICAD_SANITIZE_ADDRESS and then I would suggest setting the

[Kicad-developers] Fwd: Crash invoking pcbnew Board settings

2021-11-06 Thread Jeff Young
___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

Re: [Kicad-developers] Crash invoking pcbnew Board settings

2021-11-06 Thread Jeff Young
He he… yeah, this is one of the reasons our coding style discourages the use of “auto” — it tends to obfuscate the code. However, a lot of C++ programmers are used to using it, so it tends to creep in from time to time. The case given should read: for( const std::pair>& netclass : netclas