[ODE] ODE / Mac OS X Crash
Kevin Reid
kpreid at attglobal.net
Sat Apr 20 23:29:02 2002
henryj@paradise.net.nz (Henry) wrote:
> On Monday, April 15, 2002, at 01:49 AM, Kevin Reid wrote:
>
> > I tried setting the stack size larger and it didn't crash. Strange, I
> > thought Mac OS X would grow the stack. Maybe it's a matter of the
> > maximum size of the stack's address space.
>
> How do you go about increasing the stack space in OSX? Like you, I
> thought the os would take care of this.
Build Settings >
OTHER_LDFLAGS = -Wl,-stack_size -Wl,10000000 -Wl,-stack_addr -Wl,c0000000
--
Kevin Reid