<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I agree that seems to be a memory or handle problem.... previously
to my post I tried the app with some memory monitors to see if video
memory or system memory increases, but I didn't see any memory leak,
I can't asure that the video memory monitor is really checking the
used memory, but the point is that I didn't see anything.<br>
<br>
I also took a look to directx.c and till the point I have checked it
I didn't detect any memory leak (mistakes in releasing memory or
so). The only thing I saw is that overlay is disabled in code, it
doesn't take the value from the command line, now I'm performing a
test with overlay but probably it'll crash.<br>
<br>
I also tried with direct3d, wingdi glwin32 and opengl. In all this
modes the app crashes, so it seems that the problem would be in
another part.<br>
<br>
Any other ideas??<br>
<br>
Thank you in advance.<br>
<br>
Antonio.<br>
<br>
El 10/11/2010 16:29, Kaarlo Räihä escribió:
<blockquote
cite="mid:AANLkTinhxXN_T3SsY26UNrq11-MrG9E_Viuo31xjMCab@mail.gmail.com"
type="cite"><br>
<br>
<div class="gmail_quote">2010/11/10 Rémi Denis-Courmont <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
Le mercredi 10 novembre 2010 17:02:00 antonio meléndez, vous
avez écrit :<br>
<div class="im">> The app works properly during a period of
time an then breaks, always<br>
> after around 3200 uses of
libvlc_media_list_player_play_item. When the<br>
> app breaks the screen becomes black and start having
problems refreshing<br>
> it. "[0x10b40d90] directx generic warning: could not
blit surface (error<br>
> -2147467259)" message appears.<br>
<br>
</div>
<div class="im">> I'm trying to look for the problem in the
vlc code but it's so huge that<br>
> I didn't find anything. Any ideas???<br>
<br>
</div>
I would guess it's a memory or handle leak somewhere.<br>
<br>
I don't know any tool to track this on Windows. But the place
that generates<br>
the warning seems like an obvious starting point, i.e.<br>
modules/video_output/msw/directx.c:Display.<br>
</blockquote>
<div><br>
</div>
<div>If you can use other VOUT (wingdi or Direct3D) you might be
able to evade the issue.</div>
<div> </div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
<a moz-do-not-send="true" href="http://www.remlab.net/"
target="_blank">http://www.remlab.net/</a><br>
<a moz-do-not-send="true"
href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><br>
</font>
<div>
<div class="h5">_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a moz-do-not-send="true"
href="http://mailman.videolan.org/listinfo/vlc-devel"
target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div>
</div>
</blockquote>
</div>
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a>
</pre>
</blockquote>
</body>
</html>