[#102652] [Ruby master Bug#17664] Behavior of sockets changed in Ruby 3.0 to non-blocking — ciconia@...
Issue #17664 has been reported by ciconia (Sharon Rosner).
23 messages
2021/02/28
[ruby-core:102423] [Ruby master Feature#17615] Dump machine registers on RISC-V Linux
From:
xtkoba+ruby@...
Date:
2021-02-09 09:33:13 UTC
List:
ruby-core #102423
Issue #17615 has been reported by xtkoba (Tee KOBAYASHI). ---------------------------------------- Feature #17615: Dump machine registers on RISC-V Linux https://bugs.ruby-lang.org/issues/17615 * Author: xtkoba (Tee KOBAYASHI) * Status: Open * Priority: Normal ---------------------------------------- Dump every integer register that is either callee-saved or used for parameter passing on RISC-V Linux. An example output: ``` -- Machine register context ------------------------------------------------ sp: 0x0000004001801550 s0: 0x00000040018015b0 s1: 0x0000004000004bb0 a0: 0x0000000000000000 a1: 0x000000000000000b a2: 0xffffffffffffffff a3: 0x000000000000000b a4: 0x000000000000000b a5: 0x0000000000003934 a6: 0x0000004001ac2ebe a7: 0x0000000000000081 s2: 0x00000040022a8058 s3: 0x0000000000000000 s4: 0x0000000000000000 s5: 0x0000000000000000 s6: 0x0000000000000000 s7: 0x0000000000000000 s8: 0x0000000000000000 s9: 0x0000000000000000 s10: 0x0000000000000000 s11: 0x0000000000000000 ``` A patch is attached for this purpose. Please consider merging it. ---Files-------------------------------- ruby-riscv-dump_machine_register.patch (2.2 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>