public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/18084] New: backtrace (..., 0) dumps core on x86
@ 2015-03-05 17:50 eggert at gnu dot org
  2015-08-09 23:50 ` [Bug libc/18084] " ppluzhnikov at google dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: eggert at gnu dot org @ 2015-03-05 17:50 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 18084
           Summary: backtrace (..., 0) dumps core on x86
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: eggert at gnu dot org
                CC: drepper.fsp at gmail dot com

Created attachment 8174
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8174&action=edit
backtrace (..., 0) dumps core on x86

The call 'backtrace (buffer, 0)' dumps core on the x86 platform.  It should
return 0.  This bug caused a bleeding-edge version of Emacs to crash, as
reported in <http://bugs.gnu.org/19959>.  Thomas Fitzsimmons's standalone test
case (from the Emacs bug report) is attached.

-- 
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 libc/18084] backtrace (..., 0) dumps core on x86
  2015-03-05 17:50 [Bug libc/18084] New: backtrace (..., 0) dumps core on x86 eggert at gnu dot org
@ 2015-08-09 23:50 ` ppluzhnikov at google dot com
  2015-08-15 18:44 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ppluzhnikov at google dot com @ 2015-08-09 23:50 UTC (permalink / raw)
  To: glibc-bugs

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

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppluzhnikov at google dot com
           Assignee|unassigned at sourceware dot org   |ppluzhnikov at google dot com

-- 
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 libc/18084] backtrace (..., 0) dumps core on x86
  2015-03-05 17:50 [Bug libc/18084] New: backtrace (..., 0) dumps core on x86 eggert at gnu dot org
  2015-08-09 23:50 ` [Bug libc/18084] " ppluzhnikov at google dot com
@ 2015-08-15 18:44 ` cvs-commit at gcc dot gnu.org
  2015-08-15 18:45 ` ppluzhnikov at google dot com
  2015-10-29 16:33 ` jsm28 at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-08-15 18:44 UTC (permalink / raw)
  To: glibc-bugs

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.


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

* [Bug libc/18084] backtrace (..., 0) dumps core on x86
  2015-03-05 17:50 [Bug libc/18084] New: backtrace (..., 0) dumps core on x86 eggert at gnu dot org
  2015-08-09 23:50 ` [Bug libc/18084] " ppluzhnikov at google dot com
  2015-08-15 18:44 ` cvs-commit at gcc dot gnu.org
@ 2015-08-15 18:45 ` ppluzhnikov at google dot com
  2015-10-29 16:33 ` jsm28 at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ppluzhnikov at google dot com @ 2015-08-15 18:45 UTC (permalink / raw)
  To: glibc-bugs

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

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Paul Pluzhnikov <ppluzhnikov at google dot com> ---
Fixed in master.

-- 
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 libc/18084] backtrace (..., 0) dumps core on x86
  2015-03-05 17:50 [Bug libc/18084] New: backtrace (..., 0) dumps core on x86 eggert at gnu dot org
                   ` (2 preceding siblings ...)
  2015-08-15 18:45 ` ppluzhnikov at google dot com
@ 2015-10-29 16:33 ` jsm28 at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-10-29 16:33 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.23

-- 
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-10-29 16:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-05 17:50 [Bug libc/18084] New: backtrace (..., 0) dumps core on x86 eggert at gnu dot org
2015-08-09 23:50 ` [Bug libc/18084] " ppluzhnikov at google dot com
2015-08-15 18:44 ` cvs-commit at gcc dot gnu.org
2015-08-15 18:45 ` ppluzhnikov at google dot com
2015-10-29 16:33 ` jsm28 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).