Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Hannu E K Nevalainen (garbage mail)" To: Subject: RE: Cygwin Python regression testers wanted Date: Sun, 6 Apr 2003 00:04:12 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0003_01C2FBD0.0DD7A1C0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal In-Reply-To: <20030404150033.GE1336@tishler.net> ------=_NextPart_000_0003_01C2FBD0.0DD7A1C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit > -----Original Message----- > From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]On Behalf > Of Jason Tishler > > test_fork1 > > > > => > > > > PYTHON2 orsakade ett ogiltigt sidfel i ("page fault" in swedish) > > modul MATH.DLL på adress 0187:6ca02478. > > Registrerar: (thats a bad translation, sigh) > > EAX=00000000 CS=0187 EIP=6ca02478 EFLGS=00010246 > > EBX=6ca05000 SS=018f ESP=0073eab8 EBP=0073eac0 > > ECX=00000000 DS=018f ESI=6ca03a9c FS=5b9f > > EDX=819838ac ES=018f EDI=610d1fd8 GS=0000 > > Byte på CS:EIP: (bytes at...) > > 8b 11 85 d2 74 15 89 f6 39 5a 0c 74 60 8b 42 14 > > Stackdump: > > 011e6a98 00000002 0073ead0 6ca01042 6ca05000 0073eb30 0073eae0 61009903 > > 6ca10000 6ca00000 0073eb30 61009d42 6ca10008 0073eaf8 0000001c 5c322e32 > Please rerun the regress test using the -x option to exclude tests that > hang. For example: > > python -E -tt /usr/lib/python2.2/test/regrtest.py -l -x test_hotshot > > > Well, does that help? :-7 > > It's a start. > > Thanks, > Jason $ cd / $ python -E -tt /usr/lib/python2.2/test/regrtest.py \ -l -x test_fork1 test_hotshot 2>&1 | tee regrtest1.out test_popen2 => PYTHON2 orsakade ett ogiltigt sidfel i (windows: page fault) modul MATH.DLL på adress 0187:6ca02478. Registrerar: EAX=00000000 CS=0187 EIP=6ca02478 EFLGS=00010246 EBX=6ca05000 SS=018f ESP=0073e598 EBP=0073e5a0 ECX=00000000 DS=018f ESI=6ca03a9c FS=5b67 EDX=819de560 ES=018f EDI=610d1fd8 GS=0000 Byte på CS:EIP: 8b 11 85 d2 74 15 89 f6 39 5a 0c 74 60 8b 42 14 Stackdump: 010732e8 00000002 0073e5b0 6ca01042 6ca05000 0073e610 0073e5c0 61009903 6ca10000 6ca00000 0073e610 61009d42 6ca10008 0073e5d8 0000001c 5c322e32 Killed that command.com/bash console - as the above were just the first one... they seemed to go on forever. New command.com/bash... $ cd / ;python -E -tt /usr/lib/python2.2/test/regrtest.py \ -l -x test_fork1 test_hotshot test_popen2 2>&1 | tee regrtest2.out test_pty => PYTHON2 orsakade ett ogiltigt sidfel i modul MATH.DLL på adress 0187:6ca02478. Registrerar: EAX=00000000 CS=0187 EIP=6ca02478 EFLGS=00010246 EBX=6ca05000 SS=018f ESP=0073ea88 EBP=0073ea90 ECX=00000000 DS=018f ESI=6ca03a9c FS=3757 EDX=819da00c ES=018f EDI=610d1fd8 GS=0000 Byte på CS:EIP: 8b 11 85 d2 74 15 89 f6 39 5a 0c 74 60 8b 42 14 Stackdump: 01033900 00000002 0073eaa0 6ca01042 6ca05000 0073eb00 0073eab0 61009903 6ca10000 6ca00000 0073eb00 61009d42 6ca10008 0073eac8 0000001c 5c322e32 Killed that command.com/bash console too... $ cd / ;python -E -tt /usr/lib/python2.2/test/regrtest.py \ -l -x test_fork1 test_hotshot test_popen2 test_pty 2>&1 | tee regrtest3.out test_socket => PYTHON2 orsakade ett ogiltigt sidfel i modul MATH.DLL på adress 0187:6ca02478. Registrerar: EAX=00000000 CS=0187 EIP=6ca02478 EFLGS=00010246 EBX=6ca05000 SS=018f ESP=0073ec08 EBP=0073ec10 ECX=00000000 DS=018f ESI=6ca03a9c FS=37a7 EDX=819dd94c ES=018f EDI=610d1fd8 GS=0000 Byte på CS:EIP: 8b 11 85 d2 74 15 89 f6 39 5a 0c 74 60 8b 42 14 Stackdump: 01171668 00000002 0073ec20 6ca01042 6ca05000 0073ec80 0073ec30 61009903 6ca10000 6ca00000 0073ec80 61009d42 6ca10008 0073ec48 0000001c 5c322e32 Instead of killing the console I attempted to close windows, but that did lead to a complete lockup -> powercycling required -> 10 minute scandisk run. I've had enough for tonight ;-} The page faults seem to appear at the very same spot in MATH.DLL Just before the page fault dialog appears there is a 2-3(?) second pause while the computer is "frozen" i.e. not possible to move pointer/type on keyboard. My impression is that somewhere there is a call to math.dll that doesn't have proper error handling and/or proper arguments. When I press [Close] on the page fault dialog it immediately reappears, with some OTHER dll and address listed. I've not taken note of which ones these are as I consider them to be consequences. I just hit Close button enough many times to have it disappear for a while. At this time a couple of the tests seem to signal failure, and thus the next test starts. On other test I've been (too?) quick to press CTRL-ALT-DEL ,to bring up the "Close Program" (translated from Swedish) dialog, where I killed the python task and thus the test run. Do you want me to run more tests? ;-] /Hannu E K Nevalainen, Mariefred, Sweden --END OF MESSAGE-- ------=_NextPart_000_0003_01C2FBD0.0DD7A1C0 Content-Type: application/octet-stream; name="regrtest1.out" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="regrtest1.out" test_grammar=0A= test_opcodes=0A= test_operations=0A= test_builtin=0A= test_exceptions=0A= test_types=0A= test_MimeWriter=0A= test_StringIO=0A= test___all__=0A= test___future__=0A= test_al=0A= test test_al skipped -- No module named al=0A= test_array=0A= test_asynchat=0A= test_atexit=0A= test_audioop=0A= test_augassign=0A= test_base64=0A= test_bastion=0A= test_binascii=0A= test_binhex=0A= test_binop=0A= test_bisect=0A= test_bsddb=0A= test_bufio=0A= test_calendar=0A= test_call=0A= test_capi=0A= test_cd=0A= test test_cd skipped -- No module named cd=0A= test_cfgparser=0A= test_cgi=0A= test_charmapcodec=0A= test_cl=0A= test test_cl skipped -- No module named cl=0A= test_class=0A= test_cmath=0A= test_codecs=0A= test_codeop=0A= test_coercion=0A= test_commands=0A= test_compare=0A= test_compile=0A= test_complex=0A= test_contains=0A= test_cookie=0A= test_copy_reg=0A= test_cpickle=0A= test_crypt=0A= test_curses=0A= test test_curses skipped -- Use of the `curses' resource not enabled=0A= test_dbm=0A= test test_dbm skipped -- No module named dbm=0A= test_descr=0A= test_descrtut=0A= test_difflib=0A= test_dircache=0A= test test_dircache failed -- Traceback (most recent call last):=0A= File "/usr/lib/python2.2/test/test_dircache.py", line 55, in = test_listdir=0A= self.assertEquals(entries, ['test1'])=0A= File "/usr/lib/python2.2/unittest.py", line 286, in failUnlessEqual=0A= raise self.failureException, \=0A= AssertionError: [] !=3D ['test1']=0A= =0A= test_dl=0A= test test_dl skipped -- No module named dl=0A= test_doctest=0A= test_doctest2=0A= test_dospath=0A= test_dumbdbm=0A= test_email=0A= test test_email skipped -- No module named test.test_email=0A= test_email_codecs=0A= test test_email_codecs skipped -- No module named test.test_email_codecs=0A= test_errno=0A= test_extcall=0A= test_fcntl=0A= test_file=0A= test_fileinput=0A= test_fnmatch=0A= test_format=0A= test_fpformat=0A= test_frozen=0A= test_funcattrs=0A= test_future=0A= test_gc=0A= test_gdbm=0A= test_generators=0A= test_getargs=0A= test_getopt=0A= test_gettext=0A= test_gl=0A= test test_gl skipped -- No module named gl=0A= test_glob=0A= test_global=0A= test_grp=0A= test_gzip=0A= test_hash=0A= test_hmac=0A= test_htmllib=0A= test_htmlparser=0A= test_httplib=0A= test_imageop=0A= test_imgfile=0A= test test_imgfile skipped -- No module named imgfile=0A= test_import=0A= test_inspect=0A= test_iter=0A= test_largefile=0A= test test_largefile skipped -- filesystem does not have largefile support=0A= test_linuxaudiodev=0A= test test_linuxaudiodev skipped -- No module named linuxaudiodev=0A= test_locale=0A= test test_locale skipped -- test locale en_US not supported=0A= test_long=0A= test_long_future=0A= test_longexp=0A= test_mailbox=0A= test_marshal=0A= test_math=0A= test_md5=0A= test_mhlib=0A= test_mimetools=0A= test_mimetypes=0A= test_minidom=0A= test_mmap=0A= test test_mmap crashed -- exceptions.EnvironmentError: [Errno 12] Not = enough core=0A= test_multifile=0A= test_mutants=0A= test_netrc=0A= test_new=0A= test_nis=0A= test test_nis skipped -- No module named nis=0A= test_ntpath=0A= test_openpty=0A= test_operator=0A= test_os=0A= test_parser=0A= test_pep247=0A= test_pickle=0A= test_pkg=0A= test_pkgimport=0A= test_poll=0A= test_popen2=0A= ------=_NextPart_000_0003_01C2FBD0.0DD7A1C0 Content-Type: application/octet-stream; name="regrtest2.out" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="regrtest2.out" test_grammar=0A= test_opcodes=0A= test_operations=0A= test_builtin=0A= test_exceptions=0A= test_types=0A= test_MimeWriter=0A= test_StringIO=0A= test___all__=0A= test___future__=0A= test_al=0A= test test_al skipped -- No module named al=0A= test_array=0A= test_asynchat=0A= test_atexit=0A= test_audioop=0A= test_augassign=0A= test_base64=0A= test_bastion=0A= test_binascii=0A= test_binhex=0A= test_binop=0A= test_bisect=0A= test_bsddb=0A= test_bufio=0A= test_calendar=0A= test_call=0A= test_capi=0A= test_cd=0A= test test_cd skipped -- No module named cd=0A= test_cfgparser=0A= test_cgi=0A= test_charmapcodec=0A= test_cl=0A= test test_cl skipped -- No module named cl=0A= test_class=0A= test_cmath=0A= test_codecs=0A= test_codeop=0A= test_coercion=0A= test_commands=0A= test_compare=0A= test_compile=0A= test_complex=0A= test_contains=0A= test_cookie=0A= test_copy_reg=0A= test_cpickle=0A= test_crypt=0A= test_curses=0A= test test_curses skipped -- Use of the `curses' resource not enabled=0A= test_dbm=0A= test test_dbm skipped -- No module named dbm=0A= test_descr=0A= test_descrtut=0A= test_difflib=0A= test_dircache=0A= test test_dircache failed -- Traceback (most recent call last):=0A= File "/usr/lib/python2.2/test/test_dircache.py", line 55, in = test_listdir=0A= self.assertEquals(entries, ['test1'])=0A= File "/usr/lib/python2.2/unittest.py", line 286, in failUnlessEqual=0A= raise self.failureException, \=0A= AssertionError: [] !=3D ['test1']=0A= =0A= test_dl=0A= test test_dl skipped -- No module named dl=0A= test_doctest=0A= test_doctest2=0A= test_dospath=0A= test_dumbdbm=0A= test_email=0A= test test_email skipped -- No module named test.test_email=0A= test_email_codecs=0A= test test_email_codecs skipped -- No module named test.test_email_codecs=0A= test_errno=0A= test_extcall=0A= test_fcntl=0A= test_file=0A= test_fileinput=0A= test_fnmatch=0A= test_format=0A= test_fpformat=0A= test_frozen=0A= test_funcattrs=0A= test_future=0A= test_gc=0A= test_gdbm=0A= test_generators=0A= test_getargs=0A= test_getopt=0A= test_gettext=0A= test_gl=0A= test test_gl skipped -- No module named gl=0A= test_glob=0A= test_global=0A= test_grp=0A= test_gzip=0A= test_hash=0A= test_hmac=0A= test_htmllib=0A= test_htmlparser=0A= test_httplib=0A= test_imageop=0A= test_imgfile=0A= test test_imgfile skipped -- No module named imgfile=0A= test_import=0A= test_inspect=0A= test_iter=0A= test_largefile=0A= test test_largefile skipped -- filesystem does not have largefile support=0A= test_linuxaudiodev=0A= test test_linuxaudiodev skipped -- No module named linuxaudiodev=0A= test_locale=0A= test test_locale skipped -- test locale en_US not supported=0A= test_long=0A= test_long_future=0A= test_longexp=0A= test_mailbox=0A= test_marshal=0A= test_math=0A= test_md5=0A= test_mhlib=0A= test_mimetools=0A= test_mimetypes=0A= test_minidom=0A= test_mmap=0A= test test_mmap crashed -- exceptions.EnvironmentError: [Errno 12] Not = enough core=0A= test_multifile=0A= test_mutants=0A= test_netrc=0A= test_new=0A= test_nis=0A= test test_nis skipped -- No module named nis=0A= test_ntpath=0A= test_openpty=0A= test_operator=0A= test_os=0A= test_parser=0A= test_pep247=0A= test_pickle=0A= test_pkg=0A= test_pkgimport=0A= test_poll=0A= test_posixpath=0A= test_pow=0A= test_pprint=0A= test_profile=0A= test_profilehooks=0A= test_pty=0A= test_pwd=0A= test_pyclbr=0A= ------=_NextPart_000_0003_01C2FBD0.0DD7A1C0 Content-Type: application/octet-stream; name="regrtest3.out" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="regrtest3.out" test_grammar=0A= test_opcodes=0A= test_operations=0A= test_builtin=0A= test_exceptions=0A= test_types=0A= test_MimeWriter=0A= test_StringIO=0A= test___all__=0A= test___future__=0A= test_al=0A= test test_al skipped -- No module named al=0A= test_array=0A= test_asynchat=0A= test_atexit=0A= test_audioop=0A= test_augassign=0A= test_base64=0A= test_bastion=0A= test_binascii=0A= test_binhex=0A= test_binop=0A= test_bisect=0A= test_bsddb=0A= test_bufio=0A= test_calendar=0A= test_call=0A= test_capi=0A= test_cd=0A= test test_cd skipped -- No module named cd=0A= test_cfgparser=0A= test_cgi=0A= test_charmapcodec=0A= test_cl=0A= test test_cl skipped -- No module named cl=0A= test_class=0A= test_cmath=0A= test_codecs=0A= test_codeop=0A= test_coercion=0A= test_commands=0A= test_compare=0A= test_compile=0A= test_complex=0A= test_contains=0A= test_cookie=0A= test_copy_reg=0A= test_cpickle=0A= test_crypt=0A= test_curses=0A= test test_curses skipped -- Use of the `curses' resource not enabled=0A= test_dbm=0A= test test_dbm skipped -- No module named dbm=0A= test_descr=0A= test_descrtut=0A= test_difflib=0A= test_dircache=0A= test test_dircache failed -- Traceback (most recent call last):=0A= File "/usr/lib/python2.2/test/test_dircache.py", line 55, in = test_listdir=0A= self.assertEquals(entries, ['test1'])=0A= File "/usr/lib/python2.2/unittest.py", line 286, in failUnlessEqual=0A= raise self.failureException, \=0A= AssertionError: [] !=3D ['test1']=0A= =0A= test_dl=0A= test test_dl skipped -- No module named dl=0A= test_doctest=0A= test_doctest2=0A= test_dospath=0A= test_dumbdbm=0A= test_email=0A= test test_email skipped -- No module named test.test_email=0A= test_email_codecs=0A= test test_email_codecs skipped -- No module named test.test_email_codecs=0A= test_errno=0A= test_extcall=0A= test_fcntl=0A= test_file=0A= test_fileinput=0A= test_fnmatch=0A= test_format=0A= test_fpformat=0A= test_frozen=0A= test_funcattrs=0A= test_future=0A= test_gc=0A= test_gdbm=0A= test_generators=0A= test_getargs=0A= test_getopt=0A= test_gettext=0A= test_gl=0A= test test_gl skipped -- No module named gl=0A= test_glob=0A= test_global=0A= test_grp=0A= test_gzip=0A= test_hash=0A= test_hmac=0A= test_htmllib=0A= test_htmlparser=0A= test_httplib=0A= test_imageop=0A= test_imgfile=0A= test test_imgfile skipped -- No module named imgfile=0A= test_import=0A= test_inspect=0A= test_iter=0A= test_largefile=0A= test test_largefile skipped -- filesystem does not have largefile support=0A= test_linuxaudiodev=0A= test test_linuxaudiodev skipped -- No module named linuxaudiodev=0A= test_locale=0A= test test_locale skipped -- test locale en_US not supported=0A= test_long=0A= test_long_future=0A= test_longexp=0A= test_mailbox=0A= test_marshal=0A= test_math=0A= test_md5=0A= test_mhlib=0A= test_mimetools=0A= test_mimetypes=0A= test_minidom=0A= test_mmap=0A= test test_mmap crashed -- exceptions.EnvironmentError: [Errno 12] Not = enough core=0A= test_multifile=0A= test_mutants=0A= test_netrc=0A= test_new=0A= test_nis=0A= test test_nis skipped -- No module named nis=0A= test_ntpath=0A= test_openpty=0A= test_operator=0A= test_os=0A= test_parser=0A= test_pep247=0A= test_pickle=0A= test_pkg=0A= test_pkgimport=0A= test_poll=0A= test_posixpath=0A= test_pow=0A= test_pprint=0A= test_profile=0A= test_profilehooks=0A= test_pwd=0A= test_pyclbr=0A= test_pyexpat=0A= test_queue=0A= test_quopri=0A= test_random=0A= test_re=0A= test_regex=0A= test_repr=0A= test_rfc822=0A= test_rgbimg=0A= test_richcmp=0A= test_rotor=0A= test_sax=0A= test_scope=0A= test_select=0A= test_sgmllib=0A= test_sha=0A= test_signal=0A= test_socket=0A= ------=_NextPart_000_0003_01C2FBD0.0DD7A1C0 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=_NextPart_000_0003_01C2FBD0.0DD7A1C0--