This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "Hyperthreading" problems


On Fri, Dec 24, 2004 at 09:01:17AM +0100, St?phane Donz? wrote:
>we have encountered random hangs and crashes in cygwin (see output of
>cygcheck attached to this message) on a dual-processor server running
>Windows Server 2003. IMHO, the so-called "hyperthreading problems" reported
>recently on this mailing list just have nothing to do with hyperthreading,
>but are more generally related to multi-processor issues.

If you have followed the thread, then you know that I have a multi-processor
system and I don't have the problem.

>I used the following test (found on this mailing list archive, posted 6 Apr
>2004 by Chuck McDevitt):
>
><QUOTE>
>
>#! /bin/ksh
>mypath=$(pwd)
>while [[ ! -z $mypath ]]
>do
> mypath=$(pwd)
> if [[ -z $mypath ]]
> then
>  echo "Test Failed......Path is empty"
> fi
>done

There is no point in reposting scripts.  There is no point in
recapitulating the problem.  There is no point in making obvious
observations about what one would suspect the cause would be without
bothering to look at the code.

Your options are to fix the problem yourself or wait until I someday
have a system which demonstrates the problem.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]