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 malloc/20432] malloc: Minimize interface required for interposition


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

--- Comment #1 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, master has been updated
       via  7e625f7e85b4e88f10dbde35a0641742af581806 (commit)
      from  0ac8ee53e8efbfd6e1c37094b4653f5c2dad65b5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7e625f7e85b4e88f10dbde35a0641742af581806

commit 7e625f7e85b4e88f10dbde35a0641742af581806
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Aug 26 19:27:16 2016 +0200

    nptl: Avoid expected SIGALRM in most tests [BZ #20432]

    Before this change, several tests did not detect early deadlocks
    because they used SIGALRM as the expected signal, and they ran
    for the full default TIMEOUT seconds.

    This commit adds a new delayed_exit function to the test skeleton,
    along with several error-checking wrappers to pthread functions.
    Additional error checking is introduced into several tests.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |   42 ++++++++++++++
 nptl/tst-cond3.c   |   19 +++---
 nptl/tst-eintr1.c  |   16 +++---
 nptl/tst-eintr2.c  |   11 ++--
 nptl/tst-eintr3.c  |   20 +++----
 nptl/tst-eintr4.c  |   20 +++----
 nptl/tst-eintr5.c  |   19 +++---
 nptl/tst-exit2.c   |   10 ++-
 nptl/tst-exit3.c   |   10 ++-
 nptl/tst-mutex6.c  |   17 ++---
 nptl/tst-rwlock5.c |   14 ++---
 nptl/tst-sem2.c    |   12 ++--
 nptl/tst-spin3.c   |   13 ++--
 nptl/tst-stdio1.c  |   14 ++--
 test-skeleton.c    |  157 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 15 files changed, 293 insertions(+), 101 deletions(-)

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