Re: assert fails in s390x TCG

2024-06-12 Thread Philippe Mathieu-Daudé
On 12/6/24 15:08, Claudio Fontana wrote: On 6/12/24 14:41, Philippe Mathieu-Daudé wrote: On 28/7/23 18:43, Richard Henderson wrote: On 7/28/23 09:05, Richard Henderson wrote: It's the page containing both code and a page table entry that concerns me.  It seems like a kernel bug, though obvious

Re: assert fails in s390x TCG

2024-06-12 Thread Claudio Fontana
On 6/12/24 14:41, Philippe Mathieu-Daudé wrote: > On 28/7/23 18:43, Richard Henderson wrote: >> On 7/28/23 09:05, Richard Henderson wrote: >>> It's the page containing both code and a page table entry that >>> concerns me.  It seems like a kernel bug, though obviously we >>> shouldn't crash.  I'm

Re: assert fails in s390x TCG

2024-06-12 Thread Philippe Mathieu-Daudé
On 28/7/23 18:43, Richard Henderson wrote: On 7/28/23 09:05, Richard Henderson wrote: It's the page containing both code and a page table entry that concerns me.  It seems like a kernel bug, though obviously we shouldn't crash.  I'm not sure what to do about it. Bah.  Of course it's not a ker

Issue with s390 TCG and libc __strstr_arch13 [Was: Re: assert fails in s390x TCG]

2023-08-04 Thread Claudio Fontana
Hi, On 7/21/23 11:08, Claudio Fontana wrote: > > Hello Cornelia, Richard, > > I had some strange behavior in an s390x TCG VM that I am debugging, > > and configured latest upstream QEMU with --enable-debug --enable-debug-tcg > > and I am running the qemu binary with -d unimp,guest_errors . >

Re: assert fails in s390x TCG

2023-07-31 Thread Claudio Fontana
On 7/31/23 13:31, Claudio Fontana wrote: > On 7/21/23 11:08, Claudio Fontana wrote: >> >> Hello Cornelia, Richard, >> >> I had some strange behavior in an s390x TCG VM that I am debugging, >> >> and configured latest upstream QEMU with --enable-debug --enable-debug-tcg >> >> and I am running the qe

Re: assert fails in s390x TCG

2023-07-31 Thread Claudio Fontana
On 7/21/23 11:08, Claudio Fontana wrote: > > Hello Cornelia, Richard, > > I had some strange behavior in an s390x TCG VM that I am debugging, > > and configured latest upstream QEMU with --enable-debug --enable-debug-tcg > > and I am running the qemu binary with -d unimp,guest_errors . > > I g

Re: assert fails in s390x TCG

2023-07-28 Thread Richard Henderson
On 7/28/23 09:05, Richard Henderson wrote: It's the page containing both code and a page table entry that concerns me.  It seems like a kernel bug, though obviously we shouldn't crash.  I'm not sure what to do about it. Bah. Of course it's not a kernel bug, since the store is to LowCore. And o

Re: assert fails in s390x TCG

2023-07-28 Thread Richard Henderson
On 7/28/23 06:29, Claudio Fontana wrote: On 7/27/23 19:41, Richard Henderson wrote: On 7/21/23 02:08, Claudio Fontana wrote: Thread 3 "qemu-system-s39" received signal SIGABRT, Aborted. [Switching to Thread 0x753516c0 (LWP 215975)] (gdb) bt #0 0x7730dabc in __pthread_kill_implement

Re: assert fails in s390x TCG

2023-07-28 Thread Claudio Fontana
On 7/28/23 16:28, Richard Henderson wrote: > On 7/28/23 07:23, Claudio Fontana wrote: >>> It is a test environment for building packages, so the guest at the time of >>> the error is running ./configure for the package swig-v4.1.1.tar.gz >>> >>> checking build system type... s390x-ibm-linux-gnu^M

Re: assert fails in s390x TCG

