Re: Cygwin seg faults using dyn. memory

2002-02-21 Thread Gareth Pearce
> >cygwin seg faults when i attempt to assign values to >allocated dynamic memory. The same code isn't >seg-faulting on a Compaq Tru64 UNIX V5.1A machine. > > is there a setting where the heap needs to be >adjusted? are there libraries i need to include that >i haven't? > >here's the embarass

Cygwin seg faults using dyn. memory

2002-02-21 Thread Ethan Mallove
cygwin seg faults when i attempt to assign values to allocated dynamic memory. The same code isn't seg-faulting on a Compaq Tru64 UNIX V5.1A machine. is there a setting where the heap needs to be adjusted? are there libraries i need to include that i haven't? here's the embarassingly simple