Opened 11 months ago

Closed 11 months ago

Last modified 9 months ago

#18096 closed enhancement (fixed)

gdb-13.2

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (5)

comment:1 by Bruce Dubbs, 11 months ago

Summary: gdb-13,2gdb-13.2

May 27th, 2023: GDB 13.2 Released!

This is a minor corrective release over GDB 13.1, fixing the following issues:

  • (rustc testsuite fails with 13.1, apparently worked before with trunk 20230114 on i686-linux-gnu and powerpc64le-linux-gnu)
  • (GDB 13.1 does not compile on FreeBSD 13.1)
  • ((linux/aarch) thread.c:86: internal-error: inferior_thread: Assertion `current_thread_ != nullptr' failed)
  • ([13 regression] hookpost-extended-remote will not work)
  • (Addresses of static thread_local fields are badly calculated sometimes)
  • (Segmentation fault for the 'start' command)
  • ([gdb/symtab] False match issue in skip_prologue_using_linetable)
  • (Build failures with clang 16)
  • (Build failure (linux-low.cc:5393:45: error: expected ':' before ')' token) with musl-1.2.4)

comment:2 by pierre, 11 months ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:3 by pierre, 11 months ago

We have a problem: we have not been installing gdbserver since probably 2020. The reason is we use make -C gdb install, and gdbserver is now in the top level directory. Removing -C gdb, on the other hand, installs files that conflict with binutils (in /usr/include mainly, but also it installs static versions of some binutils libraries in /usr/include. I think I'll go with make -C gdbserver install in addition to the existing install instruction.

Last edited 11 months ago by pierre (previous) (diff)

comment:4 by pierre, 11 months ago

Resolution: fixed
Status: assignedclosed

Fixed at da73c1c05f

comment:5 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.