13022:7fdf6e0f12db Fix deadlock when accessing IO memory. did: - static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; + static pthread_mutex_t mutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; Which doesn''t exist on Solaris; you''ll have to create it dynamically. Obviously this is making any testing of the current code impossible, so could this get fixed before release? thanks john PS the huge flood of changes still going into xen-unstable is making watching for stuff like this pretty difficult! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Steven Hand
2006-Dec-15 17:19 UTC
Re: [Xen-devel] ioemu won''t compile under Solaris any more
>13022:7fdf6e0f12db Fix deadlock when accessing IO memory. >did: > >- static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; >+ static pthread_mutex_t mutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; > >Which doesn''t exist on Solaris; you''ll have to create it dynamically. >Obviously this is making any testing of the current code impossible, so >could this get fixed before release?Should be fixed by -unstable cset 13063:4a347a6ed5dc ; please check it works for you. Just out of curiosity, why are you building on Solaris anyhow?>PS the huge flood of changes still going into xen-unstable is making >watching for stuff like this pretty difficult!Flood should be more of a trickle now I hope; -rc2 was tagged earlier, and hopefully will get a release out next week. cheers, S. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
John Levon
2006-Dec-20 18:31 UTC
Re: [Xen-devel] ioemu won''t compile under Solaris any more
On Fri, Dec 15, 2006 at 05:19:30PM +0000, Steven Hand wrote:> Should be fixed by -unstable cset 13063:4a347a6ed5dc ; please check it works > for you.Nope; it''s still missing the pthread.h include. regards john _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel