Re: 3MB Memory Leak in KDrive Xfbdev

2010-11-19 Thread vrushali shinde
Hello All, I am able to fix the 3M memory leak. 1M as explained already and the other 2M was because of my mistake -one extra thread that I had launched and was not getting freed. However, I still see few kBs ~132kB of memory leaked in every 2-3 iterations of Init-Term Xserver. Note: In some

Re: 3MB Memory Leak in KDrive Xfbdev

2010-11-01 Thread vrushali shinde
Hello All, I need to fix memory leak issue urgently, any inputs regarding this would very useful to me. Thanks again. On Wed, Oct 27, 2010 at 4:33 PM, vrushali shinde vrushali1...@gmail.comwrote: Hello All, I need to launch XServer in a thread and terminate(release resources and kill thread)

Re: 3MB Memory Leak in KDrive Xfbdev

2010-11-01 Thread Tiago Vignatti
Hi, On Mon, Nov 01, 2010 at 11:45:57AM +0530, ext vrushali shinde wrote: Hello All, I need to fix memory leak issue urgently, any inputs regarding this would very useful to me. Thanks again. Kdrive development is practically dead. We just have some few people working on Xephyr backend and

Re: 3MB Memory Leak in KDrive Xfbdev

2010-11-01 Thread vrushali shinde
Thanks a lot for your responses. BTW, I need a light weight server and KDrive being a stripped down version of Xorg, I am using KDrive. Also I did get some success in freeing 1M out of 3M memory that was leaked. This is achieved by calling mieqFini() at termination of Xserver. This function

3MB Memory Leak in KDrive Xfbdev

2010-10-27 Thread vrushali shinde
Hello All, I need to launch XServer in a thread and terminate(release resources and kill thread) XServer whenever required. To achieve this, I have created a shared library of Kdrive-XServer. To start XServer I load the Xserver shared lib, and launch the Xfbdev server in a thread. For terminating

3MB Memory Leak in KDrive Xfbdev

2010-10-26 Thread vrushali shinde
Hello All, I need to launch XServer in a thread and terminate(release resources and kill thread) XServer whenever required. To achieve this, I have created a shared library of Kdrive-XServer. To start XServer I load the Xserver shared lib, and launch the Xfbdev server in a thread. For terminating