[Bug 1216638] qemu-system-s390x crashes when building python-onnx with --vm-type=qemu
https://bugzilla.suse.com/show_bug.cgi?id=1216638 https://bugzilla.suse.com/show_bug.cgi?id=1216638#c13 --- Comment #13 from LTC BugProxy <bugproxy@us.ibm.com> --- ------- Comment From iii@de.ibm.com 2023-11-02 11:03 EDT------- I extracted the failing s390x instruction from the core dump, which turned out to be CLC. This is what one of my patches is supposed to fix. When I view the new core file in GDB (with debuginfod, which now works), I see: (gdb) disassemble /s op_clc ../target/s390x/tcg/translate.c: 2019 tcg_gen_qemu_ld_tl(cc_src, o->addr1, get_mem_index(s), mop); ../target/s390x/tcg/translate.c: 2020 tcg_gen_qemu_ld_tl(cc_dst, o->in2, get_mem_index(s), mop); which is unpatched code. Could you please double check that the changes really found their way into the binary repo? I did `zypper source-install qemu`, got: Version: 8.1.2 Release: 1.2 and I'm not seeing the patches there either; but maybe I'm confused with respect to in which repo the updated build was supposed to go. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com