Originally posted by: tvannaman2000
I'm running aix 5.3 tl6 on my F50. I'm using xlC 7.0 and have compiled the TPC-E load generating program (which uses printf for I/O).
The program is running and when the filesize gets to about 2.1GB, I get the error. Both my hard & soft ulimit are -1, verified by a ulimit -a. I'm on a jfs2 filesystem with plenty of space.
To make sure it was not the OS, I was able to "cat x >> bigfile" and can get the filesize up to 4GB before I gave up.
My thought is the libraries which were used in linking are causing the problem, since the OS seems fine. Perhaps the pointer is being blown out of the water. I had to use the xlC_r compiler/linker due to pthreads being used. I haven't specified any special LDFLAGS.
I tried to put the system into 64bit mode, but it is a 32bit system.
Has anybody come across something similar to this? Are there alternate libraries I can link?
Thanks in advance.
Tim.
#AIX-Forum