qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/5] linux-user: do not avoid dumping of qemu it


From: Jamie Lokier
Subject: Re: [Qemu-devel] [PATCH 3/5] linux-user: do not avoid dumping of qemu itself
Date: Fri, 3 Jul 2009 03:20:35 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Paul Brook wrote:
> > > [1] A host core dump may be useful for debugging qemu itself, but that's
> > > a fairly specialized corner case, and not necessarily something we want
> > > to be exposing to users.
> >
> > It would make sense to set RLIMIT_CORE to zero very early in
> > qemu-user, and then someone debugging qemu-user can easily change
> > RLIMIT_CORE from gdb while it is running.
> 
> Sounds reasonable, as long as you're careful to avoid breaking guest 
> applications that call {get,set}rlimit(RLIMIT_CORE).

They should not be sent to the host, but affect guest core dumping
instead.  (Um, probably).

-- Jamie




reply via email to

[Prev in Thread] Current Thread [Next in Thread]