This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Recent 4.1 breakage...


Loren James Rittle wrote:

Well, I'm confused on the expected behavior of 26777 (even after
reading the PR) and exactly what I see on FreeBSD 5.  Here is the read
on the fifo and the lseek from a truss log:

82979: read(0x3,0x804d000,0x3ff) = 8 (0x8)
82979: lseek(3,0xfffffffffffffff8,SEEK_CUR) = 0 (0x0)


Humm, lseek on a pipe unexpectedly succeeds instead of failing?

Paolo.


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