I see what you mean, that's not a simple violation, that looks like a
divide by zero or uninitialized data. Does this happen consistently at that
point? If so, can you run it in "debug" mode as I described? It would be
helpful to see the internal state to pinpoint when this happens. There's a
quick way to do this in the latest commit:

(in linuxcnc project folder)
cd tests/trajectory-planner/circular-arcs
./build-debug.sh

Then run linuxcnc:
linuxcnc (config file optional) > test.log

If you can send me test.log, it will help find the source of the error.

Thanks!
Rob


On Wed, Dec 4, 2013 at 3:23 PM, sam sokolik <sa...@empirescreen.com> wrote:

> the position/accelleration jump.  Like
>
> http://imagebin.org/279547  (there is no recovering from that - and the
> position.txt file needs to be deleted before the next run)
>
> sam
>
>
>
> On 12/4/2013 2:15 PM, Robert Ellenberg wrote:
> > I'll run those programs on my Pc's and see if I can reproduce the
> > violation. Was it a crash as in a segfault, or just an acceleration
> > violation?
> >
> > I also had tcqPut fail once as well, which halted the program. I'll need
> to
> > look into that a bit more. I've only seen it once, but it could be an
> > expensive error for a long program, if it stops 90% of the way through.
> >
> > Rob
> >
> ------------------------------------------------------------------------------
> > Sponsored by Intel(R) XDK
> > Develop, test and display web and hybrid apps with a single code base.
> > Download it for free now!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Emc-developers mailing list
> > Emc-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-developers
> >
> >
>
>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
>
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to