[ODE] Allocation problem?

Jon Watte (ODE) hplus-ode at mindcontrol.org
Tue Jun 6 16:40:00 MST 2006


Yes, dWorldQuickStep() still uses the stack, although less of it than 
dWorldStep() (last I checked -- many moons ago).

Cheers,

			/ h+


Jason Perkins wrote:
> On 6/6/06, Jon Watte (ODE) <hplus-ode at mindcontrol.org> wrote:
>> My guess is you're on Windows, and using plain dWorldStep(). In that
>> case, you're running out of stack. This issue is mentioned more
>> thoroughly in the ODE documentation. Simple solution: switch to
>> dWorldQuickStep().
> 
> I'm curious about this...test_crash uses dWorldQuickStep() and it
> still crashes at that same location. So does dWorldQuickStep() also
> have a stack space requirement? Just trying to get my head around it.
> 
> Jason
> 
> 


More information about the ODE mailing list