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