Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2010-02-20 Thread Greg Gard
just an update. vmware-server-console breaks if you have a different
icon set (eg mist or nuvola) in appearance. i have all the libs
installed mentioned in this ticket, but was still having problem even
after installing etch libX11, then trying gtkhtml and gnome-icons.
finally, i set my icons back to default gnome and it worked.

...gg

-- 
greg gard, psyd
www.carepaths.com



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2009-10-08 Thread Patrik Schindler

Hello,

I also can confirm that installation of gnome-icon-theme fixes the  
problem.


Thanks to anyone for contributing to the solution!

:wq! PoC





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2009-08-07 Thread Alexander Stillich

Hi,

Hi,

Got the same problem as described here... (Lenny 5.0r1).
After some search, I found that the dependency of gtkhtml3.14 which 
actually resolves the issue is : gnome-icon-theme.
After installing it, no need to deal with libX11 in wrapper-gtk24.sh 
anymore.


Cheers,
  

Nice find, I can confirm that this works.

Cheers,
Alex




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2009-07-28 Thread Jérémie GUILLAUME

Hi,

Got the same problem as described here... (Lenny 5.0r1).
After some search, I found that the dependency of gtkhtml3.14 which 
actually resolves the issue is : gnome-icon-theme.
After installing it, no need to deal with libX11 in wrapper-gtk24.sh 
anymore.


Cheers,





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2009-02-17 Thread Chris Taylor

Hi,


Installing gtkhtml3.14 also fixed the console for a colleague of mine, 
however on inspection I believe it is one of the dependencies that 
actually sorts it.


Specifically, I think it is libgtkhtml - I have libgtkhtml2-0 on my 
amd64 sid install, and this works fine.



Chris



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2009-01-23 Thread madloi...@gmx.net

Hello,

thanks for the helpful hint here in this mailing list.

and just another confirmation: installing of gtkhtml3.14 fixes also here 
the problem with vmware server console 1.08.


kind regards, Alois



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2009-01-21 Thread Mark van Walraven
i had the same bug running vmware-server-console 1.0.8 (deb created by
vmware-package) on testing (x86) and i was able to solve this issue with
installing gtkhtml3.14 (3.18.3-1) with all of it dependencies.

To confirm, I had the same problem today on testing/x86 and installing
gtkhtml3.14 (3.18.3-1) has fixed it for me.

Regards,

Mark.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-12-19 Thread Hendrik Frenzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

i had the same bug running vmware-server-console 1.0.8 (deb created by
vmware-package) on testing (x86) and i was able to solve this issue with
installing gtkhtml3.14 (3.18.3-1) with all of it dependencies.

Maybe this bug can be closed?

Bye
Hendrik



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklLoDUACgkQjWcQfAgCZA+6KACaAmsUFSM3aiY57vuJWkWQTdST
an4AoIAwqn3auJH/rLDH/QwfToBlymyt
=IkX9
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-07-17 Thread ST

Hi,

no, this LD_LIBRARY_PATH workaround doesn't solve the problem on debian sid.
Any other fix or workaround (without downgrading package)?

Regards,
Peter



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-07-17 Thread ST
Search through the Internet, one small workaround fixed the problem 
without downgrading libx11.


1. Get old libx11, example from etch.
2. Create directory $VMWARE/lib/libX11.so.6/ (where $VMWARE is the 
installation directory of vmware-server-console)
3. Copy libX11.so.6* from etch's libx11-6_1.0.3X/usr/lib/ to 
$VMWAR/lib/libX11.so.6/
4. Edit $VMWARE/lib/wrapper-gtk24.sh (my vmware-server-client version: 
1.0.6):


--- wrapper-gtk24.sh.old2008-07-17 10:39:40.0 +0200
+++ wrapper-gtk24.sh2008-07-17 10:26:35.0 +0200
@@ -63,6 +63,7 @@
   vm_append_lib 'libfreetype.so.6'
   vm_append_lib 'libXft.so.2'
   vm_append_lib 'libXrender.so.1'
+   vm_append_lib 'libX11.so.6'

   # FontConfig is actually fairly well behaved but the fonts.conf that we
   # force when VMWARE_USE_SHIPPED_GTK=yes generates seemingly harmless


5. it works!



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-07-17 Thread Julien Cristau
On Mon, Jun 16, 2008 at 10:24:20 -0400, Rick Gatewood wrote:

 Version libx11- 2:1.1.4-2 (unstable) gives following error with 
 vmware-server-console:
 
 Locking assertion failure.  Backtrace:
 #0 /usr/lib/libxcb-xlib.so.0 [0xb7018767]
 #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb70188b1]
 #2 /usr/lib/libX11.so.6(_XReply+0x244) [0xb7e8cc14]
 #3 
 /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderQueryFormats+0x109)
  [0xb7d78969]

Does the bug still happen if you replace this libXrender.so.1 with the
system version (in /usr/lib)?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-07-17 Thread ST

Use of system's libXrender instead of shipped one, the problem remains.



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-07-17 Thread Julien Cristau
On Thu, Jul 17, 2008 at 10:07:05 -0400, Rick Gatewood wrote:

 I can try that but I am afraid that I will not be able to revert if the
 version I am using is not still in testing or stable.
 
 I received another possible solution the other day and I haven't tried this
 either.
 
 http://communities.vmware.com/message/992421
 
That workaround (making vmware use an older libX11.so.6) would work, but
it would be nice if someone would try to investigate the problem rather
than working around it.  That someone won't be me, as I'm not a vmware
user.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-07-17 Thread Rick Gatewood
I replaced the two occurrences of libXrender.so.1 in vmware (/vmware/lib and
vmware-server-console/lib) with a link to /usr/lib/libXrender.so.1.3.0,
which is what libXrender.so.1 is anyway. I got the following result:

[EMAIL PROTECTED]:~$ vmware-server-console
vmware-server-console: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Assertion
`((int) ((xcb_req) - (dpy-request)) = 0)' failed.


On Thu, Jul 17, 2008 at 12:41 PM, Rick Gatewood [EMAIL PROTECTED]
wrote:

 Understood!  I will try to look at and let you know what I find out.

 I occasionally use vmware and I really like it, but this issue has
 encouraged me to use virtualbox ose.
 The only thing vbox seems to be missing is usb.

 Thanks! rick


 On Thu, Jul 17, 2008 at 10:41 AM, Julien Cristau [EMAIL PROTECTED]
 wrote:

 On Thu, Jul 17, 2008 at 10:07:05 -0400, Rick Gatewood wrote:

  I can try that but I am afraid that I will not be able to revert if the
  version I am using is not still in testing or stable.
 
  I received another possible solution the other day and I haven't tried
 this
  either.
 
  http://communities.vmware.com/message/992421
 
 That workaround (making vmware use an older libX11.so.6) would work, but
 it would be nice if someone would try to investigate the problem rather
 than working around it.  That someone won't be me, as I'm not a vmware
 user.

 Cheers,
 Julien





Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-07-17 Thread Julien Cristau
Hi XCB list,

it seems that there's a bad interaction between Xlib/XCB and vmware,
that leads to assertion failures inside xcb_lock.c, even with sloppy
locking enabled.  The backtrace below points to libXrender, but seems to
also happen using the system libXrender.
This is with libX11 1.1.4 and libxcb 1.1.

Thanks,
Julien

On Mon, Jun 16, 2008 at 10:24:20 -0400, Rick Gatewood wrote:

 Version libx11- 2:1.1.4-2 (unstable) gives following error with 
 vmware-server-console:
 
 Locking assertion failure.  Backtrace:
 #0 /usr/lib/libxcb-xlib.so.0 [0xb7018767]
 #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb70188b1]
 #2 /usr/lib/libX11.so.6(_XReply+0x244) [0xb7e8cc14]
 #3 
 /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderQueryFormats+0x109)
  [0xb7d78969]
 #4 
 /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderFindFormat+0x4c) 
 [0xb7d78f4c]
 #5 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbe180]
 #6 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbed2c]
 #7 
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
  [0xb7b8ec14]
 #8 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7b9b24f]
 #9 
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
  [0xb7b8ec14]
 #10 
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_pixbuf_render_pixmap_and_mask_for_colormap+0x255)
  
 [0xb7b9ab34]
 #11 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f298]
 #12 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f586]
 #13 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7aa177e]
 #14 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0xd1)
  [0xb7cb4459]
 #15 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7c9c3a1]
 #16 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_closure_invoke+0x1b1)
  [0xb7c9c076]
 #17 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7cb36eb]
 #18 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit_valist+0x91e)
  [0xb7cb2d46]
 #19 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit+0x38)
  [0xb7cb30b8]
 Locking assertion failure.  Backtrace:
 #0 /usr/lib/libxcb-xlib.so.0 [0xb7018767]
 #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb701881e]
 #2 /usr/lib/libX11.so.6 [0xb7e8bdc9]
 #3 /usr/lib/libX11.so.6(XAddExtension+0x2c) [0xb7e6e23c]
 #4 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2(_XftDisplayInfoGet+0x77) 
 [0xb7d70ed7]
 #5 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2 [0xb7d6f8b1]
 #6 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2 [0xb7d6fd39]
 #7 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2(XftDrawPicture+0x10) 
 [0xb7d6fec0]
 #8 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbc9b6]
 #9 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbed75]
 #10 
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
  [0xb7b8ec14]
 #11 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7b9b24f]
 #12 
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
  [0xb7b8ec14]
 #13 
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_pixbuf_render_pixmap_and_mask_for_colormap+0x255)
  
 [0xb7b9ab34]
 #14 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f298]
 #15 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f586]
 #16 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7aa177e]
 #17 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0xd1)
  [0xb7cb4459]
 #18 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7c9c3a1]
 #19 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_closure_invoke+0x1b1)
  [0xb7c9c076]
 vmware: ../../src/xcb_lock.c:77: _XGetXCBBuffer: assertion  `((int) 
 ((xcb_req) - (dpy-request)) = 0)' failed 
 
 
 Downgrade to 2:1.0.3-7 (testing) fixed the issue and application runs normally
 
 -- no debconf information 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486507: [Xcb] Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-07-17 Thread Barton C Massey
