This is the mail archive of the libc-hacker@sourceware.cygnus.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]

Re: tst-ungetc fails (fp != NULL)


duvall@emufarm.ml.org writes:

> >Description:
> 
> In the test stdio-common/tst-ungetc, it looks like mktemp is failing,
> returning NULL, causing the fopen() call to fail, returning NULL, and the
> assertion then fails.

Is this repeatable?  Start the checking again with

	make subdirs=stdio-common check

and copy&paste the command line.  Then start the whole thing using
strace to see why it fails.

It might be some quota thing or that you simply don't have write
permission or whatever.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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