Re: segmentation faults and memory problems

2008-04-14 Thread Corinna Vinschen
On Apr 14 14:26, Eric Tea wrote: > > Hi, maybe you should read the replies you get before duplicating the same message twice, which, btw., is quite rude. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT

segmentation faults and memory problems

2008-04-14 Thread Eric Tea
Hi, I try to run a program which needs a lot of memory. It fails with a "segmentation fault". In the program's  Users Guide, it is advised to increase the stack size but as knwon the "ulimit -s" command does not work. So i tried to compile the program with "-Wl,stack=..." option but it still fai

Re: segmentation faults and memory problems

2008-04-13 Thread Brian Dessent
Eric Tea wrote: > I work on two computers, running under > windows XP and windows XP64. The former have 1Gb of RAM and the latter > 4Gb. > Increasing the stack size and modifying the > "heap_chunk_in_mb" value dont change anything to my segmentation > fault. > Plus "max_memory" always reply 1536Mb

segmentation faults and memory problems

2008-04-13 Thread Eric Tea
Hi, I try to run a program which needs a lot of memory. It fails with a "segmentation fault". In the program's  Users Guide, it is advised to increase the stack size but as knwon the "ulimit -s" command does not work. So i tried to compile the program with "-Wl,stack=..." option but it still fa