WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] ioemu won't compile under Solaris any more

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] ioemu won't compile under Solaris any more
From: John Levon <levon@xxxxxxxxxxxxxxxxx>
Date: Fri, 15 Dec 2006 16:08:03 +0000
Delivery-date: Fri, 15 Dec 2006 08:07:19 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>