public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug record/28461] New: [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
@ 2021-10-16 20:42 vries at gcc dot gnu.org
  2022-05-06 15:01 ` [Bug record/28461] " vries at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2021-10-16 20:42 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 28461
           Summary: [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue
                    to breakpoint: marker2
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: record
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

On openSUSE Tumbleweed with target board unix/-m32 I run into:
...
(gdb) PASS: gdb.reverse/fstatat-reverse.exp: set breakpoint at marker2
continue^M
Continuing.^M
Process record and replay target doesn't support syscall number 383^M
Process record: failed to record execution log.^M
^M
Program stopped.^M
0xf7fc9545 in __kernel_vsyscall ()^M
(gdb) FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
...

GDB configured as:
...
$ gdb -configuration
This GDB was configured as follows:
   configure --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
             --with-auto-load-dir=$debugdir:$datadir/auto-load
             --with-auto-load-safe-path=$debugdir:$datadir/auto-load
             --with-expat
             --with-gdb-datadir=/data/gdb_versions/devel/install/share/gdb
(relocatable)
             --with-jit-reader-dir=/data/gdb_versions/devel/install/lib64/gdb
(relocatable)
             --without-libunwind-ia64
             --without-lzma
             --with-babeltrace
             --without-intel-pt
             --with-mpfr
             --without-xxhash
             --with-python=/usr
             --with-python-libdir=/usr/lib
             --with-debuginfod
             --with-guile
             --disable-source-highlight
             --with-separate-debug-dir=/usr/lib/debug
             --with-system-gdbinit=/data/gdb_versions/devel/system-gdbinit

("Relocatable" means the directory can be moved with the GDB installation
tree, and GDB will still find it.)
...

-- 
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 record/28461] [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
  2021-10-16 20:42 [Bug record/28461] New: [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2 vries at gcc dot gnu.org
@ 2022-05-06 15:01 ` vries at gcc dot gnu.org
  2022-05-06 15:01 ` vries at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2022-05-06 15:01 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Created attachment 14092
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14092&action=edit
Tentative patch, adds support for recording statx syscall

-- 
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 record/28461] [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
  2021-10-16 20:42 [Bug record/28461] New: [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2 vries at gcc dot gnu.org
  2022-05-06 15:01 ` [Bug record/28461] " vries at gcc dot gnu.org
@ 2022-05-06 15:01 ` vries at gcc dot gnu.org
  2022-05-09 10:42 ` vries at gcc dot gnu.org
  2022-06-07 14:43 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2022-05-06 15:01 UTC (permalink / raw)
  To: gdb-prs

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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markus.t.metzger at intel 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 record/28461] [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
  2021-10-16 20:42 [Bug record/28461] New: [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2 vries at gcc dot gnu.org
  2022-05-06 15:01 ` [Bug record/28461] " vries at gcc dot gnu.org
  2022-05-06 15:01 ` vries at gcc dot gnu.org
@ 2022-05-09 10:42 ` vries at gcc dot gnu.org
  2022-06-07 14:43 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2022-05-09 10:42 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
https://sourceware.org/pipermail/gdb-patches/2022-May/188845.html

-- 
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 record/28461] [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
  2021-10-16 20:42 [Bug record/28461] New: [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2 vries at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-05-09 10:42 ` vries at gcc dot gnu.org
@ 2022-06-07 14:43 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2022-06-07 14:43 UTC (permalink / raw)
  To: gdb-prs

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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
            Version|unknown                     |HEAD
   Target Milestone|---                         |13.1
             Status|NEW                         |RESOLVED

--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=d423425393e4ef27cabdda4134ae27905a18fcf7

-- 
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:[~2022-06-07 14:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 20:42 [Bug record/28461] New: [m32] FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2 vries at gcc dot gnu.org
2022-05-06 15:01 ` [Bug record/28461] " vries at gcc dot gnu.org
2022-05-06 15:01 ` vries at gcc dot gnu.org
2022-05-09 10:42 ` vries at gcc dot gnu.org
2022-06-07 14:43 ` vries 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).