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

2019-08-02 Thread Christian Ehrhardt 
So it was stray self built libs in /usr/local - thanks for the ping here Hans.
Marking the bug as invalid then as it is no issue in the package.

** Changed in: virt-manager (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-08-01 Thread Hans Peter
(SOLVED) here:

https://ubuntu-mate.community/t/cant-run-virt-manager-qemu-segmentation-
fault/19996/5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-08-01 Thread Thomas Huth
** No longer affects: qemu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
ModuleNotFoundError: No module named 'cygvirtmod'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager", line 20, in 
from virtinst import util
  File "/usr/share/virt-manager/virtinst/__init__.py", line 26, in 
from virtinst import util
  File "/usr/share/virt-manager/virtinst/util.py", line 15, in 
import libvirt
  File "/usr/lib/python3/dist-packages/libvirt.py", line 28, in 
raise lib_e
  File "/usr/lib/python3/dist-packages/libvirt.py", line 20, in 
import libvirtmod
ImportError: /usr/lib/x86_64-linux-gnu/libhogweed.so.4: symbol 
nettle_cnd_memcpy version NETTLE_6 not defined in file libnettle.so.6 with link 
time reference

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 "", line 219 in _call_with_frames_removed
  File "", line 1043 in create_module
  File "", line 583 in module_from_spec
  File "", line 670 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/usr/lib/python3.7/lzma.py", line 27 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/usr/lib/python3.7/shutil.py", line 29 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/usr/lib/python3.7/tempfile.py", line 44 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/report.py", line 12 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63 in 
apport_excepthook
Segmentation fault

I don't know how to fix that.

Can you do anything with that @ Christian?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-07-31 Thread Christian Ehrhardt 
That crash seems to be from sessioninstaller which is not related to 
virt-manager.
But never the less from your log:
"ValueError: Namespace GtK not available"

But virt-manager could require the same.

In fact things are provided by gir1.2-gtk-3.0 and virt-manager has:
  Depends: ... gir1.2-gtk-3.0 (>= 3.10)

You could clear your /var/crash directory (IIRC by default it won't collect 
crashes over and over until cleared or reported). And then run virt-mamager 
again.
Is a new crash created, and if so how does that one look then?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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:11 2019
ExecutablePath: /usr/bin/session-installer
ExecutableTimestamp: 1458142842
InterpreterPath: /usr/bin/python3.7
ProcCmdline: /usr/bin/python3 /usr/bin/session-installer
ProcCwd: /
ProcEnviron:
 SHELL=/bin/bash
 LC_NAME=en_US.UTF-8
 LC_MEASUREMENT=en_US.UTF-8
 LC_PAPER=en_US.UTF-8
 LC_MONETARY=en_US.UTF-8
 LC_NUMERIC=en_US.UTF-8
 LC_TIME=en_US.UTF-8
 LC_IDENTIFICATION=en_US.UTF-8
 LANGUAGE=en_US
 LC_TELEPHONE=de_DE.UTF-8
 LC_ADDRESS=de_DE.UTF-8
 LANG=en_US.UTF-8
ProcMaps:
 0040-00421000 r--p  fd:01 2621992
/usr/bin/python3.7
 00421000-00655000 r-xp 00021000 fd:01 2621992
/usr/bin/python3.7
 00655000-00801000 r--p 00255000 fd:01 2621992
/usr/bin/python3.7
 00801000-00802000 r--p 0040 fd:01 2621992
/usr/bin/python3.7
 00802000-008a8000 rw-p 00401000 fd:01 2621992
/usr/bin/python3.7
 008a8000-008cb000 rw-p  00:00 0 
 02651000-0296c000 rw-p  00:00 0  [heap]
 7f0869a78000-7f0869c78000 rw-p  00:00 0 
 7f0869c78000-7f0869c83000 r--p  fd:01 11010294   
/lib/x86_64-linux-gnu/libdbus-1.so.3.19.9
 7f0869c83000-7f0869cb r-xp b000 fd:01 11010294   
/lib/x86_64-linux-gnu/libdbus-1.so.3.19.9
 7f0869cb-7f0869cc5000 r--p 00038000 fd:01 11010294   
/lib/x86_64-linux-gnu/libdbus-1.so.3.19.9
 7f0869cc5000-7f0869cc6000 r--p 0004c000 fd:01 11010294   
/lib/x86_64-linux-gnu/libdbus-1.so.3.19.9
 7f0869cc6000-7f0869cc7000 rw-p 0004d000 fd:01 11010294   
/lib/x86_64-linux-gnu/libdbus-1.so.3.19.9
 7f0869cd8000-7f0869cda000 r--p  fd:01 2760872
/usr/lib/python3.7/lib-dynload/_json.cpython-37m-x86_64-linux-gnu.so
 7f0869cda000-7f0869ce5000 r-xp 2000 fd:01 2760872
/usr/lib/python3.7/lib-dynload/_json.cpython-37m-x86_64-linux-gnu.so
 7f0869ce5000-7f0869ce7000 r--p d000 fd:01 2760872
/usr/lib/python3.7/lib-dynload/_json.cpython-37m-x86_64-linux-gnu.so
 7f0869ce7000-7f0869ce8000 r--p e000 fd:01 2760872
/usr/lib/python3.7/lib-dynload/_json.cpython-37m-x86_64-linux-gnu.so
 7f0869ce8000-7f0869ce9000 rw-p f000 fd:01 2760872
/usr/lib/python3.7/lib-dynload/_json.cpython-37m-x86_64-linux-gnu.so
 7f0869cf-7f0869cf4000 r--p  fd:01 2624107
/usr/lib/x86_64-linux-gnu/libapt-inst.so.2.0.0
 7f0869cf4000-7f0869cfb000 r-xp 4000 fd:01 2624107
/usr/lib/x86_64-linux-gnu/libapt-inst.so.2.0.0
 7f0869cfb000-7f0869cfd000 r--p b000 fd:01 2624107
/usr/lib/x86_64-linux-gnu/libapt-inst.so.2.0.0
 7f0869cfd000-7f0869cfe000 ---p d000 fd:01 2624107
/usr/lib/x86_64-linux-gnu/libapt-inst.so.2.0.0
 7f0869cfe000-7f0869cff000 r--p d000 fd:01 2624107
/usr/lib/x86_64-linux-gnu/libapt-inst.so.2.0.0
 7f0869cff000-7f0869d0 rw-p e000 fd:01 2624107
/usr/lib/x86_64-linux-gnu/libapt-inst.so.2.0.0
 7f0869d07000-7f0869e98000 rw-p  00:00 0 
 7f0869e98000-7f0869eb4000 r--p  fd:01 2631064
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
 7f0869eb4000-7f0869f01000 r-xp 0001c000 fd:01 2631064
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
 7f0869f01000-7f0869f1b000 r--p 00069000 fd:01 2631064
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
 7f0869f1b000-7f0869f24000 r--p 00082000 fd:01 2631064
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
 7f0869f24000-7f0869f28000 rw-p 0008b000 fd:01 2631064
/usr/lib/x86_64-linux-gnu/libssl.so.1.1
 7f0869f3-7f0869f32000 r--p  fd:01 2627510
/usr/lib/python3/dist-packages/_dbus_glib_bindings.cpython-37m-x86_64-linux-gnu.so
 7f0869f32000-7f0869f34000 r-xp 2000 fd:01 2627510
/usr/lib/python3/dist-packages/_dbus_glib_bindings.cpython-37m-x86_64-linux-gnu.so
 7f0869f34000-7f0869f35000 r--p 4000 fd:01 2627510
/usr/lib/python3/dist-packages/_dbus_glib_bindings.cpython-37m-x86_64-linux-gnu.so
 7f0869f35000-7f0869f36000 r--p 4000 fd:01 2627510
/usr/lib/python3/dist-packages/_dbus_glib_bindings.cpython-37m-x86_64-linux-gnu.so
 7f0869f36000-7f0869f37000 rw-p 5000 fd:01 2627510
/usr/lib/python3/dist-packages/_dbus_glib_bindings.cpython-37m-x86_64-linux-gnu.so
 7f0869f38000-7f0869f3a000 r--p  fd:01 2760874

[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/+bug/1838312/+attachment/5279991/+files/pkglist.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-07-30 Thread Christian Ehrhardt 
That is a long list of install commands Hans Peter, wouldn't dependencies just 
take care of it as well?
Anyway, I installed the same set of packages and it works fine for me.

Which Ubuntu release are you on?
What machine are you on?
Any further configuration done to libvirt yet?
Maybe a list of all installed packages and their versions (dpkg -l)?

You might use apport-collect [1] to gather some of that info
automatically.

[1]: http://manpages.ubuntu.com/manpages/bionic/man1/apport-bug.1.html

** Changed in: virt-manager (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-07-29 Thread Daniel Berrange
** Also affects: virt-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qemu
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838312

Title:
  Qemu virt-manager Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1838312/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs