This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug record/22081] New: i386 record: doesn't support syscall number 318 = getrandom


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

            Bug ID: 22081
           Summary: i386 record: doesn't support syscall number 318 =
                    getrandom
           Product: gdb
           Version: 8.0
            Status: NEW
          Severity: normal
          Priority: P2
         Component: record
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
  Target Milestone: ---

$ gdb -ex 'set env LD_BIND_NOW=1' -ex start -ex record -ex c --args python3
Process record and replay target doesn't support syscall number 318
Process record: failed to record execution log.
Program stopped.
0x00007ffff6ba41a1 in getrandom (buffer=0x7ffff7dd5ba0 <_Py_HashSecret>,
length=24, flags=1)
    at ../sysdeps/unix/sysv/linux/getrandom.c:30
30        return SYSCALL_CANCEL (getrandom, buffer, length, flags);

Fedora 26 x86_64
gdb-8.0-24.fc26.x86_64

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]