Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Latest cvs hangs in completion tests



Peter Whaite wrote:
> 
> I noticed this after the readonly patch (#14915) went in.   Pretty sure
> it was ok before that.
> 
> Verbose test output:
> 
>   % ZTST_verbose=2 make test TESTNUM=Y 
>...
>   Running test: directories and files
>   ZTST_test: expecting status: 0
> 
> Then hangs.

Yes, it seems to be that patch.  The farthest I've got is that the test is
executing zpty and is hung waiting for the result.  That process seems to
be blocking on a read from ptyread.  Does this mean anything to anyone?  It
doesn't to me.

The zpty stuff may well be a read herring and something is going on in a
completion function.  But I haven't yet followed the logic of who's doing what
to whom.

+ZTST_execchunk:2> setopt localoptions xtrace
+ZTST_execchunk:3> eval   comptest $': \t\t\t\t\t\t\t'
+ZTST_execchunk:3> comptest : 							
+comptest:1> input=: 							 
+comptest:2> zpty -n -w zsh : 							
+comptest:3> zpty -r zsh log *<WIDGET><finish>*<PROMPT>*

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author