This is the mail archive of the cygwin@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]
Other format: [Raw text]

RE: Cygwin Python regression testers wanted


Windows 98 SE Ver 4.10 Build 2222

$ cygcheck -svr | grep 'DLL version'
  Cygwin DLL version info:
      DLL version: 1.3.22
$ cd /
$ rebaseall

zcat: /etc/setup/apache.lst.gz: unexpected end of file

$

 Tried to uninstall apache because of suspecting wrong rebase beeing run and
above file seemingly belonging to apache: setup.exe seemed to do its job,
but the files in /lib/apache/ remains and...

$ cd /
$ rebaseall

zcat: /etc/setup/apache.lst.gz: unexpected end of file

$ ls -l /etc/setup/apache.lst.gz
-rw-r--r--    1 Hannu           0 Oct 15 17:43 /etc/setup/apache.lst.gz

...
 Thought about it:
apache contains a "rebase" causing malfunction of "fork"...
$ mv ...
$ ls /lib/apache/new
rebase_NOT.exe

i.e. "disabled"...

$ rm /etc/setup/apache.lst.gz
$ rebaseall
...
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
--

After some [Close]'ing... the tests continued...
until...

test_hotshot
<hang>


 Well, does that help? :-7

/Hannu E K Nevalainen, Mariefred, Sweden

--END OF MESSAGE--




> -----Original Message-----
> From: cygwin-owner at cygwin dot com [mailto:cygwin-owner at cygwin dot com]On Behalf
> Of Jason Tishler
> Sent: Thursday, April 03, 2003 6:02 PM
> To: Cygwin; Python-List
> Subject: Cygwin Python regression testers wanted
>
>
> I'm in the process of updating the Cygwin section of the official Python
> README.  Since I only have access to Windows NT 4.0 and 2000, I am
> seeking Cygwin Python regression testers for the following Windows
> platforms:
>
>     95
>     95 OSR2
>     98
>     98 Second Edition
>     Me
>     XP Home
>     XP Professional
>
> If you are willing to help, then perform the following steps:
>
> 1. rebase your system [1]
>
>    a. install the rebase package via Cygwin's setup.exe (if not installed)
>    b. shutdown all Cygwin processes
>    c. start bash (do not use rxvt)
>    d. execute rebaseall (in the bash window)
>
> 2. run the Python regression test [2]
>
>    python -E -tt /usr/lib/python2.2/test/regrtest.py -l 2>&1 |
> tee regrtest.out
>
> 3. post any failures and/or hangs other than test_commands
>
> Notes:
>
> [1] Sorry, but Python's regression test requires a fully rebased system
>     to prevent Cygwin fork() problems.
>
> [2] If a test hangs, then use regrtest.py's "-x" option to exclude this
>     test.  For example, in the past test_select has hung under 9X/Me, so
>     this test can be skipped as follows:
>
>         python -E -tt /usr/lib/python2.2/test/regrtest.py -l -x
> test_select ...
>
> Thanks,
> Jason
>
> --
> PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
> Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6
>
> --
> 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/
>

Attachment: regrtest.out
Description: Binary data

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

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