public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug stdio/5298] ftell() after a write() causes glibc to flush the buffer
       [not found] <bug-5298-131@http.sourceware.org/bugzilla/>
@ 2012-02-21  1:27 ` jsm28 at gcc dot gnu.org
  2012-02-21 16:38 ` bugdal at aerifal dot cx
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-21  1:27 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |stdio

-- 
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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug stdio/5298] ftell() after a write() causes glibc to flush the buffer
       [not found] <bug-5298-131@http.sourceware.org/bugzilla/>
  2012-02-21  1:27 ` [Bug stdio/5298] ftell() after a write() causes glibc to flush the buffer jsm28 at gcc dot gnu.org
@ 2012-02-21 16:38 ` bugdal at aerifal dot cx
  2012-09-07 11:12 ` siddhesh at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugdal at aerifal dot cx @ 2012-02-21 16:38 UTC (permalink / raw)
  To: glibc-bugs

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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #3 from Rich Felker <bugdal at aerifal dot cx> 2012-02-21 16:38:08 UTC ---
Is this bug still unaddressed? I don't see how _IO_new_file_seekoff should even
come into it, since the operation is ftell, not fseek; if this function is
being called for ftell, that seems to be the whole problem...

-- 
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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug stdio/5298] ftell() after a write() causes glibc to flush the buffer
       [not found] <bug-5298-131@http.sourceware.org/bugzilla/>
  2012-02-21  1:27 ` [Bug stdio/5298] ftell() after a write() causes glibc to flush the buffer jsm28 at gcc dot gnu.org
  2012-02-21 16:38 ` bugdal at aerifal dot cx
@ 2012-09-07 11:12 ` siddhesh at redhat dot com
  2012-09-28 13:30 ` siddhesh at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: siddhesh at redhat dot com @ 2012-09-07 11:12 UTC (permalink / raw)
  To: glibc-bugs

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

Siddhesh Poyarekar <siddhesh at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |siddhesh at redhat dot com

--- Comment #4 from Siddhesh Poyarekar <siddhesh at redhat dot com> 2012-09-07 11:12:01 UTC ---
I have posted a patch for this:

http://sourceware.org/ml/libc-alpha/2012-09/msg00198.html

for those who want to try this out.

-- 
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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug stdio/5298] ftell() after a write() causes glibc to flush the buffer
       [not found] <bug-5298-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-09-07 11:12 ` siddhesh at redhat dot com
@ 2012-09-28 13:30 ` siddhesh at redhat dot com
  2012-09-28 13:31 ` siddhesh at redhat dot com
  2014-02-06 22:29 ` ppluzhnikov at google dot com
  5 siblings, 0 replies; 6+ messages in thread
From: siddhesh at redhat dot com @ 2012-09-28 13:30 UTC (permalink / raw)
  To: glibc-bugs


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

--- Comment #5 from Siddhesh Poyarekar <siddhesh at redhat dot com> 2012-09-28 13:30:20 UTC ---
Fixed in master:

http://sourceware.org/git/?p=glibc.git;a=commit;h=adb26faefe47b7d34c941cbfc193ca7a5fde8e3f

-- 
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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug stdio/5298] ftell() after a write() causes glibc to flush the buffer
       [not found] <bug-5298-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-09-28 13:30 ` siddhesh at redhat dot com
@ 2012-09-28 13:31 ` siddhesh at redhat dot com
  2014-02-06 22:29 ` ppluzhnikov at google dot com
  5 siblings, 0 replies; 6+ messages in thread
From: siddhesh at redhat dot com @ 2012-09-28 13:31 UTC (permalink / raw)
  To: glibc-bugs


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

Siddhesh Poyarekar <siddhesh at redhat dot com> changed:

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

--- Comment #6 from Siddhesh Poyarekar <siddhesh at redhat dot com> 2012-09-28 13:31:21 UTC ---
forgot to close the bug.

-- 
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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug stdio/5298] ftell() after a write() causes glibc to flush the buffer
       [not found] <bug-5298-131@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-09-28 13:31 ` siddhesh at redhat dot com
@ 2014-02-06 22:29 ` ppluzhnikov at google dot com
  5 siblings, 0 replies; 6+ messages in thread
From: ppluzhnikov at google dot com @ 2014-02-06 22:29 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=5298

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppluzhnikov at google dot com

--- Comment #7 from Paul Pluzhnikov <ppluzhnikov at google dot com> ---
Fixes here appear to have caused
https://sourceware.org/bugzilla/show_bug.cgi?id=16532

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-06 22:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-5298-131@http.sourceware.org/bugzilla/>
2012-02-21  1:27 ` [Bug stdio/5298] ftell() after a write() causes glibc to flush the buffer jsm28 at gcc dot gnu.org
2012-02-21 16:38 ` bugdal at aerifal dot cx
2012-09-07 11:12 ` siddhesh at redhat dot com
2012-09-28 13:30 ` siddhesh at redhat dot com
2012-09-28 13:31 ` siddhesh at redhat dot com
2014-02-06 22:29 ` ppluzhnikov at google dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).