Matthew Dillon wrote:
[snip]
> At your csh prompt type 'limit'. If you are using bash type 'ulimit -a'.
>
> When I compile and run your program it works fine on my box. I tried
> compiling it -O0, -O1, and -O2.
>
> % cc x.c -o x -O0
> % ./x
> %
Here's the
~>ulimit -a
core file size (blocks) unlimited
data seg size (kbytes) 524288
file size (blocks) unlimited
max locked memory (kbytes) unlimited
max memory size (kbytes) unlimited
open files 2088
pipe size (512 bytes) 1
stack size (kbytes) 65536
cpu time (seconds) unlimited
max user processes 1043
virtual memory (kbytes) 589824
The machine has enough RAM & swap space. (256/512MB)
I feel Daniel is right. The problem can be in the fact that it uses
threads.
I don't know do the threads share share the same stack space and how.
My main point was that the application worked before `making the
world'.
Thanks,
--iani
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message