Re: linux-user crash in python test

2024-06-24 Thread Andreas Schwab
On Jun 24 2024, Peter Maydell wrote: > Just to check, does the python you're running this on > have the change from > https://github.com/python/cpython/pull/110659 Yes, this is python 3.11.9. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4

Re: linux-user crash in python test

2024-06-24 Thread Peter Maydell
On Mon, 24 Jun 2024 at 15:20, Andreas Schwab wrote: > > $ /usr/bin/python3.11 -m unittest -v > test.test_signal.StressTest.test_stress_modifying_handlers > test_stress_modifying_handlers > (test.test_signal.StressTest.test_stress_modifying_handlers) ... ok > > ---

linux-user crash in python test

2024-06-24 Thread Andreas Schwab
$ /usr/bin/python3.11 -m unittest -v test.test_signal.StressTest.test_stress_modifying_handlers test_stress_modifying_handlers (test.test_signal.StressTest.test_stress_modifying_handlers) ... ok -- Ran 1 test in 0.526s OK $ qem