kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #16942
Re: pcbnew crash with interactive router on OSX
On 19.02.2015 19:51, Bernhard Stegmaier wrote:
> Hi all,
>
> since the subject didn’t fit, I created a new thread for the crash that
> has been reported a couple of days ago to be possibly fixed by a boost
> patch.
> Original mail was:
> https://lists.launchpad.net/kicad-developers/msg16882.html
>
> I also get a reproducible crash with interactive router sooner or later,
> so I ran a debug version through the debugger.
> Problem seems to be here:
>
> A quick check on google “stl::vector erase end” brought up that erasing
> end() seems to be undefined…
>
> Changing those line to
> //m_points.erase( m_points.end() );
> m_points.pop_back();
Mea culpa, thanks for finding that out Bernard!
Cheers,
Tom
References