All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1459622] [NEW] firefox hang with virtfs
@ 2015-05-28 11:04 Tom Yan
  2015-08-04 21:12 ` [Qemu-devel] [Bug 1459622] " NuageBleu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Yan @ 2015-05-28 11:04 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Firefox hangs once it starts to load pages. I tried to delete
.cache/mozilla/ and .mozilla/ but it doesn't help. But if I mount tmpfs
on to .mozilla (not necessary for .cache/mozilla/), pages loads fine.

I started the vm as root (sudo) with the following command: qemu-system-
x86_64 -enable-kvm -m 4G -virtfs
local,mount_tag=qemu,security_model=passthrough,path=/mnt/qemu/ -kernel
/mnt/qemu/boot/vmlinuz-linux -initrd /mnt/qemu/boot/initramfs-linux-
fallback.img -append 'rw root=qemu fstype=9p' -usbdevice tablet -vga qxl
-spice port=12345,disable-ticketing

/mnt/qemu is a btrfs snapshot of the subvolume used as the host root

Arch Linux, qemu 2.3.0, firefox 38.0.1

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: 9p firefox qemu virtfs virtio

** Attachment added: "the way that firefox hang"
   https://bugs.launchpad.net/bugs/1459622/+attachment/4406107/+files/firefox.png

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1459622

Title:
  firefox hang with virtfs

Status in QEMU:
  New

Bug description:
  Firefox hangs once it starts to load pages. I tried to delete
  .cache/mozilla/ and .mozilla/ but it doesn't help. But if I mount
  tmpfs on to .mozilla (not necessary for .cache/mozilla/), pages loads
  fine.

  I started the vm as root (sudo) with the following command: qemu-
  system-x86_64 -enable-kvm -m 4G -virtfs
  local,mount_tag=qemu,security_model=passthrough,path=/mnt/qemu/
  -kernel /mnt/qemu/boot/vmlinuz-linux -initrd /mnt/qemu/boot/initramfs-
  linux-fallback.img -append 'rw root=qemu fstype=9p' -usbdevice tablet
  -vga qxl -spice port=12345,disable-ticketing

  /mnt/qemu is a btrfs snapshot of the subvolume used as the host root

  Arch Linux, qemu 2.3.0, firefox 38.0.1

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1459622] Re: firefox hang with virtfs
  2015-05-28 11:04 [Qemu-devel] [Bug 1459622] [NEW] firefox hang with virtfs Tom Yan
@ 2015-08-04 21:12 ` NuageBleu
  2018-05-17 10:13 ` Thomas Huth
  2018-07-17  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: NuageBleu @ 2015-08-04 21:12 UTC (permalink / raw)
  To: qemu-devel

Same situation here:
Firefox can't handle ~/.mozilla to be a virtio-9p mount.
Here the subvolume is ext4, mounted only at /home.

I also noticed that chromium is working, but it complains about some errors:
getrlimit(RLIMIT_NOFILE) failed
[4809:4839:0804/230514:ERROR:backend_impl.cc(1365)] Unable to map Index file
[4809:4839:0804/230514:ERROR:backend_impl.cc(1365)] Unable to map Index file
[4809:4840:0804/230514:ERROR:cache_creator.cc(133)] Unable to create cache
[4845:4845:0804/230514:ERROR:sandbox_linux.cc(340)] InitializeSandbox() called with multiple threads in process gpu-process

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1459622

Title:
  firefox hang with virtfs

Status in QEMU:
  New

Bug description:
  Firefox hangs once it starts to load pages. I tried to delete
  .cache/mozilla/ and .mozilla/ but it doesn't help. But if I mount
  tmpfs on to .mozilla (not necessary for .cache/mozilla/), pages loads
  fine.

  I started the vm as root (sudo) with the following command: qemu-
  system-x86_64 -enable-kvm -m 4G -virtfs
  local,mount_tag=qemu,security_model=passthrough,path=/mnt/qemu/
  -kernel /mnt/qemu/boot/vmlinuz-linux -initrd /mnt/qemu/boot/initramfs-
  linux-fallback.img -append 'rw root=qemu fstype=9p' -usbdevice tablet
  -vga qxl -spice port=12345,disable-ticketing

  /mnt/qemu is a btrfs snapshot of the subvolume used as the host root

  Arch Linux, qemu 2.3.0, firefox 38.0.1

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1459622] Re: firefox hang with virtfs
  2015-05-28 11:04 [Qemu-devel] [Bug 1459622] [NEW] firefox hang with virtfs Tom Yan
  2015-08-04 21:12 ` [Qemu-devel] [Bug 1459622] " NuageBleu
@ 2018-05-17 10:13 ` Thomas Huth
  2018-07-17  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2018-05-17 10:13 UTC (permalink / raw)
  To: qemu-devel

Looking through old bug tickets... can you still reproduce this issue
with the latest version of QEMU? Or could we close this ticket nowadays?

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

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1459622

Title:
  firefox hang with virtfs

Status in QEMU:
  Incomplete

Bug description:
  Firefox hangs once it starts to load pages. I tried to delete
  .cache/mozilla/ and .mozilla/ but it doesn't help. But if I mount
  tmpfs on to .mozilla (not necessary for .cache/mozilla/), pages loads
  fine.

  I started the vm as root (sudo) with the following command: qemu-
  system-x86_64 -enable-kvm -m 4G -virtfs
  local,mount_tag=qemu,security_model=passthrough,path=/mnt/qemu/
  -kernel /mnt/qemu/boot/vmlinuz-linux -initrd /mnt/qemu/boot/initramfs-
  linux-fallback.img -append 'rw root=qemu fstype=9p' -usbdevice tablet
  -vga qxl -spice port=12345,disable-ticketing

  /mnt/qemu is a btrfs snapshot of the subvolume used as the host root

  Arch Linux, qemu 2.3.0, firefox 38.0.1

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1459622] Re: firefox hang with virtfs
  2015-05-28 11:04 [Qemu-devel] [Bug 1459622] [NEW] firefox hang with virtfs Tom Yan
  2015-08-04 21:12 ` [Qemu-devel] [Bug 1459622] " NuageBleu
  2018-05-17 10:13 ` Thomas Huth
@ 2018-07-17  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2018-07-17  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1459622

Title:
  firefox hang with virtfs

Status in QEMU:
  Expired

Bug description:
  Firefox hangs once it starts to load pages. I tried to delete
  .cache/mozilla/ and .mozilla/ but it doesn't help. But if I mount
  tmpfs on to .mozilla (not necessary for .cache/mozilla/), pages loads
  fine.

  I started the vm as root (sudo) with the following command: qemu-
  system-x86_64 -enable-kvm -m 4G -virtfs
  local,mount_tag=qemu,security_model=passthrough,path=/mnt/qemu/
  -kernel /mnt/qemu/boot/vmlinuz-linux -initrd /mnt/qemu/boot/initramfs-
  linux-fallback.img -append 'rw root=qemu fstype=9p' -usbdevice tablet
  -vga qxl -spice port=12345,disable-ticketing

  /mnt/qemu is a btrfs snapshot of the subvolume used as the host root

  Arch Linux, qemu 2.3.0, firefox 38.0.1

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-17  4:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-28 11:04 [Qemu-devel] [Bug 1459622] [NEW] firefox hang with virtfs Tom Yan
2015-08-04 21:12 ` [Qemu-devel] [Bug 1459622] " NuageBleu
2018-05-17 10:13 ` Thomas Huth
2018-07-17  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.