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 build/20967] Several Tests failed on MIPS64 N64


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

Carlos O'Donell <carlos at redhat dot com> changed:

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

--- Comment #4 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to Junde Yhi from comment #3)
> Created attachment 9698 [details]
> Glibc make test .out results
> 
> These are the FAILed tests' `.out` files. For duplicated files I stored them
> into directories, and for others I didn't.

Your double results look terrible, perhaps compiler issues that need to be
tracked down. Otherwise the rest of the math tests are OK (within 1-2 ULPs).

The namespace issues look like kernel socket definition issues and type issues.
They are all the same issue related to IOC* constants and msg_iovlen. Might
cause issues, you need to investigate that in more detail.

The execkstack failures are related to missing PT_GNU_STACK markup which means
you have to walk down the toolchain stack and find the toolchain objects which
make up the runtime and see which ones are missing the right stack markup and
then figure out why it wasn't set. This is almost always a configuration issue
with the toolchain used.

As Joseph notes this bug isn't all that useful. There isn't anything really
wrong with the glibc build system so I'm marking this RESOLVED INVALID. If you
still need help please email libc-help@sourceware.org.

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