Re: [Xpert]Re: Memory Leak / suggestions please?

2002-03-04 Thread Juliusz Chroboczek
MV I can't even think of a case where Xlib can behave differently MV depending on an X driver. I don't think it's possible for this to MV be a driver specific problem. The cost of some server-side data structures depends on the driver, right? So in principle a client-side leak of

Re: [Xpert]Re: Memory Leak / suggestions please?

2002-03-04 Thread Mark Vojkovich
On 4 Mar 2002, Juliusz Chroboczek wrote: MV I can't even think of a case where Xlib can behave differently MV depending on an X driver. I don't think it's possible for this to MV be a driver specific problem. The cost of some server-side data structures depends on the driver, right?

[Xpert]Re: Memory Leak / suggestions please?

2002-02-28 Thread Mike A. Harris
On Thu, 28 Feb 2002, SA wrote: Date: Thu, 28 Feb 2002 10:18:31 + From: SA [EMAIL PROTECTED] To: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-15 List-Id: General X Discussion xpert.XFree86.Org Subject: Memory Leak / suggestions please? Dear list, i am running X -version

Re: [Xpert]Re: Memory Leak / suggestions please?

2002-02-28 Thread Mike A. Harris
On Thu, 28 Feb 2002, Mark Vojkovich wrote: I've had a few reports now both internally and externally, that both the nv and nvidia drivers are memleak'ing if the RENDER extension is used, or more specifically if KDE AA fonts are enabled while using Nvidia hardware. Aparently this problem

Re: [Xpert]Re: Memory Leak / suggestions please?

2002-02-28 Thread Mark Vojkovich
On Thu, 28 Feb 2002, Mike A. Harris wrote: On Thu, 28 Feb 2002, Mark Vojkovich wrote: I've had a few reports now both internally and externally, that both the nv and nvidia drivers are memleak'ing if the RENDER extension is used, or more specifically if KDE AA fonts are enabled

Re: [Xpert]Re: Memory Leak / suggestions please?

2002-02-28 Thread Mike A. Harris
On Thu, 28 Feb 2002, Mark Vojkovich wrote: The nv driver doesn't have anything to do with RENDER. It's completely out of the picture. I don't see how this can be specific to the nv or nvidia drivers. Growing memory usage in the server is almost always a client resource leak. You'll

Re: [Xpert]Re: Memory Leak / suggestions please?

2002-02-28 Thread Mark Vojkovich
On Thu, 28 Feb 2002, Mike A. Harris wrote: The X-server growing by 100 meg/hour sounds like a client resource leak to me. It would have to be done by a client who remained alive that whole time (like the window manager). It is possible that a library bug could cause a leak like that.

Re: [Xpert]Re: Memory Leak / suggestions please?

2002-02-28 Thread Michel Dänzer
On Don, 2002-02-28 at 19:43, Mark Vojkovich wrote: On Thu, 28 Feb 2002, Mike A. Harris wrote: I've had a few reports now both internally and externally, that both the nv and nvidia drivers are memleak'ing if the RENDER extension is used, or more specifically if KDE AA fonts are

Re: [Xpert]Re: Memory Leak / suggestions please?

2002-02-28 Thread Mark Vojkovich
On 1 Mar 2002, Michel Dänzer wrote: On Don, 2002-02-28 at 19:43, Mark Vojkovich wrote: On Thu, 28 Feb 2002, Mike A. Harris wrote: I've had a few reports now both internally and externally, that both the nv and nvidia drivers are memleak'ing if the RENDER extension is used, or