Re: [compiz] gtk-window-decorator segfault

2007-03-05 Thread gandalfn
First sorry for my late answer. On mer, 2007-02-21 at 12:40 +0100, David Reveman wrote: > On Tue, 2007-02-20 at 19:17 +0100, gandalfn wrote: > > Hi, > > > > I confirm with last feisty update which include libXrender patched the > > problem disappears. Thanks very much. > > Does that mean that m

Re: [compiz] gtk-window-decorator segfault

2007-02-28 Thread David Reveman
On Tue, 2007-02-13 at 21:38 +0100, Bellegarde Cedric wrote: > On kde, gtk-window-decorator segfault everytime a minimised "Konqueror > download window" close it self... > > Running with --sync fix the problem so no way to have a backtrace :( Are you still getting this? - David ___

Re: [compiz] gtk-window-decorator segfault

2007-02-21 Thread David Reveman
On Tue, 2007-02-20 at 19:17 +0100, gandalfn wrote: > Hi, > > I confirm with last feisty update which include libXrender patched the > problem disappears. Thanks very much. Does that mean that my XFlush workaround that's currently in the code doesn't help? Could you check that the gradient creati

Re: [compiz] gtk-window-decorator segfault

2007-02-20 Thread gandalfn
Hi, I confirm with last feisty update which include libXrender patched the problem disappears. Thanks very much. Moreover, i made 2 small patchs for compiz debs : first fix gconf key for mouse move key : http://librarian.launchpad.net/6477876/11-fix-mouse-move-key.patch second initialize iNoti

Re: [compiz] gtk-window-decorator segfault

2007-02-20 Thread David Reveman
On Wed, 2007-02-14 at 22:19 +0100, gandalfn wrote: > I revert on compiz-0.3.6 with i have same problem, to catch gdk_x_error > backtrace and valgrind, i hope that can you help. > This looks like an Xrender bug that is worked around using a call to XFlush. Can you try if using a version libXrender

Re: [compiz] gtk-window-decorator segfault

2007-02-14 Thread gandalfn
I revert on compiz-0.3.6 with i have same problem, to catch gdk_x_error backtrace and valgrind, i hope that can you help. Nicolas -- gandalfn <[EMAIL PROTECTED]> ==7570== Memcheck, a memory error detector. ==7570== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al. ==7570== Using Lib

Re: [compiz] gtk-window-decorator segfault

2007-02-14 Thread David Reveman
On Wed, 2007-02-14 at 20:38 +0100, gandalfn wrote: > I have same issue and after apply latest commit, gtk-window-decorator > now hangs. When i attach with gdb, i have this backtrace : > > #0 0xb7f27410 in __kernel_vsyscall () > #1 0xb75ae6bb in poll () from /lib/tls/i686/cmov/libc.so.6 > #2 0xb

Re: [compiz] gtk-window-decorator segfault

2007-02-14 Thread gandalfn
I have same issue and after apply latest commit, gtk-window-decorator now hangs. When i attach with gdb, i have this backtrace : #0 0xb7f27410 in __kernel_vsyscall () #1 0xb75ae6bb in poll () from /lib/tls/i686/cmov/libc.so.6 #2 0xb773ef19 in _XWaitForReadable (dpy=0x806d300) at ../../src/XlibI

Re: [compiz] gtk-window-decorator segfault

2007-02-14 Thread David Reveman
On Wed, 2007-02-14 at 08:30 +0100, Bellegarde Cedric wrote: > On Tuesday 13 February 2007 19:32:20 you wrote: > > Does it segfault or does it exit due to an XError? If it actually > > segfaults then the backtrace is useful without making all X requests > > synchronous. If it's an XError, then the

Re: [compiz] gtk-window-decorator segfault

2007-02-13 Thread David Reveman
On Tue, 2007-02-13 at 21:38 +0100, Bellegarde Cedric wrote: > On kde, gtk-window-decorator segfault everytime a minimised "Konqueror > download window" close it self... > > Running with --sync fix the problem so no way to have a backtrace :( Does it segfault or does it exit due to an XError? If

[compiz] gtk-window-decorator segfault

2007-02-13 Thread Bellegarde Cedric
On kde, gtk-window-decorator segfault everytime a minimised "Konqueror download window" close it self... Running with --sync fix the problem so no way to have a backtrace :( Cedric ___ compiz mailing list compiz@lists.freedesktop.org http://lists.free

Re: [compiz] gtk-window-decorator segfault?

2006-12-11 Thread David Reveman
On Tue, 2006-12-12 at 00:50 +0100, Bellegarde Cedric wrote: > Le samedi 9 décembre 2006 09:41, lowfi a écrit : > > I have a similar problem now. Sometimes all buttons of the decoration > > suddenly disappear and if I kill and restart gwd it either works again or > > segfaults. > > I'm using the lat

Re: [compiz] gtk-window-decorator segfault?

2006-12-11 Thread David Reveman
On Tue, 2006-12-05 at 13:22 +0100, Bellegarde Cedric wrote: > Le mardi 5 décembre 2006 09:45, Bellegarde Cedric a écrit : > > With current git, gtk-window-decorator quit when kde start :( > > > > Another way to make it quit: > > dcop kicker kicker restart => gtk-window-decorator quit > > Start

Re: [compiz] gtk-window-decorator segfault?

2006-12-11 Thread Mike Cook
Ah, that helps in my case as well... Thanks, Cedric! ...MC >>> Bellegarde Cedric <[EMAIL PROTECTED]> 12/11/06 4:50 PM >>> Le samedi 9 décembre 2006 09:41, lowfi a écrit : > I have a similar problem now. Sometimes all buttons of the decoration > suddenly disappear and if I kill and restart gwd

Re: [compiz] gtk-window-decorator segfault?

2006-12-11 Thread Bellegarde Cedric
Le samedi 9 décembre 2006 09:41, lowfi a écrit : > I have a similar problem now. Sometimes all buttons of the decoration > suddenly disappear and if I kill and restart gwd it either works again or > segfaults. > I'm using the latest git on ubuntu feisty and nvidia 9629. Here is a little hack for t

Re: [compiz] gtk-window-decorator segfault?

2006-12-09 Thread lowfi
Hi, I have a similar problem now. Sometimes all buttons of the decoration suddenly disappear and if I kill and restart gwd it either works again or segfaults. I'm using the latest git on ubuntu feisty and nvidia 9629. Gerd. Here's a backtrace: Program received signal SIGSEGV, Segmentation fa

Re: [compiz] gtk-window-decorator segfault?

2006-12-05 Thread Bellegarde Cedric
Le mardi 5 décembre 2006 09:45, Bellegarde Cedric a écrit : > With current git, gtk-window-decorator quit when kde start :( > > Another way to make it quit: > dcop kicker kicker restart => gtk-window-decorator quit Starting kopete also make gtk-window-decorator to quit. Cedric ___

[compiz] gtk-window-decorator segfault?

2006-12-05 Thread Bellegarde Cedric
With current git, gtk-window-decorator quit when kde start :( Another way to make it quit: dcop kicker kicker restart => gtk-window-decorator quit Cedric ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listi