Ouch.

Thanks much for the report.

Bart

In message [EMAIL PROTECTED] you wrote:
 Hi XCB list,
 
 it seems that there's a bad interaction between Xlib/XCB and vmware,
 that leads to assertion failures inside xcb_lock.c, even with sloppy
 locking enabled.  The backtrace below points to libXrender, but seems to
 also happen using the system libXrender.
 This is with libX11 1.1.4 and libxcb 1.1.
 
 Thanks,
 Julien
 
 On Mon, Jun 16, 2008 at 10:24:20 -0400, Rick Gatewood wrote:
 
  Version libx11- 2:1.1.4-2 (unstable) gives following error with 
  vmware-server-console:
  
  Locking assertion failure.  Backtrace:
  #0 /usr/lib/libxcb-xlib.so.0 [0xb7018767]
  #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb70188b1]
  #2 /usr/lib/libX11.so.6(_XReply+0x244) [0xb7e8cc14]
  #3 
  /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderQueryFormats+0x109)
   [0xb7d78969]
  #4 
  /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderFindFormat+0x4c) 
  [0xb7d78f4c]
  #5 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbe180]
  #6 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbed2c]
  #7 
  /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
   [0xb7b8ec14]
  #8 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7b9b24f]
  #9 
  /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
   [0xb7b8ec14]
  #10 
  /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_pixbuf_render_pixmap_and_mask_for_colormap+0x255)
   
  [0xb7b9ab34]
  #11 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f298]
  #12 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f586]
  #13 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7aa177e]
  #14 
  /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0xd1)
   [0xb7cb4459]
  #15 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7c9c3a1]
  #16 
  /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_closure_invoke+0x1b1)
   [0xb7c9c076]
  #17 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7cb36eb]
  #18 
  /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit_valist+0x91e)
   [0xb7cb2d46]
  #19 
  /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit+0x38)
   [0xb7cb30b8]
  Locking assertion failure.  Backtrace:
  #0 /usr/lib/libxcb-xlib.so.0 [0xb7018767]
  #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb701881e]
  #2 /usr/lib/libX11.so.6 [0xb7e8bdc9]
  #3 /usr/lib/libX11.so.6(XAddExtension+0x2c) [0xb7e6e23c]
  #4 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2(_XftDisplayInfoGet+0x77) 
  [0xb7d70ed7]
  #5 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2 [0xb7d6f8b1]
  #6 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2 [0xb7d6fd39]
  #7 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2(XftDrawPicture+0x10) 
  [0xb7d6fec0]
  #8 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbc9b6]
  #9 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbed75]
  #10 
  /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
   [0xb7b8ec14]
  #11 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7b9b24f]
  #12 
  /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
   [0xb7b8ec14]
  #13 
  /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_pixbuf_render_pixmap_and_mask_for_colormap+0x255)
   
  [0xb7b9ab34]
  #14 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f298]
  #15 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f586]
  #16 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7aa177e]
  #17 
  /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0xd1)
   [0xb7cb4459]
  #18 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7c9c3a1]
  #19 
  /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_closure_invoke+0x1b1)
   [0xb7c9c076]
  vmware: ../../src/xcb_lock.c:77: _XGetXCBBuffer: assertion  `((int) 
  ((xcb_req) - (dpy-request)) = 0)' failed 
  
  
  Downgrade to 2:1.0.3-7 (testing) fixed the issue and application runs 
  normally
  
  -- no debconf information 
 ___
 Xcb mailing list
 [EMAIL PROTECTED]
 http://lists.freedesktop.org/mailman/listinfo/xcb



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-06-26 Thread Michael Teske

Hi,

while searching for information about this problem I found this bug, because I had 
the same problem. I found out that on my machine I have this problem only if I 
have /usr/lib in LD_LIBRARY_PATH set. It seems the vmware script does something 
strange then, if I start LD_LIBRARY_PATH= vmware-server-console then it works.

(Although I'm on fedora I think this could be the same problem on debian as 
well).

Greetings,
  Michael



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-06-16 Thread Rick Gatewood
Package: libx11-6
Version: 2:1.0.3-7
Severity: important



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-6.slh.2-sidux-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libx11-6 depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libx11-data   2:1.0.3-7  X11 client-side library
ii  libxau6   1:1.0.3-3  X11 authorisation library
ii  libxdmcp6 1:1.0.2-3  X11 Display Manager Control Protoc
ii  x11-common1:7.3+11   X Window System (X.Org) infrastruc

Version libx11- 2:1.1.4-2 (unstable) gives following error with 
vmware-server-console:

Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb7018767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb70188b1]
#2 /usr/lib/libX11.so.6(_XReply+0x244) [0xb7e8cc14]
#3 
/usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderQueryFormats+0x109) 
[0xb7d78969]
#4 /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderFindFormat+0x4c) 
[0xb7d78f4c]
#5 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbe180]
#6 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbed2c]
#7 
/usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
 [0xb7b8ec14]
#8 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7b9b24f]
#9 
/usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
 [0xb7b8ec14]
#10 
/usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_pixbuf_render_pixmap_and_mask_for_colormap+0x255)
 
[0xb7b9ab34]
#11 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f298]
#12 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f586]
#13 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7aa177e]
#14 
/usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0xd1)
 [0xb7cb4459]
#15 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7c9c3a1]
#16 
/usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_closure_invoke+0x1b1)
 [0xb7c9c076]
#17 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7cb36eb]
#18 
/usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit_valist+0x91e)
 [0xb7cb2d46]
#19 
/usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit+0x38) 
[0xb7cb30b8]
Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb7018767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb701881e]
#2 /usr/lib/libX11.so.6 [0xb7e8bdc9]
#3 /usr/lib/libX11.so.6(XAddExtension+0x2c) [0xb7e6e23c]
#4 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2(_XftDisplayInfoGet+0x77) 
[0xb7d70ed7]
#5 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2 [0xb7d6f8b1]
#6 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2 [0xb7d6fd39]
#7 /usr/lib/vmware/lib/libXft.so.2/libXft.so.2(XftDrawPicture+0x10) [0xb7d6fec0]
#8 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbc9b6]
#9 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbed75]
#10 
/usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
 [0xb7b8ec14]
#11 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7b9b24f]
#12 
/usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
 [0xb7b8ec14]
#13 
/usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_pixbuf_render_pixmap_and_mask_for_colormap+0x255)
 
[0xb7b9ab34]
#14 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f298]
#15 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f586]
#16 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7aa177e]
#17 
/usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0xd1)
 [0xb7cb4459]
#18 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7c9c3a1]
#19 
/usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_closure_invoke+0x1b1)
 [0xb7c9c076]
vmware: ../../src/xcb_lock.c:77: _XGetXCBBuffer: assertion  `((int) ((xcb_req) 
- (dpy-request)) = 0)' failed 


