This is the mail archive of the libc-alpha@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]

Re: [PATCH][BZ #13601] Retry read in ld.so if the entire ELF headeris not read in


On Fri, 19 Oct 2012 14:02:33 -0400, Rich wrote:
> In reality, I don't think this ever happens. Reads on ordinary files
> do not "block" and are not subject to interruption by signals or any
> other conditions that could cause an early return. If you want to test
> it you could try having it read from a pipe instead, but the
> subsequent mmap will of course fail so all you could test is that the
> split reading works.

How about nfs or sshfs or equivalent?


Siddhesh


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