public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin1.dll problem with Hyperthreaded machines (reprise)
@ 2004-07-30 14:06 Volker Bandke
  2004-07-30 14:49 ` cygwin1.dll " Christopher Faylor
  2004-07-30 16:03 ` Cygwin1.dll " Chuck McDevitt
  0 siblings, 2 replies; 19+ messages in thread
From: Volker Bandke @ 2004-07-30 14:06 UTC (permalink / raw)
  To: cygwin

 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi everyone,


This msg relates to an earlier one at 


http://sources.redhat.com/ml/cygwin/2004-04/msg00223.html

      
with title "Cygwin1.dll problem with Hyperthreaded machines"


I have a ASUS P4-P800E DELUXE Motherboard in my PC, with an Intel 3.2
GHz HT capable CPU.  The same symptoms as described for Cygwin 1.5.9
still show up for Cygwin 1.5.10-3, IOW:

When the machine is somewhat loaded, the simple loop like


#!/bin/bash
declare -ix ITER;
while :; do
  `let ITER=0`
  mypwd=`pwd`
  if test -z "$mypwd"; then
     echo "Test failed, mypwd is empty"
     exit 1
  else
     ITER=ITER+1
     echo "Next iteration is $ITER"
  fi
done

fails under Windows XP professional, Service Pack 1a.  Sometimes
there are about a hundred iterations, sometimes 15000, but fail it
will.


I have looked through the archives, but haven't found the
(Re-)solution.   Why is this a problem?  Large ./configure && make &&
make install jobs fail at indeterminable points in time, with the
same symptoms      
      
      
                                                            
 --                                                         
     With kind Regards            |\      _,,,---,,_        
                            ZZZzz /,`.-'`'    -.  ;-;;,     
     Volker Bandke               |,4-  ) )-,_. ,\ (  `'-'   
      (BSP GmbH)                '---''(_/--'  `-'\_)        
                                                            
      Genius may have its limitations, but stupidity is not thus
handicapped. -- Elbert Hubbard
      
        (Another Wisdom from my fortune cookie jar)         

-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Security 7.0.3

iQA/AwUBQQpNax5trGyhAF0wEQLiZgCg96p6t6Vkt4NcUCii6A0/xlPqa4MAoOp5
6vt903sfB1joe7NWRUXent3Z
=w6qt
-----END PGP SIGNATURE-----


--
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/

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: cygwin1.dll problem with Hyperthreaded machines (reprise)
@ 2004-08-05  9:28 Errol Smith
  2004-08-05 11:30 ` Christopher Faylor
  0 siblings, 1 reply; 19+ messages in thread
From: Errol Smith @ 2004-08-05  9:28 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
>For the record I have never doubted that people were reporting real
>problems.  I doubt that Corinna has either.
>
>No more "me toos" are required here.  So, as Larry implied, either
>debugging of the problem or the donation of a system is necessary.

FYI, the win98 testcase that I reported (http://cygwin.com/ml/cygwin/2004-07/msg01120.html) locks up in the same way (as the testcase in this thread) on my hyperthreaded machine at work (P4, XPPro), but runs fine fine with HT disabled in BIOS. Maybe seeing what the two scripts do in common may help narrow down the cause.

Also, on my win98 box, the testcase in http://cygwin.com/ml/cygwin/2004-07/msg01088.html fails silently (returns to command prompt with no errors) after 20k-50k iterations. (my 98 box is a single cpu PIII btw).

Regards, Errol

(sorry if this appears twice, I never saw the first one on the list or archives)


--
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/

^ permalink raw reply	[flat|nested] 19+ messages in thread
[parent not found: <1091705732.26208.ezmlm@cygwin.com>]

end of thread, other threads:[~2004-08-07  5:09 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-30 14:06 Cygwin1.dll problem with Hyperthreaded machines (reprise) Volker Bandke
2004-07-30 14:49 ` cygwin1.dll " Christopher Faylor
2004-07-30 16:03 ` Cygwin1.dll " Chuck McDevitt
2004-07-30 16:17   ` cygwin1.dll " Christopher Faylor
2004-07-30 17:09     ` Chuck McDevitt
2004-07-30 18:10       ` Christopher Faylor
2004-07-30 18:31     ` Volker Bandke
2004-07-30 18:42       ` Larry Hall
2004-07-30 19:24         ` Volker Bandke
2004-07-30 20:19           ` Larry Hall
2004-07-30 21:30             ` Volker Bandke
2004-07-30 21:32               ` Larry Hall
2004-08-02 15:07           ` Larry Hall
2004-08-02 16:29             ` Christopher Faylor
2004-08-05  9:28 Errol Smith
2004-08-05 11:30 ` Christopher Faylor
2004-08-05 12:21   ` Dave Korn
     [not found] <1091705732.26208.ezmlm@cygwin.com>
2004-08-06  2:17 ` Errol Smith
2004-08-07 12:05   ` Gary R. Van Sickle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).