Downgrade to 2:1.0.3-7 (testing) fixed the issue and application runs normally

-- no debconf information 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-06-16 Thread Brice Goglin
Rick Gatewood wrote:
 Version libx11- 2:1.1.4-2 (unstable) gives following error with 
 vmware-server-console:

 Locking assertion failure.  Backtrace:
 #0 /usr/lib/libxcb-xlib.so.0 [0xb7018767]
 #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb70188b1]
 #2 /usr/lib/libX11.so.6(_XReply+0x244) [0xb7e8cc14]
 #3 
 /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderQueryFormats+0x109)
  [0xb7d78969]
 #4 
 /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderFindFormat+0x4c) 
 [0xb7d78f4c]
 #5 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbe180]
 #6 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7bbed2c]
 #7 
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
  [0xb7b8ec14]
 #8 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0 [0xb7b9b24f]
 #9 
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
  [0xb7b8ec14]
 #10 
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_pixbuf_render_pixmap_and_mask_for_colormap+0x255)
  
 [0xb7b9ab34]
 #11 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f298]
 #12 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7a9f586]
 #13 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0 [0xb7aa177e]
 #14 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0xd1)
  [0xb7cb4459]
 #15 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7c9c3a1]
 #16 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_closure_invoke+0x1b1)
  [0xb7c9c076]
 #17 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0 [0xb7cb36eb]
 #18 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit_valist+0x91e)
  [0xb7cb2d46]
 #19 
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit+0x38)
  [0xb7cb30b8]
   

