[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault
From: |
Justus Winter |
Subject: |
Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault |
Date: |
Sun, 19 Jul 2015 14:50:52 +0200 |
User-agent: |
alot/0.3.5 |
Hello James :)
Quoting James Clarke (2015-07-15 22:20:57)
> I had a look today at what's happening, and it's that the *file*
> pager is trying to read from disk. Any thoughts?
There is another thing I forgot. libpager is special, it has its own
demuxer (see libpager/demuxer.c) that writes requests into a queue,
and a pool of workers that process requests from said queue.
The thing is, when we inhibit the pager RPCs, we merely prevent new
ones from being enqueued, but we don't prevent the workers from
processing already enqueued requests. So we indeed need to add
functions to inhibit and restart paging to libpager that know about
the queue.
Justus
- [PATCH hurd] yyy fix remount, (continued)
- [PATCH hurd] yyy fix remount, Justus Winter, 2015/07/11
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault, James Clarke, 2015/07/12
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault, Justus Winter, 2015/07/12
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault, Richard Braun, 2015/07/13
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault, Justus Winter, 2015/07/14
- Fixing re-mounting of ext2fs, Justus Winter, 2015/07/14
- [PATCH hurd] yyy fix remount, Justus Winter, 2015/07/14
- Re: Fixing re-mounting of ext2fs, Justus Winter, 2015/07/14
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault, Justus Winter, 2015/07/14
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault, James Clarke, 2015/07/15
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault,
Justus Winter <=
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault, James Clarke, 2015/07/19
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault, Richard Braun, 2015/07/19
- Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault, James Clarke, 2015/07/20
- [PATCH] WIP: Fix ext2fs remount race condition, James Clarke, 2015/07/21
- Re: [PATCH] WIP: Fix ext2fs remount race condition, Justus Winter, 2015/07/22