qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Spice bug with qemu_name


From: Lee Essen
Subject: Re: [Qemu-devel] Spice bug with qemu_name
Date: Fri, 23 Mar 2012 10:33:29 +0000

On 23 Mar 2012, at 10:18, Alon Levy wrote:

> On Fri, Mar 23, 2012 at 08:10:36AM +0000, Lee Essen wrote:
>> Hi,
>> 
>> I think I've found a bug with the way that spice uses qemu_name. 
>> 
>> qemu_name is a char *, that's only set to if "-name" is given (and then the 
>> arg is strdup'd), otherwise it's not set properly.
>> 
>> In ui/spice_core.c spice_server_set_name() is called with qemu_name, which 
>> if not set causes a core dump.
>> 
>> -----------------  lwp# 1 / thread# 1  --------------------
> 
> What's lwp?

This is on Illumos (Solaris) and it implements threads on top of lightweight 
processes or lwp's.

http://en.wikipedia.org/wiki/Light-weight_process

Regards,

Lee.




reply via email to

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