[Kicad-developers] Segfault in PNS on BZR 6317

2015-11-17 Thread Andrew Zonenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm getting crashes in the PNS on latest BZR in both debug and release builds. GDB log: http://pastebin.com/i4kQvXwn PCB file: http://thanatos.virtual.drawersteak.com/unlisted/marblewalrus-backplane. kicad_pcb System: Debian 7 amd64 with nvidia

Re: [Kicad-developers] Segfault in PNS on BZR 6317

2015-11-17 Thread Andrew Zonenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Valgrind thinks it's a use-after-free: http://pastebin.com/8aCpbQAJ On 17/11/15 11:07, Andrew Zonenberg wrote: > Hi, > > I'm getting crashes in the PNS on latest BZR in both debug and > release builds. > > GDB log: http://pastebin.com/i4kQvXwn > >

Re: [Kicad-developers] Segfault in PNS on BZR 6317

2015-11-17 Thread Nick Østergaard
Hi All I can reproduce this reliably on the latest, 6321. It is important to be in walk around mode to reproduce the exact backtrace. If in shove mode the backtrace will be different, but it will still segfault around that Move method. 2015-11-17 20:07 GMT+01:00 Andrew Zonenberg : > -BEGIN PG

Re: [Kicad-developers] Segfault in PNS on BZR 6317

2015-11-17 Thread Chris Pavlina
I can also confirm this - reliably reproduced after about five or six tries. (gdb) bt #0 0x01803750 in ?? () #1 0x7fffe69635cf in PNS_LINE_PLACER::splitAdjacentSegments (this=0x1a1bd80, aNode=0x15ecec0, aSeg=0x18038f0, aP=...) at /home/cmp/git/kicad/pcbnew/router/pns_line_placer.cp