2023-07-28 Thread Claudio Fontana
On 7/28/23 16:40, Claudio Fontana wrote: > On 7/28/23 16:28, Richard Henderson wrote: >> On 7/28/23 07:23, Claudio Fontana wrote: It is a test environment for building packages, so the guest at the time of the error is running ./configure for the package swig-v4.1.1.tar.gz chec

Re: assert fails in s390x TCG

2023-07-28 Thread Richard Henderson
On 7/28/23 07:23, Claudio Fontana wrote: It is a test environment for building packages, so the guest at the time of the error is running ./configure for the package swig-v4.1.1.tar.gz checking build system type... s390x-ibm-linux-gnu^M checking host system type... s390x-ibm-linux-gnu^M checkin

Re: assert fails in s390x TCG

2023-07-28 Thread Claudio Fontana
On 7/28/23 15:45, Claudio Fontana wrote: > On 7/28/23 15:33, Richard Henderson wrote: >> On 7/28/23 06:29, Claudio Fontana wrote: >>> On 7/27/23 19:41, Richard Henderson wrote: On 7/21/23 02:08, Claudio Fontana wrote: > Thread 3 "qemu-system-s39" received signal SIGABRT, Aborted. > [Sw

Re: assert fails in s390x TCG

2023-07-28 Thread Richard Henderson
On 7/28/23 06:29, Claudio Fontana wrote: On 7/27/23 19:41, Richard Henderson wrote: On 7/21/23 02:08, Claudio Fontana wrote: Thread 3 "qemu-system-s39" received signal SIGABRT, Aborted. [Switching to Thread 0x753516c0 (LWP 215975)] (gdb) bt #0 0x7730dabc in __pthread_kill_implement

Re: assert fails in s390x TCG

2023-07-28 Thread Claudio Fontana
On 7/27/23 19:41, Richard Henderson wrote: > On 7/21/23 02:08, Claudio Fontana wrote: >> Thread 3 "qemu-system-s39" received signal SIGABRT, Aborted. >> [Switching to Thread 0x753516c0 (LWP 215975)] >> (gdb) bt >> #0 0x7730dabc in __pthread_kill_implementation () at >> /lib64/libc.so.

Re: assert fails in s390x TCG

2023-07-28 Thread Claudio Fontana
On 7/28/23 15:33, Richard Henderson wrote: > On 7/28/23 06:29, Claudio Fontana wrote: >> On 7/27/23 19:41, Richard Henderson wrote: >>> On 7/21/23 02:08, Claudio Fontana wrote: Thread 3 "qemu-system-s39" received signal SIGABRT, Aborted. [Switching to Thread 0x753516c0 (LWP 215975)] >

Re: assert fails in s390x TCG

2023-07-27 Thread Richard Henderson
On 7/21/23 02:08, Claudio Fontana wrote: Thread 3 "qemu-system-s39" received signal SIGABRT, Aborted. [Switching to Thread 0x753516c0 (LWP 215975)] (gdb) bt #0 0x7730dabc in __pthread_kill_implementation () at /lib64/libc.so.6 #1 0x772bc266 in raise () at /lib64/libc.so.6 #2

Re: assert fails in s390x TCG

2023-07-24 Thread Claudio Fontana
.. adding Alex, maybe something related to multithreaded TCG? On 7/21/23 11:08, Claudio Fontana wrote: > > Hello Cornelia, Richard, > > I had some strange behavior in an s390x TCG VM that I am debugging, > > and configured latest upstream QEMU with --enable-debug --enable-debug-tcg > > and I a

assert fails in s390x TCG

2023-07-21 Thread Claudio Fontana
Hello Cornelia, Richard, I had some strange behavior in an s390x TCG VM that I am debugging, and configured latest upstream QEMU with --enable-debug --enable-debug-tcg and I am running the qemu binary with -d unimp,guest_errors . I get: /usr/bin/qemu-system-s390x -nodefaults -no-reboot -nogr