[Qemu-devel] [Bug 1838312] Re: Qemu virt-manager Segmentation fault

2019-07-31 Thread Hans Peter
I removed in "/usr/lib/python3/dist-packages" the file "apport_python_hook.py" so the output of # PYTHONDEVMODE=1 virt-manager --no-fork is now: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/libvirt.py", line 24, in import cygvirtmod as libvirtmod ModuleNotFoundE

[Qemu-devel] [Bug 1838312] Re: Qemu virt-manager Segmentation fault

2019-07-31 Thread Hans Peter
@ Christian, I delete all files in /var/crash and run virt-manager again in terminal... Segmentation fault is present. I did this, too: # sudo su # PYTHONDEVMODE=1 virt-manager --no-fork Fatal Python error: Segmentation fault Current thread 0x7f2309805740 (most recent call first): File

[Qemu-devel] [Bug 1838312] Re: Qemu virt-manager Segmentation fault

2019-07-30 Thread Hans Peter
** Attachment added: "Crash.log of python3.7" https://bugs.launchpad.net/qemu/+bug/1838312/+attachment/528/+files/crash.log -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1838312 Title: Qemu

[Qemu-devel] [Bug 1838312] Re: Qemu virt-manager Segmentation fault

2019-07-30 Thread Hans Peter
I found crash-report from python 3.7 similiar to this error: kernel: [ 2003.888116] virt-manager[16014]: segfault at 32d0 ip 32d0 sp 7ffeb09ac658 error 14 in python3.7[40+21000] kernel: [ 2003.888124] Code: Bad RIP value. look here: ProblemType: Crash Date: Fri Jul 26 15:03

[Qemu-devel] [Bug 1838312] Re: Qemu virt-manager Segmentation fault

2019-07-30 Thread Hans Peter
@ Christian Ehrhardt, I'm on Ubuntu Mate 19.04. Machine: AMD, 64 bit I done no configuration of 'libvirt' yet. I don't wanna install apport. I add installed package-list at attachment. I hope it will helps. ** Attachment added: "Installed package-list" https://bugs.launchpad.net/qemu/+bu

[Qemu-devel] [Bug 1838312] Re: Qemu virt-manager Segmentation fault

2019-07-29 Thread Hans Peter
syslog: kernel: [ 2003.888116] virt-manager[16014]: segfault at 32d0 ip 32d0 sp 7ffeb09ac658 error 14 in python3.7[40+21000] kernel: [ 2003.888124] Code: Bad RIP value. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to Q

[Qemu-devel] [Bug 1838312] [NEW] Qemu virt-manager Segmentation fault

2019-07-29 Thread Hans Peter
Public bug reported: Hi! I installed all these packages: sudo apt install qemu sudo apt install ipxe-qemu-256k-compat-efi-roms libspice-server1 libbluetooth3 sudo apt install libbrlapi0.6 libcacard0 libfdt1 libusbredirparser1 libvirglrenderer0 libxen-4.9 libxenstore3.0 sudo apt install cpu-chec

Re: [Qemu-devel] [PATCH 7/9] target-cris: ignore prefix insns in singlestep

2016-09-14 Thread Hans-Peter Nilsson
> Date: Tue, 13 Sep 2016 00:49:51 +0200 > From: "Edgar E. Iglesias" > On Mon, Sep 05, 2016 at 01:54:10PM +0200, Rabin Vincent wrote: > > From: Hans-Peter Nilsson > > > > Don't count prefix instructions as separate when singlestepping. > >

Re: [Qemu-devel] [PATCH 6/9] target-cris: reduce v32isms from v10 log dumps

2016-09-14 Thread Hans-Peter Nilsson
> Date: Tue, 13 Sep 2016 00:59:51 +0200 > From: "Edgar E. Iglesias" > > @@ -3336,12 +3336,20 @@ void cris_cpu_dump_state(CPUState *cs, FILE *f, > > fprintf_function cpu_fprintf, > > { > > CRISCPU *cpu = CRIS_CPU(cs); > > CPUCRISState *env = &cpu->env; > > +const char **regnames; >