This is the mail archive of the cygwin-developers@cygwin.com 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]

Re: pthread concurrent thread limit


Rob,

On Wed, Jun 27, 2001 at 12:07:39AM +1000, Robert Collins wrote:
> If anyone who has the time to try this gets different results (higher or
> lower 'i', or a different result to 11) knowing that + your system
> configuration (winNT/2k etc, and installed memory) would be useful to
> me.

FWIW, see attached for my make check output.  Note the stackdump.

I'm running a stock Cygwin 1.3.2 on Windows NT 4.0 SP5 with 256 MB of
physical memory.  Do I need to be running the latest Cygwin CVS?

HTH,
Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: 732.264.8770 x235
Dot Hill Systems Corp.               Fax:   732.264.8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com
source='condvar1.c' object='condvar1.o' libtool=no \
depfile='.deps/condvar1.Po' tmpdepfile='.deps/condvar1.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DPACKAGE=\"pthreads_test_suite\" -DVERSION=\"0.1\"  -I. -I.     -g -O2 -c `test -f condvar1.c || echo './'`condvar1.c
gcc  -g -O2   -o condvar1  condvar1.o  
source='condvar2.c' object='condvar2.o' libtool=no \
depfile='.deps/condvar2.Po' tmpdepfile='.deps/condvar2.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DPACKAGE=\"pthreads_test_suite\" -DVERSION=\"0.1\"  -I. -I.     -g -O2 -c `test -f condvar2.c || echo './'`condvar2.c
gcc  -g -O2   -o condvar2  condvar2.o  
source='condvar2_1.c' object='condvar2_1.o' libtool=no \
depfile='.deps/condvar2_1.Po' tmpdepfile='.deps/condvar2_1.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DPACKAGE=\"pthreads_test_suite\" -DVERSION=\"0.1\"  -I. -I.     -g -O2 -c `test -f condvar2_1.c || echo './'`condvar2_1.c
gcc  -g -O2   -o condvar2_1  condvar2_1.o  
make  check-TESTS
make[1]: Entering directory `/home/jt/src/pthreads_test_suite-0.1'
PASS: condvar1
      0 [main] condvar2 333 open_stackdumpfile: Dumping stack trace to condvar2.exe.stackdump
Signal 11
FAIL: condvar2
result = 0 i=1
result = 0 i=2
result = 0 i=3
result = 0 i=4
result = 0 i=5
result = 0 i=6
result = 0 i=7
result = 0 i=8
result = 0 i=9
result = 0 i=10
result = 0 i=11
result = 0 i=12
result = 0 i=13
result = 0 i=14
result = 0 i=15
result = 0 i=16
result = 0 i=17
result = 0 i=18
result = 0 i=19
result = 0 i=20
result = 0 i=21
result = 0 i=22
result = 0 i=23
result = 0 i=24
result = 0 i=25
result = 0 i=26
result = 0 i=27
result = 0 i=28
result = 0 i=29
result = 0 i=30
result = 0 i=31
result = 0 i=32
result = 0 i=33
result = 0 i=34
result = 0 i=35
result = 0 i=36
result = 0 i=37
result = 0 i=38
result = 0 i=39
result = 0 i=40
result = 0 i=41
result = 0 i=42
result = 0 i=43
result = 0 i=44
result = 0 i=45
result = 0 i=46
result = 0 i=47
result = 0 i=48
result = 0 i=49
result = 0 i=50
result = 0 i=51
result = 11 i=52
FAIL: condvar2_1
===================
2 of 3 tests failed
===================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory `/home/jt/src/pthreads_test_suite-0.1'
make: *** [check-am] Error 2
Exception: STATUS_ACCESS_VIOLATION at eip=6105F74A
eax=0240FE9C ebx=0040300C ecx=0040301C edx=0040300C esi=0040301C edi=00000000
ebp=0240FE54 esp=0240FE30 program=D:\home\jt\src\pthreads_test_suite-0.1\condvar2.exe
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0240FE54  6105F74A  (0040301C, 0040300C, 0240FE9C, 0009DF58)
0240FE74  6103AACA  (0040301C, 0040300C, 0240FE9C, 0040130B)
0240FEB4  00401428  (00000001, 1A020A0C, 0A010008, 00000000)
0240FF10  61003AEA  (00000000, 0000000A, 77F76387, 77F7638F)
0240FF40  61003CBD  (00401300, 0000000A, 00000000, 00000000)
0240FF60  61003CFC  (00000000, 00000000, 8060A70B, 80739BA0)
0240FF90  0040156F  (00401300, F2A8BE24, 00000246, 8011748B)
0240FFC0  0040103D  (0000000A, 00000018, 7FFDF000, 7FFDF000)
0240FFF0  77F1BA06  (00401000, 00000000, 000000B0, 00000100)
End of stack trace

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