public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcc/104207] New: [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information
@ 2022-01-24 17:09 fw at gcc dot gnu.org
  2022-01-24 17:11 ` [Bug libgcc/104207] " mpolacek at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fw at gcc dot gnu.org @ 2022-01-24 17:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104207

            Bug ID: 104207
           Summary: [12 Regression] Crash in _Unwind_Find_FDE if object
                    lacks unwind information
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fw at gcc dot gnu.org
  Target Milestone: ---
             Build: *-*-linux-gnu

r12-6210 lacks a NULL check for dlfo_eh_frame. This causes crashes when
unwinding through signal frames if the kernel vDSO has not been built with
debuginfo.

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

* [Bug libgcc/104207] [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information
  2022-01-24 17:09 [Bug libgcc/104207] New: [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information fw at gcc dot gnu.org
@ 2022-01-24 17:11 ` mpolacek at gcc dot gnu.org
  2022-01-24 19:08 ` fw at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2022-01-24 17:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104207

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                 CC|                            |mpolacek at gcc dot gnu.org
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|                            |2022-01-24

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Confirmed.

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

* [Bug libgcc/104207] [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information
  2022-01-24 17:09 [Bug libgcc/104207] New: [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information fw at gcc dot gnu.org
  2022-01-24 17:11 ` [Bug libgcc/104207] " mpolacek at gcc dot gnu.org
@ 2022-01-24 19:08 ` fw at gcc dot gnu.org
  2022-01-25  7:55 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fw at gcc dot gnu.org @ 2022-01-24 19:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104207

Florian Weimer <fw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |fw at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

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

* [Bug libgcc/104207] [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information
  2022-01-24 17:09 [Bug libgcc/104207] New: [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information fw at gcc dot gnu.org
  2022-01-24 17:11 ` [Bug libgcc/104207] " mpolacek at gcc dot gnu.org
  2022-01-24 19:08 ` fw at gcc dot gnu.org
@ 2022-01-25  7:55 ` rguenth at gcc dot gnu.org
  2022-01-25 11:07 ` fw at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-25  7:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104207

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1

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

* [Bug libgcc/104207] [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information
  2022-01-24 17:09 [Bug libgcc/104207] New: [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information fw at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-01-25  7:55 ` rguenth at gcc dot gnu.org
@ 2022-01-25 11:07 ` fw at gcc dot gnu.org
  2022-01-25 11:10 ` cvs-commit at gcc dot gnu.org
  2022-01-25 11:11 ` fw at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: fw at gcc dot gnu.org @ 2022-01-25 11:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104207

--- Comment #2 from Florian Weimer <fw at gcc dot gnu.org> ---
Patch posted:
https://gcc.gnu.org/pipermail/gcc-patches/2022-January/589177.html

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

* [Bug libgcc/104207] [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information
  2022-01-24 17:09 [Bug libgcc/104207] New: [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information fw at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-01-25 11:07 ` fw at gcc dot gnu.org
@ 2022-01-25 11:10 ` cvs-commit at gcc dot gnu.org
  2022-01-25 11:11 ` fw at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-01-25 11:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104207

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Florian Weimer <fw@gcc.gnu.org>:

https://gcc.gnu.org/g:ab2a2457780d224343ce05e7d8e2964c6a47fd83

commit r12-6857-gab2a2457780d224343ce05e7d8e2964c6a47fd83
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Jan 25 12:09:56 2022 +0100

    libgcc: Fix _Unwind_Find_FDE for missing unwind data with glibc 2.35

    _dl_find_object returns success even if no unwind information has been
    found, and dlfo_eh_frame is NULL.

    libgcc/ChangeLog:

            PR libgcc/104207
            * unwind-dw2-fde-dip.c (_Unwind_Find_FDE): Add NULL check.

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

* [Bug libgcc/104207] [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information
  2022-01-24 17:09 [Bug libgcc/104207] New: [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information fw at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-01-25 11:10 ` cvs-commit at gcc dot gnu.org
@ 2022-01-25 11:11 ` fw at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: fw at gcc dot gnu.org @ 2022-01-25 11:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104207

Florian Weimer <fw at gcc dot gnu.org> changed:

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

--- Comment #4 from Florian Weimer <fw at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2022-01-25 11:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 17:09 [Bug libgcc/104207] New: [12 Regression] Crash in _Unwind_Find_FDE if object lacks unwind information fw at gcc dot gnu.org
2022-01-24 17:11 ` [Bug libgcc/104207] " mpolacek at gcc dot gnu.org
2022-01-24 19:08 ` fw at gcc dot gnu.org
2022-01-25  7:55 ` rguenth at gcc dot gnu.org
2022-01-25 11:07 ` fw at gcc dot gnu.org
2022-01-25 11:10 ` cvs-commit at gcc dot gnu.org
2022-01-25 11:11 ` fw 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).