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

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

             Bug #: 14556
           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: x86-64


Those 3 tests failed when linking statically:

make[4]: ***
[/export/build/gnu/glibc-static/build-x86_64-linux/nptl/tst-raise1.out] Error 1
make[4]: ***
[/export/build/gnu/glibc-static/build-x86_64-linux/nptl/tst-cancel7.out] Error
1
make[4]: ***
[/export/build/gnu/glibc-static/build-x86_64-linux/nptl/tst-cancelx7.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] 5+ messages in thread

* [Bug nptl/14556] Some nptl tests failed when linking statically
  2012-09-07 17:21 [Bug nptl/14556] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
@ 2012-09-07 17:30 ` hjl.tools at gmail dot com
  2012-09-07 17:37 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-07 17:30 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |2.17

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-07 17:29:50 UTC ---
Since nptl/tst-raise1.c doesn't have any thread codes,
__pthread_initialize_minimal from libc-tls.c is used
instead of __pthread_initialize_minimal_internal in
nptl-init.c.

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

* [Bug nptl/14556] Some nptl tests failed when linking statically
  2012-09-07 17:21 [Bug nptl/14556] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
  2012-09-07 17:30 ` [Bug nptl/14556] " hjl.tools at gmail dot com
@ 2012-09-07 17:37 ` hjl.tools at gmail dot com
  2014-06-17  4:41 ` fweimer at redhat dot com
  2015-09-15 15:37 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-07 17:37 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-07 17:37:09 UTC ---
nptl/tst-cancel7.c failed since _pthread_cleanup_push_defer
wasn't linked in _IO_link_in:

#ifdef _IO_MTSAFE_IO
      _IO_cleanup_region_start_noarg (flush_cleanup);
      _IO_lock_lock (list_all_lock);
      run_fp = (_IO_FILE *) fp;
      _IO_flockfile ((_IO_FILE *) fp); 
#endif

It is because weak reference in libc.a will never include
definition in libpthread,a.

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

* [Bug nptl/14556] Some nptl tests failed when linking statically
  2012-09-07 17:21 [Bug nptl/14556] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
  2012-09-07 17:30 ` [Bug nptl/14556] " hjl.tools at gmail dot com
  2012-09-07 17:37 ` hjl.tools at gmail dot com
@ 2014-06-17  4:41 ` fweimer at redhat dot com
  2015-09-15 15:37 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ 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=14556

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

* [Bug nptl/14556] Some nptl tests failed when linking statically
  2012-09-07 17:21 [Bug nptl/14556] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2014-06-17  4:41 ` fweimer at redhat dot com
@ 2015-09-15 15:37 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-09-15 15:37 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, hjl/pthread has been deleted
       was  abd15665585b8f26a050af829b8a62963d2a2d84

- Log -----------------------------------------------------------------
abd15665585b8f26a050af829b8a62963d2a2d84 Add 3 tests for PR 14556
-----------------------------------------------------------------------

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


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

end of thread, other threads:[~2015-09-15 15:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-07 17:21 [Bug nptl/14556] New: Some nptl tests failed when linking statically hjl.tools at gmail dot com
2012-09-07 17:30 ` [Bug nptl/14556] " hjl.tools at gmail dot com
2012-09-07 17:37 ` hjl.tools at gmail dot com
2014-06-17  4:41 ` fweimer at redhat dot com
2015-09-15 15:37 ` cvs-commit at gcc dot gnu.org

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).