public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/14557] New: Some nptl tests failed when linking statically
@ 2012-09-07 17:23 hjl.tools at gmail dot com
  2012-09-15 16:26 ` [Bug nptl/14557] " hjl.tools at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-07 17:23 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 14557
           Summary: Some nptl tests failed when linking statically
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: unassigned@sourceware.org
        ReportedBy: hjl.tools@gmail.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified
            Target: i686


On i686, these nptl tests failed when linking statically:

make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-mutex8.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-mutexpi8.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-cond8.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-sem11.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-sem12.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-raise1.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-cancel7.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-cancel24.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-cancelx4.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-cancelx5.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-cancelx7.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-cancelx16.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-cancelx20.out]
Error 1
make[4]: ***
[/export/build/gnu/glibc-32bit-static/build-i686-linux/nptl/tst-cancelx21.out]
Error 1

-- 
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] 7+ messages in thread

* [Bug nptl/14557] Some nptl tests failed when linking statically
  2012-09-07 17:23 [Bug nptl/14557] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
@ 2012-09-15 16:26 ` hjl.tools at gmail dot com
  2012-09-15 17:13 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-15 16:26 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-15 16:25:43 UTC ---
sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S is
incorrect for libpthread.a.  Remove it fixes nptl/tst-cond8.

-- 
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] 7+ messages in thread

* [Bug nptl/14557] Some nptl tests failed when linking statically
  2012-09-07 17:23 [Bug nptl/14557] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
  2012-09-15 16:26 ` [Bug nptl/14557] " hjl.tools at gmail dot com
@ 2012-09-15 17:13 ` hjl.tools at gmail dot com
  2012-09-18 20:54 ` [Bug nptl/14557] __kernel_vsyscall unwind info is incorrect hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-15 17:13 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-15 17:13:41 UTC ---
(In reply to comment #1)
> sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S is
> incorrect for libpthread.a.  Remove it fixes nptl/tst-cond8.

I also need to remove
sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S
to fix nptl/tst-cond8.  It looks like cleanup routines don't work
correctly.

-- 
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] 7+ messages in thread

* [Bug nptl/14557] __kernel_vsyscall unwind info is incorrect
  2012-09-07 17:23 [Bug nptl/14557] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
  2012-09-15 16:26 ` [Bug nptl/14557] " hjl.tools at gmail dot com
  2012-09-15 17:13 ` hjl.tools at gmail dot com
@ 2012-09-18 20:54 ` hjl.tools at gmail dot com
  2012-09-18 21:43 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-18 20:54 UTC (permalink / raw)
  To: glibc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Some nptl tests failed when |__kernel_vsyscall unwind
                   |linking statically          |info is incorrect

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-18 20:54:34 UTC ---
__kernel_vsyscall unwind info in Linux kernel 3.5 seems
incorrect and we can't unwind through __kernel_vsyscall.

-- 
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] 7+ messages in thread

* [Bug nptl/14557] __kernel_vsyscall unwind info is incorrect
  2012-09-07 17:23 [Bug nptl/14557] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2012-09-18 20:54 ` [Bug nptl/14557] __kernel_vsyscall unwind info is incorrect hjl.tools at gmail dot com
@ 2012-09-18 21:43 ` hjl.tools at gmail dot com
  2012-10-05 17:43 ` hjl.tools at gmail dot com
  2014-06-17  4:41 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-18 21:43 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-18 21:43:12 UTC ---
It looks like we do not load unwind info in vsyscall
page in static executables.

-- 
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] 7+ messages in thread

* [Bug nptl/14557] __kernel_vsyscall unwind info is incorrect
  2012-09-07 17:23 [Bug nptl/14557] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2012-09-18 21:43 ` hjl.tools at gmail dot com
@ 2012-10-05 17:43 ` hjl.tools at gmail dot com
  2014-06-17  4:41 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-10-05 17:43 UTC (permalink / raw)
  To: glibc-bugs


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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
            Version|unspecified                 |2.17
         Resolution|                            |FIXED
   Target Milestone|---                         |2.17

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2012-10-05 17:43:17 UTC ---
Fixed for 2.17 by

http://sourceware.org/git/?p=glibc.git;a=commit;h=9cee55856438b714fa1efa45d8b7c1857467f4ca
http://sourceware.org/git/?p=glibc.git;a=commit;h=bb859b06ddb311005266c3576bc46b1fe751d8d3

-- 
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] 7+ messages in thread

* [Bug nptl/14557] __kernel_vsyscall unwind info is incorrect
  2012-09-07 17:23 [Bug nptl/14557] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2012-10-05 17:43 ` hjl.tools at gmail dot com
@ 2014-06-17  4:41 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-17  4:41 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


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

end of thread, other threads:[~2014-06-17  4:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-07 17:23 [Bug nptl/14557] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
2012-09-15 16:26 ` [Bug nptl/14557] " hjl.tools at gmail dot com
2012-09-15 17:13 ` hjl.tools at gmail dot com
2012-09-18 20:54 ` [Bug nptl/14557] __kernel_vsyscall unwind info is incorrect hjl.tools at gmail dot com
2012-09-18 21:43 ` hjl.tools at gmail dot com
2012-10-05 17:43 ` hjl.tools at gmail dot com
2014-06-17  4:41 ` fweimer at redhat 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).