BTS

Issue1290

Title .zshrc not working on AIX :)
Priority wish Status resolved
Superseder Nosy List heini
Assigned To Topics

Created on 2013-12-11.13:32:33 by heini, last changed 2013-12-17.10:59:09 by mika.

Files
File name Uploaded Type Edit Remove
aix-login-with-grml-zshrc.log heini, 2013-12-11.13:32:33 application/octet-stream
Messages
msg4706 (view) Author: mika Date: 2013-12-17.10:59:09
Thanks!

FTR: bug report towards upstream is here:
http://www.zsh.org/mla/workers/2013/msg01154.html

Marking bug as resolved, since there's nothing Grml can do about it and Bart
seems to take care of it upstream. :)

thanks && regards,
-mika-
msg4704 (view) Author: heini Date: 2013-12-16.14:50:00
Done.
msg4703 (view) Author: mika Date: 2013-12-16.09:47:36
Hi,

* Dirk heinrichs wrote in grml's BTS on 20131216 / 10:21:

> Sorry for the delay.

> Yes, I can:

> $ uname -a
> AIX he-aix-build 1 6 00F8991A4C00
> $ zsh -f
> he-aix-build% autoload -Uz compinit
> he-aix-build% compinit
> Segmentation fault (core dumped)

Please report his bug to Zsh upstream.

regards,
-mika-
msg4702 (view) Author: heini Date: 2013-12-16.09:21:45
Sorry for the delay.

Yes, I can:

$ uname -a
AIX he-aix-build 1 6 00F8991A4C00
$ zsh -f
he-aix-build% autoload -Uz compinit
he-aix-build% compinit
Segmentation fault (core dumped)
msg4701 (view) Author: mika Date: 2013-12-11.19:20:35
Hm, so is there anything we can do about it?

Can you reproduce the issue without grml-zshrc by running:

zsh -f
autoload -Uz compinit
compinit

?
msg4700 (view) Author: heini Date: 2013-12-11.13:54:34
Hmm, doesn't seem to be a problem with .zshrc. Looks like zsh dumps core when 
running compinit.
msg4699 (view) Author: heini Date: 2013-12-11.13:32:33
As a GRML .zshrc user I also wanted to try it on an IBM AIX system, but 
unfortunately, it doesn't work. When I login to the system via SSH, the connection 
is closed again right away. After renaming .zshrc to something zsh doesn't open, I 
can connect to the system w/o problem.

I am aware that AIX may not be your primary target, so I declared this a wish :) 
However, I've attached a log of a failed login attempt after adding "set -e" to 
.zshrc, just in case...
History
Date User Action Args
2013-12-17 10:59:09mikasetstatus: chatting -> resolved
messages: + msg4706
2013-12-16 14:50:00heinisetmessages: + msg4704
2013-12-16 09:47:36mikasetmessages: + msg4703
2013-12-16 09:21:45heinisetmessages: + msg4702
2013-12-11 19:20:35mikasetmessages: + msg4701
2013-12-11 13:54:34heinisetstatus: unread -> chatting
messages: + msg4700
2013-12-11 13:32:33heinicreate