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

Re: heredoc & file descriptor parameter segfault



On Feb 27,  2:06pm, Subscriber Grey wrote:
} 
} Executing this
} > exec {INDOC}<<----
} > this is a test
} > of the emergency
} > broadcast system
} > ---
} 
} reliably segfaults

The parser is quite confused by this, execution of the resulting wordcode
is attempting to find "exec" as an autoload function.  Probably indicates
that the program counter has gone astray.



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