[uml-user] current git UML crashes (git 4d7127d)

2012-10-13 Thread Toralf Förster
I'm still trying to get a reliable scenario which either crashes UML or let simple 1 linux process at the host system runs at 100%. Till now I only know that it happens if a have apache2 running at the UML and fetch some http pages (either the apache manual itself or something from phpsysinfo via

Re: [uml-user] [PATCH 14/22] hostfs: drop vmtruncate

2012-10-13 Thread Christoph Hellwig
> +++ b/fs/hostfs/hostfs_kern.c > @@ -848,9 +848,11 @@ int hostfs_setattr(struct dentry *dentry, struct iattr > *attr) > attr->ia_size != i_size_read(inode)) { > int error; > > - error = vmtruncate(inode, attr->ia_size); > - if (err) > -

Re: [uml-user] current git UML crashes (git 4d7127d)

2012-10-13 Thread Toralf Förster
The following data I gathered from a UML process running at 100% COU of 1 core : Is something of those data are helpful ? 0x0805f2aa in to_irq_stack (mask_out=0x83d7b28) at arch/um/kernel/irq.c:439 439 task = cpu_tasks[ti->cpu].task; (gdb) cont Continuing. Program receive

Re: [uml-user] current git UML crashes (git 4d7127d)

2012-10-13 Thread richard -rw- weinberger
On Sat, Oct 13, 2012 at 9:08 PM, Toralf Förster wrote: > The following data I gathered from a UML process running at 100% COU of 1 > core : > Is something of those data are helpful ? If UML is looping, no. Sorry. -- Thanks, //richard ---