public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/28823] New: Very frequent internal-error: sect_index_data not initialized
@ 2022-01-26 19:18 emilio at crisal dot io
  2022-01-26 19:19 ` [Bug cli/28823] " emilio at crisal dot io
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: emilio at crisal dot io @ 2022-01-26 19:18 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 28823
           Summary: Very frequent internal-error: sect_index_data not
                    initialized
           Product: gdb
           Version: 11.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: emilio at crisal dot io
  Target Milestone: ---

On Fedora Rawhide, gdb misbehaves consistently when attaching to a running
process, running rr, or even inspecting a core dump with internal-error:
sect_index_data not initialized.

$ gdb --version
GNU gdb (GDB) Fedora 11.1-9.fc36

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

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

* [Bug cli/28823] Very frequent internal-error: sect_index_data not initialized
  2022-01-26 19:18 [Bug cli/28823] New: Very frequent internal-error: sect_index_data not initialized emilio at crisal dot io
@ 2022-01-26 19:19 ` emilio at crisal dot io
  2022-01-26 19:21 ` emilio at crisal dot io
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: emilio at crisal dot io @ 2022-01-26 19:19 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from Emilio Cobos Álvarez (:emilio) <emilio at crisal dot io> ---
Created attachment 13931
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13931&action=edit
coredumpctl info (can't attach gdb since it crashes)

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

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

* [Bug cli/28823] Very frequent internal-error: sect_index_data not initialized
  2022-01-26 19:18 [Bug cli/28823] New: Very frequent internal-error: sect_index_data not initialized emilio at crisal dot io
  2022-01-26 19:19 ` [Bug cli/28823] " emilio at crisal dot io
@ 2022-01-26 19:21 ` emilio at crisal dot io
  2022-01-26 19:32 ` emilio at crisal dot io
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: emilio at crisal dot io @ 2022-01-26 19:21 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Emilio Cobos Álvarez (:emilio) <emilio at crisal dot io> ---
My .gdbinit only has:

set print static-members off
set index-cache on

But I confirmed that with an empty .gdbinit it also happens.

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

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

* [Bug cli/28823] Very frequent internal-error: sect_index_data not initialized
  2022-01-26 19:18 [Bug cli/28823] New: Very frequent internal-error: sect_index_data not initialized emilio at crisal dot io
  2022-01-26 19:19 ` [Bug cli/28823] " emilio at crisal dot io
  2022-01-26 19:21 ` emilio at crisal dot io
@ 2022-01-26 19:32 ` emilio at crisal dot io
  2022-01-26 19:56 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: emilio at crisal dot io @ 2022-01-26 19:32 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from Emilio Cobos Álvarez (:emilio) <emilio at crisal dot io> ---
I built 11.2 and I hit the same issue, fwiw.

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

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

* [Bug cli/28823] Very frequent internal-error: sect_index_data not initialized
  2022-01-26 19:18 [Bug cli/28823] New: Very frequent internal-error: sect_index_data not initialized emilio at crisal dot io
                   ` (2 preceding siblings ...)
  2022-01-26 19:32 ` emilio at crisal dot io
@ 2022-01-26 19:56 ` tromey at sourceware dot org
  2022-01-26 20:05 ` emilio at crisal dot io
  2022-03-02  0:00 ` tromey at sourceware dot org
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2022-01-26 19:56 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
See https://sourceware.org/pipermail/gdb-patches/2022-January/185430.html

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

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

* [Bug cli/28823] Very frequent internal-error: sect_index_data not initialized
  2022-01-26 19:18 [Bug cli/28823] New: Very frequent internal-error: sect_index_data not initialized emilio at crisal dot io
                   ` (3 preceding siblings ...)
  2022-01-26 19:56 ` tromey at sourceware dot org
@ 2022-01-26 20:05 ` emilio at crisal dot io
  2022-03-02  0:00 ` tromey at sourceware dot org
  5 siblings, 0 replies; 7+ messages in thread
From: emilio at crisal dot io @ 2022-01-26 20:05 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from Emilio Cobos Álvarez (:emilio) <emilio at crisal dot io> ---
Thanks, Tom! That explains it, glad to see there's ongoing work on fixing this.

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

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

* [Bug cli/28823] Very frequent internal-error: sect_index_data not initialized
  2022-01-26 19:18 [Bug cli/28823] New: Very frequent internal-error: sect_index_data not initialized emilio at crisal dot io
                   ` (4 preceding siblings ...)
  2022-01-26 20:05 ` emilio at crisal dot io
@ 2022-03-02  0:00 ` tromey at sourceware dot org
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2022-03-02  0:00 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.1
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Tom Tromey <tromey at sourceware dot org> ---
This patch went in, but I guess not on the 11 branch.

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

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

end of thread, other threads:[~2022-03-02  0:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 19:18 [Bug cli/28823] New: Very frequent internal-error: sect_index_data not initialized emilio at crisal dot io
2022-01-26 19:19 ` [Bug cli/28823] " emilio at crisal dot io
2022-01-26 19:21 ` emilio at crisal dot io
2022-01-26 19:32 ` emilio at crisal dot io
2022-01-26 19:56 ` tromey at sourceware dot org
2022-01-26 20:05 ` emilio at crisal dot io
2022-03-02  0:00 ` tromey at sourceware dot 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).