zsh-workers
 help / color / mirror / code / Atom feed
* CompletionProblem on new Platform with QNX
@ 2005-06-16 15:03 questor
  0 siblings, 0 replies; 2+ messages in thread
From: questor @ 2005-06-16 15:03 UTC (permalink / raw)
  To: zsh-workers


Hi

I've compiled zsh with configure and make and got it working under qnx on
a sh4-processor. But Tab-Command-Completion does not work correctly, I
always get the right results followed by endless empty lines.

I've tried it without any startup-scripts to make shure it's not a
configuration-problem, but without success. an example (put with " around
one line to show the spaces):

"root@localhost . # l"
"let                                                                    
"
"libc.so                                                                
"
"libc.so.2                                                              
"
"libexpat.so                                                            
"
"libexpat.so.2                                                          
"
"libsocket.so                                                           
"
"libsocket.so.2                                                         
"
"limit                                                                  
"
"ln                                                                     
"
"local                                                                  
"
"log                                                                    
"
"login                                                                  
"
"logout                                                                 
"
"ls                                                                     
"
"                                                                      "
"                                                                      "
"                                                                      "
..

with "autoload -U compinit" and "compinit" "ls -<TAB>" works perfectly.

I've tried looking at the sourcecode, but it's to cryptic to find the
error (sidenote: I've compiled the same sourcetree under win32+cygwin and
there it works).

where is a good startpoint in the source to look what's going wrong? are
the spaces after the filenames normal or is there an error (missing \0 or
something like that)?

thanx for your help!


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CompletionProblem on new Platform with QNX
@ 2005-06-17 10:12 questor
  0 siblings, 0 replies; 2+ messages in thread
From: questor @ 2005-06-17 10:12 UTC (permalink / raw)
  To: zsh-workers


I had some progress, in debug-mode it works fine on the sh4. I think it's
a problem with malloc not filling the new buffer with zeros in releasemode
(and in debugmode it's doing it).

But I still have not found a good file/line as startpoint to debug the
command-completion...


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-17 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-16 15:03 CompletionProblem on new Platform with QNX questor
2005-06-17 10:12 questor

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).