Hello All,<div>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.</div><div>However, I still see few kBs ~132kB of memory leaked in every 2-3 iterations of Init-Term Xserver. Note: In some iterations of Init-TermX there is 0 memory leak and some there is a chunk of 132kB. </div>
<div>Also, I am still stuck with failure(Device or resource busy) is ioctl(fd, DISALLOCATE, vtno) in LinuxFini(). I doubt this for the 132kB leak. Can anyone help me out with this? Note: This ioctl failure happens only on target board (ARM) and not on x86.</div>
<div>Any inputs related to above would be very useful to me.</div><div>Thanks again,</div><div>Vrushali</div><div><br><div class="gmail_quote">On Tue, Nov 2, 2010 at 9:48 AM, vrushali shinde <span dir="ltr"><<a href="mailto:vrushali1201@gmail.com">vrushali1201@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Thanks a lot for your responses.<div>BTW, I need a light weight server and KDrive being a stripped down version of Xorg, I am using KDrive. </div>
<div>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 internally calls FreeEventlist() which frees the 1M memory allocated in InitEventList().</div>

<div>If anyone has any more idea of the memory leak in KDrive please let me know.</div><div>Thanks again,</div><div>Vrushali<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, Nov 1, 2010 at 7:32 PM, Tiago Vignatti <span dir="ltr"><<a href="mailto:tiago.vignatti@nokia.com" target="_blank">tiago.vignatti@nokia.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div><br>
On Mon, Nov 01, 2010 at 11:45:57AM +0530, ext vrushali shinde wrote:<br>
> Hello All,<br>
</div><div>> I need to fix memory leak issue urgently, any inputs regarding this would<br>
> very useful to me.<br>
> Thanks again.<br>
<br>
</div>Kdrive development is practically dead. We just have some few people working<br>
on Xephyr backend and the other hw servers are due to be extinct. To<br>
substitute kdrive + fbdev you can try Xorg + fbdev driver which should be all<br>
the work you need.<br>
<div><div></div><div><br>
<br>
> On Wed, Oct 27, 2010 at 4:33 PM, vrushali shinde <<a href="mailto:vrushali1201@gmail.com" target="_blank">vrushali1201@gmail.com</a>>wrote:<br>
><br>
> > Hello All,<br>
> > I need to launch XServer in a thread and terminate(release resources and<br>
> > kill thread) XServer whenever required. To achieve this, I have created a<br>
> > shared library of Kdrive-XServer. To start XServer I load the Xserver shared<br>
> > lib, and launch the  Xfbdev server in a thread. For terminating Xserver, I<br>
> > call    GiveUp (0); function, that releases the XServer resources, then I<br>
> > dlclose on Xserver library. However, when I start and terminate XServer in<br>
> > above way, there seems to happen 3MB of memory leak in every cycle. After<br>
> > narrowing down it is seen that following 2 function calls increase the<br>
> > memory to 3M at start and is not release at termination. The functions<br>
> > are:   InitInput(argc, argv);  and InitAndStartDevices(); These are the<br>
> > observation on ARM target board.<br>
> > When above scenario is simulated on x86 machine, and Valgrind is run, it<br>
> > does not show memory leaks in above mentioned functions, instead it shows<br>
> > definite loss of 1,244 bytes of memory in KdInitOutput() and some other<br>
> > minor definite losses.<br>
> > I need to find out the 3M memory loss on target ARM board for<br>
> > InitInput(argc, argv); and InitAndStartDevices(); functions. For this I did<br>
> > try to release memory allocations in InitInput(), but no success. If I<br>
> > comment   below lines from KdProcessArgument(), then the 3M chunk leak does<br>
> > not happen however with this mouse and keyboard are not initialized and I<br>
> > need to have keyboard and mouse. Can anyone help me out to find out the 3M<br>
> > chunk and how to avoid it / release it?<br>
> > <----------------------<br>
> >  KdAddConfigKeyboard("keyboard,/dev/tty0");<br>
> >     KdAddConfigPointer("mouse,/dev/input/mice");<br>
> >     kdHasPointer = TRUE;<br>
> >     kdHasKbd = TRUE;<br>
> > ----------------------------><br>
> ><br>
> > In addition to information below, I also get get following error when<br>
> > closing VT "Cant deallocate console..." Can  this error contribute to some<br>
> > or all of the 3M memory leak?<br>
> > Please let me know if anyone has got any clue about this  or have faced<br>
> > simlar issue.<br>
> ><br>
> > Thanks in advance,<br>
> > Vrushali<br>
> ><br>
<br>
</div></div>> _______________________________________________<br>
> <a href="mailto:xorg@lists.freedesktop.org" target="_blank">xorg@lists.freedesktop.org</a>: X.Org support<br>
> Archives: <a href="http://lists.freedesktop.org/archives/xorg" target="_blank">http://lists.freedesktop.org/archives/xorg</a><br>
> Info: <a href="http://lists.freedesktop.org/mailman/listinfo/xorg" target="_blank">http://lists.freedesktop.org/mailman/listinfo/xorg</a><br>
> Your subscription address: <a href="mailto:tiago.vignatti@nokia.com" target="_blank">tiago.vignatti@nokia.com</a><br>
<font color="#888888"><br>
             Tiago<br>
</font></blockquote></div><br></div></div></div>
</blockquote></div><br></div>