<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
RĂ©mi Denis-Courmont wrote:
<blockquote cite="mid:ffbc77f18f74494f3c72dda92b4a9e4d@chewa.net"
 type="cite">
  <pre wrap="">On Fri, 11 Dec 2009 21:39:22 +1100, xxcv <a class="moz-txt-link-rfc2396E" href="mailto:xxcv07@gmail.com"><xxcv07@gmail.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I can't it doesn't crash at all it simply freeze at the point of 2nd
read() called
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ah, that makes more sense.

  </pre>
  <blockquote type="cite">
    <pre wrap="">and this call was never returned and I read from msdn
website it described the entered critical section means it is waiting
for file to be come ready.
<a class="moz-txt-link-freetext" href="http://msdn.microsoft.com/en-us/library/ms682608%28VS.85%29.aspx">http://msdn.microsoft.com/en-us/library/ms682608%28VS.85%29.aspx</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes.

  </pre>
  <blockquote type="cite">
    <pre wrap="">I get really confused of the situation on winxp because it is possible
in all kind of situations ...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Lets make things clear - a blocking can only happen in two cases:
The "normal" case involves VLC reading from a special file, e.g. a file on
a dead network share, a named pipe with only dead writers, a socket (but
not on Windows really), or a device file (e.g. CON, LPT1, COM1...).

If you see this with a local file, then you are in the abnormal case: your
operating system is just buggy and got stuck in a file system transaction,
or your hardware is failing.

But it might also simply be that VLC is stuck in *another* thread. In other
words, the stack trace is correct as such, but it does not show the correct
thread.

  </pre>
</blockquote>
Hi,<br>
<br>
I've finally got the problem solved by updating gcc and mingw-w64 to
the latest version.<br>
<br>
<br>
Thanks<br>
<br>
Best regards<br>
<br>
</body>
</html>