This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Strange error with fopen


On Tuesday 06 April 2004 13:07, Devel wrote:
> Hi all,
> on my redhat 7.3 and kernel 2.4.22 i received a strange error from fopen in
> my application. When system is on heavy disk load the function:
>
> picture=fopen(filename, "wb");
>
> return null and  strerror(errno) print :No such file or directory.
> The file is new so is natural the doesn't exist. Furthermore  more is the
> load of the disk more are this error message. I can't understand this error
> message, any suggest?.

please run your program under strace and show result
-- 
vda


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]