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 libc/18084] backtrace (..., 0) dumps core on x86


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

--- 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  d5dff793af80b6534e9fb2e4f0301993bd209a4f (commit)
      from  3cda1b6d56335a101ec3de0053248f68f010eee1 (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=d5dff793af80b6534e9fb2e4f0301993bd209a4f

commit d5dff793af80b6534e9fb2e4f0301993bd209a4f
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Sat Aug 15 11:42:43 2015 -0700

    Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.
    Other architectures also had bugs, or did unnecessary work.

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

Summary of changes:
 ChangeLog                        |   13 +++++++++++++
 NEWS                             |    7 ++++---
 debug/tst-backtrace2.c           |    6 ++++++
 sysdeps/arm/backtrace.c          |    7 +++++--
 sysdeps/i386/backtrace.c         |    7 +++++--
 sysdeps/m68k/backtrace.c         |    7 +++++--
 sysdeps/microblaze/backtrace.c   |    3 +++
 sysdeps/s390/s390-32/backtrace.c |    7 +++++--
 sysdeps/s390/s390-64/backtrace.c |    7 +++++--
 sysdeps/sparc/backtrace.c        |    2 +-
 sysdeps/x86_64/backtrace.c       |    7 +++++--
 11 files changed, 57 insertions(+), 16 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]