[ODE] (no subject)

Russ Smith russ at q12.org
Wed Nov 7 20:11:02 MST 2001


> grabStackPtr, main :0xc2fe64
> 
> right before it crashes because of stack overflow,
> this is the info:
> 
> grabStackPtr, dInternalStepIsland_x2 :0x68bd260

something is screwed up there, the SP in main is (much) less than
the SP in dInternalStepIsland_x2 ... the x86 stack grows downward.
ahhhh - it's probably due to the windows drawstuff lib, which starts
a separate thread for the renderer. this will have its own stack. so
you should measure the starting stack value from the start of the
simLoop() callback function. the linux drawstuff lib does not have
this problem.

> btw, if you roll a cylinder into a box, there is no
> contact point and the cylinider simply go through the
> box.

yes: box-ccyl not yet implemented.

russ.


--
Russell Smith
http://www.q12.org



More information about the ODE mailing list