It could be a bug in vmware that did not showup previously because
libx11 did not have locking assertion like this. If so, the bug would
likely be in /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1. Do you
know why vmware uses this lib instead of the regular one in /usr/lib?
Can you force it?

Brice





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-06-16 Thread Rick Gatewood
I was wondering  what changed. Should I submit a bug report to VMWare? I
suppose that they need to know about the change, if they do not know
already.

All I know is that I never had a problem with the server-console on Debian
before this change.

Thanks for the prompt response!

On Mon, Jun 16, 2008 at 10:54 AM, Brice Goglin [EMAIL PROTECTED]
wrote:

 Rick Gatewood wrote:
  Version libx11- 2:1.1.4-2 (unstable) gives following error with
 vmware-server-console:
 
  Locking assertion failure.  Backtrace:
  #0 /usr/lib/libxcb-xlib.so.0 [0xb7018767]
  #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb70188b1]
  #2 /usr/lib/libX11.so.6(_XReply+0x244) [0xb7e8cc14]
  #3
 /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderQueryFormats+0x109)
 [0xb7d78969]
  #4
 /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1(XRenderFindFormat+0x4c)
 [0xb7d78f4c]
  #5 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0
 [0xb7bbe180]
  #6 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0
 [0xb7bbed2c]
  #7
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
 [0xb7b8ec14]
  #8 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0
 [0xb7b9b24f]
  #9
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_draw_pixbuf+0x270)
 [0xb7b8ec14]
  #10
 /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0(gdk_pixbuf_render_pixmap_and_mask_for_colormap+0x255)
  [0xb7b9ab34]
  #11 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0
 [0xb7a9f298]
  #12 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0
 [0xb7a9f586]
  #13 /usr/lib/vmware/lib/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0
 [0xb7aa177e]
  #14
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0xd1)
 [0xb7cb4459]
  #15 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0
 [0xb7c9c3a1]
  #16
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_closure_invoke+0x1b1)
 [0xb7c9c076]
  #17 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0
 [0xb7cb36eb]
  #18
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit_valist+0x91e)
 [0xb7cb2d46]
  #19
 /usr/lib/vmware/lib/libgobject-2.0.so.0/libgobject-2.0.so.0(g_signal_emit+0x38)
 [0xb7cb30b8]
 

 It could be a bug in vmware that did not showup previously because
 libx11 did not have locking assertion like this. If so, the bug would
 likely be in /usr/lib/vmware/lib/libXrender.so.1/libXrender.so.1. Do you
 know why vmware uses this lib instead of the regular one in /usr/lib?
 Can you force it?

 Brice





Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-06-16 Thread Brice Goglin
Rick Gatewood wrote:
 I was wondering  what changed. Should I submit a bug report to VMWare?
 I suppose that they need to know about the change, if they do not know
 already.

Yes, it would be good to ask them. They need to make sure that their
libXrender or so is uptodate and that it has been tested on libx11 over
xcb (libx11 1.1).

Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]