Hi John,
Qemu links to libspice like this:

$ ldd /usr/bin/qemu-system-x86_64 | grep spice
        libspice-server.so.1 => /usr/lib/x86_64-linux-gnu/libspice-server.so.1 
(0x00007fe884651000)

And that is a symlink usually as installed by the package:
  $ ll /usr/lib/x86_64-linux-gnu/libspice-server.so.1
  lrwxrwxrwx 1 root root 25 Jan 24 15:00 
/usr/lib/x86_64-linux-gnu/libspice-server.so.1 -> libspice-server.so.1.12.4

So you could:
- rebuild qemu (useless and complex in this case)
- use a PPA that would keep the bionic version plus that fix
- change the symlink target (much easier)

I have created you an (untested) PPA with that change on top of the version in 
Bionic at [1].
You can use that for your current testing and if successful we can go on from 
there.

my recommendation would be to test the PPA (close to a real fix for
Ubuntu), if that fails change the symlink to check if soemthing else in
the latter version would have fixed it.

Note: the change will be in v0.14.1~93 and later as released from
upstream. But versions between packages, protocol and upstream tags are
a bit confusing here (between spice vs spice-protocol in particular).

Status: incomplete until testing on PPA was done

[1]: https://launchpad.net/~paelzer/+archive/ubuntu/bug-1814146-spice-
crash

** Changed in: spice (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/1814146

Title:
  libspice-server1 >=0.14.0-1 causes Win7 guest bsod in qxldd.sys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spice/+bug/1814146/+subscriptions

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

Reply via email to