This is the mail archive of the glibc-bugs@sourceware.org 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]

[Bug libc/12817] strace found that wprintf always causes __llseek error


http://sourceware.org/bugzilla/show_bug.cgi?id=12817

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-07-20 21:26:55 UTC ---
(In reply to comment #0)
> Can you solve the issue? Thanks.

There is no issue.  That's just part of the way the streams work.  It is
unfortunately possible to open a stream for an open file descriptor which is
not at offset 0.  We need that information.  The error is not due to any
failure, it's just because you have a tty as the output device.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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