This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: libgo patch committed: Update to current Go library


On Wed, Oct 24, 2012 at 10:01 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
> On Tue, Oct 23, 2012 at 8:09 PM, Ian Lance Taylor <iant@google.com> wrote:
>> On Tue, Oct 23, 2012 at 10:47 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
>>>
>>> Additional test fails on alphaev68-linux-gnu:
>>>
>>> --- FAIL: TestPassFD (0.15 seconds)
>>> passfd_test.go:62:      FileConn: dup: Bad file descriptor
>>> FAIL
>>> FAIL: syscall
>>
>> As far as I can see this error message occurs when calling dup on the
>> second file descriptor returned by socketpair.  But I can't see why
>> that would fail on Alpha.
>
> For some reason, the second dup on the same file descriptor fails.
> Attached, please find strace dump, where:

... Now attached for real.

Uros.

Attachment: strace.txt.gz
Description: GNU Zip compressed data


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