[Bug 290008] 15.0-ALPHA4 aarch64: ptrace PT_SETREGS issue
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290008] 15.0-ALPHA4 aarch64: ptrace PT_SETREGS issue"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Oct 2025 16:22:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290008
--- Comment #3 from Paul Floyd <pjfloyd@wanadoo.fr> ---
For the small reproducer.
Compile part 1 (inf.c for inferior)
clang -g -o inf inf.c
Compile part 2 (sup.c for superior)
clang -g -o sup sup.c
In one terminal
./inf
In a second terminal
./sup {paste the two args printed out by inf}
On FreeBSD 14.2 amd64 (different registers) and 14.3 aarch64 I get
"in get out of jail!
got out of jail!"
On FreeBSD 15.0-ALPHA4 I get
"Assertion failed: (arg == 0x8BADF00D), function get_out_of_jail, file inf.c,
line 10."
Opening the core file with gdb shows
(gdb) info reg
x0 0x0 0
--
You are receiving this mail because:
You are the assignee for